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

PROJECT (sourcing_v2), SPIDER (bca.uk)

2026-03-28 11:00:09 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-28 11:00:09 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-28 11:00:09 [bca.uk] INFO: Starting spider bca.uk
2026-03-28 11:00:09 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2114
2026-03-28 11:00:09 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /SpiderData()?$filter=PartitionKey%20eq%20%27BCAUk%27%20and%20RowKey%20eq%20%27cookies%27 HTTP/1.1" 200 None
2026-03-28 11:00:09 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:00:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /SpiderData()?$filter=PartitionKey%20eq%20%27BCAUk%27%20and%20RowKey%20eq%20%27auth_token%27 HTTP/1.1" 200 None
2026-03-28 11:00:09 [bca.uk] INFO: Loaded cached Auth0 token from Azure Tables (length=1492)
2026-03-28 11:00:09 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-28 11:00:09 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-28 11:00:09 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-28 11:00:09 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-28 11:00:10 [scrapy.extensions.telnet] INFO: Telnet Password: 68ffe77f09517cdf
2026-03-28 11:00:10 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats',
 'scrapy.extensions.closespider.CloseSpider']
2026-03-28 11:00:10 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
 'CLOSESPIDER_TIMEOUT': 7200,
 'DOWNLOAD_MAXSIZE': 52428800,
 'DOWNLOAD_WARNSIZE': 10485760,
 'FEED_EXPORT_ENCODING': 'utf-8',
 'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/bca.uk/task_51_2026-03-28T11_00_00.log',
 'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
 'MEMUSAGE_LIMIT_MB': 2048,
 'MEMUSAGE_WARNING_MB': 1536,
 'NEWSPIDER_MODULE': 'spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
 'SPIDER_MODULES': ['spiders', 'auth_check'],
 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
 'USER_AGENT': ''}
2026-03-28 11:00:10 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 11:00:10 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 11:00:10 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-28 11:00:10 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-28 11:00:10 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
 'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
 'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-28 11:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:00:10 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-28 11:00:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-28 11:00:10 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-28 11:00:10 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-28 11:00:10 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 11:00:10 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
 'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
 'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-28 11:00:10 [scrapy.core.engine] INFO: Spider opened
2026-03-28 11:00:10 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-28 11:00:10 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-28 11:00:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-28 11:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-28 11:00:10 [scrapy-playwright] INFO: Starting download handler
2026-03-28 11:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-28 11:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-28 11:00:10 [scrapy-playwright] INFO: Launching 1 startup context(s)
2026-03-28 11:00:10 [scrapy-playwright] INFO: Launching browser chromium
2026-03-28 11:00:11 [scrapy-playwright] INFO: Browser chromium launched
2026-03-28 11:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-28 11:00:12 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-28 11:00:12 [scrapy-playwright] INFO: Browser chromium launched
2026-03-28 11:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-28 11:00:12 [scrapy-playwright] INFO: Startup context(s) launched
2026-03-28 11:00:15 [bca.uk] INFO: No cached cookies available, starting login process with credentials
2026-03-28 11:00:15 [bca.uk] INFO: Zyte login attempt 1/3
2026-03-28 11:00:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/> (referer: None) ['zyte-api']
2026-03-28 11:01:01 [bca.uk] INFO: Action 0 (waitForTimeout): status=success, elapsed=4.999s
2026-03-28 11:01:01 [bca.uk] INFO: Action 1 (waitForSelector): status=success, elapsed=0.008s
2026-03-28 11:01:01 [bca.uk] INFO: Action 2 (evaluate): status=success, elapsed=0.002s
2026-03-28 11:01:01 [bca.uk] INFO: Action 3 (waitForTimeout): status=success, elapsed=1.001s
2026-03-28 11:01:01 [bca.uk] INFO: Action 4 (click): status=success, elapsed=2.147s
2026-03-28 11:01:01 [bca.uk] INFO: Action 5 (waitForSelector): status=success, elapsed=0.866s
2026-03-28 11:01:01 [bca.uk] INFO: Action 6 (waitForTimeout): status=success, elapsed=1s
2026-03-28 11:01:01 [bca.uk] INFO: Action 7 (click): status=success, elapsed=2.064s
2026-03-28 11:01:01 [bca.uk] INFO: Action 8 (type): status=success, elapsed=0.031s
2026-03-28 11:01:01 [bca.uk] INFO: Action 9 (waitForTimeout): status=success, elapsed=1.001s
2026-03-28 11:01:01 [bca.uk] INFO: Action 10 (click): status=success, elapsed=1.434s
2026-03-28 11:01:01 [bca.uk] INFO: Action 11 (type): status=success, elapsed=0.035s
2026-03-28 11:01:01 [bca.uk] INFO: Action 12 (waitForTimeout): status=success, elapsed=1.001s
2026-03-28 11:01:01 [bca.uk] INFO: Action 13 (click): status=success, elapsed=0.57s
2026-03-28 11:01:01 [bca.uk] INFO: Action 14 (waitForSelector): status=success, elapsed=3.168s
2026-03-28 11:01:01 [bca.uk] INFO: Action 15 (evaluate): status=success, elapsed=0.002s
2026-03-28 11:01:01 [bca.uk] INFO: Action 16 (waitForTimeout): status=success, elapsed=10.001s
2026-03-28 11:01:01 [bca.uk] INFO: Action 17 (evaluate): status=success, elapsed=0.001s
2026-03-28 11:01:01 [bca.uk] INFO: Page URL after login: https://www.bca.co.uk/
2026-03-28 11:01:01 [bca.uk] INFO: Successfully logged in via Zyte API session
2026-03-28 11:01:01 [bca.uk] INFO: Scrapy-formatted cookies: [{'name': 's_cc', 'value': 'true', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtSa', 'value': '-', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dest', 'value': 'https://www.bca.co.uk/', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_getNewRepeat', 'value': '1774695650128-New', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'csrf', 'value': 'iZGrTcRZp_5wgkSQkM-SpI14KZo3bByNMPNqXWNFlEymmvU7jyltsoylFB3JqqPwSUkycX09TwdZJo704BRPRw:AAABnTQaOq0:ysRaDFJp3MRtgfTFIsmvsA', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': '__cf_bm', 'value': 'u8OXdGvaFQGF69LHH3.3jOotisGQgJAA8sdzE02g1Kg-1774695627.0575116-1.0.1.1-6Shs99nQP.A5ID6zbnBzpLgThysJHhuBNxxyVdmiIH9u9W6MJoxXhEbgWrtKAkleO8pbZ2.S50ZJ29lTivYII0BEzhYSSGanrDW3D_yBo258Wa8z4x069Xomox9vPqJmY3edRBreJHT1QMMCLtISgA', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'rxVisitor', 'value': '17746956284732GEBP0NLKFOTDVRN5VK4AAOKNIBM1O1T', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'OptanonAlertBoxClosed', 'value': '2026-03-28T11:00:35.978Z', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCVS_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '1', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'AMCV_E5F2C8A15481C0E20A4C98BC%40AdobeOrg', 'value': '179643557%7CMCIDTS%7C20541%7CMCMID%7C31248044396950919464529269733903301158%7CMCAAMLH-1775300440%7C9%7CMCAAMB-1775300440%7C6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y%7CMCOPTOUT-1774702840s%7CNONE%7CMCSYNCSOP%7C411-20548%7CvVersion%7C5.5.0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'JSESSIONID', 'value': '59A0692E87B1651543F622558F402863', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv_s', 'value': 'First%20Visit', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtPC', 'value': '1$495648781_886h-vPHWROJCCWTCWUOCAFBPRFRFKNBKDAWWA-0e0', 'domain': '.bca.co.uk', 'path': '/'}, {'name': '_legacy_auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'gpv_pn', 'value': 'auctionview', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'ASLBSA', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'INGRESSCOOKIE', 'value': '201d4d7cdb35b651709a73d47c4eaea6|17148814d3d29f21517da122aae4be83', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Sat+Mar+28+2026+07%3A00%3A48+GMT-0400+(Eastern+Daylight+Time)&version=202510.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&consentId=44bdbab4-6273-48a1-a049-9d060b3ff3af&interactionCount=1&isAnonUser=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0003%3A1%2CC0004%3A1%2CC0002%3A1&intType=1&geolocation=US%3BCA&AwaitingReconsent=false', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'sc_dslv', 'value': '1774695650127', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'auth0.VS7z7E8b9vqJ2LYaGXEbb1f5CP1SGRLD.is.authenticated', 'value': 'true', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'ASLBSACORS', 'value': '000323392f7a18bd2b0ff7209c28bb25c0f06dee33a9cf62b65238d7d6868fdf5ddf', 'domain': 'www.bca.co.uk', 'path': '/'}, {'name': 'rxvt', 'value': '1774697450005|1774695628474', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 's_sq', 'value': '%5B%5BB%5D%5D', 'domain': '.bca.co.uk', 'path': '/'}, {'name': 'dtCookie', 'value': 'v_4_srv_1_sn_00E347DEA3CC45BCA5D3E53586089378_perc_100000_ol_0_mul_1_app-3A5d68a08db18e8bbb_1_app-3Aea7c4b59f27d43eb_1', 'domain': '.bca.co.uk', 'path': '/'}]
2026-03-28 11:01:01 [bca.uk] INFO: Extracted 24 cookies from Zyte login response
2026-03-28 11:01:01 [bca.uk] INFO: Merged 15 browser cookies, total: 24
2026-03-28 11:01:01 [bca.uk] INFO: Auth0 token capture: token=yes, error=client-created
2026-03-28 11:01:01 [bca.uk] INFO: Got Auth0 access token via dynamic SDK (length=1492)
2026-03-28 11:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='BCAUk',RowKey='auth_token') HTTP/1.1" 204 0
2026-03-28 11:01:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded
2026-03-28 11:01:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:01:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:01:10 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-28 11:01:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 155MiB
2026-03-28 11:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:01:11 [bca.uk] INFO: Total items found: 100
2026-03-28 11:01:11 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded
2026-03-28 11:01:11 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:01:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:11 [bca.uk] INFO: Found listing with ID: HK20%20GFE
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK20%2520GFE%27 HTTP/1.1" 200 None
2026-03-28 11:01:11 [bca.uk] INFO: Scrape type for HK20%20GFE: 0
2026-03-28 11:01:11 [bca.uk] INFO: Found listing with ID: VF19%20GJU
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF19%2520GJU%27 HTTP/1.1" 200 None
2026-03-28 11:01:11 [bca.uk] INFO: Scrape type for VF19%20GJU: 0
2026-03-28 11:01:11 [bca.uk] INFO: Found listing with ID: BV15%20PDK
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV15%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:01:11 [bca.uk] INFO: Scrape type for BV15%20PDK: 0
2026-03-28 11:01:11 [bca.uk] INFO: Found listing with ID: BW15%20VJX
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520VJX%27 HTTP/1.1" 200 None
2026-03-28 11:01:11 [bca.uk] INFO: Scrape type for BW15%20VJX: 2
2026-03-28 11:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX
2026-03-28 11:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 354bcfee-b8c8-5f58-8440-841270e7b99d with scrape type 2
2026-03-28 11:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 354bcfee-b8c8-5f58-8440-841270e7b99d with scrape type 2
2026-03-28 11:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 354bcfee-b8c8-5f58-8440-841270e7b99d, identifier: BW15%20VJX
2026-03-28 11:01:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX
2026-03-28 11:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-28 11:01:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-28 11:01:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX
2026-03-28 11:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 354bcfee-b8c8-5f58-8440-841270e7b99d with identifier: BW15%20VJX to the API
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20VJX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '354bcfee-b8c8-5f58-8440-841270e7b99d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW15 VJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20VJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 59109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.6 DCI 130 DYNAMIQUE TOM TOM Coupe',
 'transmission': 'manual',
 'trim': 'DCI 130 DYNAMIQUE TOM TOM',
 'vin': 'VF1DZNA0653321831',
 'year': 2015}
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520VJX%27 HTTP/1.1" 200 None
2026-03-28 11:01:12 [bca.uk] INFO: Saving data for BW15%20VJX: {'auction_closing_time': 1774778400.0, 'created_time': 1774476902.861122, 'last_price_update_time': 1774695672.607232}
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520VJX') HTTP/1.1" 204 0
2026-03-28 11:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:01:12 [bca.uk] INFO: Found listing with ID: BJ67%20RFF
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520RFF%27 HTTP/1.1" 200 None
2026-03-28 11:01:12 [bca.uk] INFO: Scrape type for BJ67%20RFF: 0
2026-03-28 11:01:12 [bca.uk] INFO: Found listing with ID: CK17%20ZKE
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520ZKE%27 HTTP/1.1" 200 None
2026-03-28 11:01:12 [bca.uk] INFO: Scrape type for CK17%20ZKE: 0
2026-03-28 11:01:12 [bca.uk] INFO: Found listing with ID: YE15%20LBK
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520LBK%27 HTTP/1.1" 200 None
2026-03-28 11:01:12 [bca.uk] INFO: Scrape type for YE15%20LBK: 0
2026-03-28 11:01:12 [bca.uk] INFO: Found listing with ID: BF17%20UCH
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520UCH%27 HTTP/1.1" 200 None
2026-03-28 11:01:12 [bca.uk] INFO: Scrape type for BF17%20UCH: 0
2026-03-28 11:01:12 [bca.uk] INFO: Found listing with ID: FM16%20JXO
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520JXO%27 HTTP/1.1" 200 None
2026-03-28 11:01:12 [bca.uk] INFO: Scrape type for FM16%20JXO: 2
2026-03-28 11:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO
2026-03-28 11:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58339331-9c77-54f6-b3ad-e20b7632bb21 with scrape type 2
2026-03-28 11:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58339331-9c77-54f6-b3ad-e20b7632bb21 with scrape type 2
2026-03-28 11:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58339331-9c77-54f6-b3ad-e20b7632bb21, identifier: FM16%20JXO
2026-03-28 11:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-28 11:01:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-28 11:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO
2026-03-28 11:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58339331-9c77-54f6-b3ad-e20b7632bb21 with identifier: FM16%20JXO to the API
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM16%20JXO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58339331-9c77-54f6-b3ad-e20b7632bb21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM16 JXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM16%20JXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 74639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5GC00242',
 'year': 2016}
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520JXO%27 HTTP/1.1" 200 None
2026-03-28 11:01:13 [bca.uk] INFO: Saving data for FM16%20JXO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563947.612661, 'last_price_update_time': 1774695673.416142}
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM16%2520JXO') HTTP/1.1" 204 0
2026-03-28 11:01:13 [bca.uk] INFO: Found listing with ID: WF67%20CFE
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520CFE%27 HTTP/1.1" 200 None
2026-03-28 11:01:13 [bca.uk] INFO: Scrape type for WF67%20CFE: 0
2026-03-28 11:01:13 [bca.uk] INFO: Found listing with ID: FJ59%20TSZ
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ59%2520TSZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:13 [bca.uk] INFO: Scrape type for FJ59%20TSZ: 0
2026-03-28 11:01:13 [bca.uk] INFO: Found listing with ID: MV13%20TFX
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV13%2520TFX%27 HTTP/1.1" 200 None
2026-03-28 11:01:13 [bca.uk] INFO: Scrape type for MV13%20TFX: 0
2026-03-28 11:01:13 [bca.uk] INFO: Found listing with ID: WG62%20AOC
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520AOC%27 HTTP/1.1" 200 None
2026-03-28 11:01:13 [bca.uk] INFO: Scrape type for WG62%20AOC: 2
2026-03-28 11:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC
2026-03-28 11:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6dde5c6-1cb3-513e-aed7-72339019f886 with scrape type 2
2026-03-28 11:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6dde5c6-1cb3-513e-aed7-72339019f886 with scrape type 2
2026-03-28 11:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6dde5c6-1cb3-513e-aed7-72339019f886, identifier: WG62%20AOC
2026-03-28 11:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-28 11:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC
2026-03-28 11:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6dde5c6-1cb3-513e-aed7-72339019f886 with identifier: WG62%20AOC to the API
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG62%20AOC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f6dde5c6-1cb3-513e-aed7-72339019f886',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG62 AOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG62%20AOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'C250',
 'odometer': 108936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 2.1 CDI B/E AMG SPORT PLUS Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT PLUS',
 'vin': 'WDD2043032G025919',
 'year': 2012}
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520AOC%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Saving data for WG62%20AOC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563936.093729, 'last_price_update_time': 1774695674.097198}
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG62%2520AOC') HTTP/1.1" 204 0
2026-03-28 11:01:14 [bca.uk] INFO: Found listing with ID: BT13%20WSV
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT13%2520WSV%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Scrape type for BT13%20WSV: 1
2026-03-28 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ed2dcfb-35de-5ada-ad91-353ae2183e85 with identifier: BT13%20WSV
2026-03-28 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:01:14 [bca.uk] INFO: Found listing with ID: DX16%20MYY
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520MYY%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Scrape type for DX16%20MYY: 1
2026-03-28 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b761556c-b9e2-584e-8b60-6ef79cfe0123 with identifier: DX16%20MYY
2026-03-28 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:01:14 [bca.uk] INFO: Found listing with ID: WN58%20UCF
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN58%2520UCF%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Scrape type for WN58%20UCF: 1
2026-03-28 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 408cf7cd-5c88-5b19-ae14-d015866edb29 with identifier: WN58%20UCF
2026-03-28 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:01:14 [bca.uk] INFO: Found listing with ID: CV68%20XCO
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520XCO%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Scrape type for CV68%20XCO: 2
2026-03-28 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b987618e-f203-5896-bfd7-8999af2cc34a with identifier: CV68%20XCO
2026-03-28 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b987618e-f203-5896-bfd7-8999af2cc34a with scrape type 2
2026-03-28 11:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b987618e-f203-5896-bfd7-8999af2cc34a with scrape type 2
2026-03-28 11:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b987618e-f203-5896-bfd7-8999af2cc34a, identifier: CV68%20XCO
2026-03-28 11:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b987618e-f203-5896-bfd7-8999af2cc34a with identifier: CV68%20XCO
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-28 11:01:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b987618e-f203-5896-bfd7-8999af2cc34a with identifier: CV68%20XCO
2026-03-28 11:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b987618e-f203-5896-bfd7-8999af2cc34a with identifier: CV68%20XCO to the API
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV68%20XCO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b987618e-f203-5896-bfd7-8999af2cc34a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV68 XCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV68%20XCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 55130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 120 4 Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI 120 4',
 'vin': 'KNAD6811VK6211357',
 'year': 2018}
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520XCO%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Saving data for CV68%20XCO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564544.657771, 'last_price_update_time': 1774695674.858935}
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV68%2520XCO') HTTP/1.1" 204 0
2026-03-28 11:01:14 [bca.uk] INFO: Found listing with ID: VU18%20ACY
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU18%2520ACY%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Scrape type for VU18%20ACY: 0
2026-03-28 11:01:14 [bca.uk] INFO: Found listing with ID: YH19%20WFS
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520WFS%27 HTTP/1.1" 200 None
2026-03-28 11:01:14 [bca.uk] INFO: Scrape type for YH19%20WFS: 2
2026-03-28 11:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c6c3b83-6498-5b34-bcc3-bb6705d220cf with identifier: YH19%20WFS
2026-03-28 11:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c6c3b83-6498-5b34-bcc3-bb6705d220cf with scrape type 2
2026-03-28 11:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c6c3b83-6498-5b34-bcc3-bb6705d220cf with scrape type 2
2026-03-28 11:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c6c3b83-6498-5b34-bcc3-bb6705d220cf, identifier: YH19%20WFS
2026-03-28 11:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c6c3b83-6498-5b34-bcc3-bb6705d220cf with identifier: YH19%20WFS
2026-03-28 11:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c6c3b83-6498-5b34-bcc3-bb6705d220cf with identifier: YH19%20WFS
2026-03-28 11:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c6c3b83-6498-5b34-bcc3-bb6705d220cf with identifier: YH19%20WFS to the API
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH19%20WFS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c6c3b83-6498-5b34-bcc3-bb6705d220cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH19 WFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH19%20WFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '118I',
 'odometer': 83299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT SHADOW ED.STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT SHADOW ED.STEP',
 'vin': 'WBA1R520707D43609',
 'year': 2019}
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520WFS%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Saving data for YH19%20WFS: {'auction_closing_time': 1774778400.0, 'created_time': 1774564562.35383, 'last_price_update_time': 1774695675.34954}
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH19%2520WFS') HTTP/1.1" 204 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: OE68%20NPP
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for OE68%20NPP: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: BT71%20ZWP
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520ZWP%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for BT71%20ZWP: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: CV23%20JXZ
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520JXZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for CV23%20JXZ: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: VA19%20TJU
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520TJU%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for VA19%20TJU: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: VN73%20XUO
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN73%2520XUO%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for VN73%20XUO: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: WP68%20JYS
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP68%2520JYS%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for WP68%20JYS: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: YS18%20GXM
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520GXM%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for YS18%20GXM: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: MT18%20EXX
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520EXX%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for MT18%20EXX: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: WG68%20NGF
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG68%2520NGF%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for WG68%20NGF: 0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: WK70%20VKG
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520VKG%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for WK70%20VKG: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 with identifier: WK70%20VKG
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: DX15%20JFF
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX15%2520JFF%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for DX15%20JFF: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cbb3191-6cbb-56b9-a02d-5948ba86518e with identifier: DX15%20JFF
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: BL57%20MXT
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL57%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for BL57%20MXT: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e488065-6fe4-54f4-8f63-4ae87132ae79 with identifier: BL57%20MXT
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: BD08%20AYG
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AYG%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for BD08%20AYG: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f403886d-03c6-5fb8-8b41-8c5d5e920a1a with identifier: BD08%20AYG
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: BK05%20KCN
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK05%2520KCN%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for BK05%20KCN: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4285709e-1eb4-5199-8692-2365a9114f52 with identifier: BK05%20KCN
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: CE58%20JHU
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE58%2520JHU%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for CE58%20JHU: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 with identifier: CE58%20JHU
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: KW55%20WSO
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW55%2520WSO%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for KW55%20WSO: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a76f855b-ad2f-5512-95a5-962ebc6ded4f with identifier: KW55%20WSO
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: VN54%20DZL
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN54%2520DZL%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for VN54%20DZL: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d5df6b-48cf-580f-b920-c2fa62de29df with identifier: VN54%20DZL
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 46d5df6b-48cf-580f-b920-c2fa62de29df
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: YC60%20AWJ
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC60%2520AWJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for YC60%20AWJ: 1
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c1070f3-e634-5279-aa25-131d59b68f50 with identifier: YC60%20AWJ
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:01:15 [bca.uk] INFO: Found listing with ID: LL66%20JRX
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520JRX%27 HTTP/1.1" 200 None
2026-03-28 11:01:15 [bca.uk] INFO: Scrape type for LL66%20JRX: 2
2026-03-28 11:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40faa241-815a-5e8b-ab3e-77f5ab6c5e23 with identifier: LL66%20JRX
2026-03-28 11:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40faa241-815a-5e8b-ab3e-77f5ab6c5e23 with scrape type 2
2026-03-28 11:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40faa241-815a-5e8b-ab3e-77f5ab6c5e23 with scrape type 2
2026-03-28 11:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40faa241-815a-5e8b-ab3e-77f5ab6c5e23, identifier: LL66%20JRX
2026-03-28 11:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40faa241-815a-5e8b-ab3e-77f5ab6c5e23 with identifier: LL66%20JRX
2026-03-28 11:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40faa241-815a-5e8b-ab3e-77f5ab6c5e23 with identifier: LL66%20JRX
2026-03-28 11:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40faa241-815a-5e8b-ab3e-77f5ab6c5e23 with identifier: LL66%20JRX to the API
2026-03-28 11:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL66%20JRX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40faa241-815a-5e8b-ab3e-77f5ab6c5e23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL66 JRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL66%20JRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 63265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM',
 'vin': 'WF0AXXWPMAGL37930',
 'year': 2016}
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520JRX%27 HTTP/1.1" 200 None
2026-03-28 11:01:16 [bca.uk] INFO: Saving data for LL66%20JRX: {'auction_closing_time': 1774778400.0, 'created_time': 1774564531.359991, 'last_price_update_time': 1774695676.227964}
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL66%2520JRX') HTTP/1.1" 204 0
2026-03-28 11:01:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT13%20WSV-GB>
2026-03-28 11:01:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX16%20MYY-GB>
2026-03-28 11:01:16 [bca.uk] INFO: Found listing with ID: SM14%20UKA
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM14%2520UKA%27 HTTP/1.1" 200 None
2026-03-28 11:01:16 [bca.uk] INFO: Scrape type for SM14%20UKA: 2
2026-03-28 11:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13932844-a3e8-5dee-8682-aa296527260a with identifier: SM14%20UKA
2026-03-28 11:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13932844-a3e8-5dee-8682-aa296527260a with scrape type 2
2026-03-28 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13932844-a3e8-5dee-8682-aa296527260a with scrape type 2
2026-03-28 11:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13932844-a3e8-5dee-8682-aa296527260a, identifier: SM14%20UKA
2026-03-28 11:01:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN58%20UCF-GB>
2026-03-28 11:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13932844-a3e8-5dee-8682-aa296527260a with identifier: SM14%20UKA
2026-03-28 11:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13932844-a3e8-5dee-8682-aa296527260a with identifier: SM14%20UKA
2026-03-28 11:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13932844-a3e8-5dee-8682-aa296527260a with identifier: SM14%20UKA to the API
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM14%20UKA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '13932844-a3e8-5dee-8682-aa296527260a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM14 UKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM14%20UKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 95986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.6 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'TSMNZA32S00404494',
 'year': 2014}
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM14%2520UKA%27 HTTP/1.1" 200 None
2026-03-28 11:01:16 [bca.uk] INFO: Saving data for SM14%20UKA: {'auction_closing_time': 1774778400.0, 'created_time': 1774564542.473185, 'last_price_update_time': 1774695676.786863}
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM14%2520UKA') HTTP/1.1" 204 0
2026-03-28 11:01:16 [bca.uk] INFO: Found listing with ID: WG14%20SMV
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520SMV%27 HTTP/1.1" 200 None
2026-03-28 11:01:16 [bca.uk] INFO: Scrape type for WG14%20SMV: 0
2026-03-28 11:01:16 [bca.uk] INFO: Found listing with ID: BT65%20DVV
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT65%2520DVV%27 HTTP/1.1" 200 None
2026-03-28 11:01:16 [bca.uk] INFO: Scrape type for BT65%20DVV: 0
2026-03-28 11:01:16 [bca.uk] INFO: Found listing with ID: DC16%20EVN
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520EVN%27 HTTP/1.1" 200 None
2026-03-28 11:01:16 [bca.uk] INFO: Scrape type for DC16%20EVN: 2
2026-03-28 11:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fda0444-b1a0-54b3-9742-73617145762b with identifier: DC16%20EVN
2026-03-28 11:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fda0444-b1a0-54b3-9742-73617145762b with scrape type 2
2026-03-28 11:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fda0444-b1a0-54b3-9742-73617145762b with scrape type 2
2026-03-28 11:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fda0444-b1a0-54b3-9742-73617145762b, identifier: DC16%20EVN
2026-03-28 11:01:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK70%20VKG-GB>
2026-03-28 11:01:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX15%20JFF-GB>
2026-03-28 11:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fda0444-b1a0-54b3-9742-73617145762b with identifier: DC16%20EVN
2026-03-28 11:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey HTTP/1.1" 200 None
2026-03-28 11:01:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fda0444-b1a0-54b3-9742-73617145762b with identifier: DC16%20EVN
2026-03-28 11:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fda0444-b1a0-54b3-9742-73617145762b with identifier: DC16%20EVN to the API
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC16%20EVN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1fda0444-b1a0-54b3-9742-73617145762b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC16 EVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC16%20EVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '335D',
 'odometer': 51581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 335D 3.0 XDRIVE M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA8F72080K820397',
 'year': 2016}
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520EVN%27 HTTP/1.1" 200 None
2026-03-28 11:01:17 [bca.uk] INFO: Saving data for DC16%20EVN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564563.792291, 'last_price_update_time': 1774695677.419646}
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC16%2520EVN') HTTP/1.1" 204 0
2026-03-28 11:01:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KW55WSO/42807921?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=ECObaVyd9gRgz05Xmcp%2BESM7xLmJDF9h2X%2FEVj26GEo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW55%20WSO-GB>
2026-03-28 11:01:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VN54DZL/42808137?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=qf0jPnBs9kEZx0kCISPWyAnTF5%2FHmUBTBzEUSHUjgwM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN54%20DZL-GB>
2026-03-28 11:01:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE58%20JHU-GB>
2026-03-28 11:01:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL57%20MXT-GB>
2026-03-28 11:01:17 [bca.uk] INFO: Found listing with ID: DL17%20GHX
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL17%2520GHX%27 HTTP/1.1" 200 None
2026-03-28 11:01:17 [bca.uk] INFO: Scrape type for DL17%20GHX: 0
2026-03-28 11:01:17 [bca.uk] INFO: Found listing with ID: DS17%20WZL
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520WZL%27 HTTP/1.1" 200 None
2026-03-28 11:01:17 [bca.uk] INFO: Scrape type for DS17%20WZL: 0
2026-03-28 11:01:17 [bca.uk] INFO: Found listing with ID: DV64%20UEP
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520UEP%27 HTTP/1.1" 200 None
2026-03-28 11:01:17 [bca.uk] INFO: Scrape type for DV64%20UEP: 2
2026-03-28 11:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4841aad-e5f3-580f-a8b1-00c616bfea45 with identifier: DV64%20UEP
2026-03-28 11:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4841aad-e5f3-580f-a8b1-00c616bfea45 with scrape type 2
2026-03-28 11:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4841aad-e5f3-580f-a8b1-00c616bfea45 with scrape type 2
2026-03-28 11:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4841aad-e5f3-580f-a8b1-00c616bfea45, identifier: DV64%20UEP
2026-03-28 11:01:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD08%20AYG-GB>
2026-03-28 11:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4841aad-e5f3-580f-a8b1-00c616bfea45 with identifier: DV64%20UEP
2026-03-28 11:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4841aad-e5f3-580f-a8b1-00c616bfea45 with identifier: DV64%20UEP
2026-03-28 11:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4841aad-e5f3-580f-a8b1-00c616bfea45 with identifier: DV64%20UEP to the API
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV64%20UEP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4841aad-e5f3-580f-a8b1-00c616bfea45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV64 UEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV64%20UEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 93074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNTAAE12U1086146',
 'year': 2014}
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520UEP%27 HTTP/1.1" 200 None
2026-03-28 11:01:17 [bca.uk] INFO: Saving data for DV64%20UEP: {'auction_closing_time': 1774778400.0, 'created_time': 1774476135.842525, 'last_price_update_time': 1774695677.98381}
2026-03-28 11:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV64%2520UEP') HTTP/1.1" 204 0
2026-03-28 11:01:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC60AWJ/42808422?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=RQQ4sN7yvoCoEuv1AhH2XXwb0rtF4sUe2LFKtHE6sHE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC60%20AWJ-GB>
2026-03-28 11:01:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK05KCN/42808014?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=gANA8pybdk4x89IPcI7C6tEJdd9J09Ln4zVAzOu53iI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK05%20KCN-GB>
2026-03-28 11:01:18 [bca.uk] INFO: Found listing with ID: BG16%20VPU
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG16%2520VPU%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Scrape type for BG16%20VPU: 0
2026-03-28 11:01:18 [bca.uk] INFO: Found listing with ID: WG66%20DHY
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DHY%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Scrape type for WG66%20DHY: 2
2026-03-28 11:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY
2026-03-28 11:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bcb8304-34a9-5674-8538-e3c131b49576 with scrape type 2
2026-03-28 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bcb8304-34a9-5674-8538-e3c131b49576 with scrape type 2
2026-03-28 11:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bcb8304-34a9-5674-8538-e3c131b49576, identifier: WG66%20DHY
2026-03-28 11:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY
2026-03-28 11:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY
2026-03-28 11:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bcb8304-34a9-5674-8538-e3c131b49576 with identifier: WG66%20DHY to the API
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG66%20DHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7bcb8304-34a9-5674-8538-e3c131b49576',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG66 DHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG66%20DHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 71522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 82 PLATINUM ETG Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 82 PLATINUM ETG',
 'vin': 'VF7SCHMZ6GW645301',
 'year': 2016}
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DHY%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Saving data for WG66%20DHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563926.478789, 'last_price_update_time': 1774695678.462314}
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG66%2520DHY') HTTP/1.1" 204 0
2026-03-28 11:01:18 [bca.uk] INFO: Found listing with ID: YK17%20ZRC
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520ZRC%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Scrape type for YK17%20ZRC: 2
2026-03-28 11:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC
2026-03-28 11:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with scrape type 2
2026-03-28 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with scrape type 2
2026-03-28 11:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6, identifier: YK17%20ZRC
2026-03-28 11:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC
2026-03-28 11:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC
2026-03-28 11:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6 with identifier: YK17%20ZRC to the API
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK17%20ZRC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb0a09ff-1b6d-5320-bbe9-4e9e0117e2c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK17 ZRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK17%20ZRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 117497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620100V10549',
 'year': 2017}
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520ZRC%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Saving data for YK17%20ZRC: {'auction_closing_time': 1774864800.0, 'created_time': 1774188169.672866, 'last_price_update_time': 1774695678.936111}
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK17%2520ZRC') HTTP/1.1" 204 0
2026-03-28 11:01:18 [bca.uk] INFO: Found listing with ID: EN14%20ZRU
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520ZRU%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Scrape type for EN14%20ZRU: 0
2026-03-28 11:01:18 [bca.uk] INFO: Found listing with ID: KP66%20FXV
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520FXV%27 HTTP/1.1" 200 None
2026-03-28 11:01:18 [bca.uk] INFO: Scrape type for KP66%20FXV: 2
2026-03-28 11:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV
2026-03-28 11:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with scrape type 2
2026-03-28 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with scrape type 2
2026-03-28 11:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e72e89d2-7a41-582b-96b5-5d6e6a53ee46, identifier: KP66%20FXV
2026-03-28 11:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV
2026-03-28 11:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV
2026-03-28 11:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e72e89d2-7a41-582b-96b5-5d6e6a53ee46 with identifier: KP66%20FXV to the API
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP66%20FXV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e72e89d2-7a41-582b-96b5-5d6e6a53ee46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP66 FXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP66%20FXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'B180 D',
 'odometer': 66494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 D 1.5 SPORT EXECUTIVE DCT MPV',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD2462122J417280',
 'year': 2016}
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520FXV%27 HTTP/1.1" 200 None
2026-03-28 11:01:19 [bca.uk] INFO: Saving data for KP66%20FXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563921.481116, 'last_price_update_time': 1774695679.428484}
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP66%2520FXV') HTTP/1.1" 204 0
2026-03-28 11:01:19 [bca.uk] INFO: Found listing with ID: NU67%20NWA
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520NWA%27 HTTP/1.1" 200 None
2026-03-28 11:01:19 [bca.uk] INFO: Scrape type for NU67%20NWA: 2
2026-03-28 11:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA
2026-03-28 11:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with scrape type 2
2026-03-28 11:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with scrape type 2
2026-03-28 11:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5, identifier: NU67%20NWA
2026-03-28 11:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA
2026-03-28 11:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA
2026-03-28 11:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1ab3301-3fe8-506d-adba-bc9ecfbe39c5 with identifier: NU67%20NWA to the API
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU67%20NWA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1ab3301-3fe8-506d-adba-bc9ecfbe39c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU67 NWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU67%20NWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 90947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD R SPORT',
 'vin': 'SADCA2AN7JA276238',
 'year': 2017}
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520NWA%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Saving data for NU67%20NWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563911.913649, 'last_price_update_time': 1774695680.05849}
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU67%2520NWA') HTTP/1.1" 204 0
2026-03-28 11:01:20 [bca.uk] INFO: Found listing with ID: OY17%20FXG
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FXG%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Scrape type for OY17%20FXG: 0
2026-03-28 11:01:20 [bca.uk] INFO: Found listing with ID: SGZ%206140
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25206140%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Scrape type for SGZ%206140: 2
2026-03-28 11:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140
2026-03-28 11:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb3de6e-b68b-5b7d-b16d-35a97280daff with scrape type 2
2026-03-28 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb3de6e-b68b-5b7d-b16d-35a97280daff with scrape type 2
2026-03-28 11:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcb3de6e-b68b-5b7d-b16d-35a97280daff, identifier: SGZ%206140
2026-03-28 11:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-28 11:01:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FElectric HTTP/1.1" 200 None
2026-03-28 11:01:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140
2026-03-28 11:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcb3de6e-b68b-5b7d-b16d-35a97280daff with identifier: SGZ%206140 to the API
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 55,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SGZ%206140-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fcb3de6e-b68b-5b7d-b16d-35a97280daff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SGZ 6140',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SGZ%206140&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC60 RECHARGE',
 'odometer': 114776,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 RECHARGE 2.0 T6 PHEV AWD INSCRIPTION EXPR. StationWagon',
 'transmission': 'automatic',
 'trim': 'T6 PHEV AWD INSCRIPTION EXPR.',
 'vin': 'LYVUZBFVDMB717140',
 'year': 2020}
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25206140%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Saving data for SGZ%206140: {'auction_closing_time': 1774864800.0, 'created_time': 1774390092.396806, 'last_price_update_time': 1774695680.800762}
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SGZ%25206140') HTTP/1.1" 204 0
2026-03-28 11:01:20 [bca.uk] INFO: Found listing with ID: F6%20ENE
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F6%2520ENE%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Scrape type for F6%20ENE: 0
2026-03-28 11:01:20 [bca.uk] INFO: Found listing with ID: SY63%20BZU
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY63%2520BZU%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Scrape type for SY63%20BZU: 1
2026-03-28 11:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168964c4-009e-5f86-a5de-a609e726f9b5 with identifier: SY63%20BZU
2026-03-28 11:01:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 168964c4-009e-5f86-a5de-a609e726f9b5
2026-03-28 11:01:20 [bca.uk] INFO: Found listing with ID: WU10%20OBT
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU10%2520OBT%27 HTTP/1.1" 200 None
2026-03-28 11:01:20 [bca.uk] INFO: Scrape type for WU10%20OBT: 2
2026-03-28 11:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT
2026-03-28 11:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08bb3e03-9361-5066-a315-e5a4557b307a with scrape type 2
2026-03-28 11:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08bb3e03-9361-5066-a315-e5a4557b307a with scrape type 2
2026-03-28 11:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08bb3e03-9361-5066-a315-e5a4557b307a, identifier: WU10%20OBT
2026-03-28 11:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-28 11:01:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT
2026-03-28 11:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08bb3e03-9361-5066-a315-e5a4557b307a with identifier: WU10%20OBT to the API
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU10%20OBT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08bb3e03-9361-5066-a315-e5a4557b307a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU10 OBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU10%20OBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 115413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 S 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 S 275 PORTFOLIO',
 'vin': 'SAJAC072XBNR86714',
 'year': 2010}
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU10%2520OBT%27 HTTP/1.1" 200 None
2026-03-28 11:01:21 [bca.uk] INFO: Saving data for WU10%20OBT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563901.398229, 'last_price_update_time': 1774695681.494287}
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU10%2520OBT') HTTP/1.1" 204 0
2026-03-28 11:01:21 [bca.uk] INFO: Found listing with ID: YA08%20OVK
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA08%2520OVK%27 HTTP/1.1" 200 None
2026-03-28 11:01:21 [bca.uk] INFO: Scrape type for YA08%20OVK: 2
2026-03-28 11:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK
2026-03-28 11:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 078bd227-f943-569a-93e2-c217e9b73feb with scrape type 2
2026-03-28 11:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 078bd227-f943-569a-93e2-c217e9b73feb with scrape type 2
2026-03-28 11:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 078bd227-f943-569a-93e2-c217e9b73feb, identifier: YA08%20OVK
2026-03-28 11:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK
2026-03-28 11:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK
2026-03-28 11:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 078bd227-f943-569a-93e2-c217e9b73feb with identifier: YA08%20OVK to the API
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA08%20OVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '078bd227-f943-569a-93e2-c217e9b73feb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA08 OVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA08%20OVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 117988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 GS StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 GS',
 'vin': 'SALFA23B39H114906',
 'year': 2008}
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA08%2520OVK%27 HTTP/1.1" 200 None
2026-03-28 11:01:21 [bca.uk] INFO: Saving data for YA08%20OVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563927.841231, 'last_price_update_time': 1774695681.950879}
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA08%2520OVK') HTTP/1.1" 204 0
2026-03-28 11:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:21 [bca.uk] INFO: Found listing with ID: FL59%20GYJ
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL59%2520GYJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:21 [bca.uk] INFO: Scrape type for FL59%20GYJ: 0
2026-03-28 11:01:21 [bca.uk] INFO: Found listing with ID: KR60%20ZHC
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520ZHC%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for KR60%20ZHC: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: KV61%20SXO
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520SXO%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for KV61%20SXO: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: MH07%20CHJ
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH07%2520CHJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for MH07%20CHJ: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: ND11%20FHJ
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND11%2520FHJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for ND11%20FHJ: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: T99%20NNO
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T99%2520NNO%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for T99%20NNO: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: YK22%20XJW
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520XJW%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for YK22%20XJW: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: AD22%20HLK
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD22%2520HLK%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for AD22%20HLK: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: AF20%20XAB
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF20%2520XAB%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for AF20%20XAB: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: CF19%20EJU
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF19%2520EJU%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for CF19%20EJU: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: DT21%20WNL
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT21%2520WNL%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for DT21%20WNL: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: FM19%20TVL
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520TVL%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for FM19%20TVL: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: GV19%20DVR
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV19%2520DVR%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for GV19%20DVR: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: EJ18%20ZYC
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ18%2520ZYC%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for EJ18%20ZYC: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: MH16%20UOL
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520UOL%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for MH16%20UOL: 2
2026-03-28 11:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL
2026-03-28 11:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18de6cd9-deeb-52fa-905b-fc38e1f733ad with scrape type 2
2026-03-28 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18de6cd9-deeb-52fa-905b-fc38e1f733ad with scrape type 2
2026-03-28 11:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18de6cd9-deeb-52fa-905b-fc38e1f733ad, identifier: MH16%20UOL
2026-03-28 11:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL
2026-03-28 11:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL
2026-03-28 11:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18de6cd9-deeb-52fa-905b-fc38e1f733ad with identifier: MH16%20UOL to the API
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH16%20UOL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18de6cd9-deeb-52fa-905b-fc38e1f733ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH16 UOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH16%20UOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 31979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.5 TDCI 120 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 120 TITANIUM P/S',
 'vin': 'WF0VXXGCEVGD44315',
 'year': 2016}
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520UOL%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Saving data for MH16%20UOL: {'auction_closing_time': 1774778400.0, 'created_time': 1774565117.893592, 'last_price_update_time': 1774695682.658545}
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH16%2520UOL') HTTP/1.1" 204 0
2026-03-28 11:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: VU65%20FPP
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520FPP%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for VU65%20FPP: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: BF58%20VKL
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520VKL%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for BF58%20VKL: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: DU17%20VHK
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520VHK%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for DU17%20VHK: 0
2026-03-28 11:01:22 [bca.uk] INFO: Found listing with ID: EN63%20CGG
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN63%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:01:22 [bca.uk] INFO: Scrape type for EN63%20CGG: 2
2026-03-28 11:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG
2026-03-28 11:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36e7240-66b8-524b-9626-274a6e6eae8c with scrape type 2
2026-03-28 11:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36e7240-66b8-524b-9626-274a6e6eae8c with scrape type 2
2026-03-28 11:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e36e7240-66b8-524b-9626-274a6e6eae8c, identifier: EN63%20CGG
2026-03-28 11:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG
2026-03-28 11:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG
2026-03-28 11:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e36e7240-66b8-524b-9626-274a6e6eae8c with identifier: EN63%20CGG to the API
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN63%20CGG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e36e7240-66b8-524b-9626-274a6e6eae8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN63 CGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN63%20CGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SUZUKI',
 'model': 'SPLASH',
 'odometer': 25655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SUZUKI SPLASH 1.0 SZ2 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ2',
 'vin': 'TSMEXB22S00805374',
 'year': 2014}
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN63%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [bca.uk] INFO: Saving data for EN63%20CGG: {'auction_closing_time': 1774778400.0, 'created_time': 1774565113.265679, 'last_price_update_time': 1774695683.431866}
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN63%2520CGG') HTTP/1.1" 204 0
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac48e710>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2117
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_expert_report_file_1b5bc984-71db-44b9-b340-4d1259238a5a.pdf HTTP/1.1" 201 0
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cbb3191-6cbb-56b9-a02d-5948ba86518e, skipping ID generation
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDX15JFF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX15JFF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb47090>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_expert_report_file_e741c999-cae1-40e3-b29d-b08cd497670e.pdf HTTP/1.1" 201 0
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b761556c-b9e2-584e-8b60-6ef79cfe0123, skipping ID generation
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDX16MYY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX16MYY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb37d10>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_expert_report_file_70285c88-ec07-45d7-ad23-b8edfe3c69c0.pdf HTTP/1.1" 201 0
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e488065-6fe4-54f4-8f63-4ae87132ae79, skipping ID generation
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBL57MXT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BL57MXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY63BZU/42808482?sv=2020-08-04&st=2026-03-28T11%3A01%3A22Z&se=2026-03-28T11%3A26%3A22Z&sr=b&sp=r&sig=LlsOSbfKIKjSKJCEN78xvAhc3w7ylaq7WfCAciHM4Gk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY63%20BZU-GB>
2026-03-28 11:01:23 [bca.uk] INFO: Found listing with ID: AO10%20XMX
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520XMX%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [bca.uk] INFO: Scrape type for AO10%20XMX: 1
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798645%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798645 not downloaded yet
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802612%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802612 not downloaded yet
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915545%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915545 not downloaded yet
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea77fd0>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_expert_report_file_9d147983-bab0-45dc-8c26-0bf506d09dde.pdf HTTP/1.1" 201 0
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21, skipping ID generation
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWK70VKG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WK70VKG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea673d0>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_expert_report_file_5d92f9a1-71bc-44d6-9863-100d47e887c5.pdf HTTP/1.1" 201 0
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ed2dcfb-35de-5ada-ad91-353ae2183e85, skipping ID generation
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBT13WSV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BT13WSV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea63350>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_expert_report_file_ed193d62-783f-4a4b-82c2-f70db407762d.pdf HTTP/1.1" 201 0
2026-03-28 11:01:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:01:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0, skipping ID generation
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DCE58JHU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CE58JHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7c390>
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_expert_report_file_4352c607-02c9-40bc-9534-c927f88e8e76.pdf HTTP/1.1" 201 0
2026-03-28 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:01:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 408cf7cd-5c88-5b19-ae14-d015866edb29, skipping ID generation
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWN58UCF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN58UCF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:24 [bca.uk] INFO: Found listing with ID: CY09%20BAO
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY09%2520BAO%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [bca.uk] INFO: Scrape type for CY09%20BAO: 1
2026-03-28 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO
2026-03-28 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 588b08c0-ef55-564c-b608-730d17562cf4
2026-03-28 11:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KW55WSO/42807921?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=ECObaVyd9gRgz05Xmcp%2BESM7xLmJDF9h2X%2FEVj26GEo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC60AWJ/42808422?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=RQQ4sN7yvoCoEuv1AhH2XXwb0rtF4sUe2LFKtHE6sHE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK05KCN/42808014?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=gANA8pybdk4x89IPcI7C6tEJdd9J09Ln4zVAzOu53iI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798655%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798655 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802630%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802630 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915572%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915572 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915573%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915573 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802581%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802581 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818297%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818297 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802610%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802610 not downloaded yet
2026-03-28 11:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VN54DZL/42808137?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=qf0jPnBs9kEZx0kCISPWyAnTF5%2FHmUBTBzEUSHUjgwM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:24 [bca.uk] INFO: Found listing with ID: HN54%20ZBG
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN54%2520ZBG%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [bca.uk] INFO: Scrape type for HN54%20ZBG: 2
2026-03-28 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG
2026-03-28 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with scrape type 2
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with scrape type 2
2026-03-28 11:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea, identifier: HN54%20ZBG
2026-03-28 11:01:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb69810>
2026-03-28 11:01:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_expert_report_file_6e358888-d3d7-4e54-9a2b-a80de8a9fd65.pdf HTTP/1.1" 201 0
2026-03-28 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:01:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f403886d-03c6-5fb8-8b41-8c5d5e920a1a, skipping ID generation
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBD08AYG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD08AYG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG
2026-03-28 11:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG
2026-03-28 11:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea with identifier: HN54%20ZBG to the API
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN54%20ZBG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55708a6d-43ed-5f39-bfe8-70b7e0d5d0ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN54 ZBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN54%20ZBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 119036,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 LX Estate',
 'transmission': 'automatic',
 'trim': 'LX',
 'vin': 'WF0NXXWPDN4S00736',
 'year': 2004}
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN54%2520ZBG%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [bca.uk] INFO: Saving data for HN54%20ZBG: {'auction_closing_time': 1774778400.0, 'created_time': 1774563916.471641, 'last_price_update_time': 1774695684.769297}
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN54%2520ZBG') HTTP/1.1" 204 0
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798662%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798662 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802648%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802648 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915600%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915600 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915594%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915594 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802602%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802602 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818336%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818336 not downloaded yet
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802631%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802631 not downloaded yet
2026-03-28 11:01:24 [bca.uk] INFO: Found listing with ID: LD55%20ULT
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD55%2520ULT%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [bca.uk] INFO: Scrape type for LD55%20ULT: 1
2026-03-28 11:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7 with identifier: LD55%20ULT
2026-03-28 11:01:24 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798644%27 HTTP/1.1" 200 None
2026-03-28 11:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798644 not downloaded yet
2026-03-28 11:01:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO10XMX/42807402?sv=2020-08-04&st=2026-03-28T11%3A01%3A24Z&se=2026-03-28T11%3A26%3A24Z&sr=b&sp=r&sig=%2Ft46ZMK1dLQsc9vWs76UVBm9TaQUF4oaW0FwSzdJzyA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO10%20XMX-GB>
2026-03-28 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798668%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798668 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802668%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802668 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915624%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915624 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915626%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915626 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802625%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802625 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818359%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818359 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802654%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802654 not downloaded yet
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea74590>
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_expert_report_file_4e1b40af-3e96-42a6-9165-33f650378858.pdf HTTP/1.1" 201 0
2026-03-28 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:01:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a76f855b-ad2f-5512-95a5-962ebc6ded4f, skipping ID generation
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKW55WSO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KW55WSO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9ef150>
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_expert_report_file_41fe7e38-6201-4553-bcf2-d8712c8967c4.pdf HTTP/1.1" 201 0
2026-03-28 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:01:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c1070f3-e634-5279-aa25-131d59b68f50, skipping ID generation
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYC60AWJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YC60AWJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9ec550>
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_expert_report_file_ae33db86-af49-4f42-a781-061547ad83cc.pdf HTTP/1.1" 201 0
2026-03-28 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:01:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4285709e-1eb4-5199-8692-2365a9114f52, skipping ID generation
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBK05KCN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK05KCN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e813890>
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_expert_report_file_81012564-0707-4cba-b88d-00a091286b79.pdf HTTP/1.1" 201 0
2026-03-28 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 46d5df6b-48cf-580f-b920-c2fa62de29df
2026-03-28 11:01:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46d5df6b-48cf-580f-b920-c2fa62de29df, skipping ID generation
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 46d5df6b-48cf-580f-b920-c2fa62de29df
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DVN54DZL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VN54DZL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:25 [bca.uk] INFO: Found listing with ID: BD17%20TZF
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD17%2520TZF%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [bca.uk] INFO: Scrape type for BD17%20TZF: 1
2026-03-28 11:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49adde6a-8f07-509c-9265-f5190a0663cc with identifier: BD17%20TZF
2026-03-28 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798654%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798654 not downloaded yet
2026-03-28 11:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY63BZU/42808482?sv=2020-08-04&st=2026-03-28T11%3A01%3A22Z&se=2026-03-28T11%3A26%3A22Z&sr=b&sp=r&sig=LlsOSbfKIKjSKJCEN78xvAhc3w7ylaq7WfCAciHM4Gk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CY09BAO/42808128?sv=2020-08-04&st=2026-03-28T11%3A01%3A25Z&se=2026-03-28T11%3A26%3A25Z&sr=b&sp=r&sig=wcZ2JQQEPehEN9Fcf75fuGVql7uYPfjUl%2FAKf8RPsVI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY09%20BAO-GB>
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798675%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798675 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802687%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802687 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915646%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915646 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915636%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915636 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802640%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802640 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818373%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818373 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802671%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802671 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787492%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787492 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814304%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814304 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798636%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798636 not downloaded yet
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798665%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798665 not downloaded yet
2026-03-28 11:01:25 [bca.uk] INFO: Found listing with ID: CU18%20AXX
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU18%2520AXX%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [bca.uk] INFO: Scrape type for CU18%20AXX: 2
2026-03-28 11:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX
2026-03-28 11:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca760025-af2c-58c6-80a9-791cdf3f57c3 with scrape type 2
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca760025-af2c-58c6-80a9-791cdf3f57c3 with scrape type 2
2026-03-28 11:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca760025-af2c-58c6-80a9-791cdf3f57c3, identifier: CU18%20AXX
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798661%27 HTTP/1.1" 200 None
2026-03-28 11:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798661 not downloaded yet
2026-03-28 11:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX
2026-03-28 11:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX
2026-03-28 11:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca760025-af2c-58c6-80a9-791cdf3f57c3 with identifier: CU18%20AXX to the API
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU18%20AXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ca760025-af2c-58c6-80a9-791cdf3f57c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU18 AXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU18%20AXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'C350 E',
 'odometer': 119464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C350 E 2.0 AMG LINE PREMIUM PLUS Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2052472F719951',
 'year': 2018}
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU18%2520AXX%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [bca.uk] INFO: Saving data for CU18%20AXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563896.413132, 'last_price_update_time': 1774695686.000424}
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU18%2520AXX') HTTP/1.1" 204 0
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798689%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798689 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802711%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802711 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915668%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915668 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915645%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915645 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802662%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802662 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818387%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818387 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802686%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802686 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787499%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787499 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814318%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814318 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798641%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798641 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798673%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798673 not downloaded yet
2026-03-28 11:01:26 [bca.uk] INFO: Found listing with ID: LK65%20VPG
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [bca.uk] INFO: Scrape type for LK65%20VPG: 2
2026-03-28 11:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG
2026-03-28 11:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with scrape type 2
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with scrape type 2
2026-03-28 11:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b, identifier: LK65%20VPG
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798670%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798670 not downloaded yet
2026-03-28 11:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915522/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BL57MXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798639/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX15JFF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802586/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX16MYY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG
2026-03-28 11:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG
2026-03-28 11:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fbb28a8-d1b6-5811-b27d-2cd34dbac90b with identifier: LK65%20VPG to the API
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK65%20VPG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fbb28a8-d1b6-5811-b27d-2cd34dbac90b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK65 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK65%20VPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JEEP',
 'model': 'CHEROKEE',
 'odometer': 106516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'JEEP CHEROKEE 2.2 M/JET 200 4WD LIMITED StationWagon',
 'transmission': 'automatic',
 'trim': 'M/JET 200 4WD LIMITED',
 'vin': '1C4PJMHU0FW771493',
 'year': 2015}
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [bca.uk] INFO: Saving data for LK65%20VPG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476207.835656, 'last_price_update_time': 1774695686.732379}
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK65%2520VPG') HTTP/1.1" 204 0
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798707%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798707 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802731%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802731 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915692%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915692 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915669%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915669 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802690%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802690 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818412%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818412 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802709%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802709 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787506%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787506 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814332%27 HTTP/1.1" 200 None
2026-03-28 11:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814332 not downloaded yet
2026-03-28 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798649%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798649 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798681%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798681 not downloaded yet
2026-03-28 11:01:27 [bca.uk] INFO: Found listing with ID: NJ18%20YDM
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [bca.uk] INFO: Scrape type for NJ18%20YDM: 1
2026-03-28 11:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de32900b-a9ba-5cbc-8ed6-8c924f786c60 with identifier: NJ18%20YDM
2026-03-28 11:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798677%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798677 not downloaded yet
2026-03-28 11:01:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eabb290>
2026-03-28 11:01:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_168964c4-009e-5f86-a5de-a609e726f9b5/168964c4-009e-5f86-a5de-a609e726f9b5_expert_report_file_2c91661d-7fab-40bc-9139-9fb4e426face.pdf HTTP/1.1" 201 0
2026-03-28 11:01:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 168964c4-009e-5f86-a5de-a609e726f9b5
2026-03-28 11:01:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 168964c4-009e-5f86-a5de-a609e726f9b5, skipping ID generation
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 168964c4-009e-5f86-a5de-a609e726f9b5
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSY63BZU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SY63BZU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798716%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798716 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802750%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802750 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915717%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915717 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915699%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915699 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802722%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802722 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818438%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818438 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802735%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802735 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787517%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787517 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814352%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814352 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798658%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798658 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798685%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798685 not downloaded yet
2026-03-28 11:01:27 [bca.uk] INFO: Found listing with ID: OV20%20KUN
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV20%2520KUN%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [bca.uk] INFO: Scrape type for OV20%20KUN: 0
2026-03-28 11:01:27 [bca.uk] INFO: Found listing with ID: WD67%20HAX
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520HAX%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [bca.uk] INFO: Scrape type for WD67%20HAX: 2
2026-03-28 11:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX
2026-03-28 11:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with scrape type 2
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with scrape type 2
2026-03-28 11:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e, identifier: WD67%20HAX
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798692%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798692 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818395%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818395 not downloaded yet
2026-03-28 11:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802575/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN58UCF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802610>
2026-03-28 11:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818277/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CE58JHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798645>
2026-03-28 11:01:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802612/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802612>
2026-03-28 11:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX
2026-03-28 11:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX
2026-03-28 11:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fcfb023-f54c-54e8-b595-28a52c8b7f1e with identifier: WD67%20HAX to the API
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD67%20HAX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fcfb023-f54c-54e8-b595-28a52c8b7f1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD67 HAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD67%20HAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'S350 D',
 'odometer': 71202,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ S350 D 3.0 AMG LINE Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2220202A386948',
 'year': 2018}
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520HAX%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [bca.uk] INFO: Saving data for WD67%20HAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563918.623605, 'last_price_update_time': 1774695687.85671}
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD67%2520HAX') HTTP/1.1" 204 0
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798729%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798729 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802766%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802766 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915743%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915743 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915724%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915724 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802746%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802746 not downloaded yet
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818462%27 HTTP/1.1" 200 None
2026-03-28 11:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818462 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802754%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802754 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787544%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787544 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814390%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814390 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798663%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798663 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798698%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798698 not downloaded yet
2026-03-28 11:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802562/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BT13WSV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: VU13%20OVD
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU13%2520OVD%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for VU13%20OVD: 1
2026-03-28 11:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af585fe7-11dd-51ed-a3c0-f086e4921a87 with identifier: VU13%20OVD
2026-03-28 11:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item af585fe7-11dd-51ed-a3c0-f086e4921a87
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798708%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798708 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818408%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818408 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915749%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915749 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802762%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802762 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818479%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818479 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802769%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802769 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787559%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787559 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814424%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814424 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798674%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798674 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798705%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798705 not downloaded yet
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: KN14%20XZR
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520XZR%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for KN14%20XZR: 1
2026-03-28 11:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR
2026-03-28 11:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 77d92d9b-9b4d-5625-b538-e4504c499e0f
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798718%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798718 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818424%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818424 not downloaded yet
2026-03-28 11:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915545/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915545>
2026-03-28 11:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915557/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WK70VKG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798653/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VN54DZL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818297/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818297>
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787579%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787579 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814455%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814455 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798687%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798687 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798719%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798719 not downloaded yet
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: DL18%20NSO
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520NSO%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for DL18%20NSO: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: GV18%20EXP
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV18%2520EXP%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for GV18%20EXP: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: MP19%20OSZ
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for MP19%20OSZ: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: RF21%20DKD
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520DKD%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for RF21%20DKD: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: VK22%20LGG
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520LGG%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for VK22%20LGG: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: YJ70%20TKD
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ70%2520TKD%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for YJ70%20TKD: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: MA62%20RAA
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520RAA%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for MA62%20RAA: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: LJ68%20TTK
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ68%2520TTK%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for LJ68%20TTK: 0
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: PX17%20MBO
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX17%2520MBO%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for PX17%20MBO: 1
2026-03-28 11:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO
2026-03-28 11:01:28 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3e92c795-afee-5372-9d8b-1d752dfd4a43
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798735%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798735 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818440%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818440 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787595%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787595 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814485%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814485 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798706%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798706 not downloaded yet
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798734%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798734 not downloaded yet
2026-03-28 11:01:28 [bca.uk] INFO: Found listing with ID: MF14%20BJJ
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [bca.uk] INFO: Scrape type for MF14%20BJJ: 2
2026-03-28 11:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ
2026-03-28 11:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f46bde-639c-5c92-873b-42d55d019a61 with scrape type 2
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f46bde-639c-5c92-873b-42d55d019a61 with scrape type 2
2026-03-28 11:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41f46bde-639c-5c92-873b-42d55d019a61, identifier: MF14%20BJJ
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818448%27 HTTP/1.1" 200 None
2026-03-28 11:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818448 not downloaded yet
2026-03-28 11:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ
2026-03-28 11:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ
2026-03-28 11:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41f46bde-639c-5c92-873b-42d55d019a61 with identifier: MF14%20BJJ to the API
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=1&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF14%20BJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41f46bde-639c-5c92-873b-42d55d019a61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF14 BJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF14%20BJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 42371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 163 TITANIUM X BUS.ED.P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X BUS.ED.P/S',
 'vin': 'WF0EXXGBBEEJ26655',
 'year': 2014}
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [bca.uk] INFO: Saving data for MF14%20BJJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774565114.763457, 'last_price_update_time': 1774695689.275648}
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF14%2520BJJ') HTTP/1.1" 204 0
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787614%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787614 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814515%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814515 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798720%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798720 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798741%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798741 not downloaded yet
2026-03-28 11:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO10XMX/42807402?sv=2020-08-04&st=2026-03-28T11%3A01%3A24Z&se=2026-03-28T11%3A26%3A24Z&sr=b&sp=r&sig=%2Ft46ZMK1dLQsc9vWs76UVBm9TaQUF4oaW0FwSzdJzyA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CY09BAO/42808128?sv=2020-08-04&st=2026-03-28T11%3A01%3A25Z&se=2026-03-28T11%3A26%3A25Z&sr=b&sp=r&sig=wcZ2JQQEPehEN9Fcf75fuGVql7uYPfjUl%2FAKf8RPsVI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:29 [bca.uk] INFO: Found listing with ID: MF16%20UTG
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520UTG%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [bca.uk] INFO: Scrape type for MF16%20UTG: 1
2026-03-28 11:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG
2026-03-28 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 50d5ecca-764d-50fb-be83-8ecebd8cb459
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818470%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818470 not downloaded yet
2026-03-28 11:01:29 [bca.uk] INFO: Found listing with ID: PN65%20YXH
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520YXH%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [bca.uk] INFO: Scrape type for PN65%20YXH: 0
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818488%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818488 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818499%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818499 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818510%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818510 not downloaded yet
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa2790>
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b5bbf001-2c29-5121-9c1a-a03d8dd8d924/b5bbf001-2c29-5121-9c1a-a03d8dd8d924_expert_report_file_c572aff9-3fa6-405e-ab10-5671cf9ea69b.pdf HTTP/1.1" 201 0
2026-03-28 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924
2026-03-28 11:01:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5bbf001-2c29-5121-9c1a-a03d8dd8d924, skipping ID generation
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAO10XMX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO10XMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4eaad0>
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_588b08c0-ef55-564c-b608-730d17562cf4/588b08c0-ef55-564c-b608-730d17562cf4_expert_report_file_da9edb12-18f0-4e0e-8763-20c3ab8331de.pdf HTTP/1.1" 201 0
2026-03-28 11:01:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 588b08c0-ef55-564c-b608-730d17562cf4
2026-03-28 11:01:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 588b08c0-ef55-564c-b608-730d17562cf4, skipping ID generation
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 588b08c0-ef55-564c-b608-730d17562cf4
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DCY09BAO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CY09BAO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780283%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780283 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809456%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809456 not downloaded yet
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item b761556c-b9e2-584e-8b60-6ef79cfe0123 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780292%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780292 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809471%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809471 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780298%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780298 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809483%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809483 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780309%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780309 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809498%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809498 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780315%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780315 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809515%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809515 not downloaded yet
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780323%27 HTTP/1.1" 200 None
2026-03-28 11:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780323 not downloaded yet
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809540%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809540 not downloaded yet
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780334%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780334 not downloaded yet
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809563%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809563 not downloaded yet
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780344%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780344 not downloaded yet
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809578%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809578 not downloaded yet
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item b761556c-b9e2-584e-8b60-6ef79cfe0123 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780355%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780355 not downloaded yet
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809596%27 HTTP/1.1" 200 None
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809596 not downloaded yet
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818448/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818448>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798734/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798734>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798741/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798741>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798720/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798720>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809515/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809515>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780315>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809498/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809498>
2026-03-28 11:01:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780309/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780309>
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 408cf7cd-5c88-5b19-ae14-d015866edb29 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 408cf7cd-5c88-5b19-ae14-d015866edb29 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809596/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809596>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780344/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780344>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809578/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809578>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780355/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780355>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809563/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809563>
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 4285709e-1eb4-5199-8692-2365a9114f52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780334>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780323/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780323>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780298/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780298>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809540>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809483/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809483>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809471/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809471>
2026-03-28 11:01:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780292>
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809456/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809456>
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780283/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780283>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CY09BAO/698809446/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CY09BAO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO10XMX/698780277/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO10XMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818488/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818488>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818499/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818499>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818510/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818510>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818470>
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF16UTG/42805951?sv=2020-08-04&st=2026-03-28T11%3A01%3A33Z&se=2026-03-28T11%3A26%3A33Z&sr=b&sp=r&sig=gFQ9j0%2BOoW6Lsd6LXB5HQU4QNfs4mtFLcs1BpdMgQ8M%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF16%20UTG-GB>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814515/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814515>
2026-03-28 11:01:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787614/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787614>
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:34 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:34 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO
2026-03-28 11:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO
2026-03-28 11:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 588b08c0-ef55-564c-b608-730d17562cf4 with identifier: CY09%20BAO to the API
2026-03-28 11:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:34 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_588b08c0-ef55-564c-b608-730d17562cf4/588b08c0-ef55-564c-b608-730d17562cf4_expert_report_file_da9edb12-18f0-4e0e-8763-20c3ab8331de.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY09%20BAO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '588b08c0-ef55-564c-b608-730d17562cf4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY09 BAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY09%20BAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 200810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CY09BAO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809456',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809471',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809483',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809498',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809515',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809540',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809563',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809578',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809596'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 STYLE + Hatchback',
 'transmission': 'manual',
 'trim': '82 STYLE +',
 'vin': 'WF0JXXWPJJ9M04534',
 'year': 2009}
2026-03-28 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY09%2520BAO%27 HTTP/1.1" 200 None
2026-03-28 11:01:34 [bca.uk] INFO: Saving data for CY09%20BAO: {'created_time': 1774695694.776704, 'last_price_update_time': 1774695694.776717, 'auction_closing_time': 1774778400.0}
2026-03-28 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY09%2520BAO') HTTP/1.1" 204 0
2026-03-28 11:01:34 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 588b08c0-ef55-564c-b608-730d17562cf4 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF16UTG/42805951?sv=2020-08-04&st=2026-03-28T11%3A01%3A33Z&se=2026-03-28T11%3A26%3A33Z&sr=b&sp=r&sig=gFQ9j0%2BOoW6Lsd6LXB5HQU4QNfs4mtFLcs1BpdMgQ8M%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:01:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798706/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798706>
2026-03-28 11:01:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814485/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814485>
2026-03-28 11:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX
2026-03-28 11:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX
2026-03-28 11:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5bbf001-2c29-5121-9c1a-a03d8dd8d924 with identifier: AO10%20XMX to the API
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:35 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b5bbf001-2c29-5121-9c1a-a03d8dd8d924/b5bbf001-2c29-5121-9c1a-a03d8dd8d924_expert_report_file_c572aff9-3fa6-405e-ab10-5671cf9ea69b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO10%20XMX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5bbf001-2c29-5121-9c1a-a03d8dd8d924',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO10 XMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO10%20XMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CHEVROLET',
 'model': 'SPARK',
 'odometer': 115088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO10XMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780283',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780292',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780298',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780309',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780315',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780323',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780334',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780344',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780355'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CHEVROLET SPARK 1.2 LS+ Hatchback',
 'transmission': 'manual',
 'trim': 'LS+',
 'vin': 'KL1MF48D9AC176773',
 'year': 2010}
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520XMX%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [bca.uk] INFO: Saving data for AO10%20XMX: {'created_time': 1774695695.319937, 'last_price_update_time': 1774695695.319952, 'auction_closing_time': 1774778400.0}
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO10%2520XMX') HTTP/1.1" 204 0
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787595>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818440/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818440>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX17MBO/42804330?sv=2020-08-04&st=2026-03-28T11%3A01%3A34Z&se=2026-03-28T11%3A26%3A34Z&sr=b&sp=r&sig=itZ4ucmlTJMft0rKjjO3nK7ACK3YfLMG0EZBjNxw3fw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX17%20MBO-GB>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798735/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798735>
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item b5bbf001-2c29-5121-9c1a-a03d8dd8d924 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac466090>
2026-03-28 11:01:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_50d5ecca-764d-50fb-be83-8ecebd8cb459/50d5ecca-764d-50fb-be83-8ecebd8cb459_expert_report_file_dceed780-0ddd-4a84-97b7-0e2051555885.pdf HTTP/1.1" 201 0
2026-03-28 11:01:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 50d5ecca-764d-50fb-be83-8ecebd8cb459
2026-03-28 11:01:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50d5ecca-764d-50fb-be83-8ecebd8cb459, skipping ID generation
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 50d5ecca-764d-50fb-be83-8ecebd8cb459
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMF16UTG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF16UTG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:35 [bca.uk] INFO: Total items found: 100
2026-03-28 11:01:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded
2026-03-28 11:01:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:01:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709140%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709140 not downloaded yet
2026-03-28 11:01:35 [bca.uk] INFO: Found listing with ID: BK11%20UNU
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520UNU%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [bca.uk] INFO: Scrape type for BK11%20UNU: 1
2026-03-28 11:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU
2026-03-28 11:01:35 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b129378e-787d-57af-b4c0-c8af6440f1f9
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818424>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798687/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798687>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787579/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787579>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798718/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798718>
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814455/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814455>
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709151%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709151 not downloaded yet
2026-03-28 11:01:35 [bca.uk] INFO: Found listing with ID: SN65%20NPD
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520NPD%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [bca.uk] INFO: Scrape type for SN65%20NPD: 2
2026-03-28 11:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9079119-47ac-5977-95b9-79f32c241065 with identifier: SN65%20NPD
2026-03-28 11:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9079119-47ac-5977-95b9-79f32c241065 with scrape type 2
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9079119-47ac-5977-95b9-79f32c241065 with scrape type 2
2026-03-28 11:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9079119-47ac-5977-95b9-79f32c241065, identifier: SN65%20NPD
2026-03-28 11:01:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798719/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798719>
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 3c1070f3-e634-5279-aa25-131d59b68f50 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9079119-47ac-5977-95b9-79f32c241065 with identifier: SN65%20NPD
2026-03-28 11:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9079119-47ac-5977-95b9-79f32c241065 with identifier: SN65%20NPD
2026-03-28 11:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9079119-47ac-5977-95b9-79f32c241065 with identifier: SN65%20NPD to the API
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN65%20NPD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd9079119-47ac-5977-95b9-79f32c241065',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN65 NPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN65%20NPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 56258,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF12RD11A53785729',
 'year': 2015}
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520NPD%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [bca.uk] INFO: Saving data for SN65%20NPD: {'auction_closing_time': 1774778400.0, 'created_time': 1774449090.759132, 'last_price_update_time': 1774695695.91789}
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN65%2520NPD') HTTP/1.1" 204 0
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709163%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709163 not downloaded yet
2026-03-28 11:01:35 [bca.uk] INFO: Found listing with ID: YH14%20PZJ
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520PZJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:35 [bca.uk] INFO: Scrape type for YH14%20PZJ: 0
2026-03-28 11:01:35 [bca.uk] INFO: Found listing with ID: YX64%20PZC
2026-03-28 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX64%2520PZC%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for YX64%20PZC: 0
2026-03-28 11:01:36 [bca.uk] INFO: Found listing with ID: K999%20ENP
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K999%2520ENP%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for K999%20ENP: 2
2026-03-28 11:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP
2026-03-28 11:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9338716-bcde-56a0-beac-8c634c67b91c with scrape type 2
2026-03-28 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9338716-bcde-56a0-beac-8c634c67b91c with scrape type 2
2026-03-28 11:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9338716-bcde-56a0-beac-8c634c67b91c, identifier: K999%20ENP
2026-03-28 11:01:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN14XZR/42805338?sv=2020-08-04&st=2026-03-28T11%3A01%3A35Z&se=2026-03-28T11%3A26%3A35Z&sr=b&sp=r&sig=YE5tIpNAnX5DwXvXxzFsUqqgA2Le2hOPivwfPL4%2BZm4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN14%20XZR-GB>
2026-03-28 11:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey%2Fblack HTTP/1.1" 200 None
2026-03-28 11:01:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP
2026-03-28 11:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9338716-bcde-56a0-beac-8c634c67b91c with identifier: K999%20ENP to the API
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K999%20ENP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9338716-bcde-56a0-beac-8c634c67b91c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K999 ENP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K999%20ENP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 8627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'ABARTH 595 1.4 T-JET 180 COMPETIZIONE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-JET 180 COMPETIZIONE',
 'vin': 'ZFA3120000JB42805',
 'year': 2019}
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K999%2520ENP%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Saving data for K999%20ENP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564552.496285, 'last_price_update_time': 1774695696.612943}
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K999%2520ENP') HTTP/1.1" 204 0
2026-03-28 11:01:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798705/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798705>
2026-03-28 11:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX17MBO/42804330?sv=2020-08-04&st=2026-03-28T11%3A01%3A34Z&se=2026-03-28T11%3A26%3A34Z&sr=b&sp=r&sig=itZ4ucmlTJMft0rKjjO3nK7ACK3YfLMG0EZBjNxw3fw%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709176%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709176 not downloaded yet
2026-03-28 11:01:36 [bca.uk] INFO: Found listing with ID: YN64%20VNE
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520VNE%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for YN64%20VNE: 1
2026-03-28 11:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE
2026-03-28 11:01:36 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709190%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709190 not downloaded yet
2026-03-28 11:01:36 [bca.uk] INFO: Found listing with ID: YG64%20YPR
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520YPR%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for YG64%20YPR: 0
2026-03-28 11:01:36 [bca.uk] INFO: Found listing with ID: GG05%20AVG
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GG05%2520AVG%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for GG05%20AVG: 0
2026-03-28 11:01:36 [bca.uk] INFO: Found listing with ID: S706%20NFV
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S706%2520NFV%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for S706%20NFV: 0
2026-03-28 11:01:36 [bca.uk] INFO: Found listing with ID: MK62%20TKE
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520TKE%27 HTTP/1.1" 200 None
2026-03-28 11:01:36 [bca.uk] INFO: Scrape type for MK62%20TKE: 2
2026-03-28 11:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE
2026-03-28 11:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with scrape type 2
2026-03-28 11:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with scrape type 2
2026-03-28 11:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039, identifier: MK62%20TKE
2026-03-28 11:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE
2026-03-28 11:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE
2026-03-28 11:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e87d1c8-5fd8-5507-b92a-33ab3f96b039 with identifier: MK62%20TKE to the API
2026-03-28 11:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK62%20TKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e87d1c8-5fd8-5507-b92a-33ab3f96b039',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK62 TKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK62%20TKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FIAT',
 'model': '500',
 'odometer': 70228,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000904199',
 'year': 2012}
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520TKE%27 HTTP/1.1" 200 None
2026-03-28 11:01:37 [bca.uk] INFO: Saving data for MK62%20TKE: {'auction_closing_time': 1774778400.0, 'created_time': 1774505377.309317, 'last_price_update_time': 1774695697.22745}
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK62%2520TKE') HTTP/1.1" 204 0
2026-03-28 11:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798674/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798674>
2026-03-28 11:01:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814424>
2026-03-28 11:01:37 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 4285709e-1eb4-5199-8692-2365a9114f52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:37 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 3c1070f3-e634-5279-aa25-131d59b68f50 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709216%27 HTTP/1.1" 200 None
2026-03-28 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709216 not downloaded yet
2026-03-28 11:01:37 [bca.uk] INFO: Found listing with ID: MM13%20HZU
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-28 11:01:37 [bca.uk] INFO: Scrape type for MM13%20HZU: 2
2026-03-28 11:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU
2026-03-28 11:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4384bea-5574-5b19-ae81-a2e2be52ee8f with scrape type 2
2026-03-28 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4384bea-5574-5b19-ae81-a2e2be52ee8f with scrape type 2
2026-03-28 11:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4384bea-5574-5b19-ae81-a2e2be52ee8f, identifier: MM13%20HZU
2026-03-28 11:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU
2026-03-28 11:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU
2026-03-28 11:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4384bea-5574-5b19-ae81-a2e2be52ee8f with identifier: MM13%20HZU to the API
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM13%20HZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b4384bea-5574-5b19-ae81-a2e2be52ee8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM13 HZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM13%20HZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 53407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 80 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '80 ZETEC',
 'vin': 'WF0DXXGAKDDU37049',
 'year': 2013}
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520HZU%27 HTTP/1.1" 200 None
2026-03-28 11:01:37 [bca.uk] INFO: Saving data for MM13%20HZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774505417.275292, 'last_price_update_time': 1774695697.827178}
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM13%2520HZU') HTTP/1.1" 204 0
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709241%27 HTTP/1.1" 200 None
2026-03-28 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709241 not downloaded yet
2026-03-28 11:01:37 [bca.uk] INFO: Found listing with ID: MT61%20BJF
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520BJF%27 HTTP/1.1" 200 None
2026-03-28 11:01:37 [bca.uk] INFO: Scrape type for MT61%20BJF: 2
2026-03-28 11:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF
2026-03-28 11:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d055250-7708-534d-bfef-f43e1cb68a42 with scrape type 2
2026-03-28 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d055250-7708-534d-bfef-f43e1cb68a42 with scrape type 2
2026-03-28 11:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d055250-7708-534d-bfef-f43e1cb68a42, identifier: MT61%20BJF
2026-03-28 11:01:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaf9e90>
2026-03-28 11:01:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3e92c795-afee-5372-9d8b-1d752dfd4a43/3e92c795-afee-5372-9d8b-1d752dfd4a43_expert_report_file_3fac3cd1-5acd-4264-9f18-6f95d2d76cfb.pdf HTTP/1.1" 201 0
2026-03-28 11:01:38 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3e92c795-afee-5372-9d8b-1d752dfd4a43
2026-03-28 11:01:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e92c795-afee-5372-9d8b-1d752dfd4a43, skipping ID generation
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3e92c795-afee-5372-9d8b-1d752dfd4a43
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPX17MBO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PX17MBO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF
2026-03-28 11:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF
2026-03-28 11:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d055250-7708-534d-bfef-f43e1cb68a42 with identifier: MT61%20BJF to the API
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT61%20BJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d055250-7708-534d-bfef-f43e1cb68a42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT61 BJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT61%20BJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': '120I',
 'odometer': 57155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW 120I 2.0 ES Coupe',
 'transmission': 'manual',
 'trim': 'ES',
 'vin': 'WBAUC12040VM01966',
 'year': 2011}
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520BJF%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Saving data for MT61%20BJF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476098.148227, 'last_price_update_time': 1774695698.388794}
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT61%2520BJF') HTTP/1.1" 204 0
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709269%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709269 not downloaded yet
2026-03-28 11:01:38 [bca.uk] INFO: Found listing with ID: MT64%20NPP
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Scrape type for MT64%20NPP: 0
2026-03-28 11:01:38 [bca.uk] INFO: Found listing with ID: PJ61%20APK
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ61%2520APK%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Scrape type for PJ61%20APK: 0
2026-03-28 11:01:38 [bca.uk] INFO: Found listing with ID: PK12%20WWH
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520WWH%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Scrape type for PK12%20WWH: 0
2026-03-28 11:01:38 [bca.uk] INFO: Found listing with ID: PN08%20XDF
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN08%2520XDF%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Scrape type for PN08%20XDF: 0
2026-03-28 11:01:38 [bca.uk] INFO: Found listing with ID: SW14%20OLM
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520OLM%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Scrape type for SW14%20OLM: 0
2026-03-28 11:01:38 [bca.uk] INFO: Found listing with ID: YE63%20SXL
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE63%2520SXL%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Scrape type for YE63%20SXL: 2
2026-03-28 11:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL
2026-03-28 11:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 272530ae-8b12-5d5c-8d66-af7e316b6cbc with scrape type 2
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 272530ae-8b12-5d5c-8d66-af7e316b6cbc with scrape type 2
2026-03-28 11:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 272530ae-8b12-5d5c-8d66-af7e316b6cbc, identifier: YE63%20SXL
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698600931%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600931 not downloaded yet
2026-03-28 11:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL
2026-03-28 11:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL
2026-03-28 11:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 272530ae-8b12-5d5c-8d66-af7e316b6cbc with identifier: YE63%20SXL to the API
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE63%20SXL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '272530ae-8b12-5d5c-8d66-af7e316b6cbc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE63 SXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE63%20SXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 124038,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 E-HDI ACTIVE EGC Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HDI ACTIVE EGC',
 'vin': 'VF3CC8HP0DT130928',
 'year': 2013}
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE63%2520SXL%27 HTTP/1.1" 200 None
2026-03-28 11:01:38 [bca.uk] INFO: Saving data for YE63%20SXL: {'auction_closing_time': 1774778400.0, 'created_time': 1774505417.866268, 'last_price_update_time': 1774695698.995642}
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE63%2520SXL') HTTP/1.1" 204 0
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698709295%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709295 not downloaded yet
2026-03-28 11:01:39 [bca.uk] INFO: Found listing with ID: YR14%20KPG
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520KPG%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [bca.uk] INFO: Scrape type for YR14%20KPG: 2
2026-03-28 11:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG
2026-03-28 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5583441-8be7-5567-82c4-40966409439f with scrape type 2
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5583441-8be7-5567-82c4-40966409439f with scrape type 2
2026-03-28 11:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5583441-8be7-5567-82c4-40966409439f, identifier: YR14%20KPG
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698600950%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600950 not downloaded yet
2026-03-28 11:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG
2026-03-28 11:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG
2026-03-28 11:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5583441-8be7-5567-82c4-40966409439f with identifier: YR14%20KPG to the API
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR14%20KPG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5583441-8be7-5567-82c4-40966409439f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR14 KPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR14%20KPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 156503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 245 R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 245 R LINE TIP',
 'vin': 'WVGZZZ7PZED049706',
 'year': 2014}
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520KPG%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [bca.uk] INFO: Saving data for YR14%20KPG: {'auction_closing_time': 1774778400.0, 'created_time': 1774448975.109772, 'last_price_update_time': 1774695699.537938}
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR14%2520KPG') HTTP/1.1" 204 0
2026-03-28 11:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN14XZR/42805338?sv=2020-08-04&st=2026-03-28T11%3A01%3A35Z&se=2026-03-28T11%3A26%3A35Z&sr=b&sp=r&sig=YE5tIpNAnX5DwXvXxzFsUqqgA2Le2hOPivwfPL4%2BZm4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 3c1070f3-e634-5279-aa25-131d59b68f50 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:39 [bca.uk] INFO: Found listing with ID: AK15%20EWP
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520EWP%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [bca.uk] INFO: Scrape type for AK15%20EWP: 0
2026-03-28 11:01:39 [bca.uk] INFO: Found listing with ID: CX16%20CRU
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520CRU%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [bca.uk] INFO: Scrape type for CX16%20CRU: 0
2026-03-28 11:01:39 [bca.uk] INFO: Found listing with ID: CY62%20HLP
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY62%2520HLP%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [bca.uk] INFO: Scrape type for CY62%20HLP: 2
2026-03-28 11:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP
2026-03-28 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af54be1-f534-5d1d-8928-667738f67d78 with scrape type 2
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6af54be1-f534-5d1d-8928-667738f67d78 with scrape type 2
2026-03-28 11:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6af54be1-f534-5d1d-8928-667738f67d78, identifier: CY62%20HLP
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698600970%27 HTTP/1.1" 200 None
2026-03-28 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600970 not downloaded yet
2026-03-28 11:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP
2026-03-28 11:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP
2026-03-28 11:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6af54be1-f534-5d1d-8928-667738f67d78 with identifier: CY62%20HLP to the API
2026-03-28 11:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY62%20HLP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6af54be1-f534-5d1d-8928-667738f67d78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY62 HLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY62%20HLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 66617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJCY28719',
 'year': 2012}
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY62%2520HLP%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Saving data for CY62%20HLP: {'auction_closing_time': 1774778400.0, 'created_time': 1774476122.175664, 'last_price_update_time': 1774695700.124555}
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY62%2520HLP') HTTP/1.1" 204 0
2026-03-28 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709151>
2026-03-28 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK11UNU/42807812?sv=2020-08-04&st=2026-03-28T11%3A01%3A39Z&se=2026-03-28T11%3A26%3A39Z&sr=b&sp=r&sig=mMC%2F0QbMt78GOXDWkCTJnBSeXwf2nr%2B3qGuGWnAj8Mw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK11%20UNU-GB>
2026-03-28 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709163/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709163>
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: DE61%20AOO
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for DE61%20AOO: 2
2026-03-28 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO
2026-03-28 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8859f2-5f69-5ede-9022-1157d7754e27 with scrape type 2
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c8859f2-5f69-5ede-9022-1157d7754e27 with scrape type 2
2026-03-28 11:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c8859f2-5f69-5ede-9022-1157d7754e27, identifier: DE61%20AOO
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698600993%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600993 not downloaded yet
2026-03-28 11:01:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709216/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709216>
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 4285709e-1eb4-5199-8692-2365a9114f52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO
2026-03-28 11:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO
2026-03-28 11:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c8859f2-5f69-5ede-9022-1157d7754e27 with identifier: DE61%20AOO to the API
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE61%20AOO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c8859f2-5f69-5ede-9022-1157d7754e27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE61 AOO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE61%20AOO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 95777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNABE311LCT103528',
 'year': 2011}
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520AOO%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Saving data for DE61%20AOO: {'auction_closing_time': 1774778400.0, 'created_time': 1774505381.719672, 'last_price_update_time': 1774695700.709405}
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE61%2520AOO') HTTP/1.1" 204 0
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: DV63%20FNX
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV63%2520FNX%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for DV63%20FNX: 0
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: EN60%20NNM
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN60%2520NNM%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for EN60%20NNM: 0
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: EU13%20BPY
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU13%2520BPY%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for EU13%20BPY: 0
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: EX63%20EOA
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520EOA%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for EX63%20EOA: 0
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: GV09%20SKZ
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV09%2520SKZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for GV09%20SKZ: 0
2026-03-28 11:01:40 [bca.uk] INFO: Found listing with ID: AC58%20KVH
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AC58%2520KVH%27 HTTP/1.1" 200 None
2026-03-28 11:01:40 [bca.uk] INFO: Scrape type for AC58%20KVH: 2
2026-03-28 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH
2026-03-28 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20782f6a-0384-5769-82b8-50297a1aba5f with scrape type 2
2026-03-28 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20782f6a-0384-5769-82b8-50297a1aba5f with scrape type 2
2026-03-28 11:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20782f6a-0384-5769-82b8-50297a1aba5f, identifier: AC58%20KVH
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698601010%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601010 not downloaded yet
2026-03-28 11:01:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e823150>
2026-03-28 11:01:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_77d92d9b-9b4d-5625-b538-e4504c499e0f/77d92d9b-9b4d-5625-b538-e4504c499e0f_expert_report_file_21f4fa13-ba06-4011-a075-202dce97eff5.pdf HTTP/1.1" 201 0
2026-03-28 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 77d92d9b-9b4d-5625-b538-e4504c499e0f
2026-03-28 11:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77d92d9b-9b4d-5625-b538-e4504c499e0f, skipping ID generation
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 77d92d9b-9b4d-5625-b538-e4504c499e0f
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKN14XZR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN14XZR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709269/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709269>
2026-03-28 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698600931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600931>
2026-03-28 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698600907/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PX17MBO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YN64VNE/42807587?sv=2020-08-04&st=2026-03-28T11%3A01%3A40Z&se=2026-03-28T11%3A26%3A40Z&sr=b&sp=r&sig=z%2BNs7KHCYy07aqPfXeZPpjh%2FwyCF0%2Fzt50p5Du2kzFE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN64%20VNE-GB>
2026-03-28 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709190/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709190>
2026-03-28 11:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH
2026-03-28 11:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH
2026-03-28 11:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20782f6a-0384-5769-82b8-50297a1aba5f with identifier: AC58%20KVH to the API
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AC58%20KVH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20782f6a-0384-5769-82b8-50297a1aba5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AC58 KVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AC58%20KVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 160139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.2 D SPORT PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'D SPORT PREMIUM',
 'vin': 'SAJAG51309BJ55558',
 'year': 2009}
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AC58%2520KVH%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [bca.uk] INFO: Saving data for AC58%20KVH: {'auction_closing_time': 1774778400.0, 'created_time': 1774304118.968025, 'last_price_update_time': 1774695701.501944}
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AC58%2520KVH') HTTP/1.1" 204 0
2026-03-28 11:01:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698600950/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600950>
2026-03-28 11:01:41 [bca.uk] INFO: Found listing with ID: GY19%20ZXT
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520ZXT%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [bca.uk] INFO: Scrape type for GY19%20ZXT: 0
2026-03-28 11:01:41 [bca.uk] INFO: Found listing with ID: KM20%20ZZB
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520ZZB%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [bca.uk] INFO: Scrape type for KM20%20ZZB: 0
2026-03-28 11:01:41 [bca.uk] INFO: Found listing with ID: AB%20181
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AB%2520181%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [bca.uk] INFO: Scrape type for AB%20181: 1
2026-03-28 11:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181
2026-03-28 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 47638edc-537f-518c-a9fe-39dae9b2a79e
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698601037%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601037 not downloaded yet
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660316%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660316 not downloaded yet
2026-03-28 11:01:41 [bca.uk] INFO: Found listing with ID: AO65%20LWK
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520LWK%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [bca.uk] INFO: Scrape type for AO65%20LWK: 2
2026-03-28 11:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK
2026-03-28 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with scrape type 2
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with scrape type 2
2026-03-28 11:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46, identifier: AO65%20LWK
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698601070%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601070 not downloaded yet
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660332%27 HTTP/1.1" 200 None
2026-03-28 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660332 not downloaded yet
2026-03-28 11:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK
2026-03-28 11:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK
2026-03-28 11:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e036d91-a2e1-54e2-8bf1-326fb9fbfb46 with identifier: AO65%20LWK to the API
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20LWK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e036d91-a2e1-54e2-8bf1-326fb9fbfb46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO65 LWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20LWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 43689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE',
 'vin': 'SALVA2AN5GH093157',
 'year': 2015}
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520LWK%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Saving data for AO65%20LWK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476890.042182, 'last_price_update_time': 1774695702.125404}
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520LWK') HTTP/1.1" 204 0
2026-03-28 11:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709295/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709295>
2026-03-28 11:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698600970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600970>
2026-03-28 11:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709241/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709241>
2026-03-28 11:01:42 [bca.uk] INFO: Found listing with ID: HY15%20PHK
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520PHK%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Scrape type for HY15%20PHK: 0
2026-03-28 11:01:42 [bca.uk] INFO: Found listing with ID: PN16%20TXY
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520TXY%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Scrape type for PN16%20TXY: 1
2026-03-28 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY
2026-03-28 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 747f1e09-43fa-5817-9abd-08df02153dd9
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698601101%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601101 not downloaded yet
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660356%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660356 not downloaded yet
2026-03-28 11:01:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709176>
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 4285709e-1eb4-5199-8692-2365a9114f52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 3c1070f3-e634-5279-aa25-131d59b68f50 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:42 [bca.uk] INFO: Found listing with ID: LC11%20FTF
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520FTF%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Scrape type for LC11%20FTF: 1
2026-03-28 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF
2026-03-28 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698601118%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601118 not downloaded yet
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660371%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660371 not downloaded yet
2026-03-28 11:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK11UNU/42807812?sv=2020-08-04&st=2026-03-28T11%3A01%3A39Z&se=2026-03-28T11%3A26%3A39Z&sr=b&sp=r&sig=mMC%2F0QbMt78GOXDWkCTJnBSeXwf2nr%2B3qGuGWnAj8Mw%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:42 [bca.uk] INFO: Found listing with ID: KD55%20WDG
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD55%2520WDG%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Scrape type for KD55%20WDG: 1
2026-03-28 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG
2026-03-28 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a2e0ea60-9983-5edd-83ac-25374867ce45
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660390%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660390 not downloaded yet
2026-03-28 11:01:42 [bca.uk] INFO: Found listing with ID: BD19%20RBF
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520RBF%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Scrape type for BD19%20RBF: 2
2026-03-28 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF
2026-03-28 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with scrape type 2
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with scrape type 2
2026-03-28 11:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a, identifier: BD19%20RBF
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660415%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660415 not downloaded yet
2026-03-28 11:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF
2026-03-28 11:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF
2026-03-28 11:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a with identifier: BD19%20RBF to the API
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD19%20RBF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7ad5adbc-4994-5f89-9ec9-f2d8602bcc8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD19 RBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD19%20RBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 106272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 40 TDI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY6K2010597',
 'year': 2019}
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520RBF%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Saving data for BD19%20RBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563905.580388, 'last_price_update_time': 1774695702.906019}
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD19%2520RBF') HTTP/1.1" 204 0
2026-03-28 11:01:42 [bca.uk] INFO: Found listing with ID: CV66%20MDJ
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:42 [bca.uk] INFO: Scrape type for CV66%20MDJ: 2
2026-03-28 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ
2026-03-28 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ca45cad-a1d0-52d4-884b-3991d45e4480 with scrape type 2
2026-03-28 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ca45cad-a1d0-52d4-884b-3991d45e4480 with scrape type 2
2026-03-28 11:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ca45cad-a1d0-52d4-884b-3991d45e4480, identifier: CV66%20MDJ
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660442%27 HTTP/1.1" 200 None
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660442 not downloaded yet
2026-03-28 11:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ
2026-03-28 11:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ
2026-03-28 11:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ca45cad-a1d0-52d4-884b-3991d45e4480 with identifier: CV66%20MDJ to the API
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV66%20MDJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ca45cad-a1d0-52d4-884b-3991d45e4480',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV66 MDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV66%20MDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 67927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE STEP',
 'vin': 'WBAHT720605F43582',
 'year': 2016}
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV66%2520MDJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:43 [bca.uk] INFO: Saving data for CV66%20MDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774504935.187422, 'last_price_update_time': 1774695703.424918}
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV66%2520MDJ') HTTP/1.1" 204 0
2026-03-28 11:01:43 [bca.uk] INFO: Found listing with ID: LA66%20CNU
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520CNU%27 HTTP/1.1" 200 None
2026-03-28 11:01:43 [bca.uk] INFO: Scrape type for LA66%20CNU: 2
2026-03-28 11:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU
2026-03-28 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with scrape type 2
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with scrape type 2
2026-03-28 11:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b, identifier: LA66%20CNU
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660464%27 HTTP/1.1" 200 None
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660464 not downloaded yet
2026-03-28 11:01:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac514050>
2026-03-28 11:01:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b129378e-787d-57af-b4c0-c8af6440f1f9/b129378e-787d-57af-b4c0-c8af6440f1f9_expert_report_file_04c0a7cf-c5cd-4ccb-89cd-0539ecd158f2.pdf HTTP/1.1" 201 0
2026-03-28 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b129378e-787d-57af-b4c0-c8af6440f1f9
2026-03-28 11:01:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b129378e-787d-57af-b4c0-c8af6440f1f9, skipping ID generation
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b129378e-787d-57af-b4c0-c8af6440f1f9
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBK11UNU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK11UNU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:43 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU
2026-03-28 11:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU
2026-03-28 11:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4e08df2-46ba-581f-83c7-b45a7cdfbe3b with identifier: LA66%20CNU to the API
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA66%20CNU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4e08df2-46ba-581f-83c7-b45a7cdfbe3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA66 CNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA66%20CNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '118I',
 'odometer': 67090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA1R52040V877109',
 'year': 2017}
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520CNU%27 HTTP/1.1" 200 None
2026-03-28 11:01:43 [bca.uk] INFO: Saving data for LA66%20CNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563908.197728, 'last_price_update_time': 1774695703.969433}
2026-03-28 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA66%2520CNU') HTTP/1.1" 204 0
2026-03-28 11:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YN64VNE/42807587?sv=2020-08-04&st=2026-03-28T11%3A01%3A40Z&se=2026-03-28T11%3A26%3A40Z&sr=b&sp=r&sig=z%2BNs7KHCYy07aqPfXeZPpjh%2FwyCF0%2Fzt50p5Du2kzFE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: SP14%20YXM
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520YXM%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for SP14%20YXM: 2
2026-03-28 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM
2026-03-28 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a47c5a-e268-500d-a9f6-580658d32329 with scrape type 2
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a47c5a-e268-500d-a9f6-580658d32329 with scrape type 2
2026-03-28 11:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73a47c5a-e268-500d-a9f6-580658d32329, identifier: SP14%20YXM
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698660484%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660484 not downloaded yet
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786588%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786588 not downloaded yet
2026-03-28 11:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660316/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660316>
2026-03-28 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM
2026-03-28 11:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM
2026-03-28 11:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73a47c5a-e268-500d-a9f6-580658d32329 with identifier: SP14%20YXM to the API
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP14%20YXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73a47c5a-e268-500d-a9f6-580658d32329',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP14 YXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP14%20YXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 103054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE (9)',
 'vin': 'SALVA2AEXEH939960',
 'year': 2014}
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520YXM%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Saving data for SP14%20YXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563909.487674, 'last_price_update_time': 1774695704.512611}
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP14%2520YXM') HTTP/1.1" 204 0
2026-03-28 11:01:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698601037/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601037>
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: LM64%20MUY
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520MUY%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for LM64%20MUY: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: OY14%20RPZ
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY14%2520RPZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for OY14%20RPZ: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: EX13%20SOH
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520SOH%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for EX13%20SOH: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: KU09%20AEA
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520AEA%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for KU09%20AEA: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: LD10%20VGG
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD10%2520VGG%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for LD10%20VGG: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: PK60%20UOG
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK60%2520UOG%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for PK60%20UOG: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: EN05%20JVE
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN05%2520JVE%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for EN05%20JVE: 0
2026-03-28 11:01:44 [bca.uk] INFO: Found listing with ID: GF13%20WKW
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520WKW%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [bca.uk] INFO: Scrape type for GF13%20WKW: 2
2026-03-28 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e65bf3fb-8cff-53f1-b35d-a5ef723122ba with identifier: GF13%20WKW
2026-03-28 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e65bf3fb-8cff-53f1-b35d-a5ef723122ba with scrape type 2
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e65bf3fb-8cff-53f1-b35d-a5ef723122ba with scrape type 2
2026-03-28 11:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e65bf3fb-8cff-53f1-b35d-a5ef723122ba, identifier: GF13%20WKW
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786597%27 HTTP/1.1" 200 None
2026-03-28 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786597 not downloaded yet
2026-03-28 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e65bf3fb-8cff-53f1-b35d-a5ef723122ba with identifier: GF13%20WKW
2026-03-28 11:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e65bf3fb-8cff-53f1-b35d-a5ef723122ba with identifier: GF13%20WKW
2026-03-28 11:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e65bf3fb-8cff-53f1-b35d-a5ef723122ba with identifier: GF13%20WKW to the API
2026-03-28 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF13%20WKW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e65bf3fb-8cff-53f1-b35d-a5ef723122ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF13 WKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF13%20WKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 75066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0DXXGAKDDB35999',
 'year': 2013}
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520WKW%27 HTTP/1.1" 200 None
2026-03-28 11:01:45 [bca.uk] INFO: Saving data for GF13%20WKW: {'auction_closing_time': 1774778400.0, 'created_time': 1774303346.261444, 'last_price_update_time': 1774695705.164733}
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF13%2520WKW') HTTP/1.1" 204 0
2026-03-28 11:01:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660371/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660371>
2026-03-28 11:01:45 [bca.uk] INFO: Found listing with ID: GK14%20AYT
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK14%2520AYT%27 HTTP/1.1" 200 None
2026-03-28 11:01:45 [bca.uk] INFO: Scrape type for GK14%20AYT: 2
2026-03-28 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc20755f-938c-552b-b574-eb77036dd1fe with identifier: GK14%20AYT
2026-03-28 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc20755f-938c-552b-b574-eb77036dd1fe with scrape type 2
2026-03-28 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc20755f-938c-552b-b574-eb77036dd1fe with scrape type 2
2026-03-28 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc20755f-938c-552b-b574-eb77036dd1fe, identifier: GK14%20AYT
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786613%27 HTTP/1.1" 200 None
2026-03-28 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786613 not downloaded yet
2026-03-28 11:01:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb98e50>
2026-03-28 11:01:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5902b6e3-09a1-5300-a4d4-4edd4f8515a9/5902b6e3-09a1-5300-a4d4-4edd4f8515a9_expert_report_file_193d9290-f455-4b41-ab19-7bd99a41f146.pdf HTTP/1.1" 201 0
2026-03-28 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9
2026-03-28 11:01:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9, skipping ID generation
2026-03-28 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYN64VNE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YN64VNE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660415/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660415>
2026-03-28 11:01:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660442/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660442>
2026-03-28 11:01:45 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc20755f-938c-552b-b574-eb77036dd1fe with identifier: GK14%20AYT
2026-03-28 11:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc20755f-938c-552b-b574-eb77036dd1fe with identifier: GK14%20AYT
2026-03-28 11:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc20755f-938c-552b-b574-eb77036dd1fe with identifier: GK14%20AYT to the API
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK14%20AYT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fc20755f-938c-552b-b574-eb77036dd1fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK14 AYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK14%20AYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FIAT',
 'model': '500',
 'odometer': 78882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA3120000J118266',
 'year': 2014}
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK14%2520AYT%27 HTTP/1.1" 200 None
2026-03-28 11:01:45 [bca.uk] INFO: Saving data for GK14%20AYT: {'auction_closing_time': 1774778400.0, 'created_time': 1774476339.30254, 'last_price_update_time': 1774695705.869053}
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK14%2520AYT') HTTP/1.1" 204 0
2026-03-28 11:01:45 [bca.uk] INFO: Found listing with ID: GY09%20BBY
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY09%2520BBY%27 HTTP/1.1" 200 None
2026-03-28 11:01:45 [bca.uk] INFO: Scrape type for GY09%20BBY: 2
2026-03-28 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a407b1-5abf-532b-afc3-989c993d7cd3 with identifier: GY09%20BBY
2026-03-28 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a407b1-5abf-532b-afc3-989c993d7cd3 with scrape type 2
2026-03-28 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07a407b1-5abf-532b-afc3-989c993d7cd3 with scrape type 2
2026-03-28 11:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07a407b1-5abf-532b-afc3-989c993d7cd3, identifier: GY09%20BBY
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786621%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786621 not downloaded yet
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801700%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801700 not downloaded yet
2026-03-28 11:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660390>
2026-03-28 11:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07a407b1-5abf-532b-afc3-989c993d7cd3 with identifier: GY09%20BBY
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-28 11:01:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07a407b1-5abf-532b-afc3-989c993d7cd3 with identifier: GY09%20BBY
2026-03-28 11:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07a407b1-5abf-532b-afc3-989c993d7cd3 with identifier: GY09%20BBY to the API
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY09%20BBY-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07a407b1-5abf-532b-afc3-989c993d7cd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY09 BBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY09%20BBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 92894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMR32010TX73710',
 'year': 2009}
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY09%2520BBY%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Saving data for GY09%20BBY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476330.337487, 'last_price_update_time': 1774695706.617543}
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY09%2520BBY') HTTP/1.1" 204 0
2026-03-28 11:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698601118/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601118>
2026-03-28 11:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KD55WDG/42807830?sv=2020-08-04&st=2026-03-28T11%3A01%3A45Z&se=2026-03-28T11%3A26%3A45Z&sr=b&sp=r&sig=X3nIglcUeuHUZ%2Fh83axwytxcXEWIU%2F1y7g8E2rKTpLg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD55%20WDG-GB>
2026-03-28 11:01:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC11FTF/42807829?sv=2020-08-04&st=2026-03-28T11%3A01%3A45Z&se=2026-03-28T11%3A26%3A45Z&sr=b&sp=r&sig=S%2FS1YUh1yyL7uYJIcBHZ6oFvFbHMSoklTbyPjByNjR0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC11%20FTF-GB>
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:46 [bca.uk] INFO: Found listing with ID: HV10%20NKH
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV10%2520NKH%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Scrape type for HV10%20NKH: 0
2026-03-28 11:01:46 [bca.uk] INFO: Found listing with ID: LA54%20FXG
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA54%2520FXG%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Scrape type for LA54%20FXG: 0
2026-03-28 11:01:46 [bca.uk] INFO: Found listing with ID: LR06%20SPZ
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR06%2520SPZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Scrape type for LR06%20SPZ: 0
2026-03-28 11:01:46 [bca.uk] INFO: Found listing with ID: LV13%20FWF
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520FWF%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Scrape type for LV13%20FWF: 0
2026-03-28 11:01:46 [bca.uk] INFO: Found listing with ID: T60%20NJR
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T60%2520NJR%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Scrape type for T60%20NJR: 0
2026-03-28 11:01:46 [bca.uk] INFO: Found listing with ID: WN64%20TLV
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520TLV%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [bca.uk] INFO: Scrape type for WN64%20TLV: 2
2026-03-28 11:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a732533a-85a4-554c-af47-2850242ba100 with identifier: WN64%20TLV
2026-03-28 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a732533a-85a4-554c-af47-2850242ba100 with scrape type 2
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a732533a-85a4-554c-af47-2850242ba100 with scrape type 2
2026-03-28 11:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a732533a-85a4-554c-af47-2850242ba100, identifier: WN64%20TLV
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786633%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786633 not downloaded yet
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801720%27 HTTP/1.1" 200 None
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801720 not downloaded yet
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a732533a-85a4-554c-af47-2850242ba100 with identifier: WN64%20TLV
2026-03-28 11:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a732533a-85a4-554c-af47-2850242ba100 with identifier: WN64%20TLV
2026-03-28 11:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a732533a-85a4-554c-af47-2850242ba100 with identifier: WN64%20TLV to the API
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN64%20TLV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a732533a-85a4-554c-af47-2850242ba100',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN64 TLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN64%20TLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 68936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500C 1.2 S Convertible',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J321481',
 'year': 2015}
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520TLV%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [bca.uk] INFO: Saving data for WN64%20TLV: {'auction_closing_time': 1774778400.0, 'created_time': 1774505356.103862, 'last_price_update_time': 1774695707.238553}
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN64%2520TLV') HTTP/1.1" 204 0
2026-03-28 11:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786588/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786588>
2026-03-28 11:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786576/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK11UNU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:47 [bca.uk] INFO: Found listing with ID: DV15%20BDX
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520BDX%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [bca.uk] INFO: Scrape type for DV15%20BDX: 2
2026-03-28 11:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX
2026-03-28 11:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with scrape type 2
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with scrape type 2
2026-03-28 11:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 726fe0cf-79ff-5bd4-8fe1-6749f735c342, identifier: DV15%20BDX
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786648%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786648 not downloaded yet
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801733%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801733 not downloaded yet
2026-03-28 11:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX
2026-03-28 11:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX
2026-03-28 11:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 726fe0cf-79ff-5bd4-8fe1-6749f735c342 with identifier: DV15%20BDX to the API
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV15%20BDX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '726fe0cf-79ff-5bd4-8fe1-6749f735c342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV15 BDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV15%20BDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 130988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNTAAE12U1106617',
 'year': 2015}
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520BDX%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [bca.uk] INFO: Saving data for DV15%20BDX: {'auction_closing_time': 1774778400.0, 'created_time': 1774418834.029839, 'last_price_update_time': 1774695707.74302}
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV15%2520BDX') HTTP/1.1" 204 0
2026-03-28 11:01:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786597/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786597>
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:47 [bca.uk] INFO: Found listing with ID: NA17%20GMZ
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [bca.uk] INFO: Scrape type for NA17%20GMZ: 2
2026-03-28 11:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ
2026-03-28 11:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with scrape type 2
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with scrape type 2
2026-03-28 11:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbfdc7df-b768-5f72-a3b1-4001cfb50d17, identifier: NA17%20GMZ
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786666%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786666 not downloaded yet
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801749%27 HTTP/1.1" 200 None
2026-03-28 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801749 not downloaded yet
2026-03-28 11:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ
2026-03-28 11:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ
2026-03-28 11:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbfdc7df-b768-5f72-a3b1-4001cfb50d17 with identifier: NA17%20GMZ to the API
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA17%20GMZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fbfdc7df-b768-5f72-a3b1-4001cfb50d17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA17 GMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA17%20GMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 137421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 165 SPORT Hatchback',
 'transmission': 'manual',
 'trim': '165 SPORT',
 'vin': 'JMZBN647601517451',
 'year': 2017}
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520GMZ%27 HTTP/1.1" 200 None
2026-03-28 11:01:48 [bca.uk] INFO: Saving data for NA17%20GMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774303729.71832, 'last_price_update_time': 1774695708.28691}
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA17%2520GMZ') HTTP/1.1" 204 0
2026-03-28 11:01:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801682/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YN64VNE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:48 [bca.uk] INFO: Found listing with ID: YR07%20OWB
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR07%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:01:48 [bca.uk] INFO: Scrape type for YR07%20OWB: 2
2026-03-28 11:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB
2026-03-28 11:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with scrape type 2
2026-03-28 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with scrape type 2
2026-03-28 11:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02, identifier: YR07%20OWB
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786690%27 HTTP/1.1" 200 None
2026-03-28 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786690 not downloaded yet
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801765%27 HTTP/1.1" 200 None
2026-03-28 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801765 not downloaded yet
2026-03-28 11:01:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786613/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786613>
2026-03-28 11:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB
2026-03-28 11:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB
2026-03-28 11:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ae293cd-ccc3-5af6-b3a4-d6db64203b02 with identifier: YR07%20OWB to the API
2026-03-28 11:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR07%20OWB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ae293cd-ccc3-5af6-b3a4-d6db64203b02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR07 OWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR07%20OWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SUBARU',
 'model': 'FORESTER',
 'odometer': 114536,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SUBARU FORESTER 2.0 XC Estate',
 'transmission': 'automatic',
 'trim': 'XC',
 'vin': 'JF1SG5KE57G089933',
 'year': 2007}
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR07%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [bca.uk] INFO: Saving data for YR07%20OWB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563896.773596, 'last_price_update_time': 1774695709.522442}
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR07%2520OWB') HTTP/1.1" 204 0
2026-03-28 11:01:49 [bca.uk] INFO: Found listing with ID: AY61%20ZBP
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY61%2520ZBP%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [bca.uk] INFO: Scrape type for AY61%20ZBP: 0
2026-03-28 11:01:49 [bca.uk] INFO: Found listing with ID: GD12%20LSU
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD12%2520LSU%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [bca.uk] INFO: Scrape type for GD12%20LSU: 0
2026-03-28 11:01:49 [bca.uk] INFO: Found listing with ID: KT09%20JOV
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT09%2520JOV%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [bca.uk] INFO: Scrape type for KT09%20JOV: 0
2026-03-28 11:01:49 [bca.uk] INFO: Found listing with ID: LG61%20YWR
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YWR%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [bca.uk] INFO: Scrape type for LG61%20YWR: 2
2026-03-28 11:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR
2026-03-28 11:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d103450a-4029-5054-b457-fbc3c2232124 with scrape type 2
2026-03-28 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d103450a-4029-5054-b457-fbc3c2232124 with scrape type 2
2026-03-28 11:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d103450a-4029-5054-b457-fbc3c2232124, identifier: LG61%20YWR
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786709%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786709 not downloaded yet
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801788%27 HTTP/1.1" 200 None
2026-03-28 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801788 not downloaded yet
2026-03-28 11:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR
2026-03-28 11:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR
2026-03-28 11:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d103450a-4029-5054-b457-fbc3c2232124 with identifier: LG61%20YWR to the API
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20YWR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd103450a-4029-5054-b457-fbc3c2232124',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG61 YWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20YWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 91520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.4 TSI 120 S DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 120 S DSG',
 'vin': 'TMBDJ21Z6B2135319',
 'year': 2011}
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YWR%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Saving data for LG61%20YWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563892.365148, 'last_price_update_time': 1774695710.290339}
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520YWR') HTTP/1.1" 204 0
2026-03-28 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660484>
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: LR53%20YBK
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR53%2520YBK%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for LR53%20YBK: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: LV10%20WSE
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV10%2520WSE%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for LV10%20WSE: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: PHZ%206637
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PHZ%25206637%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for PHZ%206637: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: VN09%20WSO
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN09%2520WSO%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for VN09%20WSO: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: KS04%20HEJ
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS04%2520HEJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for KS04%20HEJ: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: LA08%20VDT
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA08%2520VDT%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for LA08%20VDT: 1
2026-03-28 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT
2026-03-28 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801806%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801806 not downloaded yet
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801700/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801700>
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: KX18%20YOG
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520YOG%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for KX18%20YOG: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: BF19%20GGJ
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF19%2520GGJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for BF19%20GGJ: 0
2026-03-28 11:01:50 [bca.uk] INFO: Found listing with ID: LP69%20AYT
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Scrape type for LP69%20AYT: 2
2026-03-28 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT
2026-03-28 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36132587-bc94-516c-88f6-aee5d01d4068 with scrape type 2
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36132587-bc94-516c-88f6-aee5d01d4068 with scrape type 2
2026-03-28 11:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36132587-bc94-516c-88f6-aee5d01d4068, identifier: LP69%20AYT
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801836%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801836 not downloaded yet
2026-03-28 11:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT
2026-03-28 11:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT
2026-03-28 11:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36132587-bc94-516c-88f6-aee5d01d4068 with identifier: LP69%20AYT to the API
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20AYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36132587-bc94-516c-88f6-aee5d01d4068',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP69 AYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20AYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '520I',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 520I 2.0 T M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBAJT92060BR76394',
 'year': 2019}
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520AYT%27 HTTP/1.1" 200 None
2026-03-28 11:01:50 [bca.uk] INFO: Saving data for LP69%20AYT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477282.380418, 'last_price_update_time': 1774695710.998083}
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520AYT') HTTP/1.1" 204 0
2026-03-28 11:01:51 [bca.uk] INFO: Found listing with ID: VK21%20OFN
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520OFN%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Scrape type for VK21%20OFN: 0
2026-03-28 11:01:51 [bca.uk] INFO: Found listing with ID: FL18%20SXT
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520SXT%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Scrape type for FL18%20SXT: 2
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cff17959-676b-540b-ba30-ae8138e6ac20 with scrape type 2
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cff17959-676b-540b-ba30-ae8138e6ac20 with scrape type 2
2026-03-28 11:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cff17959-676b-540b-ba30-ae8138e6ac20, identifier: FL18%20SXT
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801859%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801859 not downloaded yet
2026-03-28 11:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC11FTF/42807829?sv=2020-08-04&st=2026-03-28T11%3A01%3A45Z&se=2026-03-28T11%3A26%3A45Z&sr=b&sp=r&sig=S%2FS1YUh1yyL7uYJIcBHZ6oFvFbHMSoklTbyPjByNjR0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT
2026-03-28 11:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT
2026-03-28 11:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cff17959-676b-540b-ba30-ae8138e6ac20 with identifier: FL18%20SXT to the API
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL18%20SXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cff17959-676b-540b-ba30-ae8138e6ac20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL18 SXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL18%20SXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 39497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE',
 'vin': 'SHHFK9740JU001483',
 'year': 2018}
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520SXT%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Saving data for FL18%20SXT: {'auction_closing_time': 1774778400.0, 'created_time': 1774563824.905298, 'last_price_update_time': 1774695711.688687}
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL18%2520SXT') HTTP/1.1" 204 0
2026-03-28 11:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KD55WDG/42807830?sv=2020-08-04&st=2026-03-28T11%3A01%3A45Z&se=2026-03-28T11%3A26%3A45Z&sr=b&sp=r&sig=X3nIglcUeuHUZ%2Fh83axwytxcXEWIU%2F1y7g8E2rKTpLg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:51 [bca.uk] INFO: Found listing with ID: SR68%20WGP
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520WGP%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Scrape type for SR68%20WGP: 1
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7fe48467-9dfd-5dea-af7c-48c104462fe5
2026-03-28 11:01:51 [bca.uk] INFO: Found listing with ID: GU22%20LDF
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520LDF%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Scrape type for GU22%20LDF: 1
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6a865b02-dd0d-5dc9-b937-75342b526486
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2a850>
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a096844b-591f-5e2c-9e99-d8f67c7bf0ce/a096844b-591f-5e2c-9e99-d8f67c7bf0ce_expert_report_file_096a05ba-3146-41d2-a05a-a873e4b1f2b7.pdf HTTP/1.1" 201 0
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a096844b-591f-5e2c-9e99-d8f67c7bf0ce, skipping ID generation
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLC11FTF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LC11FTF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:51 [bca.uk] INFO: Found listing with ID: RV69%20YEC
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YEC%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Scrape type for RV69%20YEC: 1
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4b0c9a27-0399-51ae-9584-25135ba8cc28
2026-03-28 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801749/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801749>
2026-03-28 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786648/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786648>
2026-03-28 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786666/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786666>
2026-03-28 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801765>
2026-03-28 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786690/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786690>
2026-03-28 11:01:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801733/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801733>
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787880%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787880 not downloaded yet
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:51 [bca.uk] INFO: Found listing with ID: CT15%20CRJ
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT15%2520CRJ%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [bca.uk] INFO: Scrape type for CT15%20CRJ: 1
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2edf2a00-6315-583e-ade7-02f61bf18693
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf9350>
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2e0ea60-9983-5edd-83ac-25374867ce45/a2e0ea60-9983-5edd-83ac-25374867ce45_expert_report_file_817d5a69-dd72-47bb-8f3a-f694eaa5bb65.pdf HTTP/1.1" 201 0
2026-03-28 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a2e0ea60-9983-5edd-83ac-25374867ce45
2026-03-28 11:01:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2e0ea60-9983-5edd-83ac-25374867ce45, skipping ID generation
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2e0ea60-9983-5edd-83ac-25374867ce45
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKD55WDG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KD55WDG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787885%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787885 not downloaded yet
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801836/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801836>
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801806>
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801859/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801859>
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LA08VDT/42808524?sv=2020-08-04&st=2026-03-28T11%3A01%3A51Z&se=2026-03-28T11%3A26%3A51Z&sr=b&sp=r&sig=rYSajkRDvFGOxuT3gYqcvSmXYf271sZff%2BE3ijYzi4Y%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA08%20VDT-GB>
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801788/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801788>
2026-03-28 11:01:52 [bca.uk] INFO: Found listing with ID: GN64%20WLF
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN64%2520WLF%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [bca.uk] INFO: Scrape type for GN64%20WLF: 0
2026-03-28 11:01:52 [bca.uk] INFO: Found listing with ID: KR67%20KTX
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR67%2520KTX%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [bca.uk] INFO: Scrape type for KR67%20KTX: 0
2026-03-28 11:01:52 [bca.uk] INFO: Found listing with ID: LG62%20CVX
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520CVX%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [bca.uk] INFO: Scrape type for LG62%20CVX: 1
2026-03-28 11:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX
2026-03-28 11:01:52 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 24026d87-13ab-5a28-bdb2-a25641ae2e24
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787856%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787856 not downloaded yet
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787890%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787890 not downloaded yet
2026-03-28 11:01:52 [bca.uk] INFO: Found listing with ID: EK63%20FJV
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520FJV%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [bca.uk] INFO: Scrape type for EK63%20FJV: 0
2026-03-28 11:01:52 [bca.uk] INFO: Found listing with ID: KN57%20WVA
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN57%2520WVA%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [bca.uk] INFO: Scrape type for KN57%20WVA: 1
2026-03-28 11:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA
2026-03-28 11:01:52 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 30676cce-0504-5392-96c7-197b55cc56e8
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787864%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787864 not downloaded yet
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787895%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787895 not downloaded yet
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YN64VNE/698801720/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801720>
2026-03-28 11:01:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786709>
2026-03-28 11:01:52 [bca.uk] INFO: Found listing with ID: W838%20AJN
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W838%2520AJN%27 HTTP/1.1" 200 None
2026-03-28 11:01:52 [bca.uk] INFO: Scrape type for W838%20AJN: 1
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:53 [scrapy.core.scraper] ERROR: Spider error processing <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=2&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search)
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787870%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787870 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787900%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787900 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787877%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787877 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787906%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787906 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787882%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787882 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787912%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787912 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787893%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787893 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787918%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787918 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787899%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787899 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787922%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787922 not downloaded yet
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787907%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787907 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787914%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787914 not downloaded yet
2026-03-28 11:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LA08VDT/42808524?sv=2020-08-04&st=2026-03-28T11%3A01%3A51Z&se=2026-03-28T11%3A26%3A51Z&sr=b&sp=r&sig=rYSajkRDvFGOxuT3gYqcvSmXYf271sZff%2BE3ijYzi4Y%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb5ae90>
2026-03-28 11:01:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4c013e35-2c0a-59bb-8c74-a78d1dca2b59/4c013e35-2c0a-59bb-8c74-a78d1dca2b59_expert_report_file_48d007a2-34b1-4cf3-8c49-deba8b5f6b58.pdf HTTP/1.1" 201 0
2026-03-28 11:01:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59
2026-03-28 11:01:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59, skipping ID generation
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLA08VDT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LA08VDT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822437%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822437 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822458%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822458 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822480%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822480 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822497%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822497 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822512%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822512 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822531%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822531 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822561%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822561 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822583%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822583 not downloaded yet
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822600%27 HTTP/1.1" 200 None
2026-03-28 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822600 not downloaded yet
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787864/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787864>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787870/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787870>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787895/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787895>
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787899/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787899>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787907/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787907>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787922/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787922>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822583/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822583>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822600/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822600>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787914/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787914>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822531/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822531>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822561>
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822512/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822512>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822497/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822497>
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822480/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822480>
2026-03-28 11:01:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822458/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822458>
2026-03-28 11:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE
2026-03-28 11:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE
2026-03-28 11:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 with identifier: YN64%20VNE to the API
2026-03-28 11:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:55 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5902b6e3-09a1-5300-a4d4-4edd4f8515a9/5902b6e3-09a1-5300-a4d4-4edd4f8515a9_expert_report_file_193d9290-f455-4b41-ab19-7bd99a41f146.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN64%20VNE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5902b6e3-09a1-5300-a4d4-4edd4f8515a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN64 VNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN64%20VNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 103102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YN64VNE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801700',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801720',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801733',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801749',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801765',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801788',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801806',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801836',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801859'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF15RRL0H51378631',
 'year': 2014}
2026-03-28 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520VNE%27 HTTP/1.1" 200 None
2026-03-28 11:01:55 [bca.uk] INFO: Saving data for YN64%20VNE: {'created_time': 1774695715.75146, 'last_price_update_time': 1774695715.751475, 'auction_closing_time': 1774951200.0}
2026-03-28 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN64%2520VNE') HTTP/1.1" 204 0
2026-03-28 11:01:55 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 5902b6e3-09a1-5300-a4d4-4edd4f8515a9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:55 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:55 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822437/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822437>
2026-03-28 11:01:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LA08VDT/698822406/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LA08VDT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787918/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787918>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787893/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787893>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787912/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787912>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787882/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787882>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787906>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787877>
2026-03-28 11:01:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787900>
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787890/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787890>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787856>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787885/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787885>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN57WVA/42808050?sv=2020-08-04&st=2026-03-28T11%3A01%3A57Z&se=2026-03-28T11%3A26%3A57Z&sr=b&sp=r&sig=KT%2FNuGr1LWpyhoDmNlX7BwNNYhBY%2Fu1LTDEJ485GWU4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN57%20WVA-GB>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KD55WDG/698787851/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KD55WDG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG62CVX/42809604?sv=2020-08-04&st=2026-03-28T11%3A01%3A57Z&se=2026-03-28T11%3A26%3A57Z&sr=b&sp=r&sig=N%2FQ7%2Bi8LjfJdxflZZhHVv%2B2mvQNSL5ttqGEiMGIhSGs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG62%20CVX-GB>
2026-03-28 11:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT
2026-03-28 11:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT
2026-03-28 11:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 with identifier: LA08%20VDT to the API
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:01:58 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4c013e35-2c0a-59bb-8c74-a78d1dca2b59/4c013e35-2c0a-59bb-8c74-a78d1dca2b59_expert_report_file_48d007a2-34b1-4cf3-8c49-deba8b5f6b58.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA08%20VDT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c013e35-2c0a-59bb-8c74-a78d1dca2b59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA08 VDT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA08%20VDT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 63994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LA08VDT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822437',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822458',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822480',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822497',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822512',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822531',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822561',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822583',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822600'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWMF72040TT42567',
 'year': 2008}
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA08%2520VDT%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [bca.uk] INFO: Saving data for LA08%20VDT: {'created_time': 1774695718.419324, 'last_price_update_time': 1774695718.419336, 'auction_closing_time': 1774778400.0}
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA08%2520VDT') HTTP/1.1" 204 0
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CT15CRJ/42789674?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=SH5iooh2EJ3dLSt%2BI%2B6lN3L3%2BKkSZw%2BaRCk9iIR8yNI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT15%20CRJ-GB>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU22LDF/42808335?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=YPTE15Gl9bL5BdABokbpBr4L7%2ByOhejltc6TSLMaFK4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU22%20LDF-GB>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SR68WGP/42809607?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=jFiRcH8ubu9FG4no1vnvPEuQ7ETPUI59KVQ%2B6%2Fp4W1o%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR68%20WGP-GB>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786633/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786633>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787880/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787880>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV69YEC/42809653?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=L21sUjOGsGG6vCb1docCYDbhySftV0iVTNMItN6vO9I%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV69%20YEC-GB>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC11FTF/698787871/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LC11FTF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 4c013e35-2c0a-59bb-8c74-a78d1dca2b59 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK11UNU/698786621/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786621>
2026-03-28 11:01:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660464/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660464>
2026-03-28 11:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KN57WVA/42808050?sv=2020-08-04&st=2026-03-28T11%3A01%3A57Z&se=2026-03-28T11%3A26%3A57Z&sr=b&sp=r&sig=KT%2FNuGr1LWpyhoDmNlX7BwNNYhBY%2Fu1LTDEJ485GWU4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG62CVX/42809604?sv=2020-08-04&st=2026-03-28T11%3A01%3A57Z&se=2026-03-28T11%3A26%3A57Z&sr=b&sp=r&sig=N%2FQ7%2Bi8LjfJdxflZZhHVv%2B2mvQNSL5ttqGEiMGIhSGs%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac6c2ad0>
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30676cce-0504-5392-96c7-197b55cc56e8/30676cce-0504-5392-96c7-197b55cc56e8_expert_report_file_1bab36d5-47c7-4852-81f4-71249e9d83a8.pdf HTTP/1.1" 201 0
2026-03-28 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 30676cce-0504-5392-96c7-197b55cc56e8
2026-03-28 11:01:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30676cce-0504-5392-96c7-197b55cc56e8, skipping ID generation
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 30676cce-0504-5392-96c7-197b55cc56e8
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKN57WVA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN57WVA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RV69YEC/42809653?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=L21sUjOGsGG6vCb1docCYDbhySftV0iVTNMItN6vO9I%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796098%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796098 not downloaded yet
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796107%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796107 not downloaded yet
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc9410>
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24026d87-13ab-5a28-bdb2-a25641ae2e24/24026d87-13ab-5a28-bdb2-a25641ae2e24_expert_report_file_c696114c-08af-46a1-8daf-54a7c019fcd8.pdf HTTP/1.1" 201 0
2026-03-28 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 24026d87-13ab-5a28-bdb2-a25641ae2e24
2026-03-28 11:01:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24026d87-13ab-5a28-bdb2-a25641ae2e24, skipping ID generation
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 24026d87-13ab-5a28-bdb2-a25641ae2e24
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLG62CVX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LG62CVX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796118%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796118 not downloaded yet
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915244%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915244 not downloaded yet
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796126%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796126 not downloaded yet
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915265%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915265 not downloaded yet
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc9bf90>
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b0c9a27-0399-51ae-9584-25135ba8cc28/4b0c9a27-0399-51ae-9584-25135ba8cc28_expert_report_file_56935cc6-39e7-49a8-8570-6acd02835250.pdf HTTP/1.1" 201 0
2026-03-28 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4b0c9a27-0399-51ae-9584-25135ba8cc28
2026-03-28 11:01:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b0c9a27-0399-51ae-9584-25135ba8cc28, skipping ID generation
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4b0c9a27-0399-51ae-9584-25135ba8cc28
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRV69YEC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RV69YEC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796133%27 HTTP/1.1" 200 None
2026-03-28 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796133 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915288%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915288 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915276%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915276 not downloaded yet
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796145%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796145 not downloaded yet
2026-03-28 11:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SR68WGP/42809607?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=jFiRcH8ubu9FG4no1vnvPEuQ7ETPUI59KVQ%2B6%2Fp4W1o%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915309%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915309 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915293%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915293 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796155%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796155 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915323%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915323 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915308%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915308 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796162%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796162 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915348%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915348 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915324%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915324 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796173%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796173 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915366%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915366 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915342%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915342 not downloaded yet
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fccad10>
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7fe48467-9dfd-5dea-af7c-48c104462fe5/7fe48467-9dfd-5dea-af7c-48c104462fe5_expert_report_file_7ddfe058-df86-4cac-a712-190a069cd0f4.pdf HTTP/1.1" 201 0
2026-03-28 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7fe48467-9dfd-5dea-af7c-48c104462fe5
2026-03-28 11:01:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7fe48467-9dfd-5dea-af7c-48c104462fe5, skipping ID generation
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7fe48467-9dfd-5dea-af7c-48c104462fe5
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSR68WGP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SR68WGP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915385%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915385 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915364%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915364 not downloaded yet
2026-03-28 11:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU22LDF/42808335?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=YPTE15Gl9bL5BdABokbpBr4L7%2ByOhejltc6TSLMaFK4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915264%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915264 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915408%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915408 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915382%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915382 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915291%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915291 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915402%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915402 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915311%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915311 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915427%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915427 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915335%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915335 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915352%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915352 not downloaded yet
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95ec90>
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a865b02-dd0d-5dc9-b937-75342b526486/6a865b02-dd0d-5dc9-b937-75342b526486_expert_report_file_274c3aef-6172-4f70-80cf-c0da01aeb21f.pdf HTTP/1.1" 201 0
2026-03-28 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6a865b02-dd0d-5dc9-b937-75342b526486
2026-03-28 11:01:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a865b02-dd0d-5dc9-b937-75342b526486, skipping ID generation
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6a865b02-dd0d-5dc9-b937-75342b526486
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGU22LDF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU22LDF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915371%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915371 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813376%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813376 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915390%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915390 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813382%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813382 not downloaded yet
2026-03-28 11:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CT15CRJ/42789674?sv=2020-08-04&st=2026-03-28T11%3A01%3A58Z&se=2026-03-28T11%3A26%3A58Z&sr=b&sp=r&sig=SH5iooh2EJ3dLSt%2BI%2B6lN3L3%2BKkSZw%2BaRCk9iIR8yNI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915413%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915413 not downloaded yet
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813394%27 HTTP/1.1" 200 None
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813394 not downloaded yet
2026-03-28 11:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660356/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660356>
2026-03-28 11:01:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698601101/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601101>
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG
2026-03-28 11:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG
2026-03-28 11:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2e0ea60-9983-5edd-83ac-25374867ce45 with identifier: KD55%20WDG to the API
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2e0ea60-9983-5edd-83ac-25374867ce45/a2e0ea60-9983-5edd-83ac-25374867ce45_expert_report_file_817d5a69-dd72-47bb-8f3a-f694eaa5bb65.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD55%20WDG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2e0ea60-9983-5edd-83ac-25374867ce45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD55 WDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD55%20WDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '118D',
 'odometer': 171689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KD55WDG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787856',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787864',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787870',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787877',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787882',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787893',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787899',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787907',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787914'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBAUG32090PY05527',
 'year': 2005}
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD55%2520WDG%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [bca.uk] INFO: Saving data for KD55%20WDG: {'created_time': 1774695720.091731, 'last_price_update_time': 1774695720.091743, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD55%2520WDG') HTTP/1.1" 204 0
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698915435%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915435 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813407%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813407 not downloaded yet
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915224/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LG62CVX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796094/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN57WVA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item a2e0ea60-9983-5edd-83ac-25374867ce45 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813418%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813418 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813461%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813461 not downloaded yet
2026-03-28 11:02:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fda5610>
2026-03-28 11:02:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edf2a00-6315-583e-ade7-02f61bf18693/2edf2a00-6315-583e-ade7-02f61bf18693_expert_report_file_59f62aaf-83be-439b-8e45-ce6be131df00.pdf HTTP/1.1" 201 0
2026-03-28 11:02:00 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2edf2a00-6315-583e-ade7-02f61bf18693
2026-03-28 11:02:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2edf2a00-6315-583e-ade7-02f61bf18693, skipping ID generation
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 2edf2a00-6315-583e-ade7-02f61bf18693
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DCT15CRJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CT15CRJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915335/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915335>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SR68WGP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915427/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915427>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796145/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796145>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813372/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU22LDF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915352/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915352>
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813500%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813500 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885616%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885616 not downloaded yet
2026-03-28 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF
2026-03-28 11:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF
2026-03-28 11:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a096844b-591f-5e2c-9e99-d8f67c7bf0ce with identifier: LC11%20FTF to the API
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a096844b-591f-5e2c-9e99-d8f67c7bf0ce/a096844b-591f-5e2c-9e99-d8f67c7bf0ce_expert_report_file_096a05ba-3146-41d2-a05a-a873e4b1f2b7.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC11%20FTF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a096844b-591f-5e2c-9e99-d8f67c7bf0ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC11 FTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC11%20FTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CHEVROLET',
 'model': 'AVEO',
 'odometer': 37861,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LC11FTF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787880',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787885',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787890',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787895',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787900',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787906',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787912',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787918',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787922'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CHEVROLET AVEO 1.2 LS Hatchback',
 'transmission': 'manual',
 'trim': 'LS',
 'vin': 'KL1SF48DJAB140956',
 'year': 2011}
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520FTF%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [bca.uk] INFO: Saving data for LC11%20FTF: {'created_time': 1774695720.671739, 'last_price_update_time': 1774695720.671748, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC11%2520FTF') HTTP/1.1" 204 0
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813531%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813531 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885625%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885625 not downloaded yet
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813376/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813376>
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813382/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813382>
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item a096844b-591f-5e2c-9e99-d8f67c7bf0ce due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813557%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813557 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885647%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885647 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885657%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885657 not downloaded yet
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885671%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885671 not downloaded yet
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813394/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813394>
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885685%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885685 not downloaded yet
2026-03-28 11:02:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915413>
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885697%27 HTTP/1.1" 200 None
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885697 not downloaded yet
2026-03-28 11:02:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:02:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-28 11:02:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU
2026-03-28 11:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b129378e-787d-57af-b4c0-c8af6440f1f9 with identifier: BK11%20UNU to the API
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:01 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b129378e-787d-57af-b4c0-c8af6440f1f9/b129378e-787d-57af-b4c0-c8af6440f1f9_expert_report_file_04c0a7cf-c5cd-4ccb-89cd-0539ecd158f2.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK11%20UNU-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b129378e-787d-57af-b4c0-c8af6440f1f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK11 UNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK11%20UNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 150729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK11UNU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786588',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786597',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786613',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786621',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786633',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786648',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786666',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786690',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786709'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.6 VVT 110 DYNAMIQUE TOM TOM MPV',
 'transmission': 'manual',
 'trim': 'VVT 110 DYNAMIQUE TOM TOM',
 'vin': 'VF1JZ1U0644881322',
 'year': 2011}
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520UNU%27 HTTP/1.1" 200 None
2026-03-28 11:02:01 [bca.uk] INFO: Saving data for BK11%20UNU: {'created_time': 1774695721.425788, 'last_price_update_time': 1774695721.425802, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK11%2520UNU') HTTP/1.1" 204 0
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697885711%27 HTTP/1.1" 200 None
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885711 not downloaded yet
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item b129378e-787d-57af-b4c0-c8af6440f1f9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813500>
2026-03-28 11:02:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885616/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885616>
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885711/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885711>
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885697/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885697>
2026-03-28 11:02:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885671/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885671>
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885685>
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885657/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885657>
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885647/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885647>
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885625/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885625>
2026-03-28 11:02:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813557/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813557>
2026-03-28 11:02:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813531/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813531>
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CT15CRJ/697885614/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CT15CRJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813461/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813461>
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813418/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813418>
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU22LDF/698813407/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813407>
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915435/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915435>
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915390>
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915371/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915371>
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915311/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915311>
2026-03-28 11:02:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915402/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915402>
2026-03-28 11:02:04 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:04 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915291/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915291>
2026-03-28 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915382/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915382>
2026-03-28 11:02:04 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:04 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915408/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915408>
2026-03-28 11:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SR68WGP/698915264/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915264>
2026-03-28 11:02:05 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ
2026-03-28 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ
2026-03-28 11:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2edf2a00-6315-583e-ade7-02f61bf18693 with identifier: CT15%20CRJ to the API
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edf2a00-6315-583e-ade7-02f61bf18693/2edf2a00-6315-583e-ade7-02f61bf18693_expert_report_file_59f62aaf-83be-439b-8e45-ce6be131df00.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT15%20CRJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2edf2a00-6315-583e-ade7-02f61bf18693',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT15 CRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT15%20CRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 61468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CT15CRJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885616',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885625',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885647',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885657',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885671',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885685',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885697',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697885711'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD DYNAMIC (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD DYNAMIC (9)',
 'vin': 'SALVA2AE5FH055409',
 'year': 2015}
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT15%2520CRJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:05 [bca.uk] INFO: Saving data for CT15%20CRJ: {'created_time': 1774695725.428282, 'last_price_update_time': 1774695725.428294, 'auction_closing_time': 1774951200.0}
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT15%2520CRJ') HTTP/1.1" 204 0
2026-03-28 11:02:05 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 2edf2a00-6315-583e-ade7-02f61bf18693 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:05 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:05 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915364/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915364>
2026-03-28 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF
2026-03-28 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF
2026-03-28 11:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a865b02-dd0d-5dc9-b937-75342b526486 with identifier: GU22%20LDF to the API
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a865b02-dd0d-5dc9-b937-75342b526486/6a865b02-dd0d-5dc9-b937-75342b526486_expert_report_file_274c3aef-6172-4f70-80cf-c0da01aeb21f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU22%20LDF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6a865b02-dd0d-5dc9-b937-75342b526486',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU22 LDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU22%20LDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 66072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU22LDF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813376',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813382',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813394',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813407',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813418',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813461',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813500',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813531',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813557'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI PHEV EXCITE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV EXCITE',
 'vin': 'LSJA24395MN216224',
 'year': 2022}
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520LDF%27 HTTP/1.1" 200 None
2026-03-28 11:02:05 [bca.uk] INFO: Saving data for GU22%20LDF: {'created_time': 1774695725.94946, 'last_price_update_time': 1774695725.949474, 'auction_closing_time': 1774864800.0}
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU22%2520LDF') HTTP/1.1" 204 0
2026-03-28 11:02:05 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915385/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915385>
2026-03-28 11:02:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915342/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915342>
2026-03-28 11:02:05 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 6a865b02-dd0d-5dc9-b937-75342b526486 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796173/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796173>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915324/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915324>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915366/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915366>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915348/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915348>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796162/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796162>
2026-03-28 11:02:06 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915308/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915308>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915323/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915323>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796155/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796155>
2026-03-28 11:02:06 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915293>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915309/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915309>
2026-03-28 11:02:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915276/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915276>
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP
2026-03-28 11:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP
2026-03-28 11:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fe48467-9dfd-5dea-af7c-48c104462fe5 with identifier: SR68%20WGP to the API
2026-03-28 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:07 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7fe48467-9dfd-5dea-af7c-48c104462fe5/7fe48467-9dfd-5dea-af7c-48c104462fe5_expert_report_file_7ddfe058-df86-4cac-a712-190a069cd0f4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR68%20WGP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7fe48467-9dfd-5dea-af7c-48c104462fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR68 WGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR68%20WGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '118I',
 'odometer': 44225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SR68WGP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915264',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915291',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915311',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915335',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915352',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915371',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915390',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915413',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915435'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT SHADOW ED. Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT SHADOW ED.',
 'vin': 'WBA1R520X07B78655',
 'year': 2019}
2026-03-28 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520WGP%27 HTTP/1.1" 200 None
2026-03-28 11:02:07 [bca.uk] INFO: Saving data for SR68%20WGP: {'created_time': 1774695727.541367, 'last_price_update_time': 1774695727.541378, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR68%2520WGP') HTTP/1.1" 204 0
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 7fe48467-9dfd-5dea-af7c-48c104462fe5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:07 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915288/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915288>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796133/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796133>
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RV69YEC/698915249/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RV69YEC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796126/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796126>
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915265/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915265>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG62CVX/698915244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915244>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796118/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796118>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796098/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796098>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN16TXY/42801890?sv=2020-08-04&st=2026-03-28T11%3A02%3A08Z&se=2026-03-28T11%3A27%3A08Z&sr=b&sp=r&sig=Ig9nLlgxI%2BpPYVJQm091kFQ2ZMTPt5Q0fFLqYLThMxU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN16%20TXY-GB>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN57WVA/698796107/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796107>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660332/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660332>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698601070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601070>
2026-03-28 11:02:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AB181/42802514?sv=2020-08-04&st=2026-03-28T11%3A02%3A08Z&se=2026-03-28T11%3A27%3A08Z&sr=b&sp=r&sig=fiAsSOiUlQHHGAVSnvkfpFRNwfRwAyeqB7fVZfTU%2FEk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AB%20181-GB>
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:08 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:02:09 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:09 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC
2026-03-28 11:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC
2026-03-28 11:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b0c9a27-0399-51ae-9584-25135ba8cc28 with identifier: RV69%20YEC to the API
2026-03-28 11:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:09 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b0c9a27-0399-51ae-9584-25135ba8cc28/4b0c9a27-0399-51ae-9584-25135ba8cc28_expert_report_file_56935cc6-39e7-49a8-8570-6acd02835250.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV69%20YEC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b0c9a27-0399-51ae-9584-25135ba8cc28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV69 YEC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV69%20YEC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 15584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RV69YEC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915276',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915293',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915308',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915324',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915342',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915364',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915382',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915402',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915427'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I ICON TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I ICON TECH',
 'vin': 'VNKKG3D360A167099',
 'year': 2019}
2026-03-28 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YEC%27 HTTP/1.1" 200 None
2026-03-28 11:02:09 [bca.uk] INFO: Saving data for RV69%20YEC: {'created_time': 1774695729.855377, 'last_price_update_time': 1774695729.855389, 'auction_closing_time': 1774864800.0}
2026-03-28 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV69%2520YEC') HTTP/1.1" 204 0
2026-03-28 11:02:09 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 4b0c9a27-0399-51ae-9584-25135ba8cc28 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN16TXY/42801890?sv=2020-08-04&st=2026-03-28T11%3A02%3A08Z&se=2026-03-28T11%3A27%3A08Z&sr=b&sp=r&sig=Ig9nLlgxI%2BpPYVJQm091kFQ2ZMTPt5Q0fFLqYLThMxU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:09 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:09 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AB181/42802514?sv=2020-08-04&st=2026-03-28T11%3A02%3A08Z&se=2026-03-28T11%3A27%3A08Z&sr=b&sp=r&sig=fiAsSOiUlQHHGAVSnvkfpFRNwfRwAyeqB7fVZfTU%2FEk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX
2026-03-28 11:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX
2026-03-28 11:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24026d87-13ab-5a28-bdb2-a25641ae2e24 with identifier: LG62%20CVX to the API
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:10 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24026d87-13ab-5a28-bdb2-a25641ae2e24/24026d87-13ab-5a28-bdb2-a25641ae2e24_expert_report_file_c696114c-08af-46a1-8daf-54a7c019fcd8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG62%20CVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24026d87-13ab-5a28-bdb2-a25641ae2e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG62 CVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG62%20CVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 48549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LG62CVX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915244',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915265',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915288',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915309',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915323',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915348',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915366',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915385',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915408'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PRESTIGE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PRESTIGE',
 'vin': 'SALVA2AE8DH706710',
 'year': 2012}
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520CVX%27 HTTP/1.1" 200 None
2026-03-28 11:02:10 [bca.uk] INFO: Saving data for LG62%20CVX: {'created_time': 1774695730.400422, 'last_price_update_time': 1774695730.400436, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG62%2520CVX') HTTP/1.1" 204 0
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709140/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709140>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698600993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600993>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX17MBO/698601010/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601010>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KN14XZR/698660297/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN14XZR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:10 [scrapy.extensions.logstats] INFO: Crawled 34 pages (at 33 pages/min), scraped 60 items (at 60 items/min)
2026-03-28 11:02:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 176MiB
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 24026d87-13ab-5a28-bdb2-a25641ae2e24 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e982050>
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_747f1e09-43fa-5817-9abd-08df02153dd9/747f1e09-43fa-5817-9abd-08df02153dd9_expert_report_file_fcc38b19-ddf3-44f2-af0f-58d5bbfa21eb.pdf HTTP/1.1" 201 0
2026-03-28 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 747f1e09-43fa-5817-9abd-08df02153dd9
2026-03-28 11:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 747f1e09-43fa-5817-9abd-08df02153dd9, skipping ID generation
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 747f1e09-43fa-5817-9abd-08df02153dd9
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPN16TXY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN16TXY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd39710>
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_47638edc-537f-518c-a9fe-39dae9b2a79e/47638edc-537f-518c-a9fe-39dae9b2a79e_expert_report_file_c3cc80d7-a59a-4e53-b03b-7483a7d0547b.pdf HTTP/1.1" 201 0
2026-03-28 11:02:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 47638edc-537f-518c-a9fe-39dae9b2a79e
2026-03-28 11:02:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47638edc-537f-518c-a9fe-39dae9b2a79e, skipping ID generation
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 47638edc-537f-518c-a9fe-39dae9b2a79e
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAB181-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AB181-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF16UTG/698709128/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF16UTG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818408/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818408>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802762/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802762>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802769/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802769>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915749/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915749>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798708/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798708>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818479/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818479>
2026-03-28 11:02:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787559/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787559>
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698623419%27 HTTP/1.1" 200 None
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623419 not downloaded yet
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698608860%27 HTTP/1.1" 200 None
2026-03-28 11:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608860 not downloaded yet
2026-03-28 11:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA
2026-03-28 11:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA
2026-03-28 11:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30676cce-0504-5392-96c7-197b55cc56e8 with identifier: KN57%20WVA to the API
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:10 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30676cce-0504-5392-96c7-197b55cc56e8/30676cce-0504-5392-96c7-197b55cc56e8_expert_report_file_1bab36d5-47c7-4852-81f4-71249e9d83a8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN57%20WVA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30676cce-0504-5392-96c7-197b55cc56e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN57 WVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN57%20WVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 130665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN57WVA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796098',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796107',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796118',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796126',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796133',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796145',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796155',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796162',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796173'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375073212505',
 'year': 2007}
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN57%2520WVA%27 HTTP/1.1" 200 None
2026-03-28 11:02:10 [bca.uk] INFO: Saving data for KN57%20WVA: {'created_time': 1774695730.992334, 'last_price_update_time': 1774695730.992392, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN57%2520WVA') HTTP/1.1" 204 0
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698531878%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531878 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698559334%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559334 not downloaded yet
2026-03-28 11:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VU13OVD/42807043?sv=2020-08-04&st=2026-03-28T11%3A02%3A10Z&se=2026-03-28T11%3A27%3A10Z&sr=b&sp=r&sig=67A6MNhM57LGoKYmfKj49b7HIOh0AtXbL0k5WBhz%2FTA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU13%20OVD-GB>
2026-03-28 11:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798698/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798698>
2026-03-28 11:02:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798663/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798663>
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 30676cce-0504-5392-96c7-197b55cc56e8 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698623444%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623444 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698608870%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608870 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698531888%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531888 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698559338%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559338 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698623461%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623461 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698608881%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608881 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698531898%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531898 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698559341%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559341 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698623473%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623473 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698608890%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608890 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698531906%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531906 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698559346%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559346 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698623490%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623490 not downloaded yet
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698608909%27 HTTP/1.1" 200 None
2026-03-28 11:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608909 not downloaded yet
2026-03-28 11:02:12 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO
2026-03-28 11:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO
2026-03-28 11:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e92c795-afee-5372-9d8b-1d752dfd4a43 with identifier: PX17%20MBO to the API
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:12 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3e92c795-afee-5372-9d8b-1d752dfd4a43/3e92c795-afee-5372-9d8b-1d752dfd4a43_expert_report_file_3fac3cd1-5acd-4264-9f18-6f95d2d76cfb.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX17%20MBO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e92c795-afee-5372-9d8b-1d752dfd4a43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX17 MBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX17%20MBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 28880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PX17MBO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600931',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600950',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600970',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698600993',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601010',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601037',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601070',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601101',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698601118'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM520X02F68385',
 'year': 2017}
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX17%2520MBO%27 HTTP/1.1" 200 None
2026-03-28 11:02:12 [bca.uk] INFO: Saving data for PX17%20MBO: {'created_time': 1774695732.752619, 'last_price_update_time': 1774695732.752632, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX17%2520MBO') HTTP/1.1" 204 0
2026-03-28 11:02:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698608909/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608909>
2026-03-28 11:02:12 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:12 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR
2026-03-28 11:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR
2026-03-28 11:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77d92d9b-9b4d-5625-b538-e4504c499e0f with identifier: KN14%20XZR to the API
2026-03-28 11:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:13 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_77d92d9b-9b4d-5625-b538-e4504c499e0f/77d92d9b-9b4d-5625-b538-e4504c499e0f_expert_report_file_21f4fa13-ba06-4011-a075-202dce97eff5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN14%20XZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77d92d9b-9b4d-5625-b538-e4504c499e0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN14 XZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN14%20XZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 83671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KN14XZR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660316',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660332',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660356',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660371',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660390',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660415',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660442',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660464',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698660484'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.5 DCI 90 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 ACENTA PREMIUM',
 'vin': 'SJNTCAE12U1026444',
 'year': 2014}
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520XZR%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [bca.uk] INFO: Saving data for KN14%20XZR: {'created_time': 1774695733.158173, 'last_price_update_time': 1774695733.158183, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN14%2520XZR') HTTP/1.1" 204 0
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 3e92c795-afee-5372-9d8b-1d752dfd4a43 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 77d92d9b-9b4d-5625-b538-e4504c499e0f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VU13OVD/42807043?sv=2020-08-04&st=2026-03-28T11%3A02%3A10Z&se=2026-03-28T11%3A27%3A10Z&sr=b&sp=r&sig=67A6MNhM57LGoKYmfKj49b7HIOh0AtXbL0k5WBhz%2FTA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698623490/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623490>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698559346/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559346>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698559341/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559341>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698531906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531906>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698623473/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623473>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698531898/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531898>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698608890/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608890>
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 408cf7cd-5c88-5b19-ae14-d015866edb29 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 4285709e-1eb4-5199-8692-2365a9114f52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG
2026-03-28 11:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG
2026-03-28 11:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50d5ecca-764d-50fb-be83-8ecebd8cb459 with identifier: MF16%20UTG to the API
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:13 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50d5ecca-764d-50fb-be83-8ecebd8cb459/50d5ecca-764d-50fb-be83-8ecebd8cb459_expert_report_file_dceed780-0ddd-4a84-97b7-0e2051555885.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF16%20UTG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '50d5ecca-764d-50fb-be83-8ecebd8cb459',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF16 UTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF16%20UTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 27793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF16UTG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709140',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709151',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709163',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709176',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709190',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709216',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709241',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709269',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698709295'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLACK EDITION',
 'vin': 'WF0UXXLTRUFJ69476',
 'year': 2016}
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520UTG%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [bca.uk] INFO: Saving data for MF16%20UTG: {'created_time': 1774695733.670395, 'last_price_update_time': 1774695733.670408, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF16%2520UTG') HTTP/1.1" 204 0
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698623461/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623461>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698559338/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559338>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698608870/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608870>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698608881/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608881>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698623444/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623444>
2026-03-28 11:02:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698531888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531888>
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 50d5ecca-764d-50fb-be83-8ecebd8cb459 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea55090>
2026-03-28 11:02:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af585fe7-11dd-51ed-a3c0-f086e4921a87/af585fe7-11dd-51ed-a3c0-f086e4921a87_expert_report_file_788c9e2e-99f9-4420-9339-094555fe5675.pdf HTTP/1.1" 201 0
2026-03-28 11:02:13 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item af585fe7-11dd-51ed-a3c0-f086e4921a87
2026-03-28 11:02:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af585fe7-11dd-51ed-a3c0-f086e4921a87, skipping ID generation
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item af585fe7-11dd-51ed-a3c0-f086e4921a87
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DVU13OVD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VU13OVD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809513%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809513 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809529%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809529 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809545%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809545 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809556%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809556 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809567%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809567 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809590%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809590 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809604%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809604 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809622%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809622 not downloaded yet
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809639%27 HTTP/1.1" 200 None
2026-03-28 11:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809639 not downloaded yet
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809639/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809639>
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809622>
2026-03-28 11:02:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809604/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809604>
2026-03-28 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809590/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809590>
2026-03-28 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809567/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809567>
2026-03-28 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809556/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809556>
2026-03-28 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809545/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809545>
2026-03-28 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809529/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809529>
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809513/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809513>
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698559334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559334>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VU13OVD/698809497/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VU13OVD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698531878/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531878>
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698608860/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608860>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698623419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623419>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AB181/698608851/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AB181-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN16TXY/698623399/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN16TXY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814390>
2026-03-28 11:02:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787544>
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:16 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:17 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:17 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af585fe7-11dd-51ed-a3c0-f086e4921a87 with identifier: VU13%20OVD
2026-03-28 11:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af585fe7-11dd-51ed-a3c0-f086e4921a87 with identifier: VU13%20OVD
2026-03-28 11:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af585fe7-11dd-51ed-a3c0-f086e4921a87 with identifier: VU13%20OVD to the API
2026-03-28 11:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:18 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af585fe7-11dd-51ed-a3c0-f086e4921a87/af585fe7-11dd-51ed-a3c0-f086e4921a87_expert_report_file_788c9e2e-99f9-4420-9339-094555fe5675.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU13%20OVD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af585fe7-11dd-51ed-a3c0-f086e4921a87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU13 OVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU13%20OVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 54641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VU13OVD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809513',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809529',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809545',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809556',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809567',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809590',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809604',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809622',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809639'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT LTD.EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT LTD.EDITION',
 'vin': 'W0L0SDL08D6045098',
 'year': 2013}
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU13%2520OVD%27 HTTP/1.1" 200 None
2026-03-28 11:02:18 [bca.uk] INFO: Saving data for VU13%20OVD: {'created_time': 1774695738.136852, 'last_price_update_time': 1774695738.136865, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU13%2520OVD') HTTP/1.1" 204 0
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802754>
2026-03-28 11:02:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item af585fe7-11dd-51ed-a3c0-f086e4921a87 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:18 [bca.uk] INFO: Total items found: 100
2026-03-28 11:02:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded
2026-03-28 11:02:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:02:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:18 [bca.uk] INFO: Found listing with ID: EK63%20UCX
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520UCX%27 HTTP/1.1" 200 None
2026-03-28 11:02:18 [bca.uk] INFO: Scrape type for EK63%20UCX: 2
2026-03-28 11:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX
2026-03-28 11:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d03878-51dc-5558-8618-8598aecb3b5e with scrape type 2
2026-03-28 11:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6d03878-51dc-5558-8618-8598aecb3b5e with scrape type 2
2026-03-28 11:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6d03878-51dc-5558-8618-8598aecb3b5e, identifier: EK63%20UCX
2026-03-28 11:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX
2026-03-28 11:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX
2026-03-28 11:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6d03878-51dc-5558-8618-8598aecb3b5e with identifier: EK63%20UCX to the API
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK63%20UCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6d03878-51dc-5558-8618-8598aecb3b5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK63 UCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK63%20UCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 62119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER S Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S',
 'vin': 'WMWZC32010WR77557',
 'year': 2013}
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520UCX%27 HTTP/1.1" 200 None
2026-03-28 11:02:18 [bca.uk] INFO: Saving data for EK63%20UCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563880.560711, 'last_price_update_time': 1774695738.643978}
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK63%2520UCX') HTTP/1.1" 204 0
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818462/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818462>
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802766/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802766>
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915724/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915724>
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915743/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915743>
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798729/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798729>
2026-03-28 11:02:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802746/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802746>
2026-03-28 11:02:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181
2026-03-28 11:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181
2026-03-28 11:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47638edc-537f-518c-a9fe-39dae9b2a79e with identifier: AB%20181 to the API
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:19 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_47638edc-537f-518c-a9fe-39dae9b2a79e/47638edc-537f-518c-a9fe-39dae9b2a79e_expert_report_file_c3cc80d7-a59a-4e53-b03b-7483a7d0547b.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AB%20181-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47638edc-537f-518c-a9fe-39dae9b2a79e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AB 181',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AB%20181&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'HYUNDAI',
 'model': 'IX20',
 'odometer': 20411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AB181-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608860',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559334',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608870',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559338',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608881',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559341',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608890',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698559346',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698608909'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX20 1.6 SE MPV',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'TMAPU81DMHJ254954',
 'year': 2017}
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AB%2520181%27 HTTP/1.1" 200 None
2026-03-28 11:02:19 [bca.uk] INFO: Saving data for AB%20181: {'created_time': 1774695739.077076, 'last_price_update_time': 1774695739.077088, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AB%2520181') HTTP/1.1" 204 0
2026-03-28 11:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY
2026-03-28 11:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY
2026-03-28 11:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 747f1e09-43fa-5817-9abd-08df02153dd9 with identifier: PN16%20TXY to the API
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:19 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_747f1e09-43fa-5817-9abd-08df02153dd9/747f1e09-43fa-5817-9abd-08df02153dd9_expert_report_file_fcc38b19-ddf3-44f2-af0f-58d5bbfa21eb.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN16%20TXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '747f1e09-43fa-5817-9abd-08df02153dd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN16 TXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN16%20TXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 37600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photo_urls': ['https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN16TXY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623419',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531878',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623444',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531888',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623461',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531898',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623473',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698531906',
                'https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698623490'],
 'photos': [],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FLAIR',
 'vin': 'VF7PAHMTCFR776655',
 'year': 2016}
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520TXY%27 HTTP/1.1" 200 None
2026-03-28 11:02:19 [bca.uk] INFO: Saving data for PN16%20TXY: {'created_time': 1774695739.456708, 'last_price_update_time': 1774695739.45672, 'auction_closing_time': 1774778400.0}
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN16%2520TXY') HTTP/1.1" 204 0
2026-03-28 11:02:19 [bca.uk] INFO: Found listing with ID: HG18%20UAP
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520UAP%27 HTTP/1.1" 200 None
2026-03-28 11:02:19 [bca.uk] INFO: Scrape type for HG18%20UAP: 0
2026-03-28 11:02:19 [bca.uk] INFO: Found listing with ID: BX69%20KFJ
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520KFJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:19 [bca.uk] INFO: Scrape type for BX69%20KFJ: 0
2026-03-28 11:02:19 [bca.uk] INFO: Found listing with ID: GU68%20KAX
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-28 11:02:19 [bca.uk] INFO: Scrape type for GU68%20KAX: 2
2026-03-28 11:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX
2026-03-28 11:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c2762b-2f32-5cd1-95cd-05fb879c1367 with scrape type 2
2026-03-28 11:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c2762b-2f32-5cd1-95cd-05fb879c1367 with scrape type 2
2026-03-28 11:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c2762b-2f32-5cd1-95cd-05fb879c1367, identifier: GU68%20KAX
2026-03-28 11:02:19 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 47638edc-537f-518c-a9fe-39dae9b2a79e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:19 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 747f1e09-43fa-5817-9abd-08df02153dd9 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX
2026-03-28 11:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX
2026-03-28 11:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c2762b-2f32-5cd1-95cd-05fb879c1367 with identifier: GU68%20KAX to the API
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU68%20KAX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2c2762b-2f32-5cd1-95cd-05fb879c1367',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU68 KAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU68%20KAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 80009,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 129 EX Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 129 EX',
 'vin': 'SHHFK6780HU020567',
 'year': 2018}
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520KAX%27 HTTP/1.1" 200 None
2026-03-28 11:02:19 [bca.uk] INFO: Saving data for GU68%20KAX: {'auction_closing_time': 1774864800.0, 'created_time': 1774361895.535372, 'last_price_update_time': 1774695739.99352}
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU68%2520KAX') HTTP/1.1" 204 0
2026-03-28 11:02:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: LJ68%20YWE
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ68%2520YWE%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for LJ68%20YWE: 0
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: SC71%20KXX
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520KXX%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for SC71%20KXX: 0
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: SP19%20KZX
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520KZX%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for SP19%20KZX: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37884952-3501-544f-bd82-8874ad44a42b with identifier: SP19%20KZX
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814352/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814352>
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818395/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818395>
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798685>
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798692/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798692>
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798658/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798658>
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802735/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802735>
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787517/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787517>
2026-03-28 11:02:20 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 3c1070f3-e634-5279-aa25-131d59b68f50 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:20 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: YK69%20PZB
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520PZB%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for YK69%20PZB: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb with identifier: YK69%20PZB
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: AB55%20WWW
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AB55%2520WWW%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for AB55%20WWW: 0
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: WN68%20XXC
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN68%2520XXC%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for WN68%20XXC: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80b8c73c-e33d-5f05-b1b8-6f3101793112 with identifier: WN68%20XXC
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: PX72%20KYH
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KYH%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for PX72%20KYH: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6385dff-e339-5db1-941b-499da54c4996 with identifier: PX72%20KYH
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: FD18%20SVU
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520SVU%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for FD18%20SVU: 2
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d6ccaf-ebae-5550-a782-b07578461981 with scrape type 2
2026-03-28 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d6ccaf-ebae-5550-a782-b07578461981 with scrape type 2
2026-03-28 11:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0d6ccaf-ebae-5550-a782-b07578461981, identifier: FD18%20SVU
2026-03-28 11:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU
2026-03-28 11:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU
2026-03-28 11:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0d6ccaf-ebae-5550-a782-b07578461981 with identifier: FD18%20SVU to the API
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD18%20SVU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f0d6ccaf-ebae-5550-a782-b07578461981',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD18 SVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD18%20SVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 41994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 120 2 Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 2',
 'vin': 'KNAD6811LJ6170346',
 'year': 2018}
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520SVU%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Saving data for FD18%20SVU: {'auction_closing_time': 1774778400.0, 'created_time': 1774339551.373561, 'last_price_update_time': 1774695740.639688}
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD18%2520SVU') HTTP/1.1" 204 0
2026-03-28 11:02:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818438/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818438>
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: NK17%20UZV
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520UZV%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for NK17%20UZV: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3902049c-7c47-5636-bbb3-3468c754f44d with identifier: NK17%20UZV
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: NU67%20AWA
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520AWA%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for NU67%20AWA: 0
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: AE06%20HAU
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE06%2520HAU%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for AE06%20HAU: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55f920ab-4050-5691-ad66-7855c10b1d1d with identifier: AE06%20HAU
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: EA08%20SVO
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA08%2520SVO%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for EA08%20SVO: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635e2677-2002-50d0-a57a-a285b9386cd8 with identifier: EA08%20SVO
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: GU09%20BHP
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU09%2520BHP%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for GU09%20BHP: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7cf4ba2-074e-565a-8e3d-b27be7a9586a with identifier: GU09%20BHP
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: SL07%20BVB
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL07%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for SL07%20BVB: 1
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 965bc451-0889-5f8d-976c-d99f3e039949 with identifier: SL07%20BVB
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: FG67%20NYZ
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG67%2520NYZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for FG67%20NYZ: 0
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: J22%20CDN
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J22%2520CDN%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for J22%20CDN: 0
2026-03-28 11:02:20 [bca.uk] INFO: Found listing with ID: LD64%20UCP
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD64%2520UCP%27 HTTP/1.1" 200 None
2026-03-28 11:02:20 [bca.uk] INFO: Scrape type for LD64%20UCP: 2
2026-03-28 11:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f02f3d3c-c369-5bb0-961a-8b18ba5a8d06 with identifier: LD64%20UCP
2026-03-28 11:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f02f3d3c-c369-5bb0-961a-8b18ba5a8d06 with scrape type 2
2026-03-28 11:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f02f3d3c-c369-5bb0-961a-8b18ba5a8d06 with scrape type 2
2026-03-28 11:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f02f3d3c-c369-5bb0-961a-8b18ba5a8d06, identifier: LD64%20UCP
2026-03-28 11:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f02f3d3c-c369-5bb0-961a-8b18ba5a8d06 with identifier: LD64%20UCP
2026-03-28 11:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f02f3d3c-c369-5bb0-961a-8b18ba5a8d06 with identifier: LD64%20UCP
2026-03-28 11:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f02f3d3c-c369-5bb0-961a-8b18ba5a8d06 with identifier: LD64%20UCP to the API
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD64%20UCP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f02f3d3c-c369-5bb0-961a-8b18ba5a8d06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD64 UCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD64%20UCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 67309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0DXXGAKDEA36794',
 'year': 2014}
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD64%2520UCP%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Saving data for LD64%20UCP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564481.421498, 'last_price_update_time': 1774695741.385001}
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD64%2520UCP') HTTP/1.1" 204 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: MA14%20ZKB
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA14%2520ZKB%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for MA14%20ZKB: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: MJ18%20VDO
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520VDO%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for MJ18%20VDO: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: AP15%20JHV
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520JHV%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for AP15%20JHV: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: BT16%20TPO
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520TPO%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for BT16%20TPO: 1
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d36d03-f942-5838-98e9-4f1c879172c5 with identifier: BT16%20TPO
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: DA65%20YOO
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520YOO%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for DA65%20YOO: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: EJ15%20LVF
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ15%2520LVF%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for EJ15%20LVF: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: OV14%20UEZ
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV14%2520UEZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for OV14%20UEZ: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: OY16%20UYX
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520UYX%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for OY16%20UYX: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: SJ17%20NRR
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ17%2520NRR%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for SJ17%20NRR: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: VK16%20KNM
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520KNM%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for VK16%20KNM: 1
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659 with identifier: VK16%20KNM
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 408cf7cd-5c88-5b19-ae14-d015866edb29 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item b761556c-b9e2-584e-8b60-6ef79cfe0123 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 8 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: BF62%20JWL
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520JWL%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for BF62%20JWL: 1
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9ee147d-a1ed-542d-93b8-9e136eeb16c2 with identifier: BF62%20JWL
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: EF64%20PYO
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF64%2520PYO%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for EF64%20PYO: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: EX13%20UJA
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520UJA%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for EX13%20UJA: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: FY11%20SBZ
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY11%2520SBZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for FY11%20SBZ: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: OV09%20NOF
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV09%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for OV09%20NOF: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: WV20%20YFC
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520YFC%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for WV20%20YFC: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: NX18%20OER
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520OER%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for NX18%20OER: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: NY15%20BUO
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY15%2520BUO%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for NY15%20BUO: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: SN14%20XMR
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN14%2520XMR%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for SN14%20XMR: 1
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8add0ce3-3dfb-5144-93ab-96b2c1497c86 with identifier: SN14%20XMR
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: EN67%20XLH
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN67%2520XLH%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for EN67%20XLH: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: NV07%20OAE
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV07%2520OAE%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for NV07%20OAE: 1
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2 with identifier: NV07%20OAE
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: DL64%20RZO
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520RZO%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for DL64%20RZO: 1
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89417644-08ea-5067-8a1b-e8adb9994e95 with identifier: DL64%20RZO
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: NJ64%20NVR
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520NVR%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for NJ64%20NVR: 0
2026-03-28 11:02:21 [bca.uk] INFO: Found listing with ID: NL65%20PXC
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520PXC%27 HTTP/1.1" 200 None
2026-03-28 11:02:21 [bca.uk] INFO: Scrape type for NL65%20PXC: 2
2026-03-28 11:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf3ae94-d407-5598-9120-8ddaa7e99bbe with identifier: NL65%20PXC
2026-03-28 11:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf3ae94-d407-5598-9120-8ddaa7e99bbe with scrape type 2
2026-03-28 11:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf3ae94-d407-5598-9120-8ddaa7e99bbe with scrape type 2
2026-03-28 11:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cf3ae94-d407-5598-9120-8ddaa7e99bbe, identifier: NL65%20PXC
2026-03-28 11:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cf3ae94-d407-5598-9120-8ddaa7e99bbe with identifier: NL65%20PXC
2026-03-28 11:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cf3ae94-d407-5598-9120-8ddaa7e99bbe with identifier: NL65%20PXC
2026-03-28 11:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cf3ae94-d407-5598-9120-8ddaa7e99bbe with identifier: NL65%20PXC to the API
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL65%20PXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2cf3ae94-d407-5598-9120-8ddaa7e99bbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL65 PXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL65%20PXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 76465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 110 URBAN CROSS MPV',
 'transmission': 'manual',
 'trim': 'P/T 110 URBAN CROSS',
 'vin': 'VF3CUHNZ6FY115293',
 'year': 2015}
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520PXC%27 HTTP/1.1" 200 None
2026-03-28 11:02:22 [bca.uk] INFO: Saving data for NL65%20PXC: {'auction_closing_time': 1774778400.0, 'created_time': 1774564480.307463, 'last_price_update_time': 1774695742.4102}
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL65%2520PXC') HTTP/1.1" 204 0
2026-03-28 11:02:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL07%20BVB-GB>
2026-03-28 11:02:22 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 4285709e-1eb4-5199-8692-2365a9114f52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:22 [bca.uk] INFO: Found listing with ID: NX15%20OHH
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX15%2520OHH%27 HTTP/1.1" 200 None
2026-03-28 11:02:22 [bca.uk] INFO: Scrape type for NX15%20OHH: 2
2026-03-28 11:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b5d80d8-f789-5699-a02e-8d7d10d540ad with identifier: NX15%20OHH
2026-03-28 11:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b5d80d8-f789-5699-a02e-8d7d10d540ad with scrape type 2
2026-03-28 11:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b5d80d8-f789-5699-a02e-8d7d10d540ad with scrape type 2
2026-03-28 11:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b5d80d8-f789-5699-a02e-8d7d10d540ad, identifier: NX15%20OHH
2026-03-28 11:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b5d80d8-f789-5699-a02e-8d7d10d540ad with identifier: NX15%20OHH
2026-03-28 11:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b5d80d8-f789-5699-a02e-8d7d10d540ad with identifier: NX15%20OHH
2026-03-28 11:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b5d80d8-f789-5699-a02e-8d7d10d540ad with identifier: NX15%20OHH to the API
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX15%20OHH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1b5d80d8-f789-5699-a02e-8d7d10d540ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX15 OHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX15%20OHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FIAT',
 'model': '500',
 'odometer': 61522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP S/S Hatchback',
 'transmission': 'manual',
 'trim': 'POP S/S',
 'vin': 'ZFA3120000J333369',
 'year': 2015}
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX15%2520OHH%27 HTTP/1.1" 200 None
2026-03-28 11:02:22 [bca.uk] INFO: Saving data for NX15%20OHH: {'auction_closing_time': 1774778400.0, 'created_time': 1774448162.509285, 'last_price_update_time': 1774695742.98335}
2026-03-28 11:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX15%2520OHH') HTTP/1.1" 204 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: VN64%20YVX
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN64%2520YVX%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for VN64%20YVX: 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: VO66%20FHR
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520FHR%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for VO66%20FHR: 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: YP64%20FXK
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP64%2520FXK%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for YP64%20FXK: 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: NA20%20MYY
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520MYY%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for NA20%20MYY: 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: NG17%20ZRR
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520ZRR%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for NG17%20ZRR: 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: AF14%20UDV
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520UDV%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for AF14%20UDV: 2
2026-03-28 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV
2026-03-28 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd62b22f-bb41-5a84-b2af-3bd95a75b523 with scrape type 2
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd62b22f-bb41-5a84-b2af-3bd95a75b523 with scrape type 2
2026-03-28 11:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd62b22f-bb41-5a84-b2af-3bd95a75b523, identifier: AF14%20UDV
2026-03-28 11:02:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU09%20BHP-GB>
2026-03-28 11:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV
2026-03-28 11:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV
2026-03-28 11:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd62b22f-bb41-5a84-b2af-3bd95a75b523 with identifier: AF14%20UDV to the API
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF14%20UDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd62b22f-bb41-5a84-b2af-3bd95a75b523',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF14 UDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF14%20UDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 93255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 163 TITANIUM X SPORT P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X SPORT P/S',
 'vin': 'WF0SXXGBWSEY29452',
 'year': 2014}
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520UDV%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Saving data for AF14%20UDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563923.019701, 'last_price_update_time': 1774695743.577713}
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF14%2520UDV') HTTP/1.1" 204 0
2026-03-28 11:02:23 [bca.uk] INFO: Found listing with ID: BJ17%20OUK
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520OUK%27 HTTP/1.1" 200 None
2026-03-28 11:02:23 [bca.uk] INFO: Scrape type for BJ17%20OUK: 2
2026-03-28 11:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK
2026-03-28 11:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5f75641-5f6c-55e6-8873-faf4fcbd1340 with scrape type 2
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5f75641-5f6c-55e6-8873-faf4fcbd1340 with scrape type 2
2026-03-28 11:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5f75641-5f6c-55e6-8873-faf4fcbd1340, identifier: BJ17%20OUK
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 168964c4-009e-5f86-a5de-a609e726f9b5 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 3c1070f3-e634-5279-aa25-131d59b68f50 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 408cf7cd-5c88-5b19-ae14-d015866edb29 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 6 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 46d5df6b-48cf-580f-b920-c2fa62de29df due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 7 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-28 11:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK
2026-03-28 11:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK
2026-03-28 11:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5f75641-5f6c-55e6-8873-faf4fcbd1340 with identifier: BJ17%20OUK to the API
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ17%20OUK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5f75641-5f6c-55e6-8873-faf4fcbd1340',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ17 OUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ17%20OUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 71519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F003253',
 'year': 2017}
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520OUK%27 HTTP/1.1" 200 None
2026-03-28 11:02:24 [bca.uk] INFO: Saving data for BJ17%20OUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563946.913645, 'last_price_update_time': 1774695744.067804}
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ17%2520OUK') HTTP/1.1" 204 0
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA08%20SVO-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX72%20KYH-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN14%20XMR-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK17%20UZV-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE06%20HAU-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN68%20XXC-GB>
2026-03-28 11:02:24 [bca.uk] INFO: Found listing with ID: NL15%20BYY
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520BYY%27 HTTP/1.1" 200 None
2026-03-28 11:02:24 [bca.uk] INFO: Scrape type for NL15%20BYY: 2
2026-03-28 11:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY
2026-03-28 11:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with scrape type 2
2026-03-28 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with scrape type 2
2026-03-28 11:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01123fa5-1199-5609-8f6a-d940ceb7d8a4, identifier: NL15%20BYY
2026-03-28 11:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY
2026-03-28 11:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY
2026-03-28 11:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01123fa5-1199-5609-8f6a-d940ceb7d8a4 with identifier: NL15%20BYY to the API
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL15%20BYY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01123fa5-1199-5609-8f6a-d940ceb7d8a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL15 BYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL15%20BYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 116444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.6 TDI 90 SE TECH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 90 SE TECH DSG',
 'vin': 'TMBFJ6NHXF4521818',
 'year': 2015}
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520BYY%27 HTTP/1.1" 200 None
2026-03-28 11:02:24 [bca.uk] INFO: Saving data for NL15%20BYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563937.327214, 'last_price_update_time': 1774695744.550282}
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL15%2520BYY') HTTP/1.1" 204 0
2026-03-28 11:02:24 [bca.uk] INFO: Found listing with ID: NV11%20WJG
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV11%2520WJG%27 HTTP/1.1" 200 None
2026-03-28 11:02:24 [bca.uk] INFO: Scrape type for NV11%20WJG: 2
2026-03-28 11:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG
2026-03-28 11:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 073d4469-37e8-53f5-a1bb-a1ed23797009 with scrape type 2
2026-03-28 11:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 073d4469-37e8-53f5-a1bb-a1ed23797009 with scrape type 2
2026-03-28 11:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 073d4469-37e8-53f5-a1bb-a1ed23797009, identifier: NV11%20WJG
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK69%20PZB-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT16%20TPO-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK16%20KNM-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV07%20OAE-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL64%20RZO-GB>
2026-03-28 11:02:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF62%20JWL-GB>
2026-03-28 11:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG
2026-03-28 11:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG
2026-03-28 11:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 073d4469-37e8-53f5-a1bb-a1ed23797009 with identifier: NV11%20WJG to the API
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV11%20WJG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '073d4469-37e8-53f5-a1bb-a1ed23797009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV11 WJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV11%20WJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 98115,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 S Hatchback',
 'transmission': 'manual',
 'trim': '60 S',
 'vin': 'WVWZZZ6RZBU084407',
 'year': 2011}
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV11%2520WJG%27 HTTP/1.1" 200 None
2026-03-28 11:02:25 [bca.uk] INFO: Saving data for NV11%20WJG: {'auction_closing_time': 1774778400.0, 'created_time': 1774305518.507479, 'last_price_update_time': 1774695745.070021}
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV11%2520WJG') HTTP/1.1" 204 0
2026-03-28 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:25 [bca.uk] INFO: Found listing with ID: RJ18%20UXW
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:02:25 [bca.uk] INFO: Scrape type for RJ18%20UXW: 2
2026-03-28 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW
2026-03-28 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with scrape type 2
2026-03-28 11:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with scrape type 2
2026-03-28 11:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9, identifier: RJ18%20UXW
2026-03-28 11:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW
2026-03-28 11:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW
2026-03-28 11:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04a89aa4-efd4-5ed5-8063-e6b31120a1d9 with identifier: RJ18%20UXW to the API
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ18%20UXW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04a89aa4-efd4-5ed5-8063-e6b31120a1d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ18 UXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ18%20UXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 134970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 140 SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 140 SE',
 'vin': 'WAUZZZF40JA201613',
 'year': 2018}
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:02:25 [bca.uk] INFO: Saving data for RJ18%20UXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774476308.789799, 'last_price_update_time': 1774695745.609142}
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ18%2520UXW') HTTP/1.1" 204 0
2026-03-28 11:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP19%20KZX-GB>
2026-03-28 11:02:25 [bca.uk] INFO: Found listing with ID: SA15%20FDF
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520FDF%27 HTTP/1.1" 200 None
2026-03-28 11:02:25 [bca.uk] INFO: Scrape type for SA15%20FDF: 2
2026-03-28 11:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF
2026-03-28 11:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77db1a56-4f47-5285-baa8-4d561581f263 with scrape type 2
2026-03-28 11:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77db1a56-4f47-5285-baa8-4d561581f263 with scrape type 2
2026-03-28 11:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77db1a56-4f47-5285-baa8-4d561581f263, identifier: SA15%20FDF
2026-03-28 11:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF
2026-03-28 11:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF
2026-03-28 11:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77db1a56-4f47-5285-baa8-4d561581f263 with identifier: SA15%20FDF to the API
2026-03-28 11:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA15%20FDF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77db1a56-4f47-5285-baa8-4d561581f263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA15 FDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA15%20FDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 106067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.2 DI-D GX3 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'DI-D GX3 4WD',
 'vin': 'JMAXJGF6WEZD01487',
 'year': 2015}
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520FDF%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [bca.uk] INFO: Saving data for SA15%20FDF: {'auction_closing_time': 1774778400.0, 'created_time': 1774305519.960772, 'last_price_update_time': 1774695746.166201}
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA15%2520FDF') HTTP/1.1" 204 0
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d1e50>
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_expert_report_file_8c392565-4849-4593-9050-431ad55d4c02.pdf HTTP/1.1" 201 0
2026-03-28 11:02:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:02:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 965bc451-0889-5f8d-976c-d99f3e039949, skipping ID generation
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSL07BVB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SL07BVB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:26 [bca.uk] INFO: Found listing with ID: SM13%20YUF
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [bca.uk] INFO: Scrape type for SM13%20YUF: 2
2026-03-28 11:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF
2026-03-28 11:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df181bd-6ba8-53bd-8f45-3503b8e3476b with scrape type 2
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df181bd-6ba8-53bd-8f45-3503b8e3476b with scrape type 2
2026-03-28 11:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df181bd-6ba8-53bd-8f45-3503b8e3476b, identifier: SM13%20YUF
2026-03-28 11:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF
2026-03-28 11:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF
2026-03-28 11:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9df181bd-6ba8-53bd-8f45-3503b8e3476b with identifier: SM13%20YUF to the API
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM13%20YUF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9df181bd-6ba8-53bd-8f45-3503b8e3476b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM13 YUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM13%20YUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 104079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D 148 ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 148 ICON 4WD',
 'vin': 'JTMRCREV00D016182',
 'year': 2013}
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520YUF%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [bca.uk] INFO: Saving data for SM13%20YUF: {'auction_closing_time': 1774778400.0, 'created_time': 1774478318.482063, 'last_price_update_time': 1774695746.705566}
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM13%2520YUF') HTTP/1.1" 204 0
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906821%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906821 not downloaded yet
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea9a810>
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_expert_report_file_727a3a5a-2210-4d29-97f1-023b5c0ecb96.pdf HTTP/1.1" 201 0
2026-03-28 11:02:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:02:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7cf4ba2-074e-565a-8e3d-b27be7a9586a, skipping ID generation
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGU09BHP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU09BHP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:26 [bca.uk] INFO: Found listing with ID: SP59%20HRM
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP59%2520HRM%27 HTTP/1.1" 200 None
2026-03-28 11:02:26 [bca.uk] INFO: Scrape type for SP59%20HRM: 2
2026-03-28 11:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM
2026-03-28 11:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c233cd4-991c-5121-bd31-6d1f5315b814 with scrape type 2
2026-03-28 11:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c233cd4-991c-5121-bd31-6d1f5315b814 with scrape type 2
2026-03-28 11:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c233cd4-991c-5121-bd31-6d1f5315b814, identifier: SP59%20HRM
2026-03-28 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM
2026-03-28 11:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM
2026-03-28 11:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c233cd4-991c-5121-bd31-6d1f5315b814 with identifier: SP59%20HRM to the API
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP59%20HRM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9c233cd4-991c-5121-bd31-6d1f5315b814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP59 HRM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP59%20HRM&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLVO',
 'model': 'V50',
 'odometer': 99955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLVO V50 2.0 D S P/SHIFT Estate',
 'transmission': 'automatic',
 'trim': 'D S P/SHIFT',
 'vin': 'YV1MW755BA2547242',
 'year': 2009}
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP59%2520HRM%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [bca.uk] INFO: Saving data for SP59%20HRM: {'auction_closing_time': 1774778400.0, 'created_time': 1774563937.694613, 'last_price_update_time': 1774695747.272304}
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP59%2520HRM') HTTP/1.1" 204 0
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906823%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906823 not downloaded yet
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907392%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907392 not downloaded yet
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8af950>
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_expert_report_file_40bfee53-c0cf-4883-b4ea-8ce4d39ff0e9.pdf HTTP/1.1" 201 0
2026-03-28 11:02:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:02:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3902049c-7c47-5636-bbb3-3468c754f44d, skipping ID generation
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNK17UZV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NK17UZV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb80e50>
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_expert_report_file_9b59233c-976e-451c-bb0d-069127e2e5eb.pdf HTTP/1.1" 201 0
2026-03-28 11:02:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:02:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80b8c73c-e33d-5f05-b1b8-6f3101793112, skipping ID generation
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWN68XXC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN68XXC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8af8d0>
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_expert_report_file_9045c3ce-c58c-44fa-81f6-3c4f57f0d0a3.pdf HTTP/1.1" 201 0
2026-03-28 11:02:27 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:02:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6385dff-e339-5db1-941b-499da54c4996, skipping ID generation
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPX72KYH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PX72KYH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:27 [bca.uk] INFO: Found listing with ID: SU06%20XOV
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SU06%2520XOV%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [bca.uk] INFO: Scrape type for SU06%20XOV: 0
2026-03-28 11:02:27 [bca.uk] INFO: Found listing with ID: WV62%20MWJ
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520MWJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:27 [bca.uk] INFO: Scrape type for WV62%20MWJ: 2
2026-03-28 11:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ
2026-03-28 11:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b485fd0c-f16c-5110-a480-3b9be1978ccf with scrape type 2
2026-03-28 11:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b485fd0c-f16c-5110-a480-3b9be1978ccf with scrape type 2
2026-03-28 11:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b485fd0c-f16c-5110-a480-3b9be1978ccf, identifier: WV62%20MWJ
2026-03-28 11:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ
2026-03-28 11:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ
2026-03-28 11:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b485fd0c-f16c-5110-a480-3b9be1978ccf with identifier: WV62%20MWJ to the API
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV62%20MWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b485fd0c-f16c-5110-a480-3b9be1978ccf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV62 MWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV62%20MWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 80107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.6 HDI 92 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 92 ACTIVE',
 'vin': 'VF34C9HP0CS197627',
 'year': 2012}
2026-03-28 11:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520MWJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Saving data for WV62%20MWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564517.323443, 'last_price_update_time': 1774695748.00536}
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV62%2520MWJ') HTTP/1.1" 204 0
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906825%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906825 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907400%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907400 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411952%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411952 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786267%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786267 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719362%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719362 not downloaded yet
2026-03-28 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802722/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802722>
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: Y7%20ECR
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y7%2520ECR%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for Y7%20ECR: 0
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: YD11%20KRU
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520KRU%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for YD11%20KRU: 2
2026-03-28 11:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU
2026-03-28 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with scrape type 2
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with scrape type 2
2026-03-28 11:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11397d5a-5dbe-5209-b16d-e880ef3f1c98, identifier: YD11%20KRU
2026-03-28 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU
2026-03-28 11:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU
2026-03-28 11:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11397d5a-5dbe-5209-b16d-e880ef3f1c98 with identifier: YD11%20KRU to the API
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD11%20KRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11397d5a-5dbe-5209-b16d-e880ef3f1c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD11 KRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD11%20KRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 118443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 S StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 S',
 'vin': 'SALFA2CC8BH241200',
 'year': 2011}
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520KRU%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Saving data for YD11%20KRU: {'auction_closing_time': 1774778400.0, 'created_time': 1774478280.674531, 'last_price_update_time': 1774695748.565993}
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD11%2520KRU') HTTP/1.1" 204 0
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906828%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906828 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907412%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907412 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411959%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411959 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786283%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786283 not downloaded yet
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719371%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719371 not downloaded yet
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff36fd0>
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_expert_report_file_a4478f18-82ae-44d3-88b3-06e530cfd3a7.pdf HTTP/1.1" 201 0
2026-03-28 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55f920ab-4050-5691-ad66-7855c10b1d1d, skipping ID generation
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAE06HAU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AE06HAU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0af50>
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_expert_report_file_cf8267ca-5956-4d6a-ba4f-8334143547fc.pdf HTTP/1.1" 201 0
2026-03-28 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8add0ce3-3dfb-5144-93ab-96b2c1497c86, skipping ID generation
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSN14XMR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SN14XMR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1bd90>
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_expert_report_file_d3a04810-2fe8-4de2-9952-d3286a585dd5.pdf HTTP/1.1" 201 0
2026-03-28 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:02:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 635e2677-2002-50d0-a57a-a285b9386cd8, skipping ID generation
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEA08SVO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EA08SVO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: KU63%20OUW
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520OUW%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for KU63%20OUW: 0
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: MA07%20OEU
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA07%2520OEU%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for MA07%20OEU: 0
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: NA62%20FJJ
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA62%2520FJJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for NA62%20FJJ: 0
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: NC13%20CGF
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC13%2520CGF%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for NC13%20CGF: 0
2026-03-28 11:02:28 [bca.uk] INFO: Found listing with ID: ND58%20HME
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND58%2520HME%27 HTTP/1.1" 200 None
2026-03-28 11:02:28 [bca.uk] INFO: Scrape type for ND58%20HME: 2
2026-03-28 11:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME
2026-03-28 11:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e10adfe9-ee2a-5858-badc-280e0ef09673 with scrape type 2
2026-03-28 11:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e10adfe9-ee2a-5858-badc-280e0ef09673 with scrape type 2
2026-03-28 11:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e10adfe9-ee2a-5858-badc-280e0ef09673, identifier: ND58%20HME
2026-03-28 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME
2026-03-28 11:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME
2026-03-28 11:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e10adfe9-ee2a-5858-badc-280e0ef09673 with identifier: ND58%20HME to the API
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND58%20HME-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e10adfe9-ee2a-5858-badc-280e0ef09673',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND58 HME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND58%20HME&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 113260,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.9 TDI B/M MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI B/M MATCH',
 'vin': 'WVWZZZ1KZ9W117645',
 'year': 2008}
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND58%2520HME%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [bca.uk] INFO: Saving data for ND58%20HME: {'auction_closing_time': 1774778400.0, 'created_time': 1774392252.88868, 'last_price_update_time': 1774695749.425696}
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND58%2520HME') HTTP/1.1" 204 0
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906830%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906830 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907426%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907426 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411965%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411965 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786299%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786299 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719380%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719380 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905779%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905779 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797507%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797507 not downloaded yet
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907391%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907391 not downloaded yet
2026-03-28 11:02:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6bc90>
2026-03-28 11:02:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_expert_report_file_9bb25167-d266-4785-b2c0-5cf2b896232f.pdf HTTP/1.1" 201 0
2026-03-28 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:02:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38d36d03-f942-5838-98e9-4f1c879172c5, skipping ID generation
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBT16TPO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BT16TPO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802750/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802750>
2026-03-28 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915717/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915717>
2026-03-28 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SL07BVB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915699/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915699>
2026-03-28 11:02:29 [bca.uk] INFO: Found listing with ID: NG12%20FFB
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520FFB%27 HTTP/1.1" 200 None
2026-03-28 11:02:29 [bca.uk] INFO: Scrape type for NG12%20FFB: 2
2026-03-28 11:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB
2026-03-28 11:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ae92cf0-8982-5ce9-bedc-83b00342f2db with scrape type 2
2026-03-28 11:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ae92cf0-8982-5ce9-bedc-83b00342f2db with scrape type 2
2026-03-28 11:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ae92cf0-8982-5ce9-bedc-83b00342f2db, identifier: NG12%20FFB
2026-03-28 11:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB
2026-03-28 11:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB
2026-03-28 11:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ae92cf0-8982-5ce9-bedc-83b00342f2db with identifier: NG12%20FFB to the API
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG12%20FFB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ae92cf0-8982-5ce9-bedc-83b00342f2db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG12 FFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG12%20FFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 95939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 60 S Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 S',
 'vin': 'TMBZZZAAZDD607049',
 'year': 2012}
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520FFB%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [bca.uk] INFO: Saving data for NG12%20FFB: {'auction_closing_time': 1774778400.0, 'created_time': 1774476311.798047, 'last_price_update_time': 1774695750.231638}
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG12%2520FFB') HTTP/1.1" 204 0
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906833%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906833 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907441%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907441 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411970%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411970 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786321%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786321 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719399%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719399 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905780%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905780 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797512%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797512 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907399%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907399 not downloaded yet
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731357%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731357 not downloaded yet
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6c990>
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_expert_report_file_561704b1-d1d6-4809-8079-72418bb863c5.pdf HTTP/1.1" 201 0
2026-03-28 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9ee147d-a1ed-542d-93b8-9e136eeb16c2, skipping ID generation
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBF62JWL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BF62JWL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b2f50>
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_expert_report_file_3abb1ae4-038d-4f6a-b91f-14168c273297.pdf HTTP/1.1" 201 0
2026-03-28 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89417644-08ea-5067-8a1b-e8adb9994e95, skipping ID generation
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDL64RZO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DL64RZO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3be190>
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_expert_report_file_77f226bb-9023-46a1-b9e5-ba3ff811866e.pdf HTTP/1.1" 201 0
2026-03-28 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659, skipping ID generation
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DVK16KNM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VK16KNM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b5dd0>
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_expert_report_file_da735c91-db87-407e-aacd-166971375dd5.pdf HTTP/1.1" 201 0
2026-03-28 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:02:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb, skipping ID generation
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYK69PZB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YK69PZB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906821/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906821>
2026-03-28 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719351/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PX72KYH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907388/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU09BHP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:30 [bca.uk] INFO: Found listing with ID: NL12%20SOU
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520SOU%27 HTTP/1.1" 200 None
2026-03-28 11:02:30 [bca.uk] INFO: Scrape type for NL12%20SOU: 2
2026-03-28 11:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU
2026-03-28 11:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80f6ad38-ba07-5345-8979-f102d31f78cf with scrape type 2
2026-03-28 11:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80f6ad38-ba07-5345-8979-f102d31f78cf with scrape type 2
2026-03-28 11:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80f6ad38-ba07-5345-8979-f102d31f78cf, identifier: NL12%20SOU
2026-03-28 11:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU
2026-03-28 11:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU
2026-03-28 11:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80f6ad38-ba07-5345-8979-f102d31f78cf with identifier: NL12%20SOU to the API
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL12%20SOU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80f6ad38-ba07-5345-8979-f102d31f78cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL12 SOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL12%20SOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 129507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.2 D 190 PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D 190 PREMIUM LUXURY',
 'vin': 'SAJAC0669CDS51492',
 'year': 2012}
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520SOU%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [bca.uk] INFO: Saving data for NL12%20SOU: {'auction_closing_time': 1774778400.0, 'created_time': 1774305514.691348, 'last_price_update_time': 1774695751.383248}
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL12%2520SOU') HTTP/1.1" 204 0
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906835%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906835 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907453%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907453 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411973%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411973 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786334%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786334 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719409%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719409 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905782%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905782 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797520%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797520 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907409%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907409 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731373%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731373 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794247%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794247 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822387%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822387 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719391%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719391 not downloaded yet
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696661996%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696661996 not downloaded yet
2026-03-28 11:02:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3da150>
2026-03-28 11:02:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_expert_report_file_3742f5bc-9b06-4a11-a0d2-574481f88efb.pdf HTTP/1.1" 201 0
2026-03-28 11:02:31 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2, skipping ID generation
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNV07OAE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NV07OAE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719362/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719362>
2026-03-28 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786267/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786267>
2026-03-28 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411952/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411952>
2026-03-28 11:02:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907384/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EA08SVO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:31 [bca.uk] INFO: Found listing with ID: NL13%20WKA
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL13%2520WKA%27 HTTP/1.1" 200 None
2026-03-28 11:02:31 [bca.uk] INFO: Scrape type for NL13%20WKA: 2
2026-03-28 11:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA
2026-03-28 11:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5bf98b2-dd23-5053-90a4-a1db2bd553dd with scrape type 2
2026-03-28 11:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5bf98b2-dd23-5053-90a4-a1db2bd553dd with scrape type 2
2026-03-28 11:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5bf98b2-dd23-5053-90a4-a1db2bd553dd, identifier: NL13%20WKA
2026-03-28 11:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA
2026-03-28 11:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA
2026-03-28 11:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5bf98b2-dd23-5053-90a4-a1db2bd553dd with identifier: NL13%20WKA to the API
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL13%20WKA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5bf98b2-dd23-5053-90a4-a1db2bd553dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL13 WKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL13%20WKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 103597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I ICE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICE',
 'vin': 'JTDKG18C00N672264',
 'year': 2013}
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL13%2520WKA%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [bca.uk] INFO: Saving data for NL13%20WKA: {'auction_closing_time': 1774778400.0, 'created_time': 1774478318.102134, 'last_price_update_time': 1774695752.230841}
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL13%2520WKA') HTTP/1.1" 204 0
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698906838%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906838 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907464%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907464 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411978%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411978 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786353%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786353 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719427%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719427 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905783%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905783 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797525%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797525 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907425%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907425 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731388%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731388 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794256%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794256 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822401%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822401 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719401%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719401 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696661997%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696661997 not downloaded yet
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787185%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787185 not downloaded yet
2026-03-28 11:02:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42de90>
2026-03-28 11:02:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_expert_report_file_888d8ba4-b558-4471-a468-10b509f883e5.pdf HTTP/1.1" 201 0
2026-03-28 11:02:32 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37884952-3501-544f-bd82-8874ad44a42b, skipping ID generation
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSP19KZX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SP19KZX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797502/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SN14XMR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905777/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AE06HAU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:32 [bca.uk] INFO: Found listing with ID: AJ58%20LJC
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ58%2520LJC%27 HTTP/1.1" 200 None
2026-03-28 11:02:32 [bca.uk] INFO: Scrape type for AJ58%20LJC: 2
2026-03-28 11:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC
2026-03-28 11:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05b11402-3598-5ed3-a033-717f2b650c04 with scrape type 2
2026-03-28 11:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05b11402-3598-5ed3-a033-717f2b650c04 with scrape type 2
2026-03-28 11:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05b11402-3598-5ed3-a033-717f2b650c04, identifier: AJ58%20LJC
2026-03-28 11:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC
2026-03-28 11:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC
2026-03-28 11:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05b11402-3598-5ed3-a033-717f2b650c04 with identifier: AJ58%20LJC to the API
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ58%20LJC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05b11402-3598-5ed3-a033-717f2b650c04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ58 LJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ58%20LJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 98469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0EXXGBBE8Y66065',
 'year': 2008}
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ58%2520LJC%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [bca.uk] INFO: Saving data for AJ58%20LJC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478303.698653, 'last_price_update_time': 1774695753.073195}
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ58%2520LJC') HTTP/1.1" 204 0
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907470%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907470 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411984%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411984 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786377%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786377 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719443%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719443 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905785%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905785 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797528%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797528 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907436%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907436 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731405%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731405 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794266%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794266 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822419%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822419 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719411%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719411 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662001%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662001 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787195%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787195 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794254%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794254 not downloaded yet
2026-03-28 11:02:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731338/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BT16TPO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:33 [bca.uk] INFO: Found listing with ID: BJ13%20WXR
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [bca.uk] INFO: Scrape type for BJ13%20WXR: 2
2026-03-28 11:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR
2026-03-28 11:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with scrape type 2
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with scrape type 2
2026-03-28 11:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cdcda4e-5949-5570-af42-b9e56c4b0e36, identifier: BJ13%20WXR
2026-03-28 11:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR
2026-03-28 11:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR
2026-03-28 11:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cdcda4e-5949-5570-af42-b9e56c4b0e36 with identifier: BJ13%20WXR to the API
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ13%20WXR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cdcda4e-5949-5570-af42-b9e56c4b0e36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ13 WXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ13%20WXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 121188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 E-HDI 115 ACTIVE EGC MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 ACTIVE EGC',
 'vin': 'VF30U9HD8DS050074',
 'year': 2013}
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ13%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [bca.uk] INFO: Saving data for BJ13%20WXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774303499.601105, 'last_price_update_time': 1774695753.817559}
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ13%2520WXR') HTTP/1.1" 204 0
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411990%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411990 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786401%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786401 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719454%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719454 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905786%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905786 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797535%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797535 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907449%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907449 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731421%27 HTTP/1.1" 200 None
2026-03-28 11:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731421 not downloaded yet
2026-03-28 11:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794274%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794274 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822444%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822444 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719423%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719423 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662003%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662003 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787206%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787206 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794265%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794265 not downloaded yet
2026-03-28 11:02:34 [bca.uk] INFO: Found listing with ID: DS15%20CXK
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520CXK%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [bca.uk] INFO: Scrape type for DS15%20CXK: 0
2026-03-28 11:02:34 [bca.uk] INFO: Found listing with ID: DY61%20EZV
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520EZV%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [bca.uk] INFO: Scrape type for DY61%20EZV: 0
2026-03-28 11:02:34 [bca.uk] INFO: Found listing with ID: FG63%20FHC
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [bca.uk] INFO: Scrape type for FG63%20FHC: 2
2026-03-28 11:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC
2026-03-28 11:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 018a27d7-fb6d-5b13-bb63-11174905cfe0 with scrape type 2
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 018a27d7-fb6d-5b13-bb63-11174905cfe0 with scrape type 2
2026-03-28 11:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 018a27d7-fb6d-5b13-bb63-11174905cfe0, identifier: FG63%20FHC
2026-03-28 11:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC
2026-03-28 11:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC
2026-03-28 11:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 018a27d7-fb6d-5b13-bb63-11174905cfe0 with identifier: FG63%20FHC to the API
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG63%20FHC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '018a27d7-fb6d-5b13-bb63-11174905cfe0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG63 FHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG63%20FHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'XF SPORTBRAKE',
 'odometer': 120870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF SPORTBRAKE 2.2 D 163 R-SPORT Estate',
 'transmission': 'automatic',
 'trim': 'D 163 R-SPORT',
 'vin': 'SAJAC01T4EDU13383',
 'year': 2013}
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG63%2520FHC%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [bca.uk] INFO: Saving data for FG63%20FHC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478304.06784, 'last_price_update_time': 1774695754.688157}
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG63%2520FHC') HTTP/1.1" 204 0
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698411997%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411997 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786420%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786420 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719468%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719468 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905788%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905788 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797543%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797543 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907463%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907463 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731446%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731446 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794282%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794282 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822466%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822466 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719432%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719432 not downloaded yet
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662006%27 HTTP/1.1" 200 None
2026-03-28 11:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662006 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787216%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787216 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794275%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794275 not downloaded yet
2026-03-28 11:02:35 [bca.uk] INFO: Found listing with ID: GJ56%20ZHY
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ56%2520ZHY%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Scrape type for GJ56%20ZHY: 0
2026-03-28 11:02:35 [bca.uk] INFO: Found listing with ID: YP13%20AUV
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP13%2520AUV%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Scrape type for YP13%20AUV: 2
2026-03-28 11:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV
2026-03-28 11:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e85d98-a9ae-5039-8316-0432f5b8731b with scrape type 2
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e85d98-a9ae-5039-8316-0432f5b8731b with scrape type 2
2026-03-28 11:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49e85d98-a9ae-5039-8316-0432f5b8731b, identifier: YP13%20AUV
2026-03-28 11:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV
2026-03-28 11:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV
2026-03-28 11:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49e85d98-a9ae-5039-8316-0432f5b8731b with identifier: YP13%20AUV to the API
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP13%20AUV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49e85d98-a9ae-5039-8316-0432f5b8731b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP13 AUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP13%20AUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 80333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM X P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM X P/S',
 'vin': 'WF0AXXWPMADA89848',
 'year': 2013}
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP13%2520AUV%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Saving data for YP13%20AUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774353821.752687, 'last_price_update_time': 1774695755.537919}
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP13%2520AUV') HTTP/1.1" 204 0
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698905789%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905789 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797549%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797549 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698907468%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907468 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731479%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731479 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794294%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794294 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822510%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822510 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719442%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719442 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662010%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662010 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787228%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787228 not downloaded yet
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794287%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794287 not downloaded yet
2026-03-28 11:02:35 [bca.uk] INFO: Found listing with ID: KM14%20WMU
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM14%2520WMU%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Scrape type for KM14%20WMU: 0
2026-03-28 11:02:35 [bca.uk] INFO: Found listing with ID: VE11%20KHY
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520KHY%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Scrape type for VE11%20KHY: 0
2026-03-28 11:02:35 [bca.uk] INFO: Found listing with ID: VK13%20XCU
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK13%2520XCU%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Scrape type for VK13%20XCU: 0
2026-03-28 11:02:35 [bca.uk] INFO: Found listing with ID: YH13%20XTJ
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH13%2520XTJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:35 [bca.uk] INFO: Scrape type for YH13%20XTJ: 2
2026-03-28 11:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ
2026-03-28 11:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 014ce368-9be9-5ac0-8411-ed03b969e722 with scrape type 2
2026-03-28 11:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 014ce368-9be9-5ac0-8411-ed03b969e722 with scrape type 2
2026-03-28 11:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 014ce368-9be9-5ac0-8411-ed03b969e722, identifier: YH13%20XTJ
2026-03-28 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802722/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ
2026-03-28 11:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ
2026-03-28 11:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 014ce368-9be9-5ac0-8411-ed03b969e722 with identifier: YH13%20XTJ to the API
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH13%20XTJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '014ce368-9be9-5ac0-8411-ed03b969e722',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH13 XTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH13%20XTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '320D',
 'odometer': 145414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 LUXURY STEP Saloon',
 'transmission': 'automatic',
 'trim': 'LUXURY STEP',
 'vin': 'WBA3D32070J383085',
 'year': 2013}
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH13%2520XTJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [bca.uk] INFO: Saving data for YH13%20XTJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476288.729005, 'last_price_update_time': 1774695756.256171}
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH13%2520XTJ') HTTP/1.1" 204 0
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797555%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797555 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731502%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731502 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794304%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794304 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822534%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822534 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719455%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719455 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662016%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662016 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787244%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787244 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794293%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794293 not downloaded yet
2026-03-28 11:02:36 [bca.uk] INFO: Found listing with ID: BJ64%20NMF
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ64%2520NMF%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [bca.uk] INFO: Scrape type for BJ64%20NMF: 0
2026-03-28 11:02:36 [bca.uk] INFO: Found listing with ID: CK63%20ERY
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520ERY%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [bca.uk] INFO: Scrape type for CK63%20ERY: 1
2026-03-28 11:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY
2026-03-28 11:02:36 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915699/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698731515%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731515 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794315%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794315 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822560%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822560 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719470%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719470 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662019%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662019 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787258%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787258 not downloaded yet
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794303%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794303 not downloaded yet
2026-03-28 11:02:36 [bca.uk] INFO: Found listing with ID: DA12%20NKC
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520NKC%27 HTTP/1.1" 200 None
2026-03-28 11:02:36 [bca.uk] INFO: Scrape type for DA12%20NKC: 2
2026-03-28 11:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC
2026-03-28 11:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with scrape type 2
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with scrape type 2
2026-03-28 11:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 487a4c7d-e000-5731-9b87-cfbfd6d68e66, identifier: DA12%20NKC
2026-03-28 11:02:36 [bca.uk] INFO: Total items found: 100
2026-03-28 11:02:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded
2026-03-28 11:02:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:02:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2893d0>
2026-03-28 11:02:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802722%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802722/600 saved to cache
2026-03-28 11:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC
2026-03-28 11:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC
2026-03-28 11:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 487a4c7d-e000-5731-9b87-cfbfd6d68e66 with identifier: DA12%20NKC to the API
2026-03-28 11:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA12%20NKC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '487a4c7d-e000-5731-9b87-cfbfd6d68e66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA12 NKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA12%20NKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 66476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJCC64845',
 'year': 2012}
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520NKC%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [bca.uk] INFO: Saving data for DA12%20NKC: {'auction_closing_time': 1774778400.0, 'created_time': 1774478304.446318, 'last_price_update_time': 1774695757.20082}
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA12%2520NKC') HTTP/1.1" 204 0
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794324%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794324 not downloaded yet
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822578%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822578 not downloaded yet
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698719483%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719483 not downloaded yet
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696662022%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662022 not downloaded yet
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787270%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787270 not downloaded yet
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794314%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794314 not downloaded yet
2026-03-28 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915717/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802750/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:02:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:37 [bca.uk] INFO: Found listing with ID: DV10%20LLK
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV10%2520LLK%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [bca.uk] INFO: Scrape type for DV10%20LLK: 2
2026-03-28 11:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK
2026-03-28 11:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a212a987-efec-51fd-8d6d-ef4848f75f22 with scrape type 2
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a212a987-efec-51fd-8d6d-ef4848f75f22 with scrape type 2
2026-03-28 11:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a212a987-efec-51fd-8d6d-ef4848f75f22, identifier: DV10%20LLK
2026-03-28 11:02:37 [bca.uk] INFO: Found listing with ID: LP66%20TZU
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [bca.uk] INFO: Scrape type for LP66%20TZU: 1
2026-03-28 11:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU
2026-03-28 11:02:37 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac10d110>
2026-03-28 11:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915699%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915699/600 saved to cache
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907384/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411952/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK
2026-03-28 11:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK
2026-03-28 11:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a212a987-efec-51fd-8d6d-ef4848f75f22 with identifier: DV10%20LLK to the API
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV10%20LLK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a212a987-efec-51fd-8d6d-ef4848f75f22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV10 LLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV10%20LLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 103539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 EXCLUSIV',
 'vin': 'W0LPD6ED3A8052886',
 'year': 2010}
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV10%2520LLK%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [bca.uk] INFO: Saving data for DV10%20LLK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564516.955017, 'last_price_update_time': 1774695757.879902}
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV10%2520LLK') HTTP/1.1" 204 0
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787285%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787285 not downloaded yet
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794328%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794328 not downloaded yet
2026-03-28 11:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719351/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:02:37 [bca.uk] INFO: Found listing with ID: FV62%20LNA
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520LNA%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [bca.uk] INFO: Scrape type for FV62%20LNA: 0
2026-03-28 11:02:37 [bca.uk] INFO: Found listing with ID: KU63%20RYR
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-28 11:02:37 [bca.uk] INFO: Scrape type for KU63%20RYR: 2
2026-03-28 11:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR
2026-03-28 11:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c1f1cb-1e99-54cf-a1a8-270898239a39 with scrape type 2
2026-03-28 11:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c1f1cb-1e99-54cf-a1a8-270898239a39 with scrape type 2
2026-03-28 11:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87c1f1cb-1e99-54cf-a1a8-270898239a39, identifier: KU63%20RYR
2026-03-28 11:02:38 [bca.uk] INFO: Found listing with ID: MA66%20DBU
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA66%2520DBU%27 HTTP/1.1" 200 None
2026-03-28 11:02:38 [bca.uk] INFO: Scrape type for MA66%20DBU: 1
2026-03-28 11:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU
2026-03-28 11:02:38 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719362/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786267/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR
2026-03-28 11:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR
2026-03-28 11:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87c1f1cb-1e99-54cf-a1a8-270898239a39 with identifier: KU63%20RYR to the API
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU63%20RYR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87c1f1cb-1e99-54cf-a1a8-270898239a39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU63 RYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU63%20RYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 133954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.6 HDI 115 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'HDI 115 ALLURE',
 'vin': 'VF30E9HD8DS127735',
 'year': 2013}
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520RYR%27 HTTP/1.1" 200 None
2026-03-28 11:02:38 [bca.uk] INFO: Saving data for KU63%20RYR: {'auction_closing_time': 1774778400.0, 'created_time': 1774476289.121224, 'last_price_update_time': 1774695758.457624}
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU63%2520RYR') HTTP/1.1" 204 0
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794337%27 HTTP/1.1" 200 None
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794337 not downloaded yet
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb6a350>
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915717%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915717/600 saved to cache
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4d210>
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802750%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802750/600 saved to cache
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797502/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731338/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:02:38 [bca.uk] INFO: Found listing with ID: LD65%20WTN
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WTN%27 HTTP/1.1" 200 None
2026-03-28 11:02:38 [bca.uk] INFO: Scrape type for LD65%20WTN: 2
2026-03-28 11:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN
2026-03-28 11:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 910ecacb-a24d-5d54-8a02-72d5c86e3121 with scrape type 2
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 910ecacb-a24d-5d54-8a02-72d5c86e3121 with scrape type 2
2026-03-28 11:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 910ecacb-a24d-5d54-8a02-72d5c86e3121, identifier: LD65%20WTN
2026-03-28 11:02:38 [bca.uk] INFO: Found listing with ID: EK58%20XAN
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520XAN%27 HTTP/1.1" 200 None
2026-03-28 11:02:38 [bca.uk] INFO: Scrape type for EK58%20XAN: 1
2026-03-28 11:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN
2026-03-28 11:02:38 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9f3e50>
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907384%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907384/600 saved to cache
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe5d310>
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906818%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906818/600 saved to cache
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e86fcd0>
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411952%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411952/600 saved to cache
2026-03-28 11:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907388/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906821/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:02:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794287/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794287>
2026-03-28 11:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN
2026-03-28 11:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN
2026-03-28 11:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 910ecacb-a24d-5d54-8a02-72d5c86e3121 with identifier: LD65%20WTN to the API
2026-03-28 11:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20WTN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '910ecacb-a24d-5d54-8a02-72d5c86e3121',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD65 WTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD65%20WTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 140 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ZETEC S',
 'vin': 'WF0CXXGAKCFU25903',
 'year': 2015}
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WTN%27 HTTP/1.1" 200 None
2026-03-28 11:02:39 [bca.uk] INFO: Saving data for LD65%20WTN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564519.196983, 'last_price_update_time': 1774695759.163286}
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520WTN') HTTP/1.1" 204 0
2026-03-28 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787228>
2026-03-28 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK63%20ERY-GB>
2026-03-28 11:02:39 [bca.uk] INFO: Found listing with ID: LK08%20VFO
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-28 11:02:39 [bca.uk] INFO: Scrape type for LK08%20VFO: 2
2026-03-28 11:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO
2026-03-28 11:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 636e0036-3b01-572e-b234-5f2732ebb3f0 with scrape type 2
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 636e0036-3b01-572e-b234-5f2732ebb3f0 with scrape type 2
2026-03-28 11:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 636e0036-3b01-572e-b234-5f2732ebb3f0, identifier: LK08%20VFO
2026-03-28 11:02:39 [bca.uk] INFO: Found listing with ID: GU05%20ZMV
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU05%2520ZMV%27 HTTP/1.1" 200 None
2026-03-28 11:02:39 [bca.uk] INFO: Scrape type for GU05%20ZMV: 1
2026-03-28 11:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV
2026-03-28 11:02:39 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9ea90>
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719351%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719351/600 saved to cache
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac35d850>
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719362%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719362/600 saved to cache
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe98350>
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786267%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786267/600 saved to cache
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905777/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794303>
2026-03-28 11:02:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794314/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794314>
2026-03-28 11:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO
2026-03-28 11:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO
2026-03-28 11:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 636e0036-3b01-572e-b234-5f2732ebb3f0 with identifier: LK08%20VFO to the API
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK08%20VFO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '636e0036-3b01-572e-b234-5f2732ebb3f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK08 VFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK08%20VFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 154930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI PD LAURIN & KLEMENT DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI PD LAURIN & KLEMENT DSG',
 'vin': 'TMBFE61ZX82131948',
 'year': 2008}
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK08%2520VFO%27 HTTP/1.1" 200 None
2026-03-28 11:02:39 [bca.uk] INFO: Saving data for LK08%20VFO: {'auction_closing_time': 1774778400.0, 'created_time': 1774476297.848128, 'last_price_update_time': 1774695759.778183}
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK08%2520VFO') HTTP/1.1" 204 0
2026-03-28 11:02:39 [bca.uk] INFO: Found listing with ID: MJ14%20UDS
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ14%2520UDS%27 HTTP/1.1" 200 None
2026-03-28 11:02:39 [bca.uk] INFO: Scrape type for MJ14%20UDS: 0
2026-03-28 11:02:39 [bca.uk] INFO: Found listing with ID: PO61%20YTU
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-28 11:02:39 [bca.uk] INFO: Scrape type for PO61%20YTU: 2
2026-03-28 11:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU
2026-03-28 11:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76c45397-607e-55cd-8406-ce116d039761 with scrape type 2
2026-03-28 11:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76c45397-607e-55cd-8406-ce116d039761 with scrape type 2
2026-03-28 11:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76c45397-607e-55cd-8406-ce116d039761, identifier: PO61%20YTU
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: GJ64%20FZB
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520FZB%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for GJ64%20FZB: 0
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: HX68%20KXL
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520KXL%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for HX68%20KXL: 1
2026-03-28 11:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be8bbf41-9ce9-501b-87fe-5d2475363c5c with identifier: HX68%20KXL
2026-03-28 11:02:40 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea2f50>
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797502%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797502/600 saved to cache
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac474490>
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731338%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731338/600 saved to cache
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac354b50>
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907388%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907388/600 saved to cache
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac476290>
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906821%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906821/600 saved to cache
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787270/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787270>
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662022/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662022>
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP66%20TZU-GB>
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794328/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794328>
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787285/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787285>
2026-03-28 11:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU
2026-03-28 11:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU
2026-03-28 11:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76c45397-607e-55cd-8406-ce116d039761 with identifier: PO61%20YTU to the API
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO61%20YTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76c45397-607e-55cd-8406-ce116d039761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO61 YTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO61%20YTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 114502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC S',
 'vin': 'WF0GXXGAJGBS33597',
 'year': 2011}
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO61%2520YTU%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Saving data for PO61%20YTU: {'auction_closing_time': 1774778400.0, 'created_time': 1774305502.257332, 'last_price_update_time': 1774695760.618048}
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO61%2520YTU') HTTP/1.1" 204 0
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719483/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719483>
2026-03-28 11:02:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA66%20DBU-GB>
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: SH11%20WHB
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520WHB%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for SH11%20WHB: 2
2026-03-28 11:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB
2026-03-28 11:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 871185c6-df06-58f6-9277-2de5f7d59ce3 with scrape type 2
2026-03-28 11:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 871185c6-df06-58f6-9277-2de5f7d59ce3 with scrape type 2
2026-03-28 11:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 871185c6-df06-58f6-9277-2de5f7d59ce3, identifier: SH11%20WHB
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: KR65%20CKN
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520CKN%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for KR65%20CKN: 0
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: SY65%20UOC
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY65%2520UOC%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for SY65%20UOC: 0
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: CK65%20BVE
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK65%2520BVE%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for CK65%20BVE: 0
2026-03-28 11:02:40 [bca.uk] INFO: Found listing with ID: BJ66%20YWK
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520YWK%27 HTTP/1.1" 200 None
2026-03-28 11:02:40 [bca.uk] INFO: Scrape type for BJ66%20YWK: 1
2026-03-28 11:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK
2026-03-28 11:02:40 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB
2026-03-28 11:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB
2026-03-28 11:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 871185c6-df06-58f6-9277-2de5f7d59ce3 with identifier: SH11%20WHB to the API
2026-03-28 11:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH11%20WHB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '871185c6-df06-58f6-9277-2de5f7d59ce3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH11 WHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH11%20WHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 88583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.6 16V 110 DYNAMIQUE TOM TOM Hatchback',
 'transmission': 'manual',
 'trim': '16V 110 DYNAMIQUE TOM TOM',
 'vin': 'VF1BZ1U0645244178',
 'year': 2011}
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520WHB%27 HTTP/1.1" 200 None
2026-03-28 11:02:41 [bca.uk] INFO: Saving data for SH11%20WHB: {'auction_closing_time': 1774778400.0, 'created_time': 1774390850.791668, 'last_price_update_time': 1774695761.258118}
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH11%2520WHB') HTTP/1.1" 204 0
2026-03-28 11:02:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feaad90>
2026-03-28 11:02:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905777%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905777/600 saved to cache
2026-03-28 11:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:02:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK58%20XAN-GB>
2026-03-28 11:02:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794337/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794337>
2026-03-28 11:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794287/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:02:41 [bca.uk] INFO: Found listing with ID: BD62%20TXJ
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD62%2520TXJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:41 [bca.uk] INFO: Scrape type for BD62%20TXJ: 2
2026-03-28 11:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ
2026-03-28 11:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dba91280-2e86-5886-9beb-6904b93a80ab with scrape type 2
2026-03-28 11:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dba91280-2e86-5886-9beb-6904b93a80ab with scrape type 2
2026-03-28 11:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dba91280-2e86-5886-9beb-6904b93a80ab, identifier: BD62%20TXJ
2026-03-28 11:02:41 [bca.uk] INFO: Found listing with ID: LM60%20EUZ
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM60%2520EUZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:41 [bca.uk] INFO: Scrape type for LM60%20EUZ: 0
2026-03-28 11:02:41 [bca.uk] INFO: Found listing with ID: M500%20MDC
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M500%2520MDC%27 HTTP/1.1" 200 None
2026-03-28 11:02:41 [bca.uk] INFO: Scrape type for M500%20MDC: 0
2026-03-28 11:02:41 [bca.uk] INFO: Found listing with ID: YF13%20MDZ
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520MDZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:41 [bca.uk] INFO: Scrape type for YF13%20MDZ: 0
2026-03-28 11:02:41 [bca.uk] INFO: Found listing with ID: BV12%20NRK
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV12%2520NRK%27 HTTP/1.1" 200 None
2026-03-28 11:02:41 [bca.uk] INFO: Scrape type for BV12%20NRK: 2
2026-03-28 11:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK
2026-03-28 11:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c52a2feb-154a-571f-9ecb-a811d7944ac1 with scrape type 2
2026-03-28 11:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c52a2feb-154a-571f-9ecb-a811d7944ac1 with scrape type 2
2026-03-28 11:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c52a2feb-154a-571f-9ecb-a811d7944ac1, identifier: BV12%20NRK
2026-03-28 11:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794314/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ
2026-03-28 11:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ
2026-03-28 11:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dba91280-2e86-5886-9beb-6904b93a80ab with identifier: BD62%20TXJ to the API
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=3&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD62%20TXJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dba91280-2e86-5886-9beb-6904b93a80ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD62 TXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD62%20TXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 120872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0KXXGCBKCT36775',
 'year': 2013}
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD62%2520TXJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:42 [bca.uk] INFO: Saving data for BD62%20TXJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476296.038442, 'last_price_update_time': 1774695762.060263}
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD62%2520TXJ') HTTP/1.1" 204 0
2026-03-28 11:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK
2026-03-28 11:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK
2026-03-28 11:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c52a2feb-154a-571f-9ecb-a811d7944ac1 with identifier: BV12%20NRK to the API
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV12%20NRK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c52a2feb-154a-571f-9ecb-a811d7944ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV12 NRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV12%20NRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 55936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 240 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 240 LUXURY',
 'vin': 'SAJAC0541CNS33207',
 'year': 2012}
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV12%2520NRK%27 HTTP/1.1" 200 None
2026-03-28 11:02:42 [bca.uk] INFO: Saving data for BV12%20NRK: {'auction_closing_time': 1774778400.0, 'created_time': 1774564518.425206, 'last_price_update_time': 1774695762.602073}
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV12%2520NRK') HTTP/1.1" 204 0
2026-03-28 11:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822578/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822578>
2026-03-28 11:02:42 [bca.uk] INFO: Found listing with ID: SV70%20XPL
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV70%2520XPL%27 HTTP/1.1" 200 None
2026-03-28 11:02:42 [bca.uk] INFO: Scrape type for SV70%20XPL: 1
2026-03-28 11:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL
2026-03-28 11:02:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:02:42 [bca.uk] INFO: Found listing with ID: DF66%20HMU
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-28 11:02:42 [bca.uk] INFO: Scrape type for DF66%20HMU: 2
2026-03-28 11:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU
2026-03-28 11:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47189dd3-762a-5ba7-a614-b7330ae67974 with scrape type 2
2026-03-28 11:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47189dd3-762a-5ba7-a614-b7330ae67974 with scrape type 2
2026-03-28 11:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47189dd3-762a-5ba7-a614-b7330ae67974, identifier: DF66%20HMU
2026-03-28 11:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU
2026-03-28 11:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU
2026-03-28 11:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47189dd3-762a-5ba7-a614-b7330ae67974 with identifier: DF66%20HMU to the API
2026-03-28 11:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF66%20HMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47189dd3-762a-5ba7-a614-b7330ae67974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF66 HMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF66%20HMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 34720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 TSI 90 COLOUR EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 COLOUR EDITION',
 'vin': 'TMBFM6NJ2HZ084140',
 'year': 2016}
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520HMU%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Saving data for DF66%20HMU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476289.993248, 'last_price_update_time': 1774695763.184221}
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF66%2520HMU') HTTP/1.1" 204 0
2026-03-28 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794328/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787285/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662022/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:02:43 [bca.uk] INFO: Found listing with ID: FJ16%20NYD
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ16%2520NYD%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Scrape type for FJ16%20NYD: 0
2026-03-28 11:02:43 [bca.uk] INFO: Found listing with ID: FD19%20ARF
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520ARF%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Scrape type for FD19%20ARF: 1
2026-03-28 11:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF
2026-03-28 11:02:43 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:02:43 [bca.uk] INFO: Found listing with ID: FH66%20SFV
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH66%2520SFV%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Scrape type for FH66%20SFV: 0
2026-03-28 11:02:43 [bca.uk] INFO: Found listing with ID: GF60%20JYK
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520JYK%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Scrape type for GF60%20JYK: 2
2026-03-28 11:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK
2026-03-28 11:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd03e707-433e-5228-9ae4-bfc2889957eb with scrape type 2
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd03e707-433e-5228-9ae4-bfc2889957eb with scrape type 2
2026-03-28 11:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd03e707-433e-5228-9ae4-bfc2889957eb, identifier: GF60%20JYK
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf73d0>
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787228%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787228/600 saved to cache
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac25c8d0>
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794287%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794287/600 saved to cache
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:43 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:43 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:43 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:43 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e849550>
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794314%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794314/600 saved to cache
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK
2026-03-28 11:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK
2026-03-28 11:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd03e707-433e-5228-9ae4-bfc2889957eb with identifier: GF60%20JYK to the API
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF60%20JYK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd03e707-433e-5228-9ae4-bfc2889957eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF60 JYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF60%20JYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 136148,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 D TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'D TIPTRONIC S',
 'vin': 'WP1ZZZ92ZBLA25146',
 'year': 2010}
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520JYK%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Saving data for GF60%20JYK: {'auction_closing_time': 1774778400.0, 'created_time': 1774476291.579184, 'last_price_update_time': 1774695763.853694}
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF60%2520JYK') HTTP/1.1" 204 0
2026-03-28 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787270/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719483/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:02:43 [bca.uk] INFO: Found listing with ID: KY59%20LSX
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520LSX%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Scrape type for KY59%20LSX: 1
2026-03-28 11:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX
2026-03-28 11:02:43 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:02:43 [bca.uk] INFO: Found listing with ID: MA10%20MJF
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA10%2520MJF%27 HTTP/1.1" 200 None
2026-03-28 11:02:43 [bca.uk] INFO: Scrape type for MA10%20MJF: 2
2026-03-28 11:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF
2026-03-28 11:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 330a67d2-8894-509d-855f-5492a6fd9a2e with scrape type 2
2026-03-28 11:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 330a67d2-8894-509d-855f-5492a6fd9a2e with scrape type 2
2026-03-28 11:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 330a67d2-8894-509d-855f-5492a6fd9a2e, identifier: MA10%20MJF
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffccdd0>
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_expert_report_file_32f9e2e9-0942-4e4f-84c7-493ea5327005.pdf HTTP/1.1" 201 0
2026-03-28 11:02:44 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b907f1ba-0626-5f40-a68a-546b49ab434a, skipping ID generation
2026-03-28 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DCK63ERY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CK63ERY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac410310>
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794303%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794303/600 saved to cache
2026-03-28 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ66%20YWK-GB>
2026-03-28 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX68%20KXL-GB>
2026-03-28 11:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF
2026-03-28 11:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF
2026-03-28 11:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 330a67d2-8894-509d-855f-5492a6fd9a2e with identifier: MA10%20MJF to the API
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA10%20MJF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '330a67d2-8894-509d-855f-5492a6fd9a2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA10 MJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA10%20MJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 93214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.5 225 ST-3 Hatchback',
 'transmission': 'manual',
 'trim': '225 ST-3',
 'vin': 'WF0GXXGCDGAL24730',
 'year': 2010}
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA10%2520MJF%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [bca.uk] INFO: Saving data for MA10%20MJF: {'auction_closing_time': 1774778400.0, 'created_time': 1774478578.765189, 'last_price_update_time': 1774695764.510512}
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA10%2520MJF') HTTP/1.1" 204 0
2026-03-28 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794337/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:02:44 [bca.uk] INFO: Found listing with ID: BF18%20ZPB
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520ZPB%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [bca.uk] INFO: Scrape type for BF18%20ZPB: 1
2026-03-28 11:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB
2026-03-28 11:02:44 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:02:44 [bca.uk] INFO: Found listing with ID: PX13%20OFM
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520OFM%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [bca.uk] INFO: Scrape type for PX13%20OFM: 0
2026-03-28 11:02:44 [bca.uk] INFO: Found listing with ID: C7%20WRJ
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C7%2520WRJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [bca.uk] INFO: Scrape type for C7%20WRJ: 0
2026-03-28 11:02:44 [bca.uk] INFO: Found listing with ID: SR68%20NWE
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520NWE%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [bca.uk] INFO: Scrape type for SR68%20NWE: 2
2026-03-28 11:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE
2026-03-28 11:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b07060-fab0-5284-a05c-e76ab465ab62 with scrape type 2
2026-03-28 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b07060-fab0-5284-a05c-e76ab465ab62 with scrape type 2
2026-03-28 11:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b07060-fab0-5284-a05c-e76ab465ab62, identifier: SR68%20NWE
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811782%27 HTTP/1.1" 200 None
2026-03-28 11:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811782 not downloaded yet
2026-03-28 11:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794324/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794324>
2026-03-28 11:02:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU05%20ZMV-GB>
2026-03-28 11:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE
2026-03-28 11:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE
2026-03-28 11:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b07060-fab0-5284-a05c-e76ab465ab62 with identifier: SR68%20NWE to the API
2026-03-28 11:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR68%20NWE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71b07060-fab0-5284-a05c-e76ab465ab62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR68 NWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR68%20NWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 29456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD S',
 'vin': 'SADFA2AN8K1Z41968',
 'year': 2019}
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520NWE%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [bca.uk] INFO: Saving data for SR68%20NWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774476876.880445, 'last_price_update_time': 1774695765.14364}
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR68%2520NWE') HTTP/1.1" 204 0
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe54310>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794328%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794328/600 saved to cache
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf7810>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787285%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787285/600 saved to cache
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9625d0>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662022%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662022/600 saved to cache
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec1390>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_expert_report_file_28a65092-d63e-4eef-991b-620a69a05764.pdf HTTP/1.1" 201 0
2026-03-28 11:02:45 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:02:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2, skipping ID generation
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLP66TZU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LP66TZU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac35c510>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787270%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787270/600 saved to cache
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe70090>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719483%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719483/600 saved to cache
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV70%20XPL-GB>
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787258/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787258>
2026-03-28 11:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822578/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:02:45 [bca.uk] INFO: Found listing with ID: BT62%20XMJ
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520XMJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [bca.uk] INFO: Scrape type for BT62%20XMJ: 1
2026-03-28 11:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ
2026-03-28 11:02:45 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:02:45 [bca.uk] INFO: Found listing with ID: SG64%20KJZ
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG64%2520KJZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [bca.uk] INFO: Scrape type for SG64%20KJZ: 1
2026-03-28 11:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ
2026-03-28 11:02:45 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811804%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811804 not downloaded yet
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827881%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827881 not downloaded yet
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe7ab90>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794337%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794337/600 saved to cache
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822560/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822560>
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662019/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662019>
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD19%20ARF-GB>
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719470>
2026-03-28 11:02:45 [bca.uk] INFO: Found listing with ID: SV14%20VWC
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520VWC%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [bca.uk] INFO: Scrape type for SV14%20VWC: 2
2026-03-28 11:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC
2026-03-28 11:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with scrape type 2
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with scrape type 2
2026-03-28 11:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9331398c-8b45-57c9-9ff3-ccb21a2ab701, identifier: SV14%20VWC
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811830%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811830 not downloaded yet
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff61590>
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_expert_report_file_867d98ec-57dd-4bab-9d92-e6ff87b94c03.pdf HTTP/1.1" 201 0
2026-03-28 11:02:45 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fd76365-0d93-5f43-bb85-e0898d18c703, skipping ID generation
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMA66DBU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA66DBU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794315>
2026-03-28 11:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:02:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC
2026-03-28 11:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9331398c-8b45-57c9-9ff3-ccb21a2ab701 with identifier: SV14%20VWC to the API
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV14%20VWC-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9331398c-8b45-57c9-9ff3-ccb21a2ab701',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV14 VWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV14%20VWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'SKODA',
 'model': 'YETI OUTDOOR',
 'odometer': 43645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA YETI OUTDOOR 2.0 TDI CR 140 ELEGANCE 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 140 ELEGANCE 4X4 DSG',
 'vin': 'TMBMD75L2E6023740',
 'year': 2014}
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520VWC%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [bca.uk] INFO: Saving data for SV14%20VWC: {'auction_closing_time': 1774778400.0, 'created_time': 1774476840.133154, 'last_price_update_time': 1774695766.461597}
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV14%2520VWC') HTTP/1.1" 204 0
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827884%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827884 not downloaded yet
2026-03-28 11:02:46 [bca.uk] INFO: Found listing with ID: FG60%20TLX
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520TLX%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [bca.uk] INFO: Scrape type for FG60%20TLX: 1
2026-03-28 11:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX
2026-03-28 11:02:46 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811846%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811846 not downloaded yet
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827888%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827888 not downloaded yet
2026-03-28 11:02:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad18a5d0>
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822578%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822578/600 saved to cache
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811727/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=CK63ERY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY59%20LSX-GB>
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827891%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827891 not downloaded yet
2026-03-28 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787258/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794324/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:02:46 [bca.uk] INFO: Found listing with ID: NG65%20ETD
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG65%2520ETD%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [bca.uk] INFO: Scrape type for NG65%20ETD: 1
2026-03-28 11:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b688c5d-461a-59e2-96c9-84371012ae94 with identifier: NG65%20ETD
2026-03-28 11:02:46 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811870%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811870 not downloaded yet
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827896%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827896 not downloaded yet
2026-03-28 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827900%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827900 not downloaded yet
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feb0c10>
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_expert_report_file_68325829-7be7-4a62-9e9b-3c4c6e08b5df.pdf HTTP/1.1" 201 0
2026-03-28 11:02:46 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86c3d5ed-6b33-5aac-81cc-1442ec105e02, skipping ID generation
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEK58XAN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK58XAN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:46 [bca.uk] INFO: Found listing with ID: WV65%20EZL
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV65%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [bca.uk] INFO: Scrape type for WV65%20EZL: 2
2026-03-28 11:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL
2026-03-28 11:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with scrape type 2
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with scrape type 2
2026-03-28 11:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64, identifier: WV65%20EZL
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811895%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811895 not downloaded yet
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827901%27 HTTP/1.1" 200 None
2026-03-28 11:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827901 not downloaded yet
2026-03-28 11:02:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811782/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811782>
2026-03-28 11:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719470/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL
2026-03-28 11:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL
2026-03-28 11:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c2cf67f-7dbb-5775-aa11-8c6ee4298d64 with identifier: WV65%20EZL to the API
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV65%20EZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c2cf67f-7dbb-5775-aa11-8c6ee4298d64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV65 EZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV65%20EZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN',
 'odometer': 104422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI SHOGUN 3.2 DI-DC 187 SG3 StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-DC 187 SG3',
 'vin': 'JMALYV98WGJ600289',
 'year': 2015}
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV65%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [bca.uk] INFO: Saving data for WV65%20EZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774591805.43162, 'last_price_update_time': 1774695767.418302}
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV65%2520EZL') HTTP/1.1" 204 0
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827907%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827907 not downloaded yet
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698781982%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781982 not downloaded yet
2026-03-28 11:02:47 [bca.uk] INFO: Found listing with ID: SA16%20NZY
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520NZY%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [bca.uk] INFO: Scrape type for SA16%20NZY: 0
2026-03-28 11:02:47 [bca.uk] INFO: Found listing with ID: SP14%20TRV
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520TRV%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [bca.uk] INFO: Scrape type for SP14%20TRV: 2
2026-03-28 11:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV
2026-03-28 11:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a2b6efb-84a1-507f-9630-38a347482380 with scrape type 2
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a2b6efb-84a1-507f-9630-38a347482380 with scrape type 2
2026-03-28 11:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a2b6efb-84a1-507f-9630-38a347482380, identifier: SP14%20TRV
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811922%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811922 not downloaded yet
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827905%27 HTTP/1.1" 200 None
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827905 not downloaded yet
2026-03-28 11:02:47 [bca.uk] INFO: Total items found: 100
2026-03-28 11:02:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded
2026-03-28 11:02:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:02:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a15d0>
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787258%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787258/600 saved to cache
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:47 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a8e10>
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794324%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794324/600 saved to cache
2026-03-28 11:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811804/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811804>
2026-03-28 11:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822560/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662019/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV
2026-03-28 11:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV
2026-03-28 11:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a2b6efb-84a1-507f-9630-38a347482380 with identifier: SP14%20TRV to the API
2026-03-28 11:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP14%20TRV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a2b6efb-84a1-507f-9630-38a347482380',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP14 TRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP14%20TRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 102773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-2 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-2',
 'vin': 'KNAKU814SE5516828',
 'year': 2014}
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520TRV%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [bca.uk] INFO: Saving data for SP14%20TRV: {'auction_closing_time': 1774864800.0, 'created_time': 1773929655.982771, 'last_price_update_time': 1774695768.173251}
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP14%2520TRV') HTTP/1.1" 204 0
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827917%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827917 not downloaded yet
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782009%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782009 not downloaded yet
2026-03-28 11:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:02:48 [bca.uk] INFO: Found listing with ID: WO15%20WBN
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [bca.uk] INFO: Scrape type for WO15%20WBN: 2
2026-03-28 11:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6fac8f8-9ee3-53f7-8371-eb7661c850d1 with identifier: WO15%20WBN
2026-03-28 11:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6fac8f8-9ee3-53f7-8371-eb7661c850d1 with scrape type 2
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6fac8f8-9ee3-53f7-8371-eb7661c850d1 with scrape type 2
2026-03-28 11:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6fac8f8-9ee3-53f7-8371-eb7661c850d1, identifier: WO15%20WBN
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811954%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811954 not downloaded yet
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827911%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827911 not downloaded yet
2026-03-28 11:02:48 [bca.uk] INFO: Found listing with ID: LM12%20BXG
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520BXG%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [bca.uk] INFO: Scrape type for LM12%20BXG: 2
2026-03-28 11:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG
2026-03-28 11:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with scrape type 2
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with scrape type 2
2026-03-28 11:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf, identifier: LM12%20BXG
2026-03-28 11:02:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4173d0>
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_expert_report_file_af4e631a-c1e9-4ea8-9771-d661a9efadd3.pdf HTTP/1.1" 201 0
2026-03-28 11:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:02:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be8bbf41-9ce9-501b-87fe-5d2475363c5c, skipping ID generation
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHX68KXL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HX68KXL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb18610>
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_expert_report_file_9ef6435f-43b9-424d-b2d3-1742a16e8cba.pdf HTTP/1.1" 201 0
2026-03-28 11:02:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:02:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6, skipping ID generation
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBJ66YWK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BJ66YWK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:48 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ead97d0>
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719470%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719470/600 saved to cache
2026-03-28 11:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6fac8f8-9ee3-53f7-8371-eb7661c850d1 with identifier: WO15%20WBN
2026-03-28 11:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6fac8f8-9ee3-53f7-8371-eb7661c850d1 with identifier: WO15%20WBN
2026-03-28 11:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6fac8f8-9ee3-53f7-8371-eb7661c850d1 with identifier: WO15%20WBN to the API
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO15%20WBN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a6fac8f8-9ee3-53f7-8371-eb7661c850d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO15 WBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO15%20WBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FIAT',
 'model': '500X',
 'odometer': 107624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500X 1.6 M/JET 120 CROSS PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 120 CROSS PLUS',
 'vin': 'ZFA3340000P358150',
 'year': 2015}
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [bca.uk] INFO: Saving data for WO15%20WBN: {'auction_closing_time': 1774778400.0, 'created_time': 1774476301.899483, 'last_price_update_time': 1774695769.025437}
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO15%2520WBN') HTTP/1.1" 204 0
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827925%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827925 not downloaded yet
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782032%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782032 not downloaded yet
2026-03-28 11:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG
2026-03-28 11:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG
2026-03-28 11:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf with identifier: LM12%20BXG to the API
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM12%20BXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5a5a6e0-fc43-582b-9a29-8c098d1a1bdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM12 BXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM12%20BXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 138011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNFBAF15U6215700',
 'year': 2012}
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520BXG%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [bca.uk] INFO: Saving data for LM12%20BXG: {'auction_closing_time': 1774778400.0, 'created_time': 1774564591.422231, 'last_price_update_time': 1774695769.442569}
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM12%2520BXG') HTTP/1.1" 204 0
2026-03-28 11:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794315/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:02:49 [bca.uk] INFO: Found listing with ID: SK57%20HOJ
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK57%2520HOJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [bca.uk] INFO: Scrape type for SK57%20HOJ: 2
2026-03-28 11:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ
2026-03-28 11:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0616de5c-1420-5556-832c-efb828b74508 with scrape type 2
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0616de5c-1420-5556-832c-efb828b74508 with scrape type 2
2026-03-28 11:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0616de5c-1420-5556-832c-efb828b74508, identifier: SK57%20HOJ
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811970%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811970 not downloaded yet
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827919%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827919 not downloaded yet
2026-03-28 11:02:49 [bca.uk] INFO: Found listing with ID: LV14%20AZO
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520AZO%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [bca.uk] INFO: Scrape type for LV14%20AZO: 1
2026-03-28 11:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO
2026-03-28 11:02:49 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740204%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740204 not downloaded yet
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811755%27 HTTP/1.1" 200 None
2026-03-28 11:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811755 not downloaded yet
2026-03-28 11:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811727/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827888>
2026-03-28 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827891/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827891>
2026-03-28 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG60%20TLX-GB>
2026-03-28 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827896>
2026-03-28 11:02:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811846/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811846>
2026-03-28 11:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ
2026-03-28 11:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ
2026-03-28 11:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0616de5c-1420-5556-832c-efb828b74508 with identifier: SK57%20HOJ to the API
2026-03-28 11:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK57%20HOJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0616de5c-1420-5556-832c-efb828b74508',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK57 HOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK57%20HOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 91426,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 I-VTEC ES Estate',
 'transmission': 'automatic',
 'trim': 'I-VTEC ES',
 'vin': 'SHSRE58507U030557',
 'year': 2007}
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK57%2520HOJ%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [bca.uk] INFO: Saving data for SK57%20HOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774591815.747145, 'last_price_update_time': 1774695770.478821}
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK57%2520HOJ') HTTP/1.1" 204 0
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827934%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827934 not downloaded yet
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782067%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782067 not downloaded yet
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8a8990>
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_expert_report_file_c54b27fb-3228-45f6-9d9d-2b443ab99b48.pdf HTTP/1.1" 201 0
2026-03-28 11:02:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb67be3a-90c8-5a60-a598-4f91805ebe76, skipping ID generation
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGU05ZMV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU05ZMV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe09110>
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_expert_report_file_84463669-9e1f-4582-99f2-b0a1acbbee35.pdf HTTP/1.1" 201 0
2026-03-28 11:02:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2e9e7ea-51b4-5374-8434-69f905958f69, skipping ID generation
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSV70XPL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SV70XPL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec1210>
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822560%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822560/600 saved to cache
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea3aed0>
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662019%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662019/600 saved to cache
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe08050>
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_expert_report_file_b2026b99-13f3-4ff4-8dfa-fcc412c96e13.pdf HTTP/1.1" 201 0
2026-03-28 11:02:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9627a815-843b-5104-8c72-e08099ef2ec0, skipping ID generation
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFD19ARF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD19ARF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:50 [bca.uk] INFO: Found listing with ID: SV12%20OCC
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV12%2520OCC%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [bca.uk] INFO: Scrape type for SV12%20OCC: 0
2026-03-28 11:02:50 [bca.uk] INFO: Found listing with ID: EA14%20MJV
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520MJV%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [bca.uk] INFO: Scrape type for EA14%20MJV: 0
2026-03-28 11:02:50 [bca.uk] INFO: Found listing with ID: EO61%20WGX
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520WGX%27 HTTP/1.1" 200 None
2026-03-28 11:02:50 [bca.uk] INFO: Scrape type for EO61%20WGX: 2
2026-03-28 11:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX
2026-03-28 11:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with scrape type 2
2026-03-28 11:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with scrape type 2
2026-03-28 11:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da, identifier: EO61%20WGX
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827927%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827927 not downloaded yet
2026-03-28 11:02:51 [bca.uk] INFO: Found listing with ID: AM09%20AHK
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [bca.uk] INFO: Scrape type for AM09%20AHK: 2
2026-03-28 11:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK
2026-03-28 11:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2d1282-63b6-51d9-9431-4d78105e0559 with scrape type 2
2026-03-28 11:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2d1282-63b6-51d9-9431-4d78105e0559 with scrape type 2
2026-03-28 11:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c2d1282-63b6-51d9-9431-4d78105e0559, identifier: AM09%20AHK
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740217%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740217 not downloaded yet
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811799%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811799 not downloaded yet
2026-03-28 11:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX
2026-03-28 11:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX
2026-03-28 11:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da with identifier: EO61%20WGX to the API
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO61%20WGX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c0b1ff9-a0b9-5b49-89f7-95dd1b08f5da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO61 WGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO61%20WGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 122067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.8 B/E SE EDITION 125 Saloon',
 'transmission': 'manual',
 'trim': 'B/E SE EDITION 125',
 'vin': 'WDD2040492A645288',
 'year': 2011}
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520WGX%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [bca.uk] INFO: Saving data for EO61%20WGX: {'auction_closing_time': 1774778400.0, 'created_time': 1774479843.469507, 'last_price_update_time': 1774695771.703847}
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO61%2520WGX') HTTP/1.1" 204 0
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827940%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827940 not downloaded yet
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782098%27 HTTP/1.1" 200 None
2026-03-28 11:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782098 not downloaded yet
2026-03-28 11:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK
2026-03-28 11:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK
2026-03-28 11:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c2d1282-63b6-51d9-9431-4d78105e0559 with identifier: AM09%20AHK to the API
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AM09%20AHK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c2d1282-63b6-51d9-9431-4d78105e0559',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AM09 AHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AM09%20AHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 141529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.4 D5 185 SE PREMIUM G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 185 SE PREMIUM G/T',
 'vin': 'YV1CZ7146A1538067',
 'year': 2009}
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM09%2520AHK%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [bca.uk] INFO: Saving data for AM09%20AHK: {'auction_closing_time': 1774778400.0, 'created_time': 1774477963.505242, 'last_price_update_time': 1774695772.128614}
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AM09%2520AHK') HTTP/1.1" 204 0
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799313%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799313 not downloaded yet
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811729%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811729 not downloaded yet
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811741%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811741 not downloaded yet
2026-03-28 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ad750>
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794315%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794315/600 saved to cache
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827905/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827905>
2026-03-28 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827901>
2026-03-28 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827907/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827907>
2026-03-28 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811922/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811922>
2026-03-28 11:02:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781982/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781982>
2026-03-28 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811804/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811782/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:02:52 [bca.uk] INFO: Found listing with ID: LO13%20ZTR
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [bca.uk] INFO: Scrape type for LO13%20ZTR: 2
2026-03-28 11:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR
2026-03-28 11:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with scrape type 2
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with scrape type 2
2026-03-28 11:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57, identifier: LO13%20ZTR
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827932%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827932 not downloaded yet
2026-03-28 11:02:52 [bca.uk] INFO: Found listing with ID: BD61%20ZJE
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520ZJE%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [bca.uk] INFO: Scrape type for BD61%20ZJE: 2
2026-03-28 11:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE
2026-03-28 11:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e891933-9cc3-5255-ae48-2ac5a7789c93 with scrape type 2
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e891933-9cc3-5255-ae48-2ac5a7789c93 with scrape type 2
2026-03-28 11:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e891933-9cc3-5255-ae48-2ac5a7789c93, identifier: BD61%20ZJE
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740228%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740228 not downloaded yet
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811822%27 HTTP/1.1" 200 None
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811822 not downloaded yet
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c0410>
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811727%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811727/600 saved to cache
2026-03-28 11:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811846/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR
2026-03-28 11:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR
2026-03-28 11:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57 with identifier: LO13%20ZTR to the API
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO13%20ZTR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e786a1ca-1b65-5a9d-9bf3-e2554bb0fc57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO13 ZTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO13%20ZTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 74773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V 100 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 ENERGY',
 'vin': 'W0LPC6EB2D1117533',
 'year': 2013}
2026-03-28 11:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520ZTR%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Saving data for LO13%20ZTR: {'auction_closing_time': 1774778400.0, 'created_time': 1774476286.78263, 'last_price_update_time': 1774695773.010905}
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO13%2520ZTR') HTTP/1.1" 204 0
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782131%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782131 not downloaded yet
2026-03-28 11:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE
2026-03-28 11:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE
2026-03-28 11:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e891933-9cc3-5255-ae48-2ac5a7789c93 with identifier: BD61%20ZJE to the API
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD61%20ZJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e891933-9cc3-5255-ae48-2ac5a7789c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD61 ZJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD61%20ZJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 107348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 117 N-TEC+ Hatchback',
 'transmission': 'manual',
 'trim': '117 N-TEC+',
 'vin': 'SJNFAAJ10U2429790',
 'year': 2011}
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520ZJE%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Saving data for BD61%20ZJE: {'auction_closing_time': 1774778400.0, 'created_time': 1774477965.277841, 'last_price_update_time': 1774695773.426184}
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD61%2520ZJE') HTTP/1.1" 204 0
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799315%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799315 not downloaded yet
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811743%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811743 not downloaded yet
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811783%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811783 not downloaded yet
2026-03-28 11:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e58ef50>
2026-03-28 11:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_expert_report_file_72dfc3c4-532b-4cfb-b136-aff60c3b19ea.pdf HTTP/1.1" 201 0
2026-03-28 11:02:53 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:02:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef4002b7-d31e-55a1-86f4-a46e5d38dc01, skipping ID generation
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKY59LSX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KY59LSX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:02:53 [bca.uk] INFO: Found listing with ID: NK63%20OGC
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520OGC%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Scrape type for NK63%20OGC: 0
2026-03-28 11:02:53 [bca.uk] INFO: Found listing with ID: RX57%20MKU
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX57%2520MKU%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Scrape type for RX57%20MKU: 0
2026-03-28 11:02:53 [bca.uk] INFO: Found listing with ID: SG11%20YNA
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG11%2520YNA%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Scrape type for SG11%20YNA: 0
2026-03-28 11:02:53 [bca.uk] INFO: Found listing with ID: SJ13%20HUH
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Scrape type for SJ13%20HUH: 2
2026-03-28 11:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH
2026-03-28 11:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8c81445-f658-566d-bba4-0b5b9edd4578 with scrape type 2
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8c81445-f658-566d-bba4-0b5b9edd4578 with scrape type 2
2026-03-28 11:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8c81445-f658-566d-bba4-0b5b9edd4578, identifier: SJ13%20HUH
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827938%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827938 not downloaded yet
2026-03-28 11:02:53 [bca.uk] INFO: Found listing with ID: DV60%20UEY
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV60%2520UEY%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [bca.uk] INFO: Scrape type for DV60%20UEY: 2
2026-03-28 11:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY
2026-03-28 11:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc38e796-c44f-52c4-913a-866ffe6a0c14 with scrape type 2
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc38e796-c44f-52c4-913a-866ffe6a0c14 with scrape type 2
2026-03-28 11:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc38e796-c44f-52c4-913a-866ffe6a0c14, identifier: DV60%20UEY
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740238%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740238 not downloaded yet
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811842%27 HTTP/1.1" 200 None
2026-03-28 11:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811842 not downloaded yet
2026-03-28 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811755/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811755>
2026-03-28 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827925/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827925>
2026-03-28 11:02:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782032/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782032>
2026-03-28 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827891/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH
2026-03-28 11:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH
2026-03-28 11:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8c81445-f658-566d-bba4-0b5b9edd4578 with identifier: SJ13%20HUH to the API
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ13%20HUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8c81445-f658-566d-bba4-0b5b9edd4578',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ13 HUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ13%20HUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 125699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF15R5A0H48611919',
 'year': 2013}
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ13%2520HUH%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [bca.uk] INFO: Saving data for SJ13%20HUH: {'auction_closing_time': 1774778400.0, 'created_time': 1774478302.92611, 'last_price_update_time': 1774695774.316994}
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ13%2520HUH') HTTP/1.1" 204 0
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782160%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782160 not downloaded yet
2026-03-28 11:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY
2026-03-28 11:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY
2026-03-28 11:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc38e796-c44f-52c4-913a-866ffe6a0c14 with identifier: DV60%20UEY to the API
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV60%20UEY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc38e796-c44f-52c4-913a-866ffe6a0c14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV60 UEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV60%20UEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 122705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 ELITE Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE6ED1B8019030',
 'year': 2010}
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV60%2520UEY%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [bca.uk] INFO: Saving data for DV60%20UEY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476466.974946, 'last_price_update_time': 1774695774.800984}
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV60%2520UEY') HTTP/1.1" 204 0
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799320%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799320 not downloaded yet
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811754%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811754 not downloaded yet
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811832%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811832 not downloaded yet
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931527%27 HTTP/1.1" 200 None
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931527 not downloaded yet
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac280fd0>
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811804%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811804/600 saved to cache
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c3190>
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811782%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811782/600 saved to cache
2026-03-28 11:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781982/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:02:54 [bca.uk] INFO: Found listing with ID: SN11%20HLZ
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [bca.uk] INFO: Scrape type for SN11%20HLZ: 2
2026-03-28 11:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ
2026-03-28 11:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff798a4-422d-53a3-afd2-5a0057c3aafb with scrape type 2
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ff798a4-422d-53a3-afd2-5a0057c3aafb with scrape type 2
2026-03-28 11:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ff798a4-422d-53a3-afd2-5a0057c3aafb, identifier: SN11%20HLZ
2026-03-28 11:02:55 [bca.uk] INFO: Found listing with ID: EA58%20FEF
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA58%2520FEF%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [bca.uk] INFO: Scrape type for EA58%20FEF: 1
2026-03-28 11:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF
2026-03-28 11:02:55 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740253%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740253 not downloaded yet
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811863%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811863 not downloaded yet
2026-03-28 11:02:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5cd2d0>
2026-03-28 11:02:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811846%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811846/600 saved to cache
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ
2026-03-28 11:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ
2026-03-28 11:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ff798a4-422d-53a3-afd2-5a0057c3aafb with identifier: SN11%20HLZ to the API
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN11%20HLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ff798a4-422d-53a3-afd2-5a0057c3aafb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN11 HLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN11%20HLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 78241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 110 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 110 SPORT',
 'vin': 'WF0PXXWPDPBD29943',
 'year': 2011}
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN11%2520HLZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [bca.uk] INFO: Saving data for SN11%20HLZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774478291.442981, 'last_price_update_time': 1774695775.668296}
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN11%2520HLZ') HTTP/1.1" 204 0
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782190%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782190 not downloaded yet
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799325%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799325 not downloaded yet
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811792%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811792 not downloaded yet
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811855%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811855 not downloaded yet
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931529%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931529 not downloaded yet
2026-03-28 11:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811799/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811799>
2026-03-28 11:02:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740217/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740217>
2026-03-28 11:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827905/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827907/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:02:55 [bca.uk] INFO: Found listing with ID: WK61%20WML
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK61%2520WML%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [bca.uk] INFO: Scrape type for WK61%20WML: 0
2026-03-28 11:02:55 [bca.uk] INFO: Found listing with ID: EK19%20ZSU
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520ZSU%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [bca.uk] INFO: Scrape type for EK19%20ZSU: 0
2026-03-28 11:02:55 [bca.uk] INFO: Found listing with ID: YD08%20FXX
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD08%2520FXX%27 HTTP/1.1" 200 None
2026-03-28 11:02:55 [bca.uk] INFO: Scrape type for YD08%20FXX: 2
2026-03-28 11:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX
2026-03-28 11:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with scrape type 2
2026-03-28 11:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with scrape type 2
2026-03-28 11:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62b105d6-5481-5eef-81dd-846bc6d0c3d1, identifier: YD08%20FXX
2026-03-28 11:02:55 [bca.uk] INFO: Found listing with ID: MV19%20XLX
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV19%2520XLX%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for MV19%20XLX: 0
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: AO71%20FNZ
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520FNZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for AO71%20FNZ: 0
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: KS70%20JKZ
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520JKZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for KS70%20JKZ: 0
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: KY72%20BKX
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY72%2520BKX%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for KY72%20BKX: 0
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: RO18%20ZFF
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520ZFF%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for RO18%20ZFF: 0
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: WG21%20DFZ
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for WG21%20DFZ: 0
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: EA64%20XMM
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520XMM%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for EA64%20XMM: 1
2026-03-28 11:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM
2026-03-28 11:02:56 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740288%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740288 not downloaded yet
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811888%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811888 not downloaded yet
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea98bd0>
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827896%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827896/600 saved to cache
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e583810>
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827891%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827891/600 saved to cache
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c6150>
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827888%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827888/600 saved to cache
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811741/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811741>
2026-03-28 11:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811922/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX
2026-03-28 11:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX
2026-03-28 11:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62b105d6-5481-5eef-81dd-846bc6d0c3d1 with identifier: YD08%20FXX to the API
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 288,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD08%20FXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62b105d6-5481-5eef-81dd-846bc6d0c3d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD08 FXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD08%20FXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 37040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.8 CARRERA S (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA S (997)',
 'vin': 'WP0ZZZ99Z8S722709',
 'year': 2008}
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD08%2520FXX%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Saving data for YD08%20FXX: {'auction_closing_time': 1774778400.0, 'created_time': 1773958826.73223, 'last_price_update_time': 1774695776.657053}
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD08%2520FXX') HTTP/1.1" 204 0
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782223%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782223 not downloaded yet
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799328%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799328 not downloaded yet
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811818%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811818 not downloaded yet
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811866%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811866 not downloaded yet
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931530%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931530 not downloaded yet
2026-03-28 11:02:56 [bca.uk] INFO: Found listing with ID: NA14%20XFF
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520XFF%27 HTTP/1.1" 200 None
2026-03-28 11:02:56 [bca.uk] INFO: Scrape type for NA14%20XFF: 2
2026-03-28 11:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF
2026-03-28 11:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77c952e0-86f6-5426-8a11-2ce1de0034f3 with scrape type 2
2026-03-28 11:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77c952e0-86f6-5426-8a11-2ce1de0034f3 with scrape type 2
2026-03-28 11:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77c952e0-86f6-5426-8a11-2ce1de0034f3, identifier: NA14%20XFF
2026-03-28 11:02:57 [bca.uk] INFO: Found listing with ID: EO72%20HNA
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520HNA%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [bca.uk] INFO: Scrape type for EO72%20HNA: 1
2026-03-28 11:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA
2026-03-28 11:02:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740315%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740315 not downloaded yet
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811924%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811924 not downloaded yet
2026-03-28 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782032/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811755/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KY59LSX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811783/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811783>
2026-03-28 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827925/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF
2026-03-28 11:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF
2026-03-28 11:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77c952e0-86f6-5426-8a11-2ce1de0034f3 with identifier: NA14%20XFF to the API
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA14%20XFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77c952e0-86f6-5426-8a11-2ce1de0034f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA14 XFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA14%20XFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '520I',
 'odometer': 108452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 520I 2.0 SE STEP Saloon',
 'transmission': 'automatic',
 'trim': 'SE STEP',
 'vin': 'WBA5A32040D197245',
 'year': 2014}
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520XFF%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [bca.uk] INFO: Saving data for NA14%20XFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774305713.460761, 'last_price_update_time': 1774695777.46806}
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA14%2520XFF') HTTP/1.1" 204 0
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799331%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799331 not downloaded yet
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811844%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811844 not downloaded yet
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811897%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811897 not downloaded yet
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931531%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931531 not downloaded yet
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d0b10>
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698781982%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781982/600 saved to cache
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e609dd0>
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827905%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827905/600 saved to cache
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb89190>
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827901%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827901/600 saved to cache
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb1abd0>
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827907%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827907/600 saved to cache
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811842/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811842>
2026-03-28 11:02:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811743/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811743>
2026-03-28 11:02:57 [bca.uk] INFO: Found listing with ID: GU66%20BFA
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520BFA%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [bca.uk] INFO: Scrape type for GU66%20BFA: 0
2026-03-28 11:02:57 [bca.uk] INFO: Found listing with ID: MF19%20OFT
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-28 11:02:57 [bca.uk] INFO: Scrape type for MF19%20OFT: 2
2026-03-28 11:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT
2026-03-28 11:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e01e20d4-bffc-542b-bfcd-28abd844c891 with scrape type 2
2026-03-28 11:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e01e20d4-bffc-542b-bfcd-28abd844c891 with scrape type 2
2026-03-28 11:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e01e20d4-bffc-542b-bfcd-28abd844c891, identifier: MF19%20OFT
2026-03-28 11:02:58 [bca.uk] INFO: Found listing with ID: EY04%20UCF
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY04%2520UCF%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [bca.uk] INFO: Scrape type for EY04%20UCF: 2
2026-03-28 11:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF
2026-03-28 11:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db68abca-62f7-588f-9d07-a80509e317fd with scrape type 2
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db68abca-62f7-588f-9d07-a80509e317fd with scrape type 2
2026-03-28 11:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db68abca-62f7-588f-9d07-a80509e317fd, identifier: EY04%20UCF
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740356%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740356 not downloaded yet
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811948%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811948 not downloaded yet
2026-03-28 11:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT
2026-03-28 11:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT
2026-03-28 11:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e01e20d4-bffc-542b-bfcd-28abd844c891 with identifier: MF19%20OFT to the API
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF19%20OFT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e01e20d4-bffc-542b-bfcd-28abd844c891',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF19 OFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF19%20OFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 118179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 ALLURE EAT8',
 'vin': 'VF3MCYHZRKS137942',
 'year': 2019}
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520OFT%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [bca.uk] INFO: Saving data for MF19%20OFT: {'auction_closing_time': 1774864800.0, 'created_time': 1774504919.464918, 'last_price_update_time': 1774695778.565665}
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF19%2520OFT') HTTP/1.1" 204 0
2026-03-28 11:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF
2026-03-28 11:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF
2026-03-28 11:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db68abca-62f7-588f-9d07-a80509e317fd with identifier: EY04%20UCF to the API
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY04%20UCF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db68abca-62f7-588f-9d07-a80509e317fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY04 UCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY04%20UCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 101219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 LX Hatchback',
 'transmission': 'manual',
 'trim': 'LX',
 'vin': 'WF0HXXGAJH4B71293',
 'year': 2004}
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY04%2520UCF%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [bca.uk] INFO: Saving data for EY04%20UCF: {'auction_closing_time': 1774951200.0, 'created_time': 1774523378.068143, 'last_price_update_time': 1774695778.907596}
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY04%2520UCF') HTTP/1.1" 204 0
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799334%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799334 not downloaded yet
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811875%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811875 not downloaded yet
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811923%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811923 not downloaded yet
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931532%27 HTTP/1.1" 200 None
2026-03-28 11:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931532 not downloaded yet
2026-03-28 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811799/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740217/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740253/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740253>
2026-03-28 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811863/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811863>
2026-03-28 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA58%20FEF-GB>
2026-03-28 11:02:59 [bca.uk] INFO: Found listing with ID: FX65%20SEY
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX65%2520SEY%27 HTTP/1.1" 200 None
2026-03-28 11:02:59 [bca.uk] INFO: Scrape type for FX65%20SEY: 0
2026-03-28 11:02:59 [bca.uk] INFO: Found listing with ID: FV61%20BCF
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-28 11:02:59 [bca.uk] INFO: Scrape type for FV61%20BCF: 2
2026-03-28 11:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF
2026-03-28 11:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with scrape type 2
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with scrape type 2
2026-03-28 11:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263, identifier: FV61%20BCF
2026-03-28 11:02:59 [bca.uk] INFO: Found listing with ID: GT18%20AWT
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-28 11:02:59 [bca.uk] INFO: Scrape type for GT18%20AWT: 2
2026-03-28 11:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT
2026-03-28 11:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3865f93-6faf-5621-a1d1-b8975d7a8aef with scrape type 2
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3865f93-6faf-5621-a1d1-b8975d7a8aef with scrape type 2
2026-03-28 11:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3865f93-6faf-5621-a1d1-b8975d7a8aef, identifier: GT18%20AWT
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698740383%27 HTTP/1.1" 200 None
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740383 not downloaded yet
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811968%27 HTTP/1.1" 200 None
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811968 not downloaded yet
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe86790>
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811922%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811922/600 saved to cache
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8daf50>
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782032%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782032/600 saved to cache
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdfbd50>
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811755%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811755/600 saved to cache
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:02:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac48f350>
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827925%252F600') HTTP/1.1" 204 0
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827925/600 saved to cache
2026-03-28 11:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811783/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:02:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931529/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931529>
2026-03-28 11:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811741/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF
2026-03-28 11:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF
2026-03-28 11:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263 with identifier: FV61%20BCF to the API
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20BCF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ee405c3-e8df-5ef3-ab5d-2c7ea9aa2263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 BCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20BCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 106788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.2 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNADN511LC6004469',
 'year': 2011}
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520BCF%27 HTTP/1.1" 200 None
2026-03-28 11:02:59 [bca.uk] INFO: Saving data for FV61%20BCF: {'auction_closing_time': 1774778400.0, 'created_time': 1774476487.107247, 'last_price_update_time': 1774695779.970433}
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520BCF') HTTP/1.1" 204 0
2026-03-28 11:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT
2026-03-28 11:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT
2026-03-28 11:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3865f93-6faf-5621-a1d1-b8975d7a8aef with identifier: GT18%20AWT to the API
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GT18%20AWT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3865f93-6faf-5621-a1d1-b8975d7a8aef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GT18 AWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GT18%20AWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 45793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 230 GTI DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 230 GTI DSG',
 'vin': 'WVWZZZAUZJW178006',
 'year': 2018}
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT18%2520AWT%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [bca.uk] INFO: Saving data for GT18%20AWT: {'auction_closing_time': 1774778400.0, 'created_time': 1774448318.141522, 'last_price_update_time': 1774695780.372118}
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GT18%2520AWT') HTTP/1.1" 204 0
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698799337%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799337 not downloaded yet
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811902%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811902 not downloaded yet
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811953%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811953 not downloaded yet
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931544%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931544 not downloaded yet
2026-03-28 11:03:00 [bca.uk] INFO: Found listing with ID: SF63%20YSY
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520YSY%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [bca.uk] INFO: Scrape type for SF63%20YSY: 2
2026-03-28 11:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY
2026-03-28 11:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9d528a-f3e7-58a5-b53e-60d38908890e with scrape type 2
2026-03-28 11:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9d528a-f3e7-58a5-b53e-60d38908890e with scrape type 2
2026-03-28 11:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d9d528a-f3e7-58a5-b53e-60d38908890e, identifier: SF63%20YSY
2026-03-28 11:03:00 [bca.uk] INFO: Found listing with ID: LT12%20OGV
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT12%2520OGV%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [bca.uk] INFO: Scrape type for LT12%20OGV: 1
2026-03-28 11:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV
2026-03-28 11:03:00 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811743/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811866/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811866>
2026-03-28 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931530/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931530>
2026-03-28 11:03:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811818>
2026-03-28 11:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY
2026-03-28 11:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY
2026-03-28 11:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d9d528a-f3e7-58a5-b53e-60d38908890e with identifier: SF63%20YSY to the API
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF63%20YSY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d9d528a-f3e7-58a5-b53e-60d38908890e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF63 YSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF63%20YSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 101500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 105 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'WAUZZZ8V5EA041062',
 'year': 2013}
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520YSY%27 HTTP/1.1" 200 None
2026-03-28 11:03:00 [bca.uk] INFO: Saving data for SF63%20YSY: {'auction_closing_time': 1774778400.0, 'created_time': 1774479793.160199, 'last_price_update_time': 1774695780.984985}
2026-03-28 11:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF63%2520YSY') HTTP/1.1" 204 0
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811926%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811926 not downloaded yet
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811971%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811971 not downloaded yet
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931550%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931550 not downloaded yet
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac10c490>
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_expert_report_file_4688a291-4904-4707-be91-aeb6d2d589d4.pdf HTTP/1.1" 201 0
2026-03-28 11:03:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c, skipping ID generation
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFG60TLX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FG60TLX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1e290>
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811799%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811799/600 saved to cache
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea16110>
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740217%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740217/600 saved to cache
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:03:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811924/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811924>
2026-03-28 11:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811842/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:03:01 [bca.uk] INFO: Found listing with ID: WJ60%20CFP
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520CFP%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [bca.uk] INFO: Scrape type for WJ60%20CFP: 2
2026-03-28 11:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP
2026-03-28 11:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with scrape type 2
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with scrape type 2
2026-03-28 11:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dae1a3ba-74da-5d14-a64a-b8127f5f99d9, identifier: WJ60%20CFP
2026-03-28 11:03:01 [bca.uk] INFO: Found listing with ID: LX64%20OPJ
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX64%2520OPJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [bca.uk] INFO: Scrape type for LX64%20OPJ: 1
2026-03-28 11:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ
2026-03-28 11:03:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP
2026-03-28 11:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP
2026-03-28 11:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dae1a3ba-74da-5d14-a64a-b8127f5f99d9 with identifier: WJ60%20CFP to the API
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ60%20CFP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dae1a3ba-74da-5d14-a64a-b8127f5f99d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ60 CFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ60%20CFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 177431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I TR MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I TR MMT',
 'vin': 'VNKKH96340A149391',
 'year': 2010}
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520CFP%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [bca.uk] INFO: Saving data for WJ60%20CFP: {'auction_closing_time': 1774778400.0, 'created_time': 1774564596.516974, 'last_price_update_time': 1774695781.774574}
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ60%2520CFP') HTTP/1.1" 204 0
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931560%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931560 not downloaded yet
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818522%27 HTTP/1.1" 200 None
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818522 not downloaded yet
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42e290>
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811783%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811783/600 saved to cache
2026-03-28 11:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff950d0>
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811741%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811741/600 saved to cache
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931529/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811948/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811948>
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740356/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740356>
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740253/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811863/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: YG12%20VBZ
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG12%2520VBZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for YG12%20VBZ: 1
2026-03-28 11:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ
2026-03-28 11:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: AK08%20XKO
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK08%2520XKO%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for AK08%20XKO: 1
2026-03-28 11:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO
2026-03-28 11:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e565c50>
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811743%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811743/600 saved to cache
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5cf850>
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931526%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931526/600 saved to cache
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931532/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931532>
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811923/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811923>
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697931567%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931567 not downloaded yet
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818536%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818536 not downloaded yet
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: YX63%20FCC
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX63%2520FCC%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for YX63%20FCC: 2
2026-03-28 11:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC
2026-03-28 11:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7d4319a-d4d4-5817-9ba3-79f1868f82ac with scrape type 2
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7d4319a-d4d4-5817-9ba3-79f1868f82ac with scrape type 2
2026-03-28 11:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7d4319a-d4d4-5817-9ba3-79f1868f82ac, identifier: YX63%20FCC
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: LD56%20WYJ
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD56%2520WYJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for LD56%20WYJ: 1
2026-03-28 11:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ
2026-03-28 11:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e98d890>
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811842%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811842/600 saved to cache
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC
2026-03-28 11:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC
2026-03-28 11:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7d4319a-d4d4-5817-9ba3-79f1868f82ac with identifier: YX63%20FCC to the API
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX63%20FCC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a7d4319a-d4d4-5817-9ba3-79f1868f82ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX63 FCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX63%20FCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 27874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAN51CLEM498896',
 'year': 2013}
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX63%2520FCC%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Saving data for YX63%20FCC: {'auction_closing_time': 1774778400.0, 'created_time': 1774275193.325307, 'last_price_update_time': 1774695782.763056}
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX63%2520FCC') HTTP/1.1" 204 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818544%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818544 not downloaded yet
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931544>
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811953/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811953>
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931530/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811866/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: AK65%20GFO
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520GFO%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for AK65%20GFO: 0
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: DG64%20YKK
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520YKK%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for DG64%20YKK: 0
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: DV68%20LFL
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520LFL%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for DV68%20LFL: 0
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: SK18%20JKO
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520JKO%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for SK18%20JKO: 1
2026-03-28 11:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO
2026-03-28 11:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:02 [bca.uk] INFO: Found listing with ID: LR10%20UYM
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR10%2520UYM%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [bca.uk] INFO: Scrape type for LR10%20UYM: 1
2026-03-28 11:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM
2026-03-28 11:03:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:03:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT12%20OGV-GB>
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818550%27 HTTP/1.1" 200 None
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818550 not downloaded yet
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa7710>
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931529%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931529/600 saved to cache
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e906c10>
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740253%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740253/600 saved to cache
2026-03-28 11:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea6f50>
2026-03-28 11:03:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811863%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811863/600 saved to cache
2026-03-28 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811924/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: SP70%20LPC
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520LPC%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for SP70%20LPC: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: PO68%20KXK
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520KXK%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for PO68%20KXK: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: SE64%20GDF
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE64%2520GDF%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for SE64%20GDF: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: SH15%20NPX
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH15%2520NPX%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for SH15%20NPX: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: SL14%20FUV
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520FUV%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for SL14%20FUV: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: ST65%20BKF
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST65%2520BKF%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for ST65%20BKF: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: DX17%20SYH
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX17%2520SYH%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for DX17%20SYH: 0
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: SC17%20XRM
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC17%2520XRM%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for SC17%20XRM: 2
2026-03-28 11:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM
2026-03-28 11:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with scrape type 2
2026-03-28 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with scrape type 2
2026-03-28 11:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22859857-a6e7-500a-b1d3-b4e74bc43fd9, identifier: SC17%20XRM
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: NJ10%20LNA
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520LNA%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for NJ10%20LNA: 1
2026-03-28 11:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA
2026-03-28 11:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM
2026-03-28 11:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM
2026-03-28 11:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22859857-a6e7-500a-b1d3-b4e74bc43fd9 with identifier: SC17%20XRM to the API
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC17%20XRM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22859857-a6e7-500a-b1d3-b4e74bc43fd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC17 XRM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC17%20XRM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 35208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA 1.6 CDTI 136 SRI VX-LINE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 136 SRI VX-LINE S/S',
 'vin': 'W0LGS6E31H1074305',
 'year': 2017}
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC17%2520XRM%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Saving data for SC17%20XRM: {'auction_closing_time': 1774778400.0, 'created_time': 1774476862.237362, 'last_price_update_time': 1774695783.652976}
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC17%2520XRM') HTTP/1.1" 204 0
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818555%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818555 not downloaded yet
2026-03-28 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931550/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931550>
2026-03-28 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX64%20OPJ-GB>
2026-03-28 11:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931532/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818517/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FG60TLX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: SD67%20KLC
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520KLC%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for SD67%20KLC: 2
2026-03-28 11:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC
2026-03-28 11:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 215a267f-b871-5491-a974-28d825a69971 with scrape type 2
2026-03-28 11:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 215a267f-b871-5491-a974-28d825a69971 with scrape type 2
2026-03-28 11:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 215a267f-b871-5491-a974-28d825a69971, identifier: SD67%20KLC
2026-03-28 11:03:03 [bca.uk] INFO: Found listing with ID: RY55%20ZKD
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY55%2520ZKD%27 HTTP/1.1" 200 None
2026-03-28 11:03:03 [bca.uk] INFO: Scrape type for RY55%20ZKD: 1
2026-03-28 11:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD
2026-03-28 11:03:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae788150>
2026-03-28 11:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_expert_report_file_e8faa6cf-91e6-4140-85ab-3d5c04204c6f.pdf HTTP/1.1" 201 0
2026-03-28 11:03:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d639b99c-69a4-57a3-aa72-b8c531763c23, skipping ID generation
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEA58FEF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EA58FEF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24e350>
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931530%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931530/600 saved to cache
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e821310>
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811866%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811866/600 saved to cache
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb96f10>
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811818%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811818/600 saved to cache
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740356/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811948/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811923/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC
2026-03-28 11:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC
2026-03-28 11:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 215a267f-b871-5491-a974-28d825a69971 with identifier: SD67%20KLC to the API
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD67%20KLC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '215a267f-b871-5491-a974-28d825a69971',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD67 KLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD67%20KLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 42530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF12RA51558387238',
 'year': 2017}
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520KLC%27 HTTP/1.1" 200 None
2026-03-28 11:03:04 [bca.uk] INFO: Saving data for SD67%20KLC: {'auction_closing_time': 1774778400.0, 'created_time': 1774563801.69748, 'last_price_update_time': 1774695784.503549}
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD67%2520KLC') HTTP/1.1" 204 0
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818563%27 HTTP/1.1" 200 None
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818563 not downloaded yet
2026-03-28 11:03:04 [bca.uk] INFO: Found listing with ID: KP65%20NNV
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520NNV%27 HTTP/1.1" 200 None
2026-03-28 11:03:04 [bca.uk] INFO: Scrape type for KP65%20NNV: 1
2026-03-28 11:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV
2026-03-28 11:03:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:04 [bca.uk] INFO: Found listing with ID: KS69%20YXO
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:03:04 [bca.uk] INFO: Scrape type for KS69%20YXO: 2
2026-03-28 11:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO
2026-03-28 11:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7210f7-8600-5df0-9988-597281f442a2 with scrape type 2
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7210f7-8600-5df0-9988-597281f442a2 with scrape type 2
2026-03-28 11:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e7210f7-8600-5df0-9988-597281f442a2, identifier: KS69%20YXO
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801886%27 HTTP/1.1" 200 None
2026-03-28 11:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801886 not downloaded yet
2026-03-28 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD56%20WYJ-GB>
2026-03-28 11:03:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818544>
2026-03-28 11:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO
2026-03-28 11:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO
2026-03-28 11:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e7210f7-8600-5df0-9988-597281f442a2 with identifier: KS69%20YXO to the API
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS69%20YXO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e7210f7-8600-5df0-9988-597281f442a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS69 YXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS69%20YXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'E400 D',
 'odometer': 113463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E400 D 2.9 AMG LINE NIGHT ED.PREM+ 4M 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM+ 4M 9G',
 'vin': 'W1K2132232A763257',
 'year': 2020}
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:03:05 [bca.uk] INFO: Saving data for KS69%20YXO: {'auction_closing_time': 1774864800.0, 'created_time': 1773931139.772152, 'last_price_update_time': 1774695785.069502}
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520YXO') HTTP/1.1" 204 0
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818574%27 HTTP/1.1" 200 None
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818574 not downloaded yet
2026-03-28 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc92d0>
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811924%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811924/600 saved to cache
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5402d0>
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931532%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931532/600 saved to cache
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931567/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931567>
2026-03-28 11:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818536/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818536>
2026-03-28 11:03:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR10%20UYM-GB>
2026-03-28 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811953/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:03:05 [bca.uk] INFO: Found listing with ID: PJ66%20LUT
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520LUT%27 HTTP/1.1" 200 None
2026-03-28 11:03:05 [bca.uk] INFO: Scrape type for PJ66%20LUT: 2
2026-03-28 11:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT
2026-03-28 11:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with scrape type 2
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with scrape type 2
2026-03-28 11:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c, identifier: PJ66%20LUT
2026-03-28 11:03:05 [bca.uk] INFO: Found listing with ID: PY66%20KMK
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY66%2520KMK%27 HTTP/1.1" 200 None
2026-03-28 11:03:05 [bca.uk] INFO: Scrape type for PY66%20KMK: 2
2026-03-28 11:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK
2026-03-28 11:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a5ba4a-bd87-5703-b3fe-69de043045a2 with scrape type 2
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6a5ba4a-bd87-5703-b3fe-69de043045a2 with scrape type 2
2026-03-28 11:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6a5ba4a-bd87-5703-b3fe-69de043045a2, identifier: PY66%20KMK
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801892%27 HTTP/1.1" 200 None
2026-03-28 11:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801892 not downloaded yet
2026-03-28 11:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT
2026-03-28 11:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT
2026-03-28 11:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0fb6a2f-87b5-500c-a447-1f8ea0d2225c with identifier: PJ66%20LUT to the API
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ66%20LUT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c0fb6a2f-87b5-500c-a447-1f8ea0d2225c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ66 LUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ66%20LUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 64770,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7230450',
 'year': 2016}
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520LUT%27 HTTP/1.1" 200 None
2026-03-28 11:03:05 [bca.uk] INFO: Saving data for PJ66%20LUT: {'auction_closing_time': 1774864800.0, 'created_time': 1773960414.251093, 'last_price_update_time': 1774695785.79499}
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ66%2520LUT') HTTP/1.1" 204 0
2026-03-28 11:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK
2026-03-28 11:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK
2026-03-28 11:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6a5ba4a-bd87-5703-b3fe-69de043045a2 with identifier: PY66%20KMK to the API
2026-03-28 11:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY66%20KMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b6a5ba4a-bd87-5703-b3fe-69de043045a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY66 KMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY66%20KMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 71034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ HYBRID 1.6 GDI 105 PREMIUM SE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 105 PREMIUM SE DCT',
 'vin': 'KMHC851CVHU017927',
 'year': 2017}
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY66%2520KMK%27 HTTP/1.1" 200 None
2026-03-28 11:03:06 [bca.uk] INFO: Saving data for PY66%20KMK: {'auction_closing_time': 1774864800.0, 'created_time': 1774591864.398998, 'last_price_update_time': 1774695786.172508}
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY66%2520KMK') HTTP/1.1" 204 0
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818583%27 HTTP/1.1" 200 None
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818583 not downloaded yet
2026-03-28 11:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818517/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:06 [bca.uk] INFO: Found listing with ID: LFZ%202518
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LFZ%25202518%27 HTTP/1.1" 200 None
2026-03-28 11:03:06 [bca.uk] INFO: Scrape type for LFZ%202518: 0
2026-03-28 11:03:06 [bca.uk] INFO: Found listing with ID: SA10%20DVK
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA10%2520DVK%27 HTTP/1.1" 200 None
2026-03-28 11:03:06 [bca.uk] INFO: Scrape type for SA10%20DVK: 2
2026-03-28 11:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK
2026-03-28 11:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with scrape type 2
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with scrape type 2
2026-03-28 11:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7, identifier: SA10%20DVK
2026-03-28 11:03:06 [bca.uk] INFO: Found listing with ID: WV20%20WDZ
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520WDZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:06 [bca.uk] INFO: Scrape type for WV20%20WDZ: 2
2026-03-28 11:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ
2026-03-28 11:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a2c35b2-c252-58c1-a365-922ec09b82a6 with scrape type 2
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a2c35b2-c252-58c1-a365-922ec09b82a6 with scrape type 2
2026-03-28 11:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a2c35b2-c252-58c1-a365-922ec09b82a6, identifier: WV20%20WDZ
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801901%27 HTTP/1.1" 200 None
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801901 not downloaded yet
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ba910>
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740356%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740356/600 saved to cache
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42f8d0>
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811948%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811948/600 saved to cache
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae882350>
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811923%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811923/600 saved to cache
2026-03-28 11:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818555/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818555>
2026-03-28 11:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK18%20JKO-GB>
2026-03-28 11:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818550/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818550>
2026-03-28 11:03:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ10%20LNA-GB>
2026-03-28 11:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931550/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK
2026-03-28 11:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK
2026-03-28 11:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ebc744f-70ee-5a5a-a394-bd13a8b046a7 with identifier: SA10%20DVK to the API
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA10%20DVK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ebc744f-70ee-5a5a-a394-bd13a8b046a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA10 DVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA10%20DVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 64370,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC',
 'vin': 'WF0PXXWPDPAY22657',
 'year': 2010}
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA10%2520DVK%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [bca.uk] INFO: Saving data for SA10%20DVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774591710.570668, 'last_price_update_time': 1774695787.075622}
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA10%2520DVK') HTTP/1.1" 204 0
2026-03-28 11:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-28 11:03:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ
2026-03-28 11:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a2c35b2-c252-58c1-a365-922ec09b82a6 with identifier: WV20%20WDZ to the API
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV20%20WDZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5a2c35b2-c252-58c1-a365-922ec09b82a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV20 WDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV20%20WDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 103294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE 50KWH 110 I ICONIC (22KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 I ICONIC (22KW)',
 'vin': 'VF1AG000365110891',
 'year': 2020}
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520WDZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [bca.uk] INFO: Saving data for WV20%20WDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929572.205989, 'last_price_update_time': 1774695787.573464}
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV20%2520WDZ') HTTP/1.1" 204 0
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818591%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818591 not downloaded yet
2026-03-28 11:03:07 [bca.uk] INFO: Found listing with ID: A5%20VHE
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520VHE%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [bca.uk] INFO: Scrape type for A5%20VHE: 0
2026-03-28 11:03:07 [bca.uk] INFO: Found listing with ID: VK14%20NPY
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [bca.uk] INFO: Scrape type for VK14%20NPY: 2
2026-03-28 11:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY
2026-03-28 11:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb13452-f04d-5958-9f4b-62f6d01a26ce with scrape type 2
2026-03-28 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb13452-f04d-5958-9f4b-62f6d01a26ce with scrape type 2
2026-03-28 11:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb13452-f04d-5958-9f4b-62f6d01a26ce, identifier: VK14%20NPY
2026-03-28 11:03:07 [bca.uk] INFO: Found listing with ID: AGZ%204435
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AGZ%25204435%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [bca.uk] INFO: Scrape type for AGZ%204435: 2
2026-03-28 11:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435
2026-03-28 11:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7971ce60-a294-52be-83f9-d9feb16b52c1 with scrape type 2
2026-03-28 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7971ce60-a294-52be-83f9-d9feb16b52c1 with scrape type 2
2026-03-28 11:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7971ce60-a294-52be-83f9-d9feb16b52c1, identifier: AGZ%204435
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801913%27 HTTP/1.1" 200 None
2026-03-28 11:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801913 not downloaded yet
2026-03-28 11:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY
2026-03-28 11:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY
2026-03-28 11:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bb13452-f04d-5958-9f4b-62f6d01a26ce with identifier: VK14%20NPY to the API
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK14%20NPY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3bb13452-f04d-5958-9f4b-62f6d01a26ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK14 NPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK14%20NPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 88467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC S',
 'vin': 'WF0KXXGCBKEL62606',
 'year': 2014}
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520NPY%27 HTTP/1.1" 200 None
2026-03-28 11:03:08 [bca.uk] INFO: Saving data for VK14%20NPY: {'auction_closing_time': 1774778400.0, 'created_time': 1774476484.679794, 'last_price_update_time': 1774695788.247681}
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK14%2520NPY') HTTP/1.1" 204 0
2026-03-28 11:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435
2026-03-28 11:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435
2026-03-28 11:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7971ce60-a294-52be-83f9-d9feb16b52c1 with identifier: AGZ%204435 to the API
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AGZ%204435-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7971ce60-a294-52be-83f9-d9feb16b52c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AGZ 4435',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AGZ%204435&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 82444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN8GH112333',
 'year': 2016}
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AGZ%25204435%27 HTTP/1.1" 200 None
2026-03-28 11:03:08 [bca.uk] INFO: Saving data for AGZ%204435: {'auction_closing_time': 1774864800.0, 'created_time': 1774048440.968862, 'last_price_update_time': 1774695788.685778}
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AGZ%25204435') HTTP/1.1" 204 0
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc93650>
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931544%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931544/600 saved to cache
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff3ee90>
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811953%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811953/600 saved to cache
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e55e010>
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_expert_report_file_5fc7791c-1df9-4f9b-9bcb-e2d134ba6ff6.pdf HTTP/1.1" 201 0
2026-03-28 11:03:08 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1827e19-d691-5b45-bd7b-2374a12925ba, skipping ID generation
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLT12OGV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT12OGV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe46350>
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818517%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818517/600 saved to cache
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818536/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801886/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801886>
2026-03-28 11:03:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP65%20NNV-GB>
2026-03-28 11:03:08 [bca.uk] INFO: Found listing with ID: YE07%20CMY
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-28 11:03:08 [bca.uk] INFO: Scrape type for YE07%20CMY: 2
2026-03-28 11:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-28 11:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b534960-45e5-55b1-a45d-93555f69ee60 with scrape type 2
2026-03-28 11:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b534960-45e5-55b1-a45d-93555f69ee60 with scrape type 2
2026-03-28 11:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b534960-45e5-55b1-a45d-93555f69ee60, identifier: YE07%20CMY
2026-03-28 11:03:08 [bca.uk] INFO: Found listing with ID: FP67%20BNL
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520BNL%27 HTTP/1.1" 200 None
2026-03-28 11:03:09 [bca.uk] INFO: Scrape type for FP67%20BNL: 2
2026-03-28 11:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL
2026-03-28 11:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1578651-9cbd-5596-bdae-765f699ee525 with scrape type 2
2026-03-28 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1578651-9cbd-5596-bdae-765f699ee525 with scrape type 2
2026-03-28 11:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1578651-9cbd-5596-bdae-765f699ee525, identifier: FP67%20BNL
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801918%27 HTTP/1.1" 200 None
2026-03-28 11:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801918 not downloaded yet
2026-03-28 11:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931567/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-28 11:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY
2026-03-28 11:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b534960-45e5-55b1-a45d-93555f69ee60 with identifier: YE07%20CMY to the API
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE07%20CMY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b534960-45e5-55b1-a45d-93555f69ee60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE07 CMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE07%20CMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 70397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 LIFE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 LIFE',
 'vin': 'W0L0AHL4878089339',
 'year': 2007}
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE07%2520CMY%27 HTTP/1.1" 200 None
2026-03-28 11:03:09 [bca.uk] INFO: Saving data for YE07%20CMY: {'auction_closing_time': 1774778400.0, 'created_time': 1773908933.158052, 'last_price_update_time': 1774695789.710146}
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE07%2520CMY') HTTP/1.1" 204 0
2026-03-28 11:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL
2026-03-28 11:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL
2026-03-28 11:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1578651-9cbd-5596-bdae-765f699ee525 with identifier: FP67%20BNL to the API
2026-03-28 11:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20BNL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1578651-9cbd-5596-bdae-765f699ee525',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP67 BNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20BNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '218I',
 'odometer': 77749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SE STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T SE STEP',
 'vin': 'WBA2H32030VB97409',
 'year': 2017}
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520BNL%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [bca.uk] INFO: Saving data for FP67%20BNL: {'auction_closing_time': 1774864800.0, 'created_time': 1774591861.113288, 'last_price_update_time': 1774695790.170661}
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520BNL') HTTP/1.1" 204 0
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775462%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775462 not downloaded yet
2026-03-28 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801892>
2026-03-28 11:03:10 [bca.uk] INFO: Found listing with ID: YG61%20ZTR
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520ZTR%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [bca.uk] INFO: Scrape type for YG61%20ZTR: 0
2026-03-28 11:03:10 [bca.uk] INFO: Found listing with ID: SB13%20MVJ
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [bca.uk] INFO: Scrape type for SB13%20MVJ: 0
2026-03-28 11:03:10 [bca.uk] INFO: Found listing with ID: SB66%20VUV
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [bca.uk] INFO: Scrape type for SB66%20VUV: 2
2026-03-28 11:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV
2026-03-28 11:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with scrape type 2
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with scrape type 2
2026-03-28 11:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20, identifier: SB66%20VUV
2026-03-28 11:03:10 [bca.uk] INFO: Found listing with ID: GJ16%20DHC
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ16%2520DHC%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [bca.uk] INFO: Scrape type for GJ16%20DHC: 2
2026-03-28 11:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC
2026-03-28 11:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e88cb40e-95dd-5178-a38d-c3c21700737e with scrape type 2
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e88cb40e-95dd-5178-a38d-c3c21700737e with scrape type 2
2026-03-28 11:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e88cb40e-95dd-5178-a38d-c3c21700737e, identifier: GJ16%20DHC
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801934%27 HTTP/1.1" 200 None
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801934 not downloaded yet
2026-03-28 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe46550>
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931550%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931550/600 saved to cache
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac417710>
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818544%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818544/600 saved to cache
2026-03-28 11:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818574>
2026-03-28 11:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818550/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:10 [scrapy.extensions.logstats] INFO: Crawled 72 pages (at 38 pages/min), scraped 138 items (at 78 items/min)
2026-03-28 11:03:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 191MiB
2026-03-28 11:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV
2026-03-28 11:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV
2026-03-28 11:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52b7ed0a-3c45-5425-a191-3d86b6ba4c20 with identifier: SB66%20VUV to the API
2026-03-28 11:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB66%20VUV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '52b7ed0a-3c45-5425-a191-3d86b6ba4c20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB66 VUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB66%20VUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 7033,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0BXXMRKBGE45822',
 'year': 2016}
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520VUV%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [bca.uk] INFO: Saving data for SB66%20VUV: {'auction_closing_time': 1774778400.0, 'created_time': 1774362352.370967, 'last_price_update_time': 1774695791.172873}
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB66%2520VUV') HTTP/1.1" 204 0
2026-03-28 11:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC
2026-03-28 11:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC
2026-03-28 11:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e88cb40e-95dd-5178-a38d-c3c21700737e with identifier: GJ16%20DHC to the API
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ16%20DHC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e88cb40e-95dd-5178-a38d-c3c21700737e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ16 DHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ16%20DHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 101719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SHARAN 2.0 TDI 184 BMT SE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 184 BMT SE DSG',
 'vin': 'WVWZZZ7NZGV229979',
 'year': 2016}
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ16%2520DHC%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [bca.uk] INFO: Saving data for GJ16%20DHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774048385.849102, 'last_price_update_time': 1774695791.597909}
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ16%2520DHC') HTTP/1.1" 204 0
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775484%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775484 not downloaded yet
2026-03-28 11:03:11 [bca.uk] INFO: Found listing with ID: SC16%20CWE
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520CWE%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [bca.uk] INFO: Scrape type for SC16%20CWE: 2
2026-03-28 11:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE
2026-03-28 11:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with scrape type 2
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with scrape type 2
2026-03-28 11:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85885ba4-a7e3-55d5-a29f-fe42712f53b5, identifier: SC16%20CWE
2026-03-28 11:03:11 [bca.uk] INFO: Found listing with ID: KP15%20OKE
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OKE%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [bca.uk] INFO: Scrape type for KP15%20OKE: 1
2026-03-28 11:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE
2026-03-28 11:03:11 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801966%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801966 not downloaded yet
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1ab50>
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_expert_report_file_7d6f78aa-8fde-49b8-aaeb-c60f2e25a9ba.pdf HTTP/1.1" 201 0
2026-03-28 11:03:11 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af8b5473-208a-5762-a7c8-46860203893d, skipping ID generation
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLX64OPJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX64OPJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9f2750>
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818536%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818536/600 saved to cache
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3ef010>
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931567%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931567/600 saved to cache
2026-03-28 11:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:03:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818583/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818583>
2026-03-28 11:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818555/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE
2026-03-28 11:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE
2026-03-28 11:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85885ba4-a7e3-55d5-a29f-fe42712f53b5 with identifier: SC16%20CWE to the API
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC16%20CWE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85885ba4-a7e3-55d5-a29f-fe42712f53b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC16 CWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC16%20CWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 69369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': '16V DYNAMIQUE',
 'vin': 'VF15RSN0A55277673',
 'year': 2016}
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520CWE%27 HTTP/1.1" 200 None
2026-03-28 11:03:12 [bca.uk] INFO: Saving data for SC16%20CWE: {'auction_closing_time': 1774778400.0, 'created_time': 1774476500.348925, 'last_price_update_time': 1774695792.389299}
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC16%2520CWE') HTTP/1.1" 204 0
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775518%27 HTTP/1.1" 200 None
2026-03-28 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775518 not downloaded yet
2026-03-28 11:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801913/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801913>
2026-03-28 11:03:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818591/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818591>
2026-03-28 11:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801886/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:03:12 [bca.uk] INFO: Found listing with ID: SC53%20TDX
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC53%2520TDX%27 HTTP/1.1" 200 None
2026-03-28 11:03:12 [bca.uk] INFO: Scrape type for SC53%20TDX: 2
2026-03-28 11:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX
2026-03-28 11:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d83c817-62ba-5139-be0f-7ee1fd336222 with scrape type 2
2026-03-28 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d83c817-62ba-5139-be0f-7ee1fd336222 with scrape type 2
2026-03-28 11:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d83c817-62ba-5139-be0f-7ee1fd336222, identifier: SC53%20TDX
2026-03-28 11:03:12 [bca.uk] INFO: Found listing with ID: EA14%20UBC
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520UBC%27 HTTP/1.1" 200 None
2026-03-28 11:03:12 [bca.uk] INFO: Scrape type for EA14%20UBC: 2
2026-03-28 11:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC
2026-03-28 11:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with scrape type 2
2026-03-28 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with scrape type 2
2026-03-28 11:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de, identifier: EA14%20UBC
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802008%27 HTTP/1.1" 200 None
2026-03-28 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802008 not downloaded yet
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796530%27 HTTP/1.1" 200 None
2026-03-28 11:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796530 not downloaded yet
2026-03-28 11:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX
2026-03-28 11:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX
2026-03-28 11:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d83c817-62ba-5139-be0f-7ee1fd336222 with identifier: SC53%20TDX to the API
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC53%20TDX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d83c817-62ba-5139-be0f-7ee1fd336222',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC53 TDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC53%20TDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 112077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 VTEC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC SE',
 'vin': 'SHHEU88404U303719',
 'year': 2004}
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC53%2520TDX%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [bca.uk] INFO: Saving data for SC53%20TDX: {'auction_closing_time': 1774778400.0, 'created_time': 1773909053.341361, 'last_price_update_time': 1774695793.074969}
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC53%2520TDX') HTTP/1.1" 204 0
2026-03-28 11:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC
2026-03-28 11:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC
2026-03-28 11:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8068c2b1-9fb3-51d2-9acf-1a4ee259b1de with identifier: EA14%20UBC to the API
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA14%20UBC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8068c2b1-9fb3-51d2-9acf-1a4ee259b1de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA14 UBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA14%20UBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'PRIUS',
 'odometer': 271121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS 1.8 VVTI T3 HYBRID Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI T3 HYBRID',
 'vin': 'JTDKN36U101781756',
 'year': 2014}
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA14%2520UBC%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [bca.uk] INFO: Saving data for EA14%20UBC: {'auction_closing_time': 1774778400.0, 'created_time': 1774564578.947273, 'last_price_update_time': 1774695793.422906}
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA14%2520UBC') HTTP/1.1" 204 0
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775537%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775537 not downloaded yet
2026-03-28 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe72ad0>
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_expert_report_file_96b2cabd-47e9-48f1-bc1a-4e4e1caf29ff.pdf HTTP/1.1" 201 0
2026-03-28 11:03:13 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb, skipping ID generation
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD56WYJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD56WYJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1e290>
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_expert_report_file_01ee8c97-c390-419b-ae1d-8efc7d8045f5.pdf HTTP/1.1" 201 0
2026-03-28 11:03:13 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c, skipping ID generation
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLR10UYM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LR10UYM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07090>
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818550%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818550/600 saved to cache
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:03:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801901>
2026-03-28 11:03:13 [bca.uk] INFO: Found listing with ID: SD12%20KXT
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520KXT%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [bca.uk] INFO: Scrape type for SD12%20KXT: 0
2026-03-28 11:03:13 [bca.uk] INFO: Found listing with ID: SH11%20YDW
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [bca.uk] INFO: Scrape type for SH11%20YDW: 2
2026-03-28 11:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW
2026-03-28 11:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3857effe-eda0-559f-acda-abdf4de02a7c with scrape type 2
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3857effe-eda0-559f-acda-abdf4de02a7c with scrape type 2
2026-03-28 11:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3857effe-eda0-559f-acda-abdf4de02a7c, identifier: SH11%20YDW
2026-03-28 11:03:13 [bca.uk] INFO: Found listing with ID: EY66%20UZM
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520UZM%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [bca.uk] INFO: Scrape type for EY66%20UZM: 1
2026-03-28 11:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM
2026-03-28 11:03:13 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802041%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802041 not downloaded yet
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796533%27 HTTP/1.1" 200 None
2026-03-28 11:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796533 not downloaded yet
2026-03-28 11:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW
2026-03-28 11:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW
2026-03-28 11:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3857effe-eda0-559f-acda-abdf4de02a7c with identifier: SH11%20YDW to the API
2026-03-28 11:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH11%20YDW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3857effe-eda0-559f-acda-abdf4de02a7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH11 YDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH11%20YDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 57834,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 EDGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'EDGE S/S',
 'vin': 'WF0UXXLTRUBE84705',
 'year': 2011}
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH11%2520YDW%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Saving data for SH11%20YDW: {'auction_closing_time': 1774778400.0, 'created_time': 1774303505.635854, 'last_price_update_time': 1774695794.201701}
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH11%2520YDW') HTTP/1.1" 204 0
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775553%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775553 not downloaded yet
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801919%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801919 not downloaded yet
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796517%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796517 not downloaded yet
2026-03-28 11:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801918/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801918>
2026-03-28 11:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775462/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775462>
2026-03-28 11:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775441/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT12OGV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:14 [bca.uk] INFO: Found listing with ID: SH60%20LDZ
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH60%2520LDZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Scrape type for SH60%20LDZ: 0
2026-03-28 11:03:14 [bca.uk] INFO: Found listing with ID: SK63%20FLJ
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520FLJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Scrape type for SK63%20FLJ: 0
2026-03-28 11:03:14 [bca.uk] INFO: Found listing with ID: SL13%20PTX
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL13%2520PTX%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Scrape type for SL13%20PTX: 0
2026-03-28 11:03:14 [bca.uk] INFO: Found listing with ID: SM13%20DLO
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520DLO%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Scrape type for SM13%20DLO: 1
2026-03-28 11:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO
2026-03-28 11:03:14 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:03:14 [bca.uk] INFO: Found listing with ID: LV59%20HND
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520HND%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Scrape type for LV59%20HND: 0
2026-03-28 11:03:14 [bca.uk] INFO: Found listing with ID: MF09%20TBZ
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF09%2520TBZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [bca.uk] INFO: Scrape type for MF09%20TBZ: 2
2026-03-28 11:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ
2026-03-28 11:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b8652f0-699b-5269-b486-0e91d5a03afb with scrape type 2
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b8652f0-699b-5269-b486-0e91d5a03afb with scrape type 2
2026-03-28 11:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b8652f0-699b-5269-b486-0e91d5a03afb, identifier: MF09%20TBZ
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796535%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796535 not downloaded yet
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24eed0>
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818555%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818555/600 saved to cache
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb493d0>
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_expert_report_file_38e859e6-fc99-4793-8fd7-4c32e957672f.pdf HTTP/1.1" 201 0
2026-03-28 11:03:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f73c621-a26f-5e74-976e-c93fdd575bad, skipping ID generation
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSK18JKO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SK18JKO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb72950>
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801886%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801886/600 saved to cache
2026-03-28 11:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:14 [bca.uk] INFO: Total items found: 100
2026-03-28 11:03:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded
2026-03-28 11:03:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:03:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:03:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818563/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818563>
2026-03-28 11:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ
2026-03-28 11:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ
2026-03-28 11:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b8652f0-699b-5269-b486-0e91d5a03afb with identifier: MF09%20TBZ to the API
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF09%20TBZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b8652f0-699b-5269-b486-0e91d5a03afb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF09 TBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF09%20TBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 121671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 S DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 S DSG',
 'vin': 'WVWZZZ1KZ9W481134',
 'year': 2009}
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF09%2520TBZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Saving data for MF09%20TBZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564578.54422, 'last_price_update_time': 1774695795.268542}
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF09%2520TBZ') HTTP/1.1" 204 0
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775582%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775582 not downloaded yet
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801930%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801930 not downloaded yet
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796520%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796520 not downloaded yet
2026-03-28 11:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818583/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: SM58%20EZH
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM58%2520EZH%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for SM58%20EZH: 0
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: SP63%20WOR
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520WOR%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for SP63%20WOR: 0
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: EJ14%20VWN
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ14%2520VWN%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for EJ14%20VWN: 0
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: EO60%20VMK
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520VMK%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for EO60%20VMK: 0
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: FY12%20XKT
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY12%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for FY12%20XKT: 0
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: GJ68%20ELH
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520ELH%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for GJ68%20ELH: 2
2026-03-28 11:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH
2026-03-28 11:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa63104e-eadf-51a9-b95f-91b687dcef0a with scrape type 2
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa63104e-eadf-51a9-b95f-91b687dcef0a with scrape type 2
2026-03-28 11:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa63104e-eadf-51a9-b95f-91b687dcef0a, identifier: GJ68%20ELH
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: WF59%20WBN
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF59%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for WF59%20WBN: 2
2026-03-28 11:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN
2026-03-28 11:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with scrape type 2
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with scrape type 2
2026-03-28 11:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44c45f5d-0e2b-5d96-ae95-a74841c036a3, identifier: WF59%20WBN
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796537%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796537 not downloaded yet
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793607%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793607 not downloaded yet
2026-03-28 11:03:15 [bca.uk] INFO: Found listing with ID: DG11%20EGJ
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG11%2520EGJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:15 [bca.uk] INFO: Scrape type for DG11%20EGJ: 2
2026-03-28 11:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8647183-3677-55e2-bb9a-1422cfd4cb83 with identifier: DG11%20EGJ
2026-03-28 11:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8647183-3677-55e2-bb9a-1422cfd4cb83 with scrape type 2
2026-03-28 11:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8647183-3677-55e2-bb9a-1422cfd4cb83 with scrape type 2
2026-03-28 11:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8647183-3677-55e2-bb9a-1422cfd4cb83, identifier: DG11%20EGJ
2026-03-28 11:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775484>
2026-03-28 11:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775518/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775518>
2026-03-28 11:03:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LX64OPJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801913/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH
2026-03-28 11:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH
2026-03-28 11:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa63104e-eadf-51a9-b95f-91b687dcef0a with identifier: GJ68%20ELH to the API
2026-03-28 11:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20ELH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa63104e-eadf-51a9-b95f-91b687dcef0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ68 ELH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20ELH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 165744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI ULTRA 150 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 150 SPORT S-T',
 'vin': 'WAUZZZF4XJA189776',
 'year': 2018}
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520ELH%27 HTTP/1.1" 200 None
2026-03-28 11:03:16 [bca.uk] INFO: Saving data for GJ68%20ELH: {'auction_closing_time': 1774778400.0, 'created_time': 1774479747.840967, 'last_price_update_time': 1774695796.259703}
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520ELH') HTTP/1.1" 204 0
2026-03-28 11:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN
2026-03-28 11:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN
2026-03-28 11:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44c45f5d-0e2b-5d96-ae95-a74841c036a3 with identifier: WF59%20WBN to the API
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF59%20WBN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44c45f5d-0e2b-5d96-ae95-a74841c036a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF59 WBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF59%20WBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A5 CABRIOLET',
 'odometer': 105107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'AUDI A5 CABRIOLET 2.0 TFSI S LINE S/S Convertible',
 'transmission': 'manual',
 'trim': 'TFSI S LINE S/S',
 'vin': 'WAUZZZ8F5AN002631',
 'year': 2009}
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF59%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:03:16 [bca.uk] INFO: Saving data for WF59%20WBN: {'auction_closing_time': 1774778400.0, 'created_time': 1774564579.732641, 'last_price_update_time': 1774695796.800864}
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF59%2520WBN') HTTP/1.1" 204 0
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775607%27 HTTP/1.1" 200 None
2026-03-28 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775607 not downloaded yet
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801939%27 HTTP/1.1" 200 None
2026-03-28 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801939 not downloaded yet
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796562%27 HTTP/1.1" 200 None
2026-03-28 11:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796562 not downloaded yet
2026-03-28 11:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8647183-3677-55e2-bb9a-1422cfd4cb83 with identifier: DG11%20EGJ
2026-03-28 11:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8647183-3677-55e2-bb9a-1422cfd4cb83 with identifier: DG11%20EGJ
2026-03-28 11:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8647183-3677-55e2-bb9a-1422cfd4cb83 with identifier: DG11%20EGJ to the API
2026-03-28 11:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG11%20EGJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8647183-3677-55e2-bb9a-1422cfd4cb83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG11 EGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG11%20EGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'SCIROCCO',
 'odometer': 146504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SCIROCCO 2.0 TDI 170 GT DSG Coupe',
 'transmission': 'automatic',
 'trim': 'TDI 170 GT DSG',
 'vin': 'WVWZZZ13ZBV026719',
 'year': 2011}
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG11%2520EGJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [bca.uk] INFO: Saving data for DG11%20EGJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774564567.217223, 'last_price_update_time': 1774695797.252655}
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG11%2520EGJ') HTTP/1.1" 204 0
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fff8b10>
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801892%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801892/600 saved to cache
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e61dc90>
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_expert_report_file_46e32bd4-45f3-43f2-ad41-ac3259cb791c.pdf HTTP/1.1" 201 0
2026-03-28 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c46ed1ba-1db0-5976-a700-17645579f4fb, skipping ID generation
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNJ10LNA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NJ10LNA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2cf50>
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_expert_report_file_a738562c-6f59-4482-9e58-1d13524aa677.pdf HTTP/1.1" 201 0
2026-03-28 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: baefc678-d212-5082-a8e0-52e336dc5403, skipping ID generation
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKP65NNV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP65NNV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796530/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796530>
2026-03-28 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818591/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:17 [bca.uk] INFO: Found listing with ID: GK60%20AVB
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK60%2520AVB%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [bca.uk] INFO: Scrape type for GK60%20AVB: 2
2026-03-28 11:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB
2026-03-28 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddde701d-a6cd-578e-b9bf-bd422012e5d6 with scrape type 2
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddde701d-a6cd-578e-b9bf-bd422012e5d6 with scrape type 2
2026-03-28 11:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddde701d-a6cd-578e-b9bf-bd422012e5d6, identifier: GK60%20AVB
2026-03-28 11:03:17 [bca.uk] INFO: Found listing with ID: YK18%20EUH
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520EUH%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [bca.uk] INFO: Scrape type for YK18%20EUH: 0
2026-03-28 11:03:17 [bca.uk] INFO: Found listing with ID: BK68%20ECE
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [bca.uk] INFO: Scrape type for BK68%20ECE: 2
2026-03-28 11:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE
2026-03-28 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with scrape type 2
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with scrape type 2
2026-03-28 11:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1, identifier: BK68%20ECE
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796551%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796551 not downloaded yet
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793615%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793615 not downloaded yet
2026-03-28 11:03:17 [bca.uk] INFO: Found listing with ID: KM18%20ZYB
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520ZYB%27 HTTP/1.1" 200 None
2026-03-28 11:03:17 [bca.uk] INFO: Scrape type for KM18%20ZYB: 1
2026-03-28 11:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB
2026-03-28 11:03:17 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB
2026-03-28 11:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB
2026-03-28 11:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddde701d-a6cd-578e-b9bf-bd422012e5d6 with identifier: GK60%20AVB to the API
2026-03-28 11:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK60%20AVB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ddde701d-a6cd-578e-b9bf-bd422012e5d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK60 AVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK60%20AVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 38590,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TWIST Hatchback',
 'transmission': 'manual',
 'trim': 'TWIST',
 'vin': 'WVWZZZ1KZBW127647',
 'year': 2010}
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK60%2520AVB%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Saving data for GK60%20AVB: {'auction_closing_time': 1774778400.0, 'created_time': 1774563771.990136, 'last_price_update_time': 1774695798.24573}
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK60%2520AVB') HTTP/1.1" 204 0
2026-03-28 11:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE
2026-03-28 11:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE
2026-03-28 11:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1 with identifier: BK68%20ECE to the API
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20ECE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4e1a46d5-fd2e-53bc-b40e-0567b1e1d2c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 ECE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20ECE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 56907,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2332722',
 'year': 2018}
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520ECE%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Saving data for BK68%20ECE: {'auction_closing_time': 1774864800.0, 'created_time': 1773960347.79281, 'last_price_update_time': 1774695798.631827}
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520ECE') HTTP/1.1" 204 0
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775643%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775643 not downloaded yet
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801957%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801957 not downloaded yet
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796824%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796824 not downloaded yet
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786763%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786763 not downloaded yet
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293565%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293565 not downloaded yet
2026-03-28 11:03:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802008/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802008>
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: PE11%20YJD
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520YJD%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for PE11%20YJD: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: R12%20TRA
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R12%2520TRA%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for R12%20TRA: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: YK22%20RXB
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520RXB%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for YK22%20RXB: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: SG60%20RXA
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG60%2520RXA%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for SG60%20RXA: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: N88%20SFD
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N88%2520SFD%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for N88%20SFD: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: WU57%20NZB
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU57%2520NZB%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for WU57%20NZB: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: GL58%20GUC
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL58%2520GUC%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for GL58%20GUC: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: GF11%20ZWK
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF11%2520ZWK%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for GF11%20ZWK: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: GU12%20UYL
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520UYL%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for GU12%20UYL: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: HV57%20ETA
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV57%2520ETA%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for HV57%20ETA: 0
2026-03-28 11:03:18 [bca.uk] INFO: Found listing with ID: LB57%20JJE
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB57%2520JJE%27 HTTP/1.1" 200 None
2026-03-28 11:03:18 [bca.uk] INFO: Scrape type for LB57%20JJE: 2
2026-03-28 11:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE
2026-03-28 11:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3c0129d-3bb2-5250-a107-8878f605dff1 with scrape type 2
2026-03-28 11:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3c0129d-3bb2-5250-a107-8878f605dff1 with scrape type 2
2026-03-28 11:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3c0129d-3bb2-5250-a107-8878f605dff1, identifier: LB57%20JJE
2026-03-28 11:03:19 [bca.uk] INFO: Found listing with ID: BP19%20TWZ
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520TWZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [bca.uk] INFO: Scrape type for BP19%20TWZ: 0
2026-03-28 11:03:19 [bca.uk] INFO: Found listing with ID: SK72%20YTM
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520YTM%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [bca.uk] INFO: Scrape type for SK72%20YTM: 0
2026-03-28 11:03:19 [bca.uk] INFO: Found listing with ID: EX13%20UKP
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520UKP%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [bca.uk] INFO: Scrape type for EX13%20UKP: 1
2026-03-28 11:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP
2026-03-28 11:03:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796573%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796573 not downloaded yet
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793626%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793626 not downloaded yet
2026-03-28 11:03:19 [bca.uk] INFO: Found listing with ID: LA10%20WZY
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA10%2520WZY%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [bca.uk] INFO: Scrape type for LA10%20WZY: 2
2026-03-28 11:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY
2026-03-28 11:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa4f76cb-5835-5acd-926c-c4926ebb239b with scrape type 2
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa4f76cb-5835-5acd-926c-c4926ebb239b with scrape type 2
2026-03-28 11:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa4f76cb-5835-5acd-926c-c4926ebb239b, identifier: LA10%20WZY
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fde8d50>
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818574%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818574/600 saved to cache
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e423050>
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818583%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818583/600 saved to cache
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3eeb10>
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801913%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801913/600 saved to cache
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE
2026-03-28 11:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE
2026-03-28 11:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3c0129d-3bb2-5250-a107-8878f605dff1 with identifier: LB57%20JJE to the API
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=4&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB57%20JJE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd3c0129d-3bb2-5250-a107-8878f605dff1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB57 JJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB57%20JJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 68275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 LS Hatchback',
 'transmission': 'manual',
 'trim': 'LS',
 'vin': 'U5YFF24227L028833',
 'year': 2007}
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB57%2520JJE%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [bca.uk] INFO: Saving data for LB57%20JJE: {'auction_closing_time': 1774778400.0, 'created_time': 1774564556.541962, 'last_price_update_time': 1774695799.757133}
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB57%2520JJE') HTTP/1.1" 204 0
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775668%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775668 not downloaded yet
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698801975%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801975 not downloaded yet
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796847%27 HTTP/1.1" 200 None
2026-03-28 11:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796847 not downloaded yet
2026-03-28 11:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY
2026-03-28 11:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY
2026-03-28 11:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa4f76cb-5835-5acd-926c-c4926ebb239b with identifier: LA10%20WZY to the API
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 396,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA10%20WZY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '6.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa4f76cb-5835-5acd-926c-c4926ebb239b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA10 WZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA10%20WZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BENTLEY',
 'model': 'FLYING SPUR',
 'odometer': 49200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BENTLEY FLYING SPUR 6.0 W12 SPEED Saloon',
 'transmission': 'manual',
 'trim': 'W12 SPEED',
 'vin': 'SCBBJ53W7BC067069',
 'year': 2010}
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA10%2520WZY%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [bca.uk] INFO: Saving data for LA10%20WZY: {'auction_closing_time': 1774778400.0, 'created_time': 1774048271.389999, 'last_price_update_time': 1774695800.274227}
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA10%2520WZY') HTTP/1.1" 204 0
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786780%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786780 not downloaded yet
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293596%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293596 not downloaded yet
2026-03-28 11:03:20 [bca.uk] INFO: Found listing with ID: KY64%20TVO
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520TVO%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [bca.uk] INFO: Scrape type for KY64%20TVO: 2
2026-03-28 11:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO
2026-03-28 11:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b1f291-648f-535e-9f17-1ff7436d12c9 with scrape type 2
2026-03-28 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b1f291-648f-535e-9f17-1ff7436d12c9 with scrape type 2
2026-03-28 11:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44b1f291-648f-535e-9f17-1ff7436d12c9, identifier: KY64%20TVO
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796584%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796584 not downloaded yet
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793634%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793634 not downloaded yet
2026-03-28 11:03:20 [bca.uk] INFO: Found listing with ID: WF61%20VPM
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VPM%27 HTTP/1.1" 200 None
2026-03-28 11:03:20 [bca.uk] INFO: Scrape type for WF61%20VPM: 1
2026-03-28 11:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM
2026-03-28 11:03:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mauve%2Fpurple HTTP/1.1" 200 None
2026-03-28 11:03:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO
2026-03-28 11:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44b1f291-648f-535e-9f17-1ff7436d12c9 with identifier: KY64%20TVO to the API
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY64%20TVO-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44b1f291-648f-535e-9f17-1ff7436d12c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY64 TVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY64%20TVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 53419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI CR 170 SE 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 170 SE 4X4 DSG',
 'vin': 'TMBMF73T6F9025696',
 'year': 2015}
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520TVO%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [bca.uk] INFO: Saving data for KY64%20TVO: {'auction_closing_time': 1774778400.0, 'created_time': 1774564231.380286, 'last_price_update_time': 1774695801.144259}
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY64%2520TVO') HTTP/1.1" 204 0
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802011%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802011 not downloaded yet
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796868%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796868 not downloaded yet
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786790%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786790 not downloaded yet
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293600%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293600 not downloaded yet
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e29aa10>
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801901%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801901/600 saved to cache
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce11d0>
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818591%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818591/600 saved to cache
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:21 [bca.uk] INFO: Found listing with ID: SC66%20FDM
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520FDM%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [bca.uk] INFO: Scrape type for SC66%20FDM: 2
2026-03-28 11:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM
2026-03-28 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with scrape type 2
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with scrape type 2
2026-03-28 11:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f, identifier: SC66%20FDM
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796593%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796593 not downloaded yet
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793639%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793639 not downloaded yet
2026-03-28 11:03:21 [bca.uk] INFO: Found listing with ID: WJ58%20ZNU
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZNU%27 HTTP/1.1" 200 None
2026-03-28 11:03:21 [bca.uk] INFO: Scrape type for WJ58%20ZNU: 1
2026-03-28 11:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU
2026-03-28 11:03:21 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-28 11:03:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM
2026-03-28 11:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d045ddd-ce6d-5a8d-8642-3cb6a622425f with identifier: SC66%20FDM to the API
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC66%20FDM-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d045ddd-ce6d-5a8d-8642-3cb6a622425f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC66 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC66%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 33453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 2.0 M/JET 140 LONGITUDE 4WD Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 140 LONGITUDE 4WD',
 'vin': '1C4BU0000GPD10409',
 'year': 2016}
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520FDM%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Saving data for SC66%20FDM: {'auction_closing_time': 1774778400.0, 'created_time': 1774476845.597542, 'last_price_update_time': 1774695802.014147}
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC66%2520FDM') HTTP/1.1" 204 0
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802044%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802044 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796888%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796888 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786805%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786805 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293602%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293602 not downloaded yet
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: SN63%20HJG
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520HJG%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for SN63%20HJG: 0
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: SV10%20UOD
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV10%2520UOD%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for SV10%20UOD: 0
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: YK68%20KNO
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520KNO%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for YK68%20KNO: 0
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: SD60%20AGX
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520AGX%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for SD60%20AGX: 1
2026-03-28 11:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX
2026-03-28 11:03:22 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796603%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796603 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793656%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793656 not downloaded yet
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: DH66%20OBL
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520OBL%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for DH66%20OBL: 1
2026-03-28 11:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL
2026-03-28 11:03:22 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802076%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802076 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796913%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796913 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786820%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786820 not downloaded yet
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293604%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293604 not downloaded yet
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: FL15%20SDZ
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520SDZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for FL15%20SDZ: 0
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: KJ18%20TUV
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520TUV%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for KJ18%20TUV: 2
2026-03-28 11:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV
2026-03-28 11:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with scrape type 2
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with scrape type 2
2026-03-28 11:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6, identifier: KJ18%20TUV
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793670%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793670 not downloaded yet
2026-03-28 11:03:22 [bca.uk] INFO: Found listing with ID: KX64%20WYR
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX64%2520WYR%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Scrape type for KX64%20WYR: 1
2026-03-28 11:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR
2026-03-28 11:03:22 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775441/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796530/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV
2026-03-28 11:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV
2026-03-28 11:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6 with identifier: KJ18%20TUV to the API
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ18%20TUV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eacf9bd7-3bd9-5ba5-8cd1-d902d4cc3cd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ18 TUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ18%20TUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 116291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 1.6 TDI 115 SE DYNAMIC TECH.DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 115 SE DYNAMIC TECH.DSG',
 'vin': 'VSSZZZ5FZJR172817',
 'year': 2018}
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520TUV%27 HTTP/1.1" 200 None
2026-03-28 11:03:22 [bca.uk] INFO: Saving data for KJ18%20TUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774591865.801171, 'last_price_update_time': 1774695802.907214}
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ18%2520TUV') HTTP/1.1" 204 0
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802097%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802097 not downloaded yet
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796927%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796927 not downloaded yet
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786847%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786847 not downloaded yet
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293607%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293607 not downloaded yet
2026-03-28 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775462/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775518/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802008/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818563/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: RK19%20KCU
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520KCU%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for RK19%20KCU: 0
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: DU64%20UHM
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520UHM%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for DU64%20UHM: 0
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: SP07%20GLF
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP07%2520GLF%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for SP07%20GLF: 0
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: CN60%20JNJ
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN60%2520JNJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for CN60%20JNJ: 0
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: SJ12%20WND
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ12%2520WND%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for SJ12%20WND: 0
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: SK06%20YHE
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK06%2520YHE%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for SK06%20YHE: 2
2026-03-28 11:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE
2026-03-28 11:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ff40ff-2330-55d8-9dfb-a58115e5e212 with scrape type 2
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ff40ff-2330-55d8-9dfb-a58115e5e212 with scrape type 2
2026-03-28 11:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31ff40ff-2330-55d8-9dfb-a58115e5e212, identifier: SK06%20YHE
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793685%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793685 not downloaded yet
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: WG09%20CXU
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG09%2520CXU%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for WG09%20CXU: 1
2026-03-28 11:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU
2026-03-28 11:03:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE
2026-03-28 11:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE
2026-03-28 11:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31ff40ff-2330-55d8-9dfb-a58115e5e212 with identifier: SK06%20YHE to the API
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK06%20YHE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31ff40ff-2330-55d8-9dfb-a58115e5e212',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK06 YHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK06%20YHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 80411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.6 VVTI COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI COLOUR COLLECTION',
 'vin': 'SB1KZ20E50F030425',
 'year': 2006}
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK06%2520YHE%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Saving data for SK06%20YHE: {'auction_closing_time': 1774778400.0, 'created_time': 1774479595.817143, 'last_price_update_time': 1774695803.793863}
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK06%2520YHE') HTTP/1.1" 204 0
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786870%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786870 not downloaded yet
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293610%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293610 not downloaded yet
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: SP10%20OWU
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for SP10%20OWU: 2
2026-03-28 11:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU
2026-03-28 11:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7b47900-25a1-5a04-ade6-9e4cf9b88285 with scrape type 2
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7b47900-25a1-5a04-ade6-9e4cf9b88285 with scrape type 2
2026-03-28 11:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7b47900-25a1-5a04-ade6-9e4cf9b88285, identifier: SP10%20OWU
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793693%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793693 not downloaded yet
2026-03-28 11:03:23 [bca.uk] INFO: Found listing with ID: BW15%20UPM
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520UPM%27 HTTP/1.1" 200 None
2026-03-28 11:03:23 [bca.uk] INFO: Scrape type for BW15%20UPM: 1
2026-03-28 11:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743 with identifier: BW15%20UPM
2026-03-28 11:03:23 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796868/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796868>
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796584/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796584>
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802011/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802011>
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793634/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793634>
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293600/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293600>
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF61%20VPM-GB>
2026-03-28 11:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801918/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:03:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786790/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786790>
2026-03-28 11:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU
2026-03-28 11:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU
2026-03-28 11:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7b47900-25a1-5a04-ade6-9e4cf9b88285 with identifier: SP10%20OWU to the API
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP10%20OWU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e7b47900-25a1-5a04-ade6-9e4cf9b88285',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP10 OWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP10%20OWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 43305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TS Hatchback',
 'transmission': 'manual',
 'trim': 'TS',
 'vin': 'JMZBL14Z201178362',
 'year': 2010}
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP10%2520OWU%27 HTTP/1.1" 200 None
2026-03-28 11:03:24 [bca.uk] INFO: Saving data for SP10%20OWU: {'auction_closing_time': 1774778400.0, 'created_time': 1774275528.369977, 'last_price_update_time': 1774695804.35384}
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP10%2520OWU') HTTP/1.1" 204 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786889%27 HTTP/1.1" 200 None
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786889 not downloaded yet
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293617%27 HTTP/1.1" 200 None
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293617 not downloaded yet
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ab950>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775441%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775441/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e55c650>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775484%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775484/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23ca10>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796526%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796526/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e54f9d0>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796530%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796530/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3b6d0>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775462%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775462/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e55d190>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775518%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775518/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5cfa90>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698802008%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802008/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2554d0>
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818563%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818563/600 saved to cache
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:03:24 [bca.uk] INFO: Found listing with ID: SP13%20OYM
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-28 11:03:24 [bca.uk] INFO: Scrape type for SP13%20OYM: 2
2026-03-28 11:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM
2026-03-28 11:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with scrape type 2
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with scrape type 2
2026-03-28 11:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5298dde4-f808-56dd-8a8c-96ee9ce796e5, identifier: SP13%20OYM
2026-03-28 11:03:24 [bca.uk] INFO: Found listing with ID: VN67%20AUR
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520AUR%27 HTTP/1.1" 200 None
2026-03-28 11:03:24 [bca.uk] INFO: Scrape type for VN67%20AUR: 2
2026-03-28 11:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR
2026-03-28 11:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0f96e6-0442-550d-a0c8-fd278c0bca2b with scrape type 2
2026-03-28 11:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0f96e6-0442-550d-a0c8-fd278c0bca2b with scrape type 2
2026-03-28 11:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0f96e6-0442-550d-a0c8-fd278c0bca2b, identifier: VN67%20AUR
2026-03-28 11:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM
2026-03-28 11:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM
2026-03-28 11:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5298dde4-f808-56dd-8a8c-96ee9ce796e5 with identifier: SP13%20OYM to the API
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP13%20OYM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5298dde4-f808-56dd-8a8c-96ee9ce796e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP13 OYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP13%20OYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 117780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 1.6 E/B 160 ZETEC S/S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 160 ZETEC S/S',
 'vin': 'WF0EXXGBBECA70473',
 'year': 2013}
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520OYM%27 HTTP/1.1" 200 None
2026-03-28 11:03:25 [bca.uk] INFO: Saving data for SP13%20OYM: {'auction_closing_time': 1774778400.0, 'created_time': 1774479531.88704, 'last_price_update_time': 1774695805.315334}
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP13%2520OYM') HTTP/1.1" 204 0
2026-03-28 11:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR
2026-03-28 11:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR
2026-03-28 11:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb0f96e6-0442-550d-a0c8-fd278c0bca2b with identifier: VN67%20AUR to the API
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN67%20AUR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb0f96e6-0442-550d-a0c8-fd278c0bca2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN67 AUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN67%20AUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SKODA',
 'model': 'OCTAVIA SCOUT',
 'odometer': 102974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA SCOUT 2.0 TDI 184 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 184 4X4 DSG',
 'vin': 'TMBMK7NE5J0126641',
 'year': 2017}
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520AUR%27 HTTP/1.1" 200 None
2026-03-28 11:03:25 [bca.uk] INFO: Saving data for VN67%20AUR: {'auction_closing_time': 1774864800.0, 'created_time': 1774044521.385735, 'last_price_update_time': 1774695805.802141}
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN67%2520AUR') HTTP/1.1" 204 0
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698786902%27 HTTP/1.1" 200 None
2026-03-28 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786902 not downloaded yet
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698293624%27 HTTP/1.1" 200 None
2026-03-28 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293624 not downloaded yet
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793656>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796913/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796913>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX64%20WYR-GB>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786820/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786820>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293604/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293604>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793670>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DH66%20OBL-GB>
2026-03-28 11:03:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802076/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802076>
2026-03-28 11:03:25 [bca.uk] INFO: Found listing with ID: SP61%20YBE
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP61%2520YBE%27 HTTP/1.1" 200 None
2026-03-28 11:03:25 [bca.uk] INFO: Scrape type for SP61%20YBE: 0
2026-03-28 11:03:25 [bca.uk] INFO: Found listing with ID: ST61%20AZU
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-28 11:03:25 [bca.uk] INFO: Scrape type for ST61%20AZU: 2
2026-03-28 11:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU
2026-03-28 11:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with scrape type 2
2026-03-28 11:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with scrape type 2
2026-03-28 11:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3f6e60f-4ba5-5691-b3a2-86ec010d9917, identifier: ST61%20AZU
2026-03-28 11:03:26 [bca.uk] INFO: Found listing with ID: AV56%20LPL
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-28 11:03:26 [bca.uk] INFO: Scrape type for AV56%20LPL: 2
2026-03-28 11:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL
2026-03-28 11:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8f33921-e587-5b52-90c3-ede066d916e0 with scrape type 2
2026-03-28 11:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8f33921-e587-5b52-90c3-ede066d916e0 with scrape type 2
2026-03-28 11:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8f33921-e587-5b52-90c3-ede066d916e0, identifier: AV56%20LPL
2026-03-28 11:03:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e859050>
2026-03-28 11:03:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801918%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801918/600 saved to cache
2026-03-28 11:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU
2026-03-28 11:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU
2026-03-28 11:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3f6e60f-4ba5-5691-b3a2-86ec010d9917 with identifier: ST61%20AZU to the API
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST61%20AZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3f6e60f-4ba5-5691-b3a2-86ec010d9917',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST61 AZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST61%20AZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 97425,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.2 TDCI 200 TITANIUM X SPORT MPV',
 'transmission': 'manual',
 'trim': 'TDCI 200 TITANIUM X SPORT',
 'vin': 'WF0SXXGBWSBM12973',
 'year': 2011}
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST61%2520AZU%27 HTTP/1.1" 200 None
2026-03-28 11:03:26 [bca.uk] INFO: Saving data for ST61%20AZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774477850.713466, 'last_price_update_time': 1774695806.514274}
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST61%2520AZU') HTTP/1.1" 204 0
2026-03-28 11:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL
2026-03-28 11:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL
2026-03-28 11:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8f33921-e587-5b52-90c3-ede066d916e0 with identifier: AV56%20LPL to the API
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV56%20LPL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8f33921-e587-5b52-90c3-ede066d916e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV56 LPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV56%20LPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 59539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'JHMGD18506S236465',
 'year': 2006}
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520LPL%27 HTTP/1.1" 200 None
2026-03-28 11:03:26 [bca.uk] INFO: Saving data for AV56%20LPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774504902.443006, 'last_price_update_time': 1774695806.851406}
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV56%2520LPL') HTTP/1.1" 204 0
2026-03-28 11:03:26 [bca.uk] INFO: Found listing with ID: SY60%20MFJ
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:26 [bca.uk] INFO: Scrape type for SY60%20MFJ: 2
2026-03-28 11:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ
2026-03-28 11:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 792af3c3-ba61-5005-a754-5963dcc6db2c with scrape type 2
2026-03-28 11:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 792af3c3-ba61-5005-a754-5963dcc6db2c with scrape type 2
2026-03-28 11:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 792af3c3-ba61-5005-a754-5963dcc6db2c, identifier: SY60%20MFJ
2026-03-28 11:03:26 [bca.uk] INFO: Found listing with ID: RO63%20LZW
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520LZW%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Scrape type for RO63%20LZW: 2
2026-03-28 11:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW
2026-03-28 11:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7919a09-2c59-573b-85d4-34d254e3eb85 with scrape type 2
2026-03-28 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7919a09-2c59-573b-85d4-34d254e3eb85 with scrape type 2
2026-03-28 11:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7919a09-2c59-573b-85d4-34d254e3eb85, identifier: RO63%20LZW
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793634/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786790/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:03:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293610>
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293600/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ
2026-03-28 11:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ
2026-03-28 11:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 792af3c3-ba61-5005-a754-5963dcc6db2c with identifier: SY60%20MFJ to the API
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY60%20MFJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '792af3c3-ba61-5005-a754-5963dcc6db2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY60 MFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY60%20MFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 85580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TAKUYA Hatchback',
 'transmission': 'manual',
 'trim': 'TAKUYA',
 'vin': 'JMZBL14Z201215257',
 'year': 2010}
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY60%2520MFJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Saving data for SY60%20MFJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774479531.532368, 'last_price_update_time': 1774695807.409919}
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY60%2520MFJ') HTTP/1.1" 204 0
2026-03-28 11:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW
2026-03-28 11:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW
2026-03-28 11:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7919a09-2c59-573b-85d4-34d254e3eb85 with identifier: RO63%20LZW to the API
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO63%20LZW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7919a09-2c59-573b-85d4-34d254e3eb85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO63 LZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO63%20LZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 61877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 177 BMT 4M R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 BMT 4M R LINE DSG',
 'vin': 'WVGZZZ5NZEW020646',
 'year': 2013}
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520LZW%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Saving data for RO63%20LZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774591756.853315, 'last_price_update_time': 1774695807.760808}
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO63%2520LZW') HTTP/1.1" 204 0
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796584/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796868/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802011/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:03:27 [bca.uk] INFO: Found listing with ID: WD22%20CCF
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520CCF%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Scrape type for WD22%20CCF: 0
2026-03-28 11:03:27 [bca.uk] INFO: Found listing with ID: YA73%20ESV
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520ESV%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Scrape type for YA73%20ESV: 1
2026-03-28 11:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV
2026-03-28 11:03:27 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:03:27 [bca.uk] INFO: Found listing with ID: WF60%20EZT
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF60%2520EZT%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Scrape type for WF60%20EZT: 0
2026-03-28 11:03:27 [bca.uk] INFO: Found listing with ID: YK18%20XZB
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520XZB%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Scrape type for YK18%20XZB: 0
2026-03-28 11:03:27 [bca.uk] INFO: Found listing with ID: DU18%20WDR
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-28 11:03:27 [bca.uk] INFO: Scrape type for DU18%20WDR: 2
2026-03-28 11:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR
2026-03-28 11:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c973ee5a-815d-516c-b6fa-c1d70aa33a1b with scrape type 2
2026-03-28 11:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c973ee5a-815d-516c-b6fa-c1d70aa33a1b with scrape type 2
2026-03-28 11:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c973ee5a-815d-516c-b6fa-c1d70aa33a1b, identifier: DU18%20WDR
2026-03-28 11:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR
2026-03-28 11:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR
2026-03-28 11:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c973ee5a-815d-516c-b6fa-c1d70aa33a1b with identifier: DU18%20WDR to the API
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU18%20WDR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c973ee5a-815d-516c-b6fa-c1d70aa33a1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU18 WDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU18%20WDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 40593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U8009683',
 'year': 2018}
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WDR%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Saving data for DU18%20WDR: {'auction_closing_time': 1774778400.0, 'created_time': 1774448290.758624, 'last_price_update_time': 1774695808.378826}
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU18%2520WDR') HTTP/1.1" 204 0
2026-03-28 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293604/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: FG68%20YMS
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520YMS%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for FG68%20YMS: 0
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: HY14%20HKE
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY14%2520HKE%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for HY14%20HKE: 0
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: MM63%20YFL
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520YFL%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for MM63%20YFL: 0
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: OV17%20FPJ
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520FPJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for OV17%20FPJ: 0
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: WG65%20XOK
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520XOK%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for WG65%20XOK: 0
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: AO05%20HYJ
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO05%2520HYJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for AO05%20HYJ: 2
2026-03-28 11:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ
2026-03-28 11:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16452b81-64b8-58d1-90aa-496939f45c0d with scrape type 2
2026-03-28 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16452b81-64b8-58d1-90aa-496939f45c0d with scrape type 2
2026-03-28 11:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16452b81-64b8-58d1-90aa-496939f45c0d, identifier: AO05%20HYJ
2026-03-28 11:03:28 [bca.uk] INFO: Found listing with ID: HV67%20OHJ
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520OHJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:28 [bca.uk] INFO: Scrape type for HV67%20OHJ: 2
2026-03-28 11:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ
2026-03-28 11:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with scrape type 2
2026-03-28 11:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with scrape type 2
2026-03-28 11:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94, identifier: HV67%20OHJ
2026-03-28 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802076/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ
2026-03-28 11:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ
2026-03-28 11:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16452b81-64b8-58d1-90aa-496939f45c0d with identifier: AO05%20HYJ to the API
2026-03-28 11:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO05%20HYJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16452b81-64b8-58d1-90aa-496939f45c0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO05 HYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO05%20HYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '206',
 'odometer': 62745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 206 1.4 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'VF32AKFWR44767958',
 'year': 2005}
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO05%2520HYJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:29 [bca.uk] INFO: Saving data for AO05%20HYJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774504974.192595, 'last_price_update_time': 1774695809.125558}
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO05%2520HYJ') HTTP/1.1" 204 0
2026-03-28 11:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=multicoloured HTTP/1.1" 200 None
2026-03-28 11:03:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ
2026-03-28 11:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 273efdc7-53ee-5a04-9b88-4d76b2d8ee94 with identifier: HV67%20OHJ to the API
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20OHJ-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '273efdc7-53ee-5a04-9b88-4d76b2d8ee94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 OHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20OHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 43537,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12R011558688788',
 'year': 2017}
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520OHJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:29 [bca.uk] INFO: Saving data for HV67%20OHJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774476820.225276, 'last_price_update_time': 1774695809.831895}
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520OHJ') HTTP/1.1" 204 0
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e859590>
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793634%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793634/600 saved to cache
2026-03-28 11:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e61dd10>
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786790%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786790/600 saved to cache
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc3ed0>
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293600%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293600/600 saved to cache
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e8350>
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796584%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796584/600 saved to cache
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d85d0>
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796868%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796868/600 saved to cache
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d0350>
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698802011%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802011/600 saved to cache
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786820/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:03:30 [bca.uk] INFO: Found listing with ID: OY17%20FYS
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FYS%27 HTTP/1.1" 200 None
2026-03-28 11:03:30 [bca.uk] INFO: Scrape type for OY17%20FYS: 0
2026-03-28 11:03:30 [bca.uk] INFO: Found listing with ID: AK17%20YDS
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520YDS%27 HTTP/1.1" 200 None
2026-03-28 11:03:30 [bca.uk] INFO: Scrape type for AK17%20YDS: 2
2026-03-28 11:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS
2026-03-28 11:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9bc13ba-824e-588e-a28e-cc2005789d16 with scrape type 2
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9bc13ba-824e-588e-a28e-cc2005789d16 with scrape type 2
2026-03-28 11:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9bc13ba-824e-588e-a28e-cc2005789d16, identifier: AK17%20YDS
2026-03-28 11:03:30 [bca.uk] INFO: Found listing with ID: LC16%20CKE
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520CKE%27 HTTP/1.1" 200 None
2026-03-28 11:03:30 [bca.uk] INFO: Scrape type for LC16%20CKE: 0
2026-03-28 11:03:30 [bca.uk] INFO: Found listing with ID: MT61%20EPD
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520EPD%27 HTTP/1.1" 200 None
2026-03-28 11:03:30 [bca.uk] INFO: Scrape type for MT61%20EPD: 0
2026-03-28 11:03:30 [bca.uk] INFO: Found listing with ID: YA67%20SYU
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520SYU%27 HTTP/1.1" 200 None
2026-03-28 11:03:30 [bca.uk] INFO: Scrape type for YA67%20SYU: 2
2026-03-28 11:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU
2026-03-28 11:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab246cee-e230-5c8b-a56e-a8237b1dacae with scrape type 2
2026-03-28 11:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab246cee-e230-5c8b-a56e-a8237b1dacae with scrape type 2
2026-03-28 11:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab246cee-e230-5c8b-a56e-a8237b1dacae, identifier: YA67%20SYU
2026-03-28 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796913/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS
2026-03-28 11:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS
2026-03-28 11:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9bc13ba-824e-588e-a28e-cc2005789d16 with identifier: AK17%20YDS to the API
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK17%20YDS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9bc13ba-824e-588e-a28e-cc2005789d16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK17 YDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK17%20YDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 87755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.5 TDCI 120 ZETEC P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 120 ZETEC P/S',
 'vin': 'WF0WXXGCEWHJ11273',
 'year': 2017}
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520YDS%27 HTTP/1.1" 200 None
2026-03-28 11:03:31 [bca.uk] INFO: Saving data for AK17%20YDS: {'auction_closing_time': 1774864800.0, 'created_time': 1774591868.417254, 'last_price_update_time': 1774695811.343858}
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK17%2520YDS') HTTP/1.1" 204 0
2026-03-28 11:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU
2026-03-28 11:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU
2026-03-28 11:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab246cee-e230-5c8b-a56e-a8237b1dacae with identifier: YA67%20SYU to the API
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA67%20SYU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab246cee-e230-5c8b-a56e-a8237b1dacae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA67 SYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA67%20SYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 36095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FLAIR',
 'vin': 'VF7PAHMTCHR813038',
 'year': 2017}
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520SYU%27 HTTP/1.1" 200 None
2026-03-28 11:03:31 [bca.uk] INFO: Saving data for YA67%20SYU: {'auction_closing_time': 1774778400.0, 'created_time': 1774564693.371767, 'last_price_update_time': 1774695811.737596}
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520SYU') HTTP/1.1" 204 0
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc1490>
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_expert_report_file_e19f2ae6-3516-4aa2-8932-412f31da8c63.pdf HTTP/1.1" 201 0
2026-03-28 11:03:31 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28ab50ea-4f5a-545f-b49b-8b86322ed399, skipping ID generation
2026-03-28 11:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWF61VPM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WF61VPM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf5f90>
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293604%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293604/600 saved to cache
2026-03-28 11:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786902/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786902>
2026-03-28 11:03:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293624/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293624>
2026-03-28 11:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293610/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:03:31 [bca.uk] INFO: Found listing with ID: CF17%20BZG
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF17%2520BZG%27 HTTP/1.1" 200 None
2026-03-28 11:03:31 [bca.uk] INFO: Scrape type for CF17%20BZG: 0
2026-03-28 11:03:31 [bca.uk] INFO: Found listing with ID: CV65%20ZBZ
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:31 [bca.uk] INFO: Scrape type for CV65%20ZBZ: 2
2026-03-28 11:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ
2026-03-28 11:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with scrape type 2
2026-03-28 11:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with scrape type 2
2026-03-28 11:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba, identifier: CV65%20ZBZ
2026-03-28 11:03:32 [bca.uk] INFO: Found listing with ID: FV17%20CRF
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520CRF%27 HTTP/1.1" 200 None
2026-03-28 11:03:32 [bca.uk] INFO: Scrape type for FV17%20CRF: 0
2026-03-28 11:03:32 [bca.uk] INFO: Found listing with ID: PG68%20MPV
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG68%2520MPV%27 HTTP/1.1" 200 None
2026-03-28 11:03:32 [bca.uk] INFO: Scrape type for PG68%20MPV: 2
2026-03-28 11:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV
2026-03-28 11:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with scrape type 2
2026-03-28 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with scrape type 2
2026-03-28 11:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e, identifier: PG68%20MPV
2026-03-28 11:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ
2026-03-28 11:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ
2026-03-28 11:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba with identifier: CV65%20ZBZ to the API
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV65%20ZBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3bbd306c-8bd2-5aa7-b4d7-10ee0a6ca8ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV65 ZBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV65%20ZBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 115519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2KE4GA554912',
 'year': 2015}
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:32 [bca.uk] INFO: Saving data for CV65%20ZBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929472.786704, 'last_price_update_time': 1774695812.549205}
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV65%2520ZBZ') HTTP/1.1" 204 0
2026-03-28 11:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV
2026-03-28 11:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV
2026-03-28 11:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50beb496-1f36-5eb5-80cc-5e5d9b8ba10e with identifier: PG68%20MPV to the API
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PG68%20MPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50beb496-1f36-5eb5-80cc-5e5d9b8ba10e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PG68 MPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PG68%20MPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 100356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 40 TDI SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': '40 TDI SPORT S-T',
 'vin': 'WAUZZZF21KN022795',
 'year': 2019}
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG68%2520MPV%27 HTTP/1.1" 200 None
2026-03-28 11:03:32 [bca.uk] INFO: Saving data for PG68%20MPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774361874.752988, 'last_price_update_time': 1774695812.956731}
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PG68%2520MPV') HTTP/1.1" 204 0
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602553%27 HTTP/1.1" 200 None
2026-03-28 11:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602553 not downloaded yet
2026-03-28 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793693/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793693>
2026-03-28 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786889/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786889>
2026-03-28 11:03:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293617/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293617>
2026-03-28 11:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20UPM-GB>
2026-03-28 11:03:33 [bca.uk] INFO: Found listing with ID: FA52%20BEL
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA52%2520BEL%27 HTTP/1.1" 200 None
2026-03-28 11:03:33 [bca.uk] INFO: Scrape type for FA52%20BEL: 0
2026-03-28 11:03:33 [bca.uk] INFO: Found listing with ID: FE65%20VCD
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-28 11:03:33 [bca.uk] INFO: Scrape type for FE65%20VCD: 2
2026-03-28 11:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD
2026-03-28 11:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88dd4ddd-412e-5778-b47c-8ea302243da3 with scrape type 2
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88dd4ddd-412e-5778-b47c-8ea302243da3 with scrape type 2
2026-03-28 11:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88dd4ddd-412e-5778-b47c-8ea302243da3, identifier: FE65%20VCD
2026-03-28 11:03:33 [bca.uk] INFO: Found listing with ID: AK58%20VZY
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520VZY%27 HTTP/1.1" 200 None
2026-03-28 11:03:33 [bca.uk] INFO: Scrape type for AK58%20VZY: 2
2026-03-28 11:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY
2026-03-28 11:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c6bfd06-a003-5255-b592-1e25337b902d with scrape type 2
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c6bfd06-a003-5255-b592-1e25337b902d with scrape type 2
2026-03-28 11:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c6bfd06-a003-5255-b592-1e25337b902d, identifier: AK58%20VZY
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb82650>
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793670%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793670/600 saved to cache
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f8ad0>
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698802076%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802076/600 saved to cache
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff13750>
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_expert_report_file_d6eb9230-fd10-4477-9a1e-ee01f516b2bc.pdf HTTP/1.1" 201 0
2026-03-28 11:03:33 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb019db5-f305-538c-b142-6039ad8ff322, skipping ID generation
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDH66OBL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DH66OBL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea78d0>
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786820%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786820/600 saved to cache
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8eb550>
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793656%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793656/600 saved to cache
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea7810>
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796913%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796913/600 saved to cache
2026-03-28 11:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG09%20CXU-GB>
2026-03-28 11:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786870/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786870>
2026-03-28 11:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA73%20ESV-GB>
2026-03-28 11:03:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793685>
2026-03-28 11:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD
2026-03-28 11:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD
2026-03-28 11:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88dd4ddd-412e-5778-b47c-8ea302243da3 with identifier: FE65%20VCD to the API
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE65%20VCD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88dd4ddd-412e-5778-b47c-8ea302243da3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE65 VCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE65%20VCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 62295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN3GH086854',
 'year': 2015}
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520VCD%27 HTTP/1.1" 200 None
2026-03-28 11:03:33 [bca.uk] INFO: Saving data for FE65%20VCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774504972.445716, 'last_price_update_time': 1774695813.930656}
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE65%2520VCD') HTTP/1.1" 204 0
2026-03-28 11:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY
2026-03-28 11:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY
2026-03-28 11:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c6bfd06-a003-5255-b592-1e25337b902d with identifier: AK58%20VZY to the API
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK58%20VZY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c6bfd06-a003-5255-b592-1e25337b902d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK58 VZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK58%20VZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'EOS',
 'odometer': 113098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN EOS 2.0 T FSI SPORT DSG Convertible',
 'transmission': 'automatic',
 'trim': 'T FSI SPORT DSG',
 'vin': 'WVWZZZ1FZ8V052573',
 'year': 2008}
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520VZY%27 HTTP/1.1" 200 None
2026-03-28 11:03:34 [bca.uk] INFO: Saving data for AK58%20VZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774591754.815272, 'last_price_update_time': 1774695814.446165}
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK58%2520VZY') HTTP/1.1" 204 0
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602567%27 HTTP/1.1" 200 None
2026-03-28 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602567 not downloaded yet
2026-03-28 11:03:34 [bca.uk] INFO: Found listing with ID: K40%20VNB
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K40%2520VNB%27 HTTP/1.1" 200 None
2026-03-28 11:03:34 [bca.uk] INFO: Scrape type for K40%20VNB: 2
2026-03-28 11:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB
2026-03-28 11:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with scrape type 2
2026-03-28 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with scrape type 2
2026-03-28 11:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7, identifier: K40%20VNB
2026-03-28 11:03:34 [bca.uk] INFO: Found listing with ID: J17%20SDL
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J17%2520SDL%27 HTTP/1.1" 200 None
2026-03-28 11:03:34 [bca.uk] INFO: Scrape type for J17%20SDL: 0
2026-03-28 11:03:34 [bca.uk] INFO: Found listing with ID: LW02%20GAV
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW02%2520GAV%27 HTTP/1.1" 200 None
2026-03-28 11:03:34 [bca.uk] INFO: Scrape type for LW02%20GAV: 2
2026-03-28 11:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV
2026-03-28 11:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with scrape type 2
2026-03-28 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with scrape type 2
2026-03-28 11:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f69adef9-e9f6-5ba3-8d7b-7e697acadc19, identifier: LW02%20GAV
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813705%27 HTTP/1.1" 200 None
2026-03-28 11:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813705 not downloaded yet
2026-03-28 11:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802097/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802097>
2026-03-28 11:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796927/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796927>
2026-03-28 11:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786847>
2026-03-28 11:03:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293607>
2026-03-28 11:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB
2026-03-28 11:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB
2026-03-28 11:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6dd69a0-e800-56aa-a58c-df50fe7cfeb7 with identifier: K40%20VNB to the API
2026-03-28 11:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K40%20VNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6dd69a0-e800-56aa-a58c-df50fe7cfeb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K40 VNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K40%20VNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '420D',
 'odometer': 108584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA4P72090K719171',
 'year': 2016}
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K40%2520VNB%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [bca.uk] INFO: Saving data for K40%20VNB: {'auction_closing_time': 1774864800.0, 'created_time': 1774591834.130596, 'last_price_update_time': 1774695815.205127}
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K40%2520VNB') HTTP/1.1" 204 0
2026-03-28 11:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV
2026-03-28 11:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV
2026-03-28 11:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f69adef9-e9f6-5ba3-8d7b-7e697acadc19 with identifier: LW02%20GAV to the API
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LW02%20GAV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f69adef9-e9f6-5ba3-8d7b-7e697acadc19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LW02 GAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LW02%20GAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 101712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.7 TDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 HSE',
 'vin': 'SALLSAA138A175698',
 'year': 2009}
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW02%2520GAV%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [bca.uk] INFO: Saving data for LW02%20GAV: {'auction_closing_time': 1774864800.0, 'created_time': 1774591747.999416, 'last_price_update_time': 1774695815.539822}
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LW02%2520GAV') HTTP/1.1" 204 0
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602580%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602580 not downloaded yet
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8f4490>
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_expert_report_file_82313c16-684c-461c-9356-f6a579e96cad.pdf HTTP/1.1" 201 0
2026-03-28 11:03:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4eccf9d-8001-5d5e-9db1-5dec162636ac, skipping ID generation
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKX64WYR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KX64WYR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e609ad0>
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293610%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293610/600 saved to cache
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796603/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796603>
2026-03-28 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786902/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:03:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD60%20AGX-GB>
2026-03-28 11:03:35 [bca.uk] INFO: Found listing with ID: MF16%20GHO
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520GHO%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [bca.uk] INFO: Scrape type for MF16%20GHO: 2
2026-03-28 11:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO
2026-03-28 11:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4641462c-2bf7-5137-820d-94e8a09b21cc with scrape type 2
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4641462c-2bf7-5137-820d-94e8a09b21cc with scrape type 2
2026-03-28 11:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4641462c-2bf7-5137-820d-94e8a09b21cc, identifier: MF16%20GHO
2026-03-28 11:03:35 [bca.uk] INFO: Found listing with ID: YH62%20JFG
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520JFG%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [bca.uk] INFO: Scrape type for YH62%20JFG: 2
2026-03-28 11:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG
2026-03-28 11:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with scrape type 2
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with scrape type 2
2026-03-28 11:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c88ae957-3693-5b16-b2b2-b753c6c8d4b4, identifier: YH62%20JFG
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813718%27 HTTP/1.1" 200 None
2026-03-28 11:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813718 not downloaded yet
2026-03-28 11:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293624/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO
2026-03-28 11:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO
2026-03-28 11:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4641462c-2bf7-5137-820d-94e8a09b21cc with identifier: MF16%20GHO to the API
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF16%20GHO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4641462c-2bf7-5137-820d-94e8a09b21cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF16 GHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF16%20GHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 73989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2053042F340952',
 'year': 2016}
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520GHO%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [bca.uk] INFO: Saving data for MF16%20GHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774591793.054319, 'last_price_update_time': 1774695816.248277}
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF16%2520GHO') HTTP/1.1" 204 0
2026-03-28 11:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG
2026-03-28 11:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG
2026-03-28 11:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c88ae957-3693-5b16-b2b2-b753c6c8d4b4 with identifier: YH62%20JFG to the API
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH62%20JFG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c88ae957-3693-5b16-b2b2-b753c6c8d4b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH62 JFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH62%20JFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 82505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E AMG SPORT Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2043022F992878',
 'year': 2012}
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520JFG%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [bca.uk] INFO: Saving data for YH62%20JFG: {'auction_closing_time': 1774864800.0, 'created_time': 1774591731.558568, 'last_price_update_time': 1774695816.616411}
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520JFG') HTTP/1.1" 204 0
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602592%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602592 not downloaded yet
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587774%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587774 not downloaded yet
2026-03-28 11:03:36 [bca.uk] INFO: Found listing with ID: HX05%20UJS
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX05%2520UJS%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [bca.uk] INFO: Scrape type for HX05%20UJS: 2
2026-03-28 11:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS
2026-03-28 11:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with scrape type 2
2026-03-28 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with scrape type 2
2026-03-28 11:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa, identifier: HX05%20UJS
2026-03-28 11:03:36 [bca.uk] INFO: Found listing with ID: YC13%20HCU
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC13%2520HCU%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [bca.uk] INFO: Scrape type for YC13%20HCU: 2
2026-03-28 11:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU
2026-03-28 11:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with scrape type 2
2026-03-28 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with scrape type 2
2026-03-28 11:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fd3ed77-2be3-5968-9ef0-411fdaac7488, identifier: YC13%20HCU
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813739%27 HTTP/1.1" 200 None
2026-03-28 11:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813739 not downloaded yet
2026-03-28 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786889/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793693/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293617/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS
2026-03-28 11:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS
2026-03-28 11:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa with identifier: HX05%20UJS to the API
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX05%20UJS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f0dd2d77-8cd2-5d8b-98b1-d79dea2d44fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX05 UJS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX05%20UJS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 71920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 GHIA Hatchback',
 'transmission': 'automatic',
 'trim': 'GHIA',
 'vin': 'WF05XXWPD55B16328',
 'year': 2005}
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX05%2520UJS%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Saving data for HX05%20UJS: {'auction_closing_time': 1774864800.0, 'created_time': 1774015821.70353, 'last_price_update_time': 1774695817.305215}
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX05%2520UJS') HTTP/1.1" 204 0
2026-03-28 11:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU
2026-03-28 11:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU
2026-03-28 11:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fd3ed77-2be3-5968-9ef0-411fdaac7488 with identifier: YC13%20HCU to the API
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 294,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC13%20HCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4fd3ed77-2be3-5968-9ef0-411fdaac7488',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC13 HCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC13%20HCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CASCADA',
 'odometer': 62742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CASCADA 2.0 CDTI 165 SE Convertible',
 'transmission': 'manual',
 'trim': 'CDTI 165 SE',
 'vin': 'W0LWR3DN5DG084755',
 'year': 2013}
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC13%2520HCU%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Saving data for YC13%20HCU: {'auction_closing_time': 1774778400.0, 'created_time': 1773845122.143921, 'last_price_update_time': 1774695817.69492}
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC13%2520HCU') HTTP/1.1" 204 0
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602615%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602615 not downloaded yet
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587789%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587789 not downloaded yet
2026-03-28 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793685/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786870/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:03:37 [bca.uk] INFO: Found listing with ID: KR09%20WWZ
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR09%2520WWZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Scrape type for KR09%20WWZ: 0
2026-03-28 11:03:37 [bca.uk] INFO: Found listing with ID: LG11%20BUP
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG11%2520BUP%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Scrape type for LG11%20BUP: 0
2026-03-28 11:03:37 [bca.uk] INFO: Found listing with ID: LT56%20FLZ
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT56%2520FLZ%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Scrape type for LT56%20FLZ: 0
2026-03-28 11:03:37 [bca.uk] INFO: Found listing with ID: SG11%20EMV
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG11%2520EMV%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Scrape type for SG11%20EMV: 0
2026-03-28 11:03:37 [bca.uk] INFO: Found listing with ID: CA57%20XLV
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-28 11:03:37 [bca.uk] INFO: Scrape type for CA57%20XLV: 2
2026-03-28 11:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV
2026-03-28 11:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3844e120-fb61-5c9b-86d6-ac980b8762b2 with scrape type 2
2026-03-28 11:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3844e120-fb61-5c9b-86d6-ac980b8762b2 with scrape type 2
2026-03-28 11:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3844e120-fb61-5c9b-86d6-ac980b8762b2, identifier: CA57%20XLV
2026-03-28 11:03:38 [bca.uk] INFO: Found listing with ID: YG63%20XGU
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520XGU%27 HTTP/1.1" 200 None
2026-03-28 11:03:38 [bca.uk] INFO: Scrape type for YG63%20XGU: 0
2026-03-28 11:03:38 [bca.uk] INFO: Found listing with ID: YG64%20YTB
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520YTB%27 HTTP/1.1" 200 None
2026-03-28 11:03:38 [bca.uk] INFO: Scrape type for YG64%20YTB: 2
2026-03-28 11:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37fdeb8-de56-5ce5-83de-5702fea5cb77 with identifier: YG64%20YTB
2026-03-28 11:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37fdeb8-de56-5ce5-83de-5702fea5cb77 with scrape type 2
2026-03-28 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37fdeb8-de56-5ce5-83de-5702fea5cb77 with scrape type 2
2026-03-28 11:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c37fdeb8-de56-5ce5-83de-5702fea5cb77, identifier: YG64%20YTB
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813751%27 HTTP/1.1" 200 None
2026-03-28 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813751 not downloaded yet
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e609fd0>
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786902%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786902/600 saved to cache
2026-03-28 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdd5d90>
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293624%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293624/600 saved to cache
2026-03-28 11:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV
2026-03-28 11:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV
2026-03-28 11:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3844e120-fb61-5c9b-86d6-ac980b8762b2 with identifier: CA57%20XLV to the API
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA57%20XLV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3844e120-fb61-5c9b-86d6-ac980b8762b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA57 XLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA57%20XLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 116109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.8 VVT LIFE Estate',
 'transmission': 'automatic',
 'trim': 'VVT LIFE',
 'vin': 'W0L0AHL3582086952',
 'year': 2008}
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA57%2520XLV%27 HTTP/1.1" 200 None
2026-03-28 11:03:38 [bca.uk] INFO: Saving data for CA57%20XLV: {'auction_closing_time': 1774778400.0, 'created_time': 1774390042.591949, 'last_price_update_time': 1774695818.583983}
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA57%2520XLV') HTTP/1.1" 204 0
2026-03-28 11:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c37fdeb8-de56-5ce5-83de-5702fea5cb77 with identifier: YG64%20YTB
2026-03-28 11:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c37fdeb8-de56-5ce5-83de-5702fea5cb77 with identifier: YG64%20YTB
2026-03-28 11:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c37fdeb8-de56-5ce5-83de-5702fea5cb77 with identifier: YG64%20YTB to the API
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG64%20YTB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c37fdeb8-de56-5ce5-83de-5702fea5cb77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG64 YTB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG64%20YTB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': '6 TOURER',
 'odometer': 139540,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 TOURER 2.2 D 175 SPORT Estate',
 'transmission': 'manual',
 'trim': 'D 175 SPORT',
 'vin': 'JMZGJ692621179380',
 'year': 2014}
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520YTB%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [bca.uk] INFO: Saving data for YG64%20YTB: {'auction_closing_time': 1774778400.0, 'created_time': 1774303458.319177, 'last_price_update_time': 1774695819.066089}
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG64%2520YTB') HTTP/1.1" 204 0
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602644%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602644 not downloaded yet
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587804%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587804 not downloaded yet
2026-03-28 11:03:39 [bca.uk] INFO: Found listing with ID: SD67%20OYC
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [bca.uk] INFO: Scrape type for SD67%20OYC: 1
2026-03-28 11:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e80eee89-7e00-5fcf-8fce-b398b8e41187 with identifier: SD67%20OYC
2026-03-28 11:03:39 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:39 [bca.uk] INFO: Found listing with ID: EF13%20OTV
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520OTV%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [bca.uk] INFO: Scrape type for EF13%20OTV: 2
2026-03-28 11:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV
2026-03-28 11:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 918a30a8-9595-57ed-be33-8ccceb35f341 with scrape type 2
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 918a30a8-9595-57ed-be33-8ccceb35f341 with scrape type 2
2026-03-28 11:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 918a30a8-9595-57ed-be33-8ccceb35f341, identifier: EF13%20OTV
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813768%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813768 not downloaded yet
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2afed0>
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786889%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786889/600 saved to cache
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4e8cd0>
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793693%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793693/600 saved to cache
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac48fb50>
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293617%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293617/600 saved to cache
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV
2026-03-28 11:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV
2026-03-28 11:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 918a30a8-9595-57ed-be33-8ccceb35f341 with identifier: EF13%20OTV to the API
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 88,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF13%20OTV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '918a30a8-9595-57ed-be33-8ccceb35f341',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF13 OTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF13%20OTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 110303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 105 ECONETIC EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 105 ECONETIC EDGE',
 'vin': 'WF0KXXGCBKDJ64518',
 'year': 2013}
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520OTV%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [bca.uk] INFO: Saving data for EF13%20OTV: {'auction_closing_time': 1774778400.0, 'created_time': 1774419001.560597, 'last_price_update_time': 1774695819.799837}
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF13%2520OTV') HTTP/1.1" 204 0
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602670%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602670 not downloaded yet
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587822%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587822 not downloaded yet
2026-03-28 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796927/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796603/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802097/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:03:39 [bca.uk] INFO: Found listing with ID: BN07%20XHP
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN07%2520XHP%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [bca.uk] INFO: Scrape type for BN07%20XHP: 2
2026-03-28 11:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP
2026-03-28 11:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with scrape type 2
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with scrape type 2
2026-03-28 11:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a, identifier: BN07%20XHP
2026-03-28 11:03:39 [bca.uk] INFO: Found listing with ID: FJ15%20XZU
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ15%2520XZU%27 HTTP/1.1" 200 None
2026-03-28 11:03:39 [bca.uk] INFO: Scrape type for FJ15%20XZU: 2
2026-03-28 11:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU
2026-03-28 11:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with scrape type 2
2026-03-28 11:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with scrape type 2
2026-03-28 11:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8, identifier: FJ15%20XZU
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813802%27 HTTP/1.1" 200 None
2026-03-28 11:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813802 not downloaded yet
2026-03-28 11:03:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813705/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813705>
2026-03-28 11:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP
2026-03-28 11:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP
2026-03-28 11:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0ca8019-fab6-5cc9-a22c-aecb0bdef12a with identifier: BN07%20XHP to the API
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN07%20XHP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0ca8019-fab6-5cc9-a22c-aecb0bdef12a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN07 XHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN07%20XHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 83067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 LX Hatchback',
 'transmission': 'automatic',
 'trim': 'LX',
 'vin': 'WF05XXWPD57K19279',
 'year': 2007}
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN07%2520XHP%27 HTTP/1.1" 200 None
2026-03-28 11:03:40 [bca.uk] INFO: Saving data for BN07%20XHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774591838.328686, 'last_price_update_time': 1774695820.989289}
2026-03-28 11:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN07%2520XHP') HTTP/1.1" 204 0
2026-03-28 11:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU
2026-03-28 11:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU
2026-03-28 11:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8 with identifier: FJ15%20XZU to the API
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ15%20XZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c94ddb59-d580-5fcf-a1a4-5ef67eeac6a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ15 XZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ15%20XZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 109899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA TOURER 2.0 CDTI E/F 140 DESIGN Estate',
 'transmission': 'manual',
 'trim': 'CDTI E/F 140 DESIGN',
 'vin': 'W0LGM8ES5F1025960',
 'year': 2015}
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ15%2520XZU%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [bca.uk] INFO: Saving data for FJ15%20XZU: {'auction_closing_time': 1774778400.0, 'created_time': 1773930772.928824, 'last_price_update_time': 1774695821.512236}
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ15%2520XZU') HTTP/1.1" 204 0
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602689%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602689 not downloaded yet
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587837%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587837 not downloaded yet
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff4d9d0>
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_expert_report_file_c59d4f42-ace8-4270-94ef-126704094ef9.pdf HTTP/1.1" 201 0
2026-03-28 11:03:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:03:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743, skipping ID generation
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBW15UPM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BW15UPM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff4cb90>
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793685%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793685/600 saved to cache
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff449d0>
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786870%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786870/600 saved to cache
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8dfb50>
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_expert_report_file_c5498ed1-a431-43eb-8101-6721c5f401c0.pdf HTTP/1.1" 201 0
2026-03-28 11:03:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:03:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2f74880c-6ef9-55be-9bdc-29c614fe9321, skipping ID generation
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYA73ESV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YA73ESV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587755/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KX64WYR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:41 [bca.uk] INFO: Found listing with ID: FL60%20TTX
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [bca.uk] INFO: Scrape type for FL60%20TTX: 2
2026-03-28 11:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX
2026-03-28 11:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with scrape type 2
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with scrape type 2
2026-03-28 11:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1, identifier: FL60%20TTX
2026-03-28 11:03:41 [bca.uk] INFO: Found listing with ID: GF62%20UBR
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520UBR%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [bca.uk] INFO: Scrape type for GF62%20UBR: 1
2026-03-28 11:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebdf7fcb-6f78-5a9f-b674-658db260f8d9 with identifier: GF62%20UBR
2026-03-28 11:03:41 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813826%27 HTTP/1.1" 200 None
2026-03-28 11:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813826 not downloaded yet
2026-03-28 11:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX
2026-03-28 11:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX
2026-03-28 11:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 763b2a3c-f270-5d0d-85b1-3f770c2ecbd1 with identifier: FL60%20TTX to the API
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL60%20TTX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '763b2a3c-f270-5d0d-85b1-3f770c2ecbd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL60 TTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL60%20TTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 95759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'TITANIUM',
 'vin': 'WF0JXXGAJJAJ32928',
 'year': 2010}
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520TTX%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [bca.uk] INFO: Saving data for FL60%20TTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774504909.209435, 'last_price_update_time': 1774695822.269814}
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL60%2520TTX') HTTP/1.1" 204 0
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602712%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602712 not downloaded yet
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587862%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587862 not downloaded yet
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483504%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483504 not downloaded yet
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767919%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767919 not downloaded yet
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac47d410>
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_expert_report_file_4c33048a-f5d8-4096-aca8-7c8a184a7b8e.pdf HTTP/1.1" 201 0
2026-03-28 11:03:42 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8, skipping ID generation
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWG09CXU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WG09CXU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac375390>
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796927%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796927/600 saved to cache
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2abd90>
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796603%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796603/600 saved to cache
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac116ad0>
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293607%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293607/600 saved to cache
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c2850>
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786847%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786847/600 saved to cache
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac115890>
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698802097%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802097/600 saved to cache
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813739/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813739>
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602580/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602580>
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602592/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602592>
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813718/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813718>
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602567/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602567>
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587774/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587774>
2026-03-28 11:03:42 [bca.uk] INFO: Found listing with ID: KN09%20JZF
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [bca.uk] INFO: Scrape type for KN09%20JZF: 2
2026-03-28 11:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF
2026-03-28 11:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with scrape type 2
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with scrape type 2
2026-03-28 11:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab, identifier: KN09%20JZF
2026-03-28 11:03:42 [bca.uk] INFO: Found listing with ID: HV62%20WPN
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV62%2520WPN%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [bca.uk] INFO: Scrape type for HV62%20WPN: 0
2026-03-28 11:03:42 [bca.uk] INFO: Found listing with ID: MT61%20NXP
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520NXP%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [bca.uk] INFO: Scrape type for MT61%20NXP: 0
2026-03-28 11:03:42 [bca.uk] INFO: Found listing with ID: PK58%20XAE
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK58%2520XAE%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [bca.uk] INFO: Scrape type for PK58%20XAE: 1
2026-03-28 11:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c9a0811-ec68-5e10-a040-020fffd73e15 with identifier: PK58%20XAE
2026-03-28 11:03:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813859%27 HTTP/1.1" 200 None
2026-03-28 11:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813859 not downloaded yet
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813751/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813751>
2026-03-28 11:03:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587804/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587804>
2026-03-28 11:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF
2026-03-28 11:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF
2026-03-28 11:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5c23bdf-8112-51d4-b3ee-7ca3df8730ab with identifier: KN09%20JZF to the API
2026-03-28 11:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN09%20JZF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5c23bdf-8112-51d4-b3ee-7ca3df8730ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN09 JZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN09%20JZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 91984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 1.0 (84) PASSION Coupe',
 'transmission': 'automatic',
 'trim': '(84) PASSION',
 'vin': 'WME4513322K238624',
 'year': 2009}
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520JZF%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [bca.uk] INFO: Saving data for KN09%20JZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448151.069715, 'last_price_update_time': 1774695823.210571}
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN09%2520JZF') HTTP/1.1" 204 0
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587879%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587879 not downloaded yet
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483516%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483516 not downloaded yet
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767939%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767939 not downloaded yet
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802125%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802125 not downloaded yet
2026-03-28 11:03:43 [bca.uk] INFO: Found listing with ID: WV59%20TZE
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520TZE%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [bca.uk] INFO: Scrape type for WV59%20TZE: 1
2026-03-28 11:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE
2026-03-28 11:03:43 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:03:43 [bca.uk] INFO: Found listing with ID: SL12%20MFA
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520MFA%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [bca.uk] INFO: Scrape type for SL12%20MFA: 1
2026-03-28 11:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b031631-a56a-5376-a862-429861371028 with identifier: SL12%20MFA
2026-03-28 11:03:43 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813884%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813884 not downloaded yet
2026-03-28 11:03:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e860c10>
2026-03-28 11:03:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_expert_report_file_c998841c-d405-41c5-a741-bf1f382cb684.pdf HTTP/1.1" 201 0
2026-03-28 11:03:43 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98ba0866-113f-5795-bc05-eca7493443d3, skipping ID generation
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSD60AGX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD60AGX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602670>
2026-03-28 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813768/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813768>
2026-03-28 11:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813705/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602644/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602644>
2026-03-28 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD67%20OYC-GB>
2026-03-28 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587822/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587822>
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587905%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587905 not downloaded yet
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483525%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483525 not downloaded yet
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767954%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767954 not downloaded yet
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802136%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802136 not downloaded yet
2026-03-28 11:03:43 [bca.uk] INFO: Found listing with ID: OV66%20CPY
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520CPY%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [bca.uk] INFO: Scrape type for OV66%20CPY: 2
2026-03-28 11:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39021a03-228c-56b2-8e40-1291ef5bea13 with identifier: OV66%20CPY
2026-03-28 11:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39021a03-228c-56b2-8e40-1291ef5bea13 with scrape type 2
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39021a03-228c-56b2-8e40-1291ef5bea13 with scrape type 2
2026-03-28 11:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39021a03-228c-56b2-8e40-1291ef5bea13, identifier: OV66%20CPY
2026-03-28 11:03:43 [bca.uk] INFO: Found listing with ID: WN60%20THG
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN60%2520THG%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [bca.uk] INFO: Scrape type for WN60%20THG: 2
2026-03-28 11:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG
2026-03-28 11:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9aa755-7f0c-5430-b0dc-939be1b7b556 with scrape type 2
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc9aa755-7f0c-5430-b0dc-939be1b7b556 with scrape type 2
2026-03-28 11:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc9aa755-7f0c-5430-b0dc-939be1b7b556, identifier: WN60%20THG
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793121%27 HTTP/1.1" 200 None
2026-03-28 11:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793121 not downloaded yet
2026-03-28 11:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587755/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:03:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813802/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813802>
2026-03-28 11:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39021a03-228c-56b2-8e40-1291ef5bea13 with identifier: OV66%20CPY
2026-03-28 11:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39021a03-228c-56b2-8e40-1291ef5bea13 with identifier: OV66%20CPY
2026-03-28 11:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39021a03-228c-56b2-8e40-1291ef5bea13 with identifier: OV66%20CPY to the API
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV66%20CPY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '39021a03-228c-56b2-8e40-1291ef5bea13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV66 CPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV66%20CPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 138457,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '90 ENERGY',
 'vin': 'W0L0XEP08G6062651',
 'year': 2016}
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520CPY%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [bca.uk] INFO: Saving data for OV66%20CPY: {'auction_closing_time': 1774778400.0, 'created_time': 1774389997.781042, 'last_price_update_time': 1774695824.070075}
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV66%2520CPY') HTTP/1.1" 204 0
2026-03-28 11:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG
2026-03-28 11:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG
2026-03-28 11:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc9aa755-7f0c-5430-b0dc-939be1b7b556 with identifier: WN60%20THG to the API
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN60%20THG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc9aa755-7f0c-5430-b0dc-939be1b7b556',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN60 THG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN60%20THG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 111803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNFBAF15U6035652',
 'year': 2010}
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN60%2520THG%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [bca.uk] INFO: Saving data for WN60%20THG: {'auction_closing_time': 1774778400.0, 'created_time': 1774419009.694524, 'last_price_update_time': 1774695824.522674}
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN60%2520THG') HTTP/1.1" 204 0
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587930%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587930 not downloaded yet
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483535%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483535 not downloaded yet
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767975%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767975 not downloaded yet
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802150%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802150 not downloaded yet
2026-03-28 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813718/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602580/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602592/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602567/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587774/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813739/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:44 [bca.uk] INFO: Found listing with ID: WJ63%20NXK
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520NXK%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [bca.uk] INFO: Scrape type for WJ63%20NXK: 2
2026-03-28 11:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 233b8e2a-fa40-55b8-b3af-1c1c40caef59 with identifier: WJ63%20NXK
2026-03-28 11:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 233b8e2a-fa40-55b8-b3af-1c1c40caef59 with scrape type 2
2026-03-28 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 233b8e2a-fa40-55b8-b3af-1c1c40caef59 with scrape type 2
2026-03-28 11:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 233b8e2a-fa40-55b8-b3af-1c1c40caef59, identifier: WJ63%20NXK
2026-03-28 11:03:44 [bca.uk] INFO: Found listing with ID: AO60%20TNJ
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO60%2520TNJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [bca.uk] INFO: Scrape type for AO60%20TNJ: 1
2026-03-28 11:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ca9b47-7e63-553f-bf45-5039f76f4c7d with identifier: AO60%20TNJ
2026-03-28 11:03:44 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793126%27 HTTP/1.1" 200 None
2026-03-28 11:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793126 not downloaded yet
2026-03-28 11:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 233b8e2a-fa40-55b8-b3af-1c1c40caef59 with identifier: WJ63%20NXK
2026-03-28 11:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 233b8e2a-fa40-55b8-b3af-1c1c40caef59 with identifier: WJ63%20NXK
2026-03-28 11:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 233b8e2a-fa40-55b8-b3af-1c1c40caef59 with identifier: WJ63%20NXK to the API
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ63%20NXK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '233b8e2a-fa40-55b8-b3af-1c1c40caef59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ63 NXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ63%20NXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 95757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0DXXGAKDDK81759',
 'year': 2013}
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520NXK%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [bca.uk] INFO: Saving data for WJ63%20NXK: {'auction_closing_time': 1774778400.0, 'created_time': 1774565248.20653, 'last_price_update_time': 1774695825.094077}
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ63%2520NXK') HTTP/1.1" 204 0
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483549%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483549 not downloaded yet
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767982%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767982 not downloaded yet
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802164%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802164 not downloaded yet
2026-03-28 11:03:45 [bca.uk] INFO: Found listing with ID: EF13%20FLN
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520FLN%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [bca.uk] INFO: Scrape type for EF13%20FLN: 2
2026-03-28 11:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa with identifier: EF13%20FLN
2026-03-28 11:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa with scrape type 2
2026-03-28 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa with scrape type 2
2026-03-28 11:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa, identifier: EF13%20FLN
2026-03-28 11:03:45 [bca.uk] INFO: Found listing with ID: CE12%20XPW
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [bca.uk] INFO: Scrape type for CE12%20XPW: 2
2026-03-28 11:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW
2026-03-28 11:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with scrape type 2
2026-03-28 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with scrape type 2
2026-03-28 11:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a, identifier: CE12%20XPW
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793130%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793130 not downloaded yet
2026-03-28 11:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587822/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587804/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813751/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802125/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802125>
2026-03-28 11:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813768/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa with identifier: EF13%20FLN
2026-03-28 11:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa with identifier: EF13%20FLN
2026-03-28 11:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa with identifier: EF13%20FLN to the API
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF13%20FLN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68f1e3b1-1008-5fb0-b719-cb2b98f7e1fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF13 FLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF13%20FLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 88258,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0KXXGCBKDR00610',
 'year': 2013}
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520FLN%27 HTTP/1.1" 200 None
2026-03-28 11:03:45 [bca.uk] INFO: Saving data for EF13%20FLN: {'auction_closing_time': 1774778400.0, 'created_time': 1774448188.941756, 'last_price_update_time': 1774695825.969547}
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF13%2520FLN') HTTP/1.1" 204 0
2026-03-28 11:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW
2026-03-28 11:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW
2026-03-28 11:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a with identifier: CE12%20XPW to the API
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE12%20XPW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cbf5ebe-0b4a-551b-986b-5ad8106e9e1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE12 XPW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE12%20XPW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 84375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0KXXGCBKCR18529',
 'year': 2012}
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE12%2520XPW%27 HTTP/1.1" 200 None
2026-03-28 11:03:46 [bca.uk] INFO: Saving data for CE12%20XPW: {'auction_closing_time': 1774778400.0, 'created_time': 1774419013.456072, 'last_price_update_time': 1774695826.520782}
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE12%2520XPW') HTTP/1.1" 204 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483572%27 HTTP/1.1" 200 None
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483572 not downloaded yet
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698768003%27 HTTP/1.1" 200 None
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768003 not downloaded yet
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802174%27 HTTP/1.1" 200 None
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802174 not downloaded yet
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd27490>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813705%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813705/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e535810>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587755%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587755/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e583a10>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813718%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813718/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e5fd0>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602580%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602580/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e85ea90>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602592%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602592/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac436050>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602567%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602567/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdb1650>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587774%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587774/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd43090>
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813739%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813739/600 saved to cache
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602644/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:03:46 [bca.uk] INFO: Found listing with ID: EO16%20KUU
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520KUU%27 HTTP/1.1" 200 None
2026-03-28 11:03:46 [bca.uk] INFO: Scrape type for EO16%20KUU: 2
2026-03-28 11:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad86e2db-4636-5bc0-b960-159ba8334028 with identifier: EO16%20KUU
2026-03-28 11:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad86e2db-4636-5bc0-b960-159ba8334028 with scrape type 2
2026-03-28 11:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad86e2db-4636-5bc0-b960-159ba8334028 with scrape type 2
2026-03-28 11:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad86e2db-4636-5bc0-b960-159ba8334028, identifier: EO16%20KUU
2026-03-28 11:03:47 [bca.uk] INFO: Found listing with ID: DS62%20KGV
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS62%2520KGV%27 HTTP/1.1" 200 None
2026-03-28 11:03:47 [bca.uk] INFO: Scrape type for DS62%20KGV: 0
2026-03-28 11:03:47 [bca.uk] INFO: Found listing with ID: RV57%20WUJ
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:47 [bca.uk] INFO: Scrape type for RV57%20WUJ: 2
2026-03-28 11:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ
2026-03-28 11:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fb69217-9fd5-506e-8fca-6a5d66af8975 with scrape type 2
2026-03-28 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fb69217-9fd5-506e-8fca-6a5d66af8975 with scrape type 2
2026-03-28 11:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fb69217-9fd5-506e-8fca-6a5d66af8975, identifier: RV57%20WUJ
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793134%27 HTTP/1.1" 200 None
2026-03-28 11:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793134 not downloaded yet
2026-03-28 11:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad86e2db-4636-5bc0-b960-159ba8334028 with identifier: EO16%20KUU
2026-03-28 11:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad86e2db-4636-5bc0-b960-159ba8334028 with identifier: EO16%20KUU
2026-03-28 11:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad86e2db-4636-5bc0-b960-159ba8334028 with identifier: EO16%20KUU to the API
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO16%20KUU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ad86e2db-4636-5bc0-b960-159ba8334028',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO16 KUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO16%20KUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 118402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ138259',
 'year': 2016}
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520KUU%27 HTTP/1.1" 200 None
2026-03-28 11:03:47 [bca.uk] INFO: Saving data for EO16%20KUU: {'auction_closing_time': 1774778400.0, 'created_time': 1774362788.439155, 'last_price_update_time': 1774695827.807436}
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO16%2520KUU') HTTP/1.1" 204 0
2026-03-28 11:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ
2026-03-28 11:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ
2026-03-28 11:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fb69217-9fd5-506e-8fca-6a5d66af8975 with identifier: RV57%20WUJ to the API
2026-03-28 11:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV57%20WUJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8fb69217-9fd5-506e-8fca-6a5d66af8975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV57 WUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV57%20WUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 100501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC CLIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF05XXWPD57Y79692',
 'year': 2007}
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV57%2520WUJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [bca.uk] INFO: Saving data for RV57%20WUJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476247.78148, 'last_price_update_time': 1774695828.364988}
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV57%2520WUJ') HTTP/1.1" 204 0
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483599%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483599 not downloaded yet
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698768022%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768022 not downloaded yet
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802191%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802191 not downloaded yet
2026-03-28 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793121/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793121>
2026-03-28 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802136/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802136>
2026-03-28 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483525/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483525>
2026-03-28 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767954/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767954>
2026-03-28 11:03:48 [bca.uk] INFO: Found listing with ID: FH12%20SXS
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH12%2520SXS%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [bca.uk] INFO: Scrape type for FH12%20SXS: 2
2026-03-28 11:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb341fe8-7e6f-5054-b28c-fe932b77ca3b with identifier: FH12%20SXS
2026-03-28 11:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb341fe8-7e6f-5054-b28c-fe932b77ca3b with scrape type 2
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb341fe8-7e6f-5054-b28c-fe932b77ca3b with scrape type 2
2026-03-28 11:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb341fe8-7e6f-5054-b28c-fe932b77ca3b, identifier: FH12%20SXS
2026-03-28 11:03:48 [bca.uk] INFO: Found listing with ID: SV59%20YZL
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV59%2520YZL%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [bca.uk] INFO: Scrape type for SV59%20YZL: 0
2026-03-28 11:03:48 [bca.uk] INFO: Found listing with ID: W22%20JED
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W22%2520JED%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [bca.uk] INFO: Scrape type for W22%20JED: 0
2026-03-28 11:03:48 [bca.uk] INFO: Found listing with ID: YR63%20WBM
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [bca.uk] INFO: Scrape type for YR63%20WBM: 1
2026-03-28 11:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM
2026-03-28 11:03:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793141%27 HTTP/1.1" 200 None
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793141 not downloaded yet
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb81fd0>
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587822%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587822/600 saved to cache
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fffa4d0>
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587804%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587804/600 saved to cache
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e56cd90>
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813751%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813751/600 saved to cache
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce0150>
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813768%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813768/600 saved to cache
2026-03-28 11:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587905/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587905>
2026-03-28 11:03:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793117/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD60AGX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813802/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb341fe8-7e6f-5054-b28c-fe932b77ca3b with identifier: FH12%20SXS
2026-03-28 11:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb341fe8-7e6f-5054-b28c-fe932b77ca3b with identifier: FH12%20SXS
2026-03-28 11:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb341fe8-7e6f-5054-b28c-fe932b77ca3b with identifier: FH12%20SXS to the API
2026-03-28 11:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH12%20SXS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eb341fe8-7e6f-5054-b28c-fe932b77ca3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH12 SXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH12%20SXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 161976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 TDI 177 S LINE M-T Estate',
 'transmission': 'manual',
 'trim': 'TDI 177 S LINE M-T',
 'vin': 'WAUZZZ4G1CN136795',
 'year': 2012}
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH12%2520SXS%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [bca.uk] INFO: Saving data for FH12%20SXS: {'auction_closing_time': 1774778400.0, 'created_time': 1774478528.11515, 'last_price_update_time': 1774695829.164479}
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH12%2520SXS') HTTP/1.1" 204 0
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483613%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483613 not downloaded yet
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698768037%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768037 not downloaded yet
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802206%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802206 not downloaded yet
2026-03-28 11:03:49 [bca.uk] INFO: Found listing with ID: HK57%20YCH
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520YCH%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [bca.uk] INFO: Scrape type for HK57%20YCH: 2
2026-03-28 11:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96625e0a-4e17-5a8d-96e0-92e908201f45 with identifier: HK57%20YCH
2026-03-28 11:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96625e0a-4e17-5a8d-96e0-92e908201f45 with scrape type 2
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96625e0a-4e17-5a8d-96e0-92e908201f45 with scrape type 2
2026-03-28 11:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96625e0a-4e17-5a8d-96e0-92e908201f45, identifier: HK57%20YCH
2026-03-28 11:03:49 [bca.uk] INFO: Found listing with ID: GN63%20YUK
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN63%2520YUK%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [bca.uk] INFO: Scrape type for GN63%20YUK: 1
2026-03-28 11:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK
2026-03-28 11:03:49 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793146%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793146 not downloaded yet
2026-03-28 11:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802125/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802164/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802164>
2026-03-28 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483549/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483549>
2026-03-28 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767982/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767982>
2026-03-28 11:03:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813884>
2026-03-28 11:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96625e0a-4e17-5a8d-96e0-92e908201f45 with identifier: HK57%20YCH
2026-03-28 11:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96625e0a-4e17-5a8d-96e0-92e908201f45 with identifier: HK57%20YCH
2026-03-28 11:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96625e0a-4e17-5a8d-96e0-92e908201f45 with identifier: HK57%20YCH to the API
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK57%20YCH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96625e0a-4e17-5a8d-96e0-92e908201f45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK57 YCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK57%20YCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 82950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 2.0 CRDI 138 XS StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 138 XS',
 'vin': 'U6YJE55558L008365',
 'year': 2008}
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK57%2520YCH%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [bca.uk] INFO: Saving data for HK57%20YCH: {'auction_closing_time': 1774778400.0, 'created_time': 1774389980.016801, 'last_price_update_time': 1774695829.837969}
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK57%2520YCH') HTTP/1.1" 204 0
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698483628%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483628 not downloaded yet
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698768051%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768051 not downloaded yet
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802214%27 HTTP/1.1" 200 None
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802214 not downloaded yet
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42d350>
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602670%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602670/600 saved to cache
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe57bd0>
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602644%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602644/600 saved to cache
2026-03-28 11:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac411dd0>
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_expert_report_file_f54b114c-d4d5-4ac7-b3cb-d6440c01eef6.pdf HTTP/1.1" 201 0
2026-03-28 11:03:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e80eee89-7e00-5fcf-8fce-b398b8e41187, skipping ID generation
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSD67OYC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD67OYC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793130/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793130>
2026-03-28 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793126/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793126>
2026-03-28 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO60%20TNJ-GB>
2026-03-28 11:03:50 [bca.uk] INFO: Found listing with ID: HV64%20ZMX
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV64%2520ZMX%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [bca.uk] INFO: Scrape type for HV64%20ZMX: 1
2026-03-28 11:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41bf9816-8fd1-5167-9917-2be2811cb13e with identifier: HV64%20ZMX
2026-03-28 11:03:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:03:50 [bca.uk] INFO: Found listing with ID: H9%20HBE
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H9%2520HBE%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [bca.uk] INFO: Scrape type for H9%20HBE: 1
2026-03-28 11:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE
2026-03-28 11:03:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793159%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793159 not downloaded yet
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802225%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802225 not downloaded yet
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485228%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485228 not downloaded yet
2026-03-28 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802136/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:50 [bca.uk] INFO: Found listing with ID: LT61%20FNW
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT61%2520FNW%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [bca.uk] INFO: Scrape type for LT61%20FNW: 0
2026-03-28 11:03:50 [bca.uk] INFO: Found listing with ID: MF58%20FJO
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF58%2520FJO%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [bca.uk] INFO: Scrape type for MF58%20FJO: 2
2026-03-28 11:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f02b8286-c9c8-5403-a27c-9ebf29b8a0ef with identifier: MF58%20FJO
2026-03-28 11:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f02b8286-c9c8-5403-a27c-9ebf29b8a0ef with scrape type 2
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f02b8286-c9c8-5403-a27c-9ebf29b8a0ef with scrape type 2
2026-03-28 11:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f02b8286-c9c8-5403-a27c-9ebf29b8a0ef, identifier: MF58%20FJO
2026-03-28 11:03:50 [bca.uk] INFO: Found listing with ID: HF13%20ONH
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [bca.uk] INFO: Scrape type for HF13%20ONH: 2
2026-03-28 11:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH
2026-03-28 11:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0605ad1-e424-5a46-8725-ff207683d001 with scrape type 2
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0605ad1-e424-5a46-8725-ff207683d001 with scrape type 2
2026-03-28 11:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0605ad1-e424-5a46-8725-ff207683d001, identifier: HF13%20ONH
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793167%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793167 not downloaded yet
2026-03-28 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff62290>
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813802%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813802/600 saved to cache
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac27be50>
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802125%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802125/600 saved to cache
2026-03-28 11:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793121/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793134/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793134>
2026-03-28 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483525/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767954/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f02b8286-c9c8-5403-a27c-9ebf29b8a0ef with identifier: MF58%20FJO
2026-03-28 11:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f02b8286-c9c8-5403-a27c-9ebf29b8a0ef with identifier: MF58%20FJO
2026-03-28 11:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f02b8286-c9c8-5403-a27c-9ebf29b8a0ef with identifier: MF58%20FJO to the API
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF58%20FJO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f02b8286-c9c8-5403-a27c-9ebf29b8a0ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF58 FJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF58%20FJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320D',
 'odometer': 153954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAWM32070E140141',
 'year': 2008}
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF58%2520FJO%27 HTTP/1.1" 200 None
2026-03-28 11:03:50 [bca.uk] INFO: Saving data for MF58%20FJO: {'auction_closing_time': 1774778400.0, 'created_time': 1774477972.479482, 'last_price_update_time': 1774695830.819748}
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF58%2520FJO') HTTP/1.1" 204 0
2026-03-28 11:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH
2026-03-28 11:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH
2026-03-28 11:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0605ad1-e424-5a46-8725-ff207683d001 with identifier: HF13%20ONH to the API
2026-03-28 11:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF13%20ONH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0605ad1-e424-5a46-8725-ff207683d001',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF13 ONH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF13%20ONH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 65561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 ZETEC P/SHIFT Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC P/SHIFT',
 'vin': 'WF0DXXGAKDDJ15859',
 'year': 2013}
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF13%2520ONH%27 HTTP/1.1" 200 None
2026-03-28 11:03:51 [bca.uk] INFO: Saving data for HF13%20ONH: {'auction_closing_time': 1774864800.0, 'created_time': 1774476249.635225, 'last_price_update_time': 1774695831.256933}
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF13%2520ONH') HTTP/1.1" 204 0
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485233%27 HTTP/1.1" 200 None
2026-03-28 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485233 not downloaded yet
2026-03-28 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793117/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802191/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802191>
2026-03-28 11:03:51 [bca.uk] INFO: Found listing with ID: MJ09%20GNP
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ09%2520GNP%27 HTTP/1.1" 200 None
2026-03-28 11:03:51 [bca.uk] INFO: Scrape type for MJ09%20GNP: 2
2026-03-28 11:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070326f8-d604-5d1c-9191-1023c88bb241 with identifier: MJ09%20GNP
2026-03-28 11:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070326f8-d604-5d1c-9191-1023c88bb241 with scrape type 2
2026-03-28 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070326f8-d604-5d1c-9191-1023c88bb241 with scrape type 2
2026-03-28 11:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070326f8-d604-5d1c-9191-1023c88bb241, identifier: MJ09%20GNP
2026-03-28 11:03:51 [bca.uk] INFO: Found listing with ID: KJ02%20AAA
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-28 11:03:51 [bca.uk] INFO: Scrape type for KJ02%20AAA: 2
2026-03-28 11:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA
2026-03-28 11:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29bc169-c6a3-546a-9a78-1d0925e9c30c with scrape type 2
2026-03-28 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29bc169-c6a3-546a-9a78-1d0925e9c30c with scrape type 2
2026-03-28 11:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29bc169-c6a3-546a-9a78-1d0925e9c30c, identifier: KJ02%20AAA
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698793174%27 HTTP/1.1" 200 None
2026-03-28 11:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793174 not downloaded yet
2026-03-28 11:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587905/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070326f8-d604-5d1c-9191-1023c88bb241 with identifier: MJ09%20GNP
2026-03-28 11:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070326f8-d604-5d1c-9191-1023c88bb241 with identifier: MJ09%20GNP
2026-03-28 11:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 070326f8-d604-5d1c-9191-1023c88bb241 with identifier: MJ09%20GNP to the API
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ09%20GNP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '070326f8-d604-5d1c-9191-1023c88bb241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ09 GNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ09%20GNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'BERLINGO',
 'odometer': 118395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO 1.6 HDI 90 M/S XTR MPV',
 'transmission': 'manual',
 'trim': 'HDI 90 M/S XTR',
 'vin': 'VF77J9HXC9J173765',
 'year': 2009}
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ09%2520GNP%27 HTTP/1.1" 200 None
2026-03-28 11:03:51 [bca.uk] INFO: Saving data for MJ09%20GNP: {'auction_closing_time': 1774778400.0, 'created_time': 1774478331.882906, 'last_price_update_time': 1774695831.964776}
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ09%2520GNP') HTTP/1.1" 204 0
2026-03-28 11:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA
2026-03-28 11:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA
2026-03-28 11:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29bc169-c6a3-546a-9a78-1d0925e9c30c with identifier: KJ02%20AAA to the API
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ02%20AAA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e29bc169-c6a3-546a-9a78-1d0925e9c30c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ02 AAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ02%20AAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLS 320',
 'odometer': 98541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLS 320 3.0 CDI TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI TIP',
 'vin': 'WDD2193222A125944',
 'year': 2008}
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ02%2520AAA%27 HTTP/1.1" 200 None
2026-03-28 11:03:52 [bca.uk] INFO: Saving data for KJ02%20AAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774476240.786368, 'last_price_update_time': 1774695832.400686}
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ02%2520AAA') HTTP/1.1" 204 0
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485238%27 HTTP/1.1" 200 None
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485238 not downloaded yet
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e875310>
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802136%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802136/600 saved to cache
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802164/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802206/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802206>
2026-03-28 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767982/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483549/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:03:52 [bca.uk] INFO: Found listing with ID: ML66%20WYO
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520WYO%27 HTTP/1.1" 200 None
2026-03-28 11:03:52 [bca.uk] INFO: Scrape type for ML66%20WYO: 2
2026-03-28 11:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd84d52-2f10-5122-8d61-177310c6ad79 with identifier: ML66%20WYO
2026-03-28 11:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd84d52-2f10-5122-8d61-177310c6ad79 with scrape type 2
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd84d52-2f10-5122-8d61-177310c6ad79 with scrape type 2
2026-03-28 11:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd84d52-2f10-5122-8d61-177310c6ad79, identifier: ML66%20WYO
2026-03-28 11:03:52 [bca.uk] INFO: Found listing with ID: KU07%20ERA
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU07%2520ERA%27 HTTP/1.1" 200 None
2026-03-28 11:03:52 [bca.uk] INFO: Scrape type for KU07%20ERA: 0
2026-03-28 11:03:52 [bca.uk] INFO: Found listing with ID: LT58%20VMH
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT58%2520VMH%27 HTTP/1.1" 200 None
2026-03-28 11:03:52 [bca.uk] INFO: Scrape type for LT58%20VMH: 2
2026-03-28 11:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH
2026-03-28 11:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 800bcf6f-1257-5836-b241-a9b5bf8477c3 with scrape type 2
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 800bcf6f-1257-5836-b241-a9b5bf8477c3 with scrape type 2
2026-03-28 11:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 800bcf6f-1257-5836-b241-a9b5bf8477c3, identifier: LT58%20VMH
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eabbe90>
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793121%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793121/600 saved to cache
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e413890>
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483525%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483525/600 saved to cache
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e248890>
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698767954%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767954/600 saved to cache
2026-03-28 11:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793126/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd84d52-2f10-5122-8d61-177310c6ad79 with identifier: ML66%20WYO
2026-03-28 11:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd84d52-2f10-5122-8d61-177310c6ad79 with identifier: ML66%20WYO
2026-03-28 11:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd84d52-2f10-5122-8d61-177310c6ad79 with identifier: ML66%20WYO to the API
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML66%20WYO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffd84d52-2f10-5122-8d61-177310c6ad79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML66 WYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML66%20WYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 131936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM',
 'vin': 'WF05XXGCC5GA03069',
 'year': 2016}
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520WYO%27 HTTP/1.1" 200 None
2026-03-28 11:03:53 [bca.uk] INFO: Saving data for ML66%20WYO: {'auction_closing_time': 1774778400.0, 'created_time': 1774565248.999568, 'last_price_update_time': 1774695833.302587}
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML66%2520WYO') HTTP/1.1" 204 0
2026-03-28 11:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH
2026-03-28 11:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH
2026-03-28 11:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 800bcf6f-1257-5836-b241-a9b5bf8477c3 with identifier: LT58%20VMH to the API
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT58%20VMH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '800bcf6f-1257-5836-b241-a9b5bf8477c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT58 VMH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT58%20VMH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 94827,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.2 D SE Estate',
 'transmission': 'automatic',
 'trim': 'D SE',
 'vin': 'SAJAG54379BJ46772',
 'year': 2009}
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT58%2520VMH%27 HTTP/1.1" 200 None
2026-03-28 11:03:53 [bca.uk] INFO: Saving data for LT58%20VMH: {'auction_closing_time': 1774864800.0, 'created_time': 1774044515.137342, 'last_price_update_time': 1774695833.77597}
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT58%2520VMH') HTTP/1.1" 204 0
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485246%27 HTTP/1.1" 200 None
2026-03-28 11:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485246 not downloaded yet
2026-03-28 11:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793130/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:53 [bca.uk] INFO: Found listing with ID: ND12%20LBP
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520LBP%27 HTTP/1.1" 200 None
2026-03-28 11:03:53 [bca.uk] INFO: Scrape type for ND12%20LBP: 1
2026-03-28 11:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 325ff223-af4d-52f5-a85f-e14f2e547fe2 with identifier: ND12%20LBP
2026-03-28 11:03:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:03:53 [bca.uk] INFO: Found listing with ID: LV10%20NJJ
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV10%2520NJJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:53 [bca.uk] INFO: Scrape type for LV10%20NJJ: 0
2026-03-28 11:03:53 [bca.uk] INFO: Found listing with ID: MC53%20GXE
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-28 11:03:53 [bca.uk] INFO: Scrape type for MC53%20GXE: 2
2026-03-28 11:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE
2026-03-28 11:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with scrape type 2
2026-03-28 11:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with scrape type 2
2026-03-28 11:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563, identifier: MC53%20GXE
2026-03-28 11:03:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e412990>
2026-03-28 11:03:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793117%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793117/600 saved to cache
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e6223d0>
2026-03-28 11:03:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587905%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587905/600 saved to cache
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793159/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793159>
2026-03-28 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802225/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802225>
2026-03-28 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H9%20HBE-GB>
2026-03-28 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485228>
2026-03-28 11:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793134/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE
2026-03-28 11:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE
2026-03-28 11:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9947b25a-6657-5e8d-bf39-4ed8c3d1b563 with identifier: MC53%20GXE to the API
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 249,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC53%20GXE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9947b25a-6657-5e8d-bf39-4ed8c3d1b563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC53 GXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC53%20GXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'S-TYPE',
 'odometer': 88587,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'JAGUAR S-TYPE 2.5 V6 SE Saloon',
 'transmission': 'automatic',
 'trim': 'V6 SE',
 'vin': 'SAJAC01NB4JN06683',
 'year': 2004}
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC53%2520GXE%27 HTTP/1.1" 200 None
2026-03-28 11:03:54 [bca.uk] INFO: Saving data for MC53%20GXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774476241.670181, 'last_price_update_time': 1774695834.488206}
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC53%2520GXE') HTTP/1.1" 204 0
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485254%27 HTTP/1.1" 200 None
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485254 not downloaded yet
2026-03-28 11:03:54 [bca.uk] INFO: Found listing with ID: CV56%20YXN
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV56%2520YXN%27 HTTP/1.1" 200 None
2026-03-28 11:03:54 [bca.uk] INFO: Scrape type for CV56%20YXN: 0
2026-03-28 11:03:54 [bca.uk] INFO: Found listing with ID: DE64%20BFP
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BFP%27 HTTP/1.1" 200 None
2026-03-28 11:03:54 [bca.uk] INFO: Scrape type for DE64%20BFP: 2
2026-03-28 11:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9aed168-e5e4-55b8-b184-6e32d4a81cc8 with identifier: DE64%20BFP
2026-03-28 11:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9aed168-e5e4-55b8-b184-6e32d4a81cc8 with scrape type 2
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9aed168-e5e4-55b8-b184-6e32d4a81cc8 with scrape type 2
2026-03-28 11:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9aed168-e5e4-55b8-b184-6e32d4a81cc8, identifier: DE64%20BFP
2026-03-28 11:03:54 [bca.uk] INFO: Found listing with ID: P60%20NPR
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P60%2520NPR%27 HTTP/1.1" 200 None
2026-03-28 11:03:54 [bca.uk] INFO: Scrape type for P60%20NPR: 0
2026-03-28 11:03:54 [bca.uk] INFO: Found listing with ID: AN09%20KEE
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN09%2520KEE%27 HTTP/1.1" 200 None
2026-03-28 11:03:54 [bca.uk] INFO: Scrape type for AN09%20KEE: 2
2026-03-28 11:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE
2026-03-28 11:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88980c40-93d5-541a-baab-78b80f74104a with scrape type 2
2026-03-28 11:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88980c40-93d5-541a-baab-78b80f74104a with scrape type 2
2026-03-28 11:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88980c40-93d5-541a-baab-78b80f74104a, identifier: AN09%20KEE
2026-03-28 11:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793167/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793167>
2026-03-28 11:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9aed168-e5e4-55b8-b184-6e32d4a81cc8 with identifier: DE64%20BFP
2026-03-28 11:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9aed168-e5e4-55b8-b184-6e32d4a81cc8 with identifier: DE64%20BFP
2026-03-28 11:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9aed168-e5e4-55b8-b184-6e32d4a81cc8 with identifier: DE64%20BFP to the API
2026-03-28 11:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=5&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE64%20BFP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e9aed168-e5e4-55b8-b184-6e32d4a81cc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE64 BFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE64%20BFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 146109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 B/T SPORT Estate',
 'transmission': 'manual',
 'trim': 'B/T SPORT',
 'vin': 'WDD2052042F070980',
 'year': 2014}
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BFP%27 HTTP/1.1" 200 None
2026-03-28 11:03:55 [bca.uk] INFO: Saving data for DE64%20BFP: {'auction_closing_time': 1774778400.0, 'created_time': 1774448187.665246, 'last_price_update_time': 1774695835.18729}
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE64%2520BFP') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE
2026-03-28 11:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE
2026-03-28 11:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88980c40-93d5-541a-baab-78b80f74104a with identifier: AN09%20KEE to the API
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AN09%20KEE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88980c40-93d5-541a-baab-78b80f74104a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AN09 KEE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AN09%20KEE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 89812,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM P/SHIFT StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM P/SHIFT',
 'vin': 'WF0RXXGCDRBJ12291',
 'year': 2012}
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN09%2520KEE%27 HTTP/1.1" 200 None
2026-03-28 11:03:55 [bca.uk] INFO: Saving data for AN09%20KEE: {'auction_closing_time': 1774864800.0, 'created_time': 1774591785.829114, 'last_price_update_time': 1774695835.547226}
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AN09%2520KEE') HTTP/1.1" 204 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485269%27 HTTP/1.1" 200 None
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485269 not downloaded yet
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4d490>
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802164%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802164/600 saved to cache
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcd53d0>
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698767982%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767982/600 saved to cache
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3f1d0>
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483549%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483549/600 saved to cache
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e249b90>
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813884%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813884/600 saved to cache
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fda4850>
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793126%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793126/600 saved to cache
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e24a4d0>
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793130%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793130/600 saved to cache
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV64%20ZMX-GB>
2026-03-28 11:03:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485233/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485233>
2026-03-28 11:03:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485221/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD67OYC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793174/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793174>
2026-03-28 11:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802191/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:55 [bca.uk] INFO: Found listing with ID: BV13%20ZYW
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV13%2520ZYW%27 HTTP/1.1" 200 None
2026-03-28 11:03:55 [bca.uk] INFO: Scrape type for BV13%20ZYW: 0
2026-03-28 11:03:55 [bca.uk] INFO: Found listing with ID: BF08%20KPJ
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520KPJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:55 [bca.uk] INFO: Scrape type for BF08%20KPJ: 2
2026-03-28 11:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662cd44a-a464-53d8-b993-52f201f9f030 with identifier: BF08%20KPJ
2026-03-28 11:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662cd44a-a464-53d8-b993-52f201f9f030 with scrape type 2
2026-03-28 11:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662cd44a-a464-53d8-b993-52f201f9f030 with scrape type 2
2026-03-28 11:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 662cd44a-a464-53d8-b993-52f201f9f030, identifier: BF08%20KPJ
2026-03-28 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802206/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 662cd44a-a464-53d8-b993-52f201f9f030 with identifier: BF08%20KPJ
2026-03-28 11:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 662cd44a-a464-53d8-b993-52f201f9f030 with identifier: BF08%20KPJ
2026-03-28 11:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 662cd44a-a464-53d8-b993-52f201f9f030 with identifier: BF08%20KPJ to the API
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF08%20KPJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '662cd44a-a464-53d8-b993-52f201f9f030',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF08 KPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF08%20KPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CHRYSLER',
 'model': 'GRAND VOYAGER',
 'odometer': 90396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'CHRYSLER GRAND VOYAGER 2.8 CRD EXECUTIVE MPV',
 'transmission': 'automatic',
 'trim': 'CRD EXECUTIVE',
 'vin': '1A8GHB3567Y575900',
 'year': 2008}
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520KPJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:56 [bca.uk] INFO: Saving data for BF08%20KPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774591785.471429, 'last_price_update_time': 1774695836.401674}
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF08%2520KPJ') HTTP/1.1" 204 0
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485280%27 HTTP/1.1" 200 None
2026-03-28 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485280 not downloaded yet
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdd48d0>
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793134%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793134/600 saved to cache
2026-03-28 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802214/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802214>
2026-03-28 11:03:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485238/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485238>
2026-03-28 11:03:56 [bca.uk] INFO: Found listing with ID: BJ07%20JAO
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520JAO%27 HTTP/1.1" 200 None
2026-03-28 11:03:56 [bca.uk] INFO: Scrape type for BJ07%20JAO: 2
2026-03-28 11:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO
2026-03-28 11:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87b0971e-2117-5ca5-9f70-49b1d394030b with scrape type 2
2026-03-28 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87b0971e-2117-5ca5-9f70-49b1d394030b with scrape type 2
2026-03-28 11:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87b0971e-2117-5ca5-9f70-49b1d394030b, identifier: BJ07%20JAO
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e256e10>
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_expert_report_file_3648d731-5738-4165-a6c7-4a5c3bb1698c.pdf HTTP/1.1" 201 0
2026-03-28 11:03:56 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46ca9b47-7e63-553f-bf45-5039f76f4c7d, skipping ID generation
2026-03-28 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAO60TNJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO60TNJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768051/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768051>
2026-03-28 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802225/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO
2026-03-28 11:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO
2026-03-28 11:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87b0971e-2117-5ca5-9f70-49b1d394030b with identifier: BJ07%20JAO to the API
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ07%20JAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '87b0971e-2117-5ca5-9f70-49b1d394030b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ07 JAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ07%20JAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'S-TYPE',
 'odometer': 94230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'JAGUAR S-TYPE 3.0 V6 XS Saloon',
 'transmission': 'automatic',
 'trim': 'V6 XS',
 'vin': 'SAJAC02M46FN66438',
 'year': 2007}
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520JAO%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Saving data for BJ07%20JAO: {'auction_closing_time': 1774778400.0, 'created_time': 1774044505.378678, 'last_price_update_time': 1774695837.017325}
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ07%2520JAO') HTTP/1.1" 204 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485293%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485293 not downloaded yet
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e6190>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802191%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802191/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485246/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485246>
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793159/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: GJ58%20HSC
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ58%2520HSC%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for GJ58%20HSC: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7 with identifier: GJ58%20HSC
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775729%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775729 not downloaded yet
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff60050>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802206%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802206/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485254/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485254>
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698485300%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485300 not downloaded yet
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485233/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485221/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793167/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: GK61%20NMX
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520NMX%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for GK61%20NMX: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aff89ad0-223a-54fe-8e4c-204722785203 with identifier: GK61%20NMX
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775736%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775736 not downloaded yet
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eba90d0>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485228%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485228/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eba9590>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802225%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802225/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793174/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND12%20LBP-GB>
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: LG08%20RMU
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG08%2520RMU%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for LG08%20RMU: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775751%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775751 not downloaded yet
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad18de90>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793159%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793159/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea797d0>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485233%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485233/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8746d0>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485221%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485221/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2c990>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793167%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793167/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485269/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485269>
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: LL61%20ZWT
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520ZWT%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for LL61%20ZWT: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37d571a3-cd69-5f7b-9025-adff3b75dcf8 with identifier: LL61%20ZWT
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775771%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775771 not downloaded yet
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485238/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485280/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485280>
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802214/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768051/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: MF51%20EOS
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF51%2520EOS%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for MF51%20EOS: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14052306-8add-5dde-a7d4-036fc08c64dc with identifier: MF51%20EOS
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775786%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775786 not downloaded yet
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea8a9d0>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793174%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793174/600 saved to cache
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe187d0>
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_expert_report_file_cb9337f3-aa2b-4e61-b6c2-1c6c82667e1c.pdf HTTP/1.1" 201 0
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6b92bfb-395f-5a0f-be4a-ffaa99683dab, skipping ID generation
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DH9HBE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=H9HBE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485246/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483628/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483628>
2026-03-28 11:03:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775726/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AO60TNJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: VK16%20BTV
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520BTV%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for VK16%20BTV: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699 with identifier: VK16%20BTV
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775821%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775821 not downloaded yet
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681955%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681955 not downloaded yet
2026-03-28 11:03:57 [bca.uk] INFO: Found listing with ID: RX18%20LZV
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX18%2520LZV%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [bca.uk] INFO: Scrape type for RX18%20LZV: 1
2026-03-28 11:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc with identifier: RX18%20LZV
2026-03-28 11:03:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775852%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775852 not downloaded yet
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681967%27 HTTP/1.1" 200 None
2026-03-28 11:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681967 not downloaded yet
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfa990>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_expert_report_file_2ce0624e-92e8-4a1b-a6cd-3d083a2a77bf.pdf HTTP/1.1" 201 0
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41bf9816-8fd1-5167-9917-2be2811cb13e, skipping ID generation
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHV64ZMX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV64ZMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb0dd0>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485238%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485238/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42cc10>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802214%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802214/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb26390>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698768051%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768051/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485300>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775729/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775729>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ58%20HSC-GB>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698485293>
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485254/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775736/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775736>
2026-03-28 11:03:58 [bca.uk] INFO: Found listing with ID: GR21%20HBF
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR21%2520HBF%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [bca.uk] INFO: Scrape type for GR21%20HBF: 1
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775894%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775894 not downloaded yet
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681989%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681989 not downloaded yet
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485269/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197721%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197721 not downloaded yet
2026-03-28 11:03:58 [bca.uk] INFO: Found listing with ID: DX70%20UBS
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520UBS%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [bca.uk] INFO: Scrape type for DX70%20UBS: 1
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775923%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775923 not downloaded yet
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682012%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682012 not downloaded yet
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e844f10>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485246%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485246/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197724%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197724 not downloaded yet
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775726/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775771/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775771>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG08%20RMU-GB>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL61%20ZWT-GB>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775751/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775751>
2026-03-28 11:03:58 [bca.uk] INFO: Found listing with ID: EU19%20RWF
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU19%2520RWF%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [bca.uk] INFO: Scrape type for EU19%20RWF: 1
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682030%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682030 not downloaded yet
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485280/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197728%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197728 not downloaded yet
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb048d0>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485254%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485254/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea76ed0>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485269%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485269/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:58 [bca.uk] INFO: Found listing with ID: FD18%20CVW
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520CVW%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [bca.uk] INFO: Scrape type for FD18%20CVW: 1
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682091%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682091 not downloaded yet
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681938/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=H9HBE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197731%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197731 not downloaded yet
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483628/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:03:58 [bca.uk] INFO: Found listing with ID: FL20%20CPY
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL20%2520CPY%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [bca.uk] INFO: Scrape type for FL20%20CPY: 1
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682120%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682120 not downloaded yet
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24bc50>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_expert_report_file_fb0df974-a6b6-4d45-99b4-62f0c8df68d5.pdf HTTP/1.1" 201 0
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 325ff223-af4d-52f5-a85f-e14f2e547fe2, skipping ID generation
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DND12LBP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ND12LBP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac278550>
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775726%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775726/600 saved to cache
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775736/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197737%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197737 not downloaded yet
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775729/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681967/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681967>
2026-03-28 11:03:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681989/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681989>
2026-03-28 11:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:58 [bca.uk] INFO: Found listing with ID: HY06%20NAU
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-28 11:03:58 [bca.uk] INFO: Scrape type for HY06%20NAU: 2
2026-03-28 11:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU
2026-03-28 11:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f1348d-8628-5748-9629-8311bec532d5 with scrape type 2
2026-03-28 11:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f1348d-8628-5748-9629-8311bec532d5 with scrape type 2
2026-03-28 11:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1f1348d-8628-5748-9629-8311bec532d5, identifier: HY06%20NAU
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682151%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682151 not downloaded yet
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473628%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473628 not downloaded yet
2026-03-28 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:03:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:03:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:03:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c2850>
2026-03-28 11:03:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:03:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485280%252F600') HTTP/1.1" 204 0
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485280/600 saved to cache
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD67OYC/42800674?sv=2020-08-04&st=2026-03-28T11%3A03%3A42Z&se=2026-03-28T11%3A28%3A42Z&sr=b&sp=r&sig=x2lfg7IC%2F%2Fr5bjxlPnMww7AMhrks6l95cdksmQtmbow%3D)
2026-03-28 11:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU
2026-03-28 11:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU
2026-03-28 11:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1f1348d-8628-5748-9629-8311bec532d5 with identifier: HY06%20NAU to the API
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY06%20NAU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd1f1348d-8628-5748-9629-8311bec532d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY06 NAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY06%20NAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 128645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.8 DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'DESIGN',
 'vin': 'W0L0AHL3562105672',
 'year': 2006}
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY06%2520NAU%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [bca.uk] INFO: Saving data for HY06%20NAU: {'auction_closing_time': 1774951200.0, 'created_time': 1774361633.473657, 'last_price_update_time': 1774695839.523809}
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY06%2520NAU') HTTP/1.1" 204 0
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197744%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197744 not downloaded yet
2026-03-28 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197721/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197721>
2026-03-28 11:03:59 [bca.uk] INFO: Found listing with ID: LM17%20JWJ
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [bca.uk] INFO: Scrape type for LM17%20JWJ: 2
2026-03-28 11:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ
2026-03-28 11:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a7686d-f737-5948-8d5f-910484c2f754 with scrape type 2
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1a7686d-f737-5948-8d5f-910484c2f754 with scrape type 2
2026-03-28 11:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1a7686d-f737-5948-8d5f-910484c2f754, identifier: LM17%20JWJ
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682183%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682183 not downloaded yet
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473636%27 HTTP/1.1" 200 None
2026-03-28 11:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473636 not downloaded yet
2026-03-28 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775771/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775751/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:03:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197724/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197724>
2026-03-28 11:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ
2026-03-28 11:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ
2026-03-28 11:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1a7686d-f737-5948-8d5f-910484c2f754 with identifier: LM17%20JWJ to the API
2026-03-28 11:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM17%20JWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1a7686d-f737-5948-8d5f-910484c2f754',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM17 JWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM17%20JWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 79357,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082V190651',
 'year': 2017}
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM17%2520JWJ%27 HTTP/1.1" 200 None
2026-03-28 11:04:00 [bca.uk] INFO: Saving data for LM17%20JWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774448581.940906, 'last_price_update_time': 1774695840.35349}
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM17%2520JWJ') HTTP/1.1" 204 0
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197750%27 HTTP/1.1" 200 None
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197750 not downloaded yet
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf4bd0>
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483628%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483628/600 saved to cache
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea25410>
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775736%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775736/600 saved to cache
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebac310>
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775729%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775729/600 saved to cache
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6c690>
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485293%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485293/600 saved to cache
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:04:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682012/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682012>
2026-03-28 11:04:00 [bca.uk] INFO: Found listing with ID: LX17%20OGL
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-28 11:04:00 [bca.uk] INFO: Scrape type for LX17%20OGL: 2
2026-03-28 11:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL
2026-03-28 11:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with scrape type 2
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with scrape type 2
2026-03-28 11:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f, identifier: LX17%20OGL
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473644%27 HTTP/1.1" 200 None
2026-03-28 11:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473644 not downloaded yet
2026-03-28 11:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL
2026-03-28 11:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL
2026-03-28 11:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0a57a0a-7a5c-5c63-87ca-79740ef1f19f with identifier: LX17%20OGL to the API
2026-03-28 11:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX17%20OGL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0a57a0a-7a5c-5c63-87ca-79740ef1f19f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX17 OGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX17%20OGL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 64969,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN0HH229521',
 'year': 2017}
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OGL%27 HTTP/1.1" 200 None
2026-03-28 11:04:01 [bca.uk] INFO: Saving data for LX17%20OGL: {'auction_closing_time': 1774951200.0, 'created_time': 1774448565.034845, 'last_price_update_time': 1774695841.581798}
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX17%2520OGL') HTTP/1.1" 204 0
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197762%27 HTTP/1.1" 200 None
2026-03-28 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197762 not downloaded yet
2026-03-28 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaee050>
2026-03-28 11:04:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD67OYC%252F698485300%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485300/600 saved to cache
2026-03-28 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e80eee89-7e00-5fcf-8fce-b398b8e41187
2026-03-28 11:04:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e80eee89-7e00-5fcf-8fce-b398b8e41187, skipping ID generation
2026-03-28 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e80eee89-7e00-5fcf-8fce-b398b8e41187 sending to next pipeline
2026-03-28 11:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e80eee89-7e00-5fcf-8fce-b398b8e41187, identifier: SD67%20OYC
2026-03-28 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681989/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681938/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681967/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682091/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682091>
2026-03-28 11:04:01 [bca.uk] INFO: Found listing with ID: RK16%20MEU
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK16%2520MEU%27 HTTP/1.1" 200 None
2026-03-28 11:04:01 [bca.uk] INFO: Scrape type for RK16%20MEU: 1
2026-03-28 11:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU
2026-03-28 11:04:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473647%27 HTTP/1.1" 200 None
2026-03-28 11:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473647 not downloaded yet
2026-03-28 11:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e80eee89-7e00-5fcf-8fce-b398b8e41187 with identifier: SD67%20OYC
2026-03-28 11:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e80eee89-7e00-5fcf-8fce-b398b8e41187 with identifier: SD67%20OYC
2026-03-28 11:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e80eee89-7e00-5fcf-8fce-b398b8e41187 with identifier: SD67%20OYC to the API
2026-03-28 11:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485300/600>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_expert_report_file_f54b114c-d4d5-4ac7-b3cb-d6440c01eef6.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD67%20OYC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e80eee89-7e00-5fcf-8fce-b398b8e41187',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD67 OYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD67%20OYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 69597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46418,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485221/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46023,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485228/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42206,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485233/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43402,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485238/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43238,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485246/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42679,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485254/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93854,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485269/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89307,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485280/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94697,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485293/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e80eee89-7e00-5fcf-8fce-b398b8e41187/e80eee89-7e00-5fcf-8fce-b398b8e41187_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87021,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD67OYC/698485300/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 60 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': '60 MATCH EDITION',
 'vin': 'WVWZZZ6RZHU083914',
 'year': 2017}
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:04:02 [bca.uk] INFO: Saving data for SD67%20OYC: {'created_time': 1774695842.213734, 'last_price_update_time': 1774695842.213745, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD67%2520OYC') HTTP/1.1" 204 0
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcdbb50>
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775771%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775771/600 saved to cache
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffaab90>
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775751%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775751/600 saved to cache
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473621/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ND12LBP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698197768%27 HTTP/1.1" 200 None
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197768 not downloaded yet
2026-03-28 11:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682120/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682120>
2026-03-28 11:04:02 [bca.uk] INFO: Found listing with ID: WL54%20NHF
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-28 11:04:02 [bca.uk] INFO: Scrape type for WL54%20NHF: 2
2026-03-28 11:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF
2026-03-28 11:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 221c969f-6e38-587b-9f29-a72ac1bd8380 with scrape type 2
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 221c969f-6e38-587b-9f29-a72ac1bd8380 with scrape type 2
2026-03-28 11:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 221c969f-6e38-587b-9f29-a72ac1bd8380, identifier: WL54%20NHF
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473651%27 HTTP/1.1" 200 None
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473651 not downloaded yet
2026-03-28 11:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF
2026-03-28 11:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF
2026-03-28 11:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 221c969f-6e38-587b-9f29-a72ac1bd8380 with identifier: WL54%20NHF to the API
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL54%20NHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '221c969f-6e38-587b-9f29-a72ac1bd8380',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL54 NHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL54%20NHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350',
 'odometer': 96986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 2.4 TDI 115 LWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 115 LWB M/R',
 'vin': 'WF0LXXTTFL4S72463',
 'year': 2005}
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL54%2520NHF%27 HTTP/1.1" 200 None
2026-03-28 11:04:02 [bca.uk] INFO: Saving data for WL54%20NHF: {'auction_closing_time': 1774951200.0, 'created_time': 1774363313.596005, 'last_price_update_time': 1774695842.851537}
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL54%2520NHF') HTTP/1.1" 204 0
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb2190>
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_expert_report_file_3c3ee5bb-a8d3-4ad4-b266-d05993d04838.pdf HTTP/1.1" 201 0
2026-03-28 11:04:02 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7, skipping ID generation
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGJ58HSC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GJ58HSC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e56d790>
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698681989%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681989/600 saved to cache
2026-03-28 11:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feff9d0>
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698681938%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681938/600 saved to cache
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e29a610>
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698681967%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681967/600 saved to cache
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197724/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197737/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197737>
2026-03-28 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL20%20CPY-GB>
2026-03-28 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197744/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197744>
2026-03-28 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197721/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:03 [bca.uk] INFO: Found listing with ID: WR11%20HHA
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-28 11:04:03 [bca.uk] INFO: Scrape type for WR11%20HHA: 2
2026-03-28 11:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA
2026-03-28 11:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d2c257-57a4-5980-998a-9bdddde806b1 with scrape type 2
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8d2c257-57a4-5980-998a-9bdddde806b1 with scrape type 2
2026-03-28 11:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8d2c257-57a4-5980-998a-9bdddde806b1, identifier: WR11%20HHA
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473656%27 HTTP/1.1" 200 None
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473656 not downloaded yet
2026-03-28 11:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-28 11:04:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA
2026-03-28 11:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8d2c257-57a4-5980-998a-9bdddde806b1 with identifier: WR11%20HHA to the API
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR11%20HHA-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8d2c257-57a4-5980-998a-9bdddde806b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR11 HHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR11%20HHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 97902,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 1.6 E-HDI 110 VTR+ EGS Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HDI 110 VTR+ EGS',
 'vin': 'VF7NC9HR8AY579828',
 'year': 2011}
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR11%2520HHA%27 HTTP/1.1" 200 None
2026-03-28 11:04:03 [bca.uk] INFO: Saving data for WR11%20HHA: {'auction_closing_time': 1774951200.0, 'created_time': 1774363309.817868, 'last_price_update_time': 1774695843.790461}
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR11%2520HHA') HTTP/1.1" 204 0
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463065%27 HTTP/1.1" 200 None
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463065 not downloaded yet
2026-03-28 11:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682012/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473628/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473628>
2026-03-28 11:04:03 [bca.uk] INFO: Found listing with ID: YL17%20SVO
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-28 11:04:03 [bca.uk] INFO: Scrape type for YL17%20SVO: 2
2026-03-28 11:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO
2026-03-28 11:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6de2bce6-3d1e-5957-a636-f6b2fea49565 with scrape type 2
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6de2bce6-3d1e-5957-a636-f6b2fea49565 with scrape type 2
2026-03-28 11:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6de2bce6-3d1e-5957-a636-f6b2fea49565, identifier: YL17%20SVO
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473659%27 HTTP/1.1" 200 None
2026-03-28 11:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473659 not downloaded yet
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb76c10>
2026-03-28 11:04:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_expert_report_file_63ffa086-ef41-46ac-8588-4e163d93beba.pdf HTTP/1.1" 201 0
2026-03-28 11:04:04 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 93ba7a6a-2703-5b61-8fe2-d2f537296d23, skipping ID generation
2026-03-28 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLG08RMU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LG08RMU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473621/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682183/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682183>
2026-03-28 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197750/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197750>
2026-03-28 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473644/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473644>
2026-03-28 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473636>
2026-03-28 11:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO
2026-03-28 11:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO
2026-03-28 11:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6de2bce6-3d1e-5957-a636-f6b2fea49565 with identifier: YL17%20SVO to the API
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 299,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL17%20SVO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6de2bce6-3d1e-5957-a636-f6b2fea49565',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL17 SVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL17%20SVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 109099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 5.0 S/C SVAUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'S/C SVAUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALGA2EE9HA345747',
 'year': 2017}
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520SVO%27 HTTP/1.1" 200 None
2026-03-28 11:04:04 [bca.uk] INFO: Saving data for YL17%20SVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774448558.74288, 'last_price_update_time': 1774695844.600386}
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL17%2520SVO') HTTP/1.1" 204 0
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463067%27 HTTP/1.1" 200 None
2026-03-28 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463067 not downloaded yet
2026-03-28 11:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682091/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:04 [bca.uk] INFO: Found listing with ID: HG09%20ZSN
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-28 11:04:04 [bca.uk] INFO: Scrape type for HG09%20ZSN: 2
2026-03-28 11:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN
2026-03-28 11:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128d4936-d884-588c-8b66-1bc951ca8bfa with scrape type 2
2026-03-28 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128d4936-d884-588c-8b66-1bc951ca8bfa with scrape type 2
2026-03-28 11:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 128d4936-d884-588c-8b66-1bc951ca8bfa, identifier: HG09%20ZSN
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473663%27 HTTP/1.1" 200 None
2026-03-28 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473663 not downloaded yet
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717121%27 HTTP/1.1" 200 None
2026-03-28 11:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717121 not downloaded yet
2026-03-28 11:04:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197768/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197768>
2026-03-28 11:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN
2026-03-28 11:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN
2026-03-28 11:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 128d4936-d884-588c-8b66-1bc951ca8bfa with identifier: HG09%20ZSN to the API
2026-03-28 11:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG09%20ZSN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '128d4936-d884-588c-8b66-1bc951ca8bfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG09 ZSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG09%20ZSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 125262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.4 I-VTEC TYPE S Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC TYPE S',
 'vin': 'SHHFN43409U001736',
 'year': 2009}
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG09%2520ZSN%27 HTTP/1.1" 200 None
2026-03-28 11:04:05 [bca.uk] INFO: Saving data for HG09%20ZSN: {'auction_closing_time': 1774951200.0, 'created_time': 1774363364.151308, 'last_price_update_time': 1774695845.199779}
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG09%2520ZSN') HTTP/1.1" 204 0
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463070%27 HTTP/1.1" 200 None
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463070 not downloaded yet
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9ef9d0>
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_expert_report_file_9e077f53-a841-4d91-9b7a-7c6a64e675d3.pdf HTTP/1.1" 201 0
2026-03-28 11:04:05 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37d571a3-cd69-5f7b-9025-adff3b75dcf8, skipping ID generation
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLL61ZWT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LL61ZWT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2c710>
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197724%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197724/600 saved to cache
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e257a90>
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197721%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197721/600 saved to cache
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97e810>
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698682012%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682012/600 saved to cache
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473647/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473647>
2026-03-28 11:04:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473651/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473651>
2026-03-28 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197737/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682120/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:05 [bca.uk] INFO: Found listing with ID: HV15%20LXE
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520LXE%27 HTTP/1.1" 200 None
2026-03-28 11:04:05 [bca.uk] INFO: Scrape type for HV15%20LXE: 2
2026-03-28 11:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE
2026-03-28 11:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45dab056-3701-549b-b453-3f1f39a50142 with scrape type 2
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45dab056-3701-549b-b453-3f1f39a50142 with scrape type 2
2026-03-28 11:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45dab056-3701-549b-b453-3f1f39a50142, identifier: HV15%20LXE
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698473670%27 HTTP/1.1" 200 None
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473670 not downloaded yet
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717144%27 HTTP/1.1" 200 None
2026-03-28 11:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717144 not downloaded yet
2026-03-28 11:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197744/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE
2026-03-28 11:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE
2026-03-28 11:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45dab056-3701-549b-b453-3f1f39a50142 with identifier: HV15%20LXE to the API
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV15%20LXE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '45dab056-3701-549b-b453-3f1f39a50142',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV15 LXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV15%20LXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 47810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500C 1.2 LOUNGE S/S Convertible',
 'transmission': 'automatic',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA3120000J301957',
 'year': 2015}
2026-03-28 11:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520LXE%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [bca.uk] INFO: Saving data for HV15%20LXE: {'auction_closing_time': 1774778400.0, 'created_time': 1774592196.498309, 'last_price_update_time': 1774695846.002862}
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV15%2520LXE') HTTP/1.1" 204 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463073%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463073 not downloaded yet
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948220%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948220 not downloaded yet
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea78890>
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473621%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473621/600 saved to cache
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e845150>
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698682091%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682091/600 saved to cache
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK16%20MEU-GB>
2026-03-28 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473628/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:06 [bca.uk] INFO: Found listing with ID: HY57%20KMG
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY57%2520KMG%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [bca.uk] INFO: Scrape type for HY57%20KMG: 0
2026-03-28 11:04:06 [bca.uk] INFO: Found listing with ID: PN17%20YAG
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN17%2520YAG%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [bca.uk] INFO: Scrape type for PN17%20YAG: 1
2026-03-28 11:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG
2026-03-28 11:04:06 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717177%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717177 not downloaded yet
2026-03-28 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463081%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463081 not downloaded yet
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948224%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948224 not downloaded yet
2026-03-28 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473644/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:06 [bca.uk] INFO: Found listing with ID: VE67%20VVT
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520VVT%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [bca.uk] INFO: Scrape type for VE67%20VVT: 2
2026-03-28 11:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT
2026-03-28 11:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1fd78c1-3bc4-503d-9329-f3576638831b with scrape type 2
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1fd78c1-3bc4-503d-9329-f3576638831b with scrape type 2
2026-03-28 11:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1fd78c1-3bc4-503d-9329-f3576638831b, identifier: VE67%20VVT
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717203%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717203 not downloaded yet
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea62a50>
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197737%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197737/600 saved to cache
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe57390>
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698682120%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682120/600 saved to cache
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc98e10>
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197744%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197744/600 saved to cache
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473656>
2026-03-28 11:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT
2026-03-28 11:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT
2026-03-28 11:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1fd78c1-3bc4-503d-9329-f3576638831b with identifier: VE67%20VVT to the API
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE67%20VVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1fd78c1-3bc4-503d-9329-f3576638831b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE67 VVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE67%20VVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 38073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXN720002G40476',
 'year': 2017}
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520VVT%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [bca.uk] INFO: Saving data for VE67%20VVT: {'auction_closing_time': 1774778400.0, 'created_time': 1774592194.051292, 'last_price_update_time': 1774695846.832282}
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE67%2520VVT') HTTP/1.1" 204 0
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463088%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463088 not downloaded yet
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948226%27 HTTP/1.1" 200 None
2026-03-28 11:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948226 not downloaded yet
2026-03-28 11:04:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463065/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463065>
2026-03-28 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682183/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197750/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:06 [bca.uk] INFO: Found listing with ID: YB65%20ELU
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520ELU%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for YB65%20ELU: 1
2026-03-28 11:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU
2026-03-28 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717226%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717226 not downloaded yet
2026-03-28 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473647/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463067/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463067>
2026-03-28 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473651/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197768/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463093%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463093 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948228%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948228 not downloaded yet
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb59290>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473628%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473628/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d9310>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_expert_report_file_f083dfa8-79bc-4a86-b947-74855bd52595.pdf HTTP/1.1" 201 0
2026-03-28 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c55db6a9-0058-5b15-9854-0020af84912b, skipping ID generation
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFL20CPY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FL20CPY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd11610>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473644%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473644/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae782790>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473636%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473636/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:07 [bca.uk] INFO: Found listing with ID: DN64%20GYD
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520GYD%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for DN64%20GYD: 0
2026-03-28 11:04:07 [bca.uk] INFO: Found listing with ID: GU62%20NWF
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520NWF%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for GU62%20NWF: 1
2026-03-28 11:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF
2026-03-28 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717258%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717258 not downloaded yet
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948217/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LL61ZWT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463104%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463104 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948231%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948231 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993042%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993042 not downloaded yet
2026-03-28 11:04:07 [bca.uk] INFO: Found listing with ID: HF57%20DZO
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF57%2520DZO%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for HF57%20DZO: 1
2026-03-28 11:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO
2026-03-28 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717281%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717281 not downloaded yet
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe2b250>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698682183%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682183/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe99bd0>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197750%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197750/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3d310>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473647%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473647/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3eb90>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473651%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473651/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffeb190>
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197768%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197768/600 saved to cache
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717144/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717144>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717121/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717121>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463070>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717177/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717177>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948220/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948220>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN17%20YAG-GB>
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697463111%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463111 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948234%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948234 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993057%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993057 not downloaded yet
2026-03-28 11:04:07 [bca.uk] INFO: Found listing with ID: GL09%20EWC
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL09%2520EWC%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for GL09%20EWC: 1
2026-03-28 11:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC
2026-03-28 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717305%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717305 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948236%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948236 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993070%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993070 not downloaded yet
2026-03-28 11:04:07 [bca.uk] INFO: Found listing with ID: HW03%20GOA
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW03%2520GOA%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for HW03%20GOA: 1
2026-03-28 11:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA
2026-03-28 11:04:07 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698717333%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717333 not downloaded yet
2026-03-28 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463067/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717203/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717203>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948226/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948226>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948224/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948224>
2026-03-28 11:04:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463088/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463088>
2026-03-28 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463065/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948238%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948238 not downloaded yet
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993090%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993090 not downloaded yet
2026-03-28 11:04:07 [bca.uk] INFO: Found listing with ID: Y856%20RRD
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y856%2520RRD%27 HTTP/1.1" 200 None
2026-03-28 11:04:07 [bca.uk] INFO: Scrape type for Y856%20RRD: 1
2026-03-28 11:04:07 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:07 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [crawlers.middlewares.monitoring_spider_middleware] ERROR: Field year is not nullable
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [scrapy.core.scraper] ERROR: Spider error processing <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=6&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search)
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/bcauk.py", line 735, in parse_listings
    yield from self._process_listing_item(item_to_scrape)
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 478, in _process_listing_item
    item = self._extract_listing_item(item_to_scrape)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/crawlers/spiders/bcauk.py", line 804, in _extract_listing_item
    item["year"] = year
    ~~~~^^^^^^^^
  File "/usr/src/app/crawlers/items.py", line 116, in __setitem__
    raise ValueError(f"Field {key} is not nullable")
ValueError: Field year is not nullable
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697948244%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948244 not downloaded yet
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993113%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993113 not downloaded yet
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993131%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993131 not downloaded yet
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948217/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717177/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463081/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463081>
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717121/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948220/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717144/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993143%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993143 not downloaded yet
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50ec10>
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463067%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463067/600 saved to cache
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50d2d0>
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463065%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463065/600 saved to cache
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e519f90>
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473656%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473656/600 saved to cache
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D682993163%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993163 not downloaded yet
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e36e290>
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_expert_report_file_36d6f3dd-e594-4fd2-ae06-e3201b2c233c.pdf HTTP/1.1" 201 0
2026-03-28 11:04:08 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf083331-75bf-55d8-91b4-b55d09b57bc3, skipping ID generation
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRK16MEU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RK16MEU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948224/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993070>
2026-03-28 11:04:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717333/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717333>
2026-03-28 11:04:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW03%20GOA-GB>
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948226/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052419%27 HTTP/1.1" 200 None
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052419 not downloaded yet
2026-03-28 11:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463088/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4eef10>
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948217%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948217/600 saved to cache
2026-03-28 11:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c2490>
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717177%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717177/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d4910>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463070%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463070/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcdffd0>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717121%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717121/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc59f50>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948220%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948220/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e541dd0>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717144%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717144/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052454%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052454 not downloaded yet
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717203/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993090/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993090>
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052476%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052476 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052493%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052493 not downloaded yet
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23c210>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_expert_report_file_b8103218-a65f-4e89-abd2-054567814226.pdf HTTP/1.1" 201 0
2026-03-28 11:04:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94f53ba1-1a48-56f6-af9c-addac3acf253, skipping ID generation
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPN17YAG-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN17YAG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7f050>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948224%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948224/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7c590>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948226%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948226/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb02750>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463088%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463088/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463081/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948244>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993113/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993113>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993131/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993131>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948238/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948238>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948236/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948236>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717305/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717305>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993143/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993143>
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052513%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052513 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387823%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387823 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052540%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052540 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387832%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387832 not downloaded yet
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e507950>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717203%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717203/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052557%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052557 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387836%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387836 not downloaded yet
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052419>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993163/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993163>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052392/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RK16MEU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL09%20EWC-GB>
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698052580%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052580 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387842%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387842 not downloaded yet
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717333/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387847%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387847 not downloaded yet
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac1465d0>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463081%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463081/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387854%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387854 not downloaded yet
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717305/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948236/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993143/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387861%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387861 not downloaded yet
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993090/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948238/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387872%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387872 not downloaded yet
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387881%27 HTTP/1.1" 200 None
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387881 not downloaded yet
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97e910>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717333%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717333/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387815/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PN17YAG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948244/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d3090>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993070%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993070/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e3398d0>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717305%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717305/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8da850>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948236%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948236/600 saved to cache
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d0350>
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_expert_report_file_f40eee9e-4c57-48a3-8854-a87418615994.pdf HTTP/1.1" 201 0
2026-03-28 11:04:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526, skipping ID generation
2026-03-28 11:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHW03GOA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HW03GOA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07d50>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993143%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993143/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052392/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993131/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993113/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993163/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387847>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387842/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387842>
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814453%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814453 not downloaded yet
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814476%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814476 not downloaded yet
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e6269d0>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993090%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993090/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23e410>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948238%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948238/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e6390>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948244%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948244/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814489%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814489 not downloaded yet
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387815/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387854/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387854>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387836/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387836>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052557/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052557>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387861/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387861>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387832/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387832>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052580/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052580>
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814509%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814509 not downloaded yet
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814524%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814524 not downloaded yet
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e607f90>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052392%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052392/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea88e90>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993131%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993131/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe7b090>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993113%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993113/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaed0d0>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993163%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993163/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d8890>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052419%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052419/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2eb90>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_expert_report_file_bf4bb7b5-75e8-4870-aaba-06ec3c856927.pdf HTTP/1.1" 201 0
2026-03-28 11:04:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: acf5b92b-bb35-5c57-bbff-c8eb713ecc47, skipping ID generation
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGL09EWC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GL09EWC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387881/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387881>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387872/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387872>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387823>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HW03GOA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052540>
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387842/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052513/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052513>
2026-03-28 11:04:10 [scrapy.extensions.logstats] INFO: Crawled 96 pages (at 24 pages/min), scraped 215 items (at 77 items/min)
2026-03-28 11:04:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814532%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814532 not downloaded yet
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776113%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776113 not downloaded yet
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814545%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814545 not downloaded yet
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776135%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776135 not downloaded yet
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff939d0>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387815%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387815/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814554%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814554 not downloaded yet
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776146%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776146 not downloaded yet
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387832/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814453/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814453>
2026-03-28 11:04:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814476/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814476>
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387836/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814565%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814565 not downloaded yet
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776174%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776174 not downloaded yet
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052580/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052557/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387861/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776196%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776196 not downloaded yet
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39f450>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387842%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387842/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea5f50>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387847%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387847/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387854/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776213%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776213 not downloaded yet
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052540/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052513/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776238%27 HTTP/1.1" 200 None
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776238 not downloaded yet
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e381e90>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387832%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387832/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf4310>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387836%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387836/600 saved to cache
2026-03-28 11:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e604e10>
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052580%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052580/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe78d90>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052557%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052557/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e605f90>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387861%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387861/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776256%27 HTTP/1.1" 200 None
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776256 not downloaded yet
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776102/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GL09EWC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814524/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814524>
2026-03-28 11:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387872/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387881/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PN17YAG/42783321?sv=2020-08-04&st=2026-03-28T11%3A04%3A07Z&se=2026-03-28T11%3A29%3A07Z&sr=b&sp=r&sig=EGkeW30eNKXk3%2BFBz2m0TaKU98RLkBT1%2FrsnKAetn5g%3D)
2026-03-28 11:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814476/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776135/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776135>
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776146/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776146>
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776174/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776174>
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814554/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814554>
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814565/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814565>
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaee3d0>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387854%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387854/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4f9a50>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387823%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387823/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea24450>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814429%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814429/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c0150>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052540%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052540/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4cc4d0>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052513%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052513/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776196/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776196>
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae4693d0>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387872%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387872/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac26c5d0>
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPN17YAG%252F697387881%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387881/600 saved to cache
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 94f53ba1-1a48-56f6-af9c-addac3acf253
2026-03-28 11:04:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94f53ba1-1a48-56f6-af9c-addac3acf253, skipping ID generation
2026-03-28 11:04:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94f53ba1-1a48-56f6-af9c-addac3acf253 sending to next pipeline
2026-03-28 11:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94f53ba1-1a48-56f6-af9c-addac3acf253, identifier: PN17%20YAG
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814453/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG
2026-03-28 11:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG
2026-03-28 11:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94f53ba1-1a48-56f6-af9c-addac3acf253 with identifier: PN17%20YAG to the API
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387881/600>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_expert_report_file_b8103218-a65f-4e89-abd2-054567814226.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN17%20YAG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '94f53ba1-1a48-56f6-af9c-addac3acf253',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN17 YAG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN17%20YAG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 23486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53594,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387815/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52329,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51432,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387832/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52198,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387836/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51935,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387842/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52030,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387847/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83981,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387854/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66482,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387861/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78024,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387872/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_94f53ba1-1a48-56f6-af9c-addac3acf253/94f53ba1-1a48-56f6-af9c-addac3acf253_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64981,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PN17YAG/697387881/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.5 I-VTEC 130 EX Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC 130 EX',
 'vin': '3HGRU1890HM300566',
 'year': 2017}
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN17%2520YAG%27 HTTP/1.1" 200 None
2026-03-28 11:04:12 [bca.uk] INFO: Saving data for PN17%20YAG: {'created_time': 1774695852.42377, 'last_price_update_time': 1774695852.423782, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN17%2520YAG') HTTP/1.1" 204 0
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776113/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776113>
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814532/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814532>
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814545/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814545>
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776213/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776213>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac423cd0>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814476%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814476/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776238/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776238>
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814524/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776102/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94af4bffd0>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814453%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814453/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776256/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776256>
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814554/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814565/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776135/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24be50>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814524%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814524/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d6550>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776102%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776102/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814509/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814509>
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776174/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776146/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776196/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814532/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776113/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bdfd0>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814554%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814554/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814545/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776213/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e37c150>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814565%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814565/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac26f310>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776135%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776135/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814489/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814489>
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052493/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052493>
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052476/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052476>
2026-03-28 11:04:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698052454>
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776238/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776256/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GL09EWC/42807769?sv=2020-08-04&st=2026-03-28T11%3A04%3A09Z&se=2026-03-28T11%3A29%3A09Z&sr=b&sp=r&sig=vD2txF1m3M8sfabQbTJOwAU5%2BXiHS3nkaq3xTLwKDco%3D)
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bd410>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776174%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776174/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac45fcd0>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776146%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776146/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff931d0>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776196%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776196/600 saved to cache
2026-03-28 11:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4e9950>
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814532%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814532/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d3cd0>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776113%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776113/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993057/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993057>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948234/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948234>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF57%20DZO-GB>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717281/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717281>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463111/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463111>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac25ea10>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814545%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814545/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2f0d0>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776213%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776213/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814509/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948231/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948231>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993042/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=682993042>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2c350>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776238%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776238/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e538050>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGL09EWC%252F698776256%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776256/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47
2026-03-28 11:04:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: acf5b92b-bb35-5c57-bbff-c8eb713ecc47, skipping ID generation
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item acf5b92b-bb35-5c57-bbff-c8eb713ecc47 sending to next pipeline
2026-03-28 11:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf5b92b-bb35-5c57-bbff-c8eb713ecc47, identifier: GL09%20EWC
2026-03-28 11:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC
2026-03-28 11:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC
2026-03-28 11:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf5b92b-bb35-5c57-bbff-c8eb713ecc47 with identifier: GL09%20EWC to the API
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776256/600>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_expert_report_file_bf4bb7b5-75e8-4870-aaba-06ec3c856927.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL09%20EWC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf5b92b-bb35-5c57-bbff-c8eb713ecc47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL09 EWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL09%20EWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3 PICASSO',
 'odometer': 145265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 195964,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776102/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 198619,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776113/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 166872,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776135/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 176655,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776146/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 153887,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776174/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 125915,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776196/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 148692,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776213/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 130964,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776238/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acf5b92b-bb35-5c57-bbff-c8eb713ecc47/acf5b92b-bb35-5c57-bbff-c8eb713ecc47_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 137325,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GL09EWC/698776256/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 PICASSO 1.4 VTI 95 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'VTI 95 VTR+',
 'vin': 'VF7SH8FSC9T543004',
 'year': 2009}
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL09%2520EWC%27 HTTP/1.1" 200 None
2026-03-28 11:04:13 [bca.uk] INFO: Saving data for GL09%20EWC: {'created_time': 1774695853.747175, 'last_price_update_time': 1774695853.74719, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL09%2520EWC') HTTP/1.1" 204 0
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463104/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463104>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717258/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717258>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993032/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FL20CPY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU62%20NWF-GB>
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052493/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94af309b10>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814509%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814509/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052476/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RK16MEU/42793686?sv=2020-08-04&st=2026-03-28T11%3A04%3A05Z&se=2026-03-28T11%3A29%3A05Z&sr=b&sp=r&sig=%2BQ9lYRZB4oXfSaDF1QZQ7J2k6s4v3xXyyRVsfdR%2F%2BXk%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814489/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HW03GOA/42808341?sv=2020-08-04&st=2026-03-28T11%3A04%3A08Z&se=2026-03-28T11%3A29%3A08Z&sr=b&sp=r&sig=XFQJZtVOldSjA4yrr%2FF8b7V4ViDijtjQ2pxKR0Fyb6o%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717281/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697948228>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e37f2d0>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052454%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052454/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e36ce10>
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052493%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052493/600 saved to cache
2026-03-28 11:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463111/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948231/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993057/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948234/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717258/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97e3d0>
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRK16MEU%252F698052476%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052476/600 saved to cache
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cf083331-75bf-55d8-91b4-b55d09b57bc3
2026-03-28 11:04:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf083331-75bf-55d8-91b4-b55d09b57bc3, skipping ID generation
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf083331-75bf-55d8-91b4-b55d09b57bc3 sending to next pipeline
2026-03-28 11:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf083331-75bf-55d8-91b4-b55d09b57bc3, identifier: RK16%20MEU
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5970d0>
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHW03GOA%252F698814489%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814489/600 saved to cache
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526
2026-03-28 11:04:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526, skipping ID generation
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 sending to next pipeline
2026-03-28 11:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526, identifier: HW03%20GOA
2026-03-28 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fccb410>
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717281%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717281/600 saved to cache
2026-03-28 11:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU
2026-03-28 11:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU
2026-03-28 11:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf083331-75bf-55d8-91b4-b55d09b57bc3 with identifier: RK16%20MEU to the API
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052476/600>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_expert_report_file_36d6f3dd-e594-4fd2-ae06-e3201b2c233c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK16%20MEU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf083331-75bf-55d8-91b4-b55d09b57bc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK16 MEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK16%20MEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 70207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 168477,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052392/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 182433,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052419/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 188730,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 196377,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052476/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 138918,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052493/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 147574,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052513/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 145127,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052540/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 159472,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052557/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cf083331-75bf-55d8-91b4-b55d09b57bc3/cf083331-75bf-55d8-91b4-b55d09b57bc3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151893,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RK16MEU/698052580/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.0 T GDI 120 GT-LINE ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 GT-LINE ISG',
 'vin': 'U5YHN51ALGL237385',
 'year': 2016}
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK16%2520MEU%27 HTTP/1.1" 200 None
2026-03-28 11:04:14 [bca.uk] INFO: Saving data for RK16%20MEU: {'created_time': 1774695854.793134, 'last_price_update_time': 1774695854.793147, 'auction_closing_time': 1774951200.0}
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK16%2520MEU') HTTP/1.1" 204 0
2026-03-28 11:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA
2026-03-28 11:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA
2026-03-28 11:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526 with identifier: HW03%20GOA to the API
2026-03-28 11:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814489/600>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_expert_report_file_f40eee9e-4c57-48a3-8854-a87418615994.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW03%20GOA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW03 GOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW03%20GOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '206 CC',
 'odometer': 68195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 10,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 189231,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814429/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814453/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 201898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814476/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 196357,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814489/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174417,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814509/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 144686,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814524/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 162934,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814532/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 134138,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814545/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 153279,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814554/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526/0fe99cbb-8f99-5f9a-9b3c-c37b6e9c9526_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 200263,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HW03GOA/698814565/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 206 CC 1.6 ALLURE Convertible',
 'transmission': 'manual',
 'trim': 'ALLURE',
 'vin': 'VF32DNFUF43426811',
 'year': 2003}
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW03%2520GOA%27 HTTP/1.1" 200 None
2026-03-28 11:04:15 [bca.uk] INFO: Saving data for HW03%20GOA: {'created_time': 1774695855.231477, 'last_price_update_time': 1774695855.23149, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW03%2520GOA') HTTP/1.1" 204 0
2026-03-28 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993042/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717226/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698717226>
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463093/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463093>
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20ELU-GB>
2026-03-28 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463104/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993032/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FL20CPY/42809567?sv=2020-08-04&st=2026-03-28T11%3A04%3A02Z&se=2026-03-28T11%3A29%3A02Z&sr=b&sp=r&sig=PNsoWESVUEN4lbeo9DUnKV96qxhp7oZVr9f2sghb7Hs%3D)
2026-03-28 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97f110>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463111%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463111/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2b610>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948231%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948231/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc9350>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993057%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993057/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4f9990>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948234%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948234/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e37db90>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717258%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717258/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2abd0>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_expert_report_file_9390fd2f-6e1e-47c5-a522-b57a8c1e46fa.pdf HTTP/1.1" 201 0
2026-03-28 11:04:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f41977d4-aa4c-5c65-a9f6-75359a06d1d3, skipping ID generation
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHF57DZO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HF57DZO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463073/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697463073>
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473670>
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473659/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473659>
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473663/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698473663>
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717099/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LG08RMU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LL61ZWT/42809605?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=68GmuePBf8PkKBgTzM5OqxrrOXlRQPJJIDGniEeZl8A%3D)
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703107%27 HTTP/1.1" 200 None
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703107 not downloaded yet
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703112%27 HTTP/1.1" 200 None
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703112 not downloaded yet
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e338850>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993042%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993042/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e550f10>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463104%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463104/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9bba10>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFL20CPY%252F682993032%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993032/600 saved to cache
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c55db6a9-0058-5b15-9854-0020af84912b
2026-03-28 11:04:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c55db6a9-0058-5b15-9854-0020af84912b, skipping ID generation
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c55db6a9-0058-5b15-9854-0020af84912b sending to next pipeline
2026-03-28 11:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c55db6a9-0058-5b15-9854-0020af84912b, identifier: FL20%20CPY
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8dd4d0>
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_expert_report_file_232cf827-f22f-4c4e-949c-e2ef5c45060c.pdf HTTP/1.1" 201 0
2026-03-28 11:04:15 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53a14b43-8d32-5a4d-ac93-9ace42126b1a, skipping ID generation
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGU62NWF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU62NWF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197762/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197762>
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703116%27 HTTP/1.1" 200 None
2026-03-28 11:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703116 not downloaded yet
2026-03-28 11:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY
2026-03-28 11:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY
2026-03-28 11:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c55db6a9-0058-5b15-9854-0020af84912b with identifier: FL20%20CPY to the API
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993032/600>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_expert_report_file_f083dfa8-79bc-4a86-b947-74855bd52595.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL20%20CPY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c55db6a9-0058-5b15-9854-0020af84912b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL20 CPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL20%20CPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 33649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 165579,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993032/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 175878,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993042/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 208720,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993057/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 211956,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993070/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 171617,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993090/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 138975,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993113/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 159128,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993131/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 154412,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993143/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c55db6a9-0058-5b15-9854-0020af84912b/c55db6a9-0058-5b15-9854-0020af84912b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 148804,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FL20CPY/682993163/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA12DW000WW80165',
 'year': 2020}
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL20%2520CPY%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [bca.uk] INFO: Saving data for FL20%20CPY: {'created_time': 1774695856.300476, 'last_price_update_time': 1774695856.300488, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL20%2520CPY') HTTP/1.1" 204 0
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463062/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GJ58HSC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197731/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197731>
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682151/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682151>
2026-03-28 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717226/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD18%20CVW-GB>
2026-03-28 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463093/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681947%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681947 not downloaded yet
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703118%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703118 not downloaded yet
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681971%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681971 not downloaded yet
2026-03-28 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703122%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703122 not downloaded yet
2026-03-28 11:04:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e554510>
2026-03-28 11:04:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLL61ZWT%252F697948228%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948228/600 saved to cache
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8
2026-03-28 11:04:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37d571a3-cd69-5f7b-9025-adff3b75dcf8, skipping ID generation
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37d571a3-cd69-5f7b-9025-adff3b75dcf8 sending to next pipeline
2026-03-28 11:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37d571a3-cd69-5f7b-9025-adff3b75dcf8, identifier: LL61%20ZWT
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681991%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681991 not downloaded yet
2026-03-28 11:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37d571a3-cd69-5f7b-9025-adff3b75dcf8 with identifier: LL61%20ZWT
2026-03-28 11:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37d571a3-cd69-5f7b-9025-adff3b75dcf8 with identifier: LL61%20ZWT
2026-03-28 11:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37d571a3-cd69-5f7b-9025-adff3b75dcf8 with identifier: LL61%20ZWT to the API
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948228/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_expert_report_file_9e077f53-a841-4d91-9b7a-7c6a64e675d3.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL61%20ZWT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '37d571a3-cd69-5f7b-9025-adff3b75dcf8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL61 ZWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL61%20ZWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 124720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54608,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948217/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52517,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948220/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51078,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948224/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53573,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948226/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54218,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948228/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50384,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948231/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74595,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948234/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77582,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948236/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99087,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948238/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37d571a3-cd69-5f7b-9025-adff3b75dcf8/37d571a3-cd69-5f7b-9025-adff3b75dcf8_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93816,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LL61ZWT/697948244/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 2.0 CDTI 16V 165 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'CDTI 16V 165 SE',
 'vin': 'W0LPE6EN3CG047671',
 'year': 2011}
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520ZWT%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [bca.uk] INFO: Saving data for LL61%20ZWT: {'created_time': 1774695856.952335, 'last_price_update_time': 1774695856.952403, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL61%2520ZWT') HTTP/1.1" 204 0
2026-03-28 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717099/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LG08RMU/42809753?sv=2020-08-04&st=2026-03-28T11%3A03%3A58Z&se=2026-03-28T11%3A28%3A58Z&sr=b&sp=r&sig=nLALDsxAFrxNU2%2Bi7bJR6Ie5JztwbVGBIhuAMUwqI5c%3D)
2026-03-28 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463073/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197728/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698197728>
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682030/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682030>
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703126%27 HTTP/1.1" 200 None
2026-03-28 11:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703126 not downloaded yet
2026-03-28 11:04:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703106/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HF57DZO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473663/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473659/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ND12LBP/42800609?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=mqLHGp%2Fjk0Qy48fEqpj%2Ffu%2B%2F56p5yGfHE0UDFFZIhcA%3D)
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682011%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682011 not downloaded yet
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703131%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703131 not downloaded yet
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e555b90>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717226%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717226/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec8b90>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463093%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463093/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff9a710>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_expert_report_file_791ae695-562c-40eb-aa0f-3b6676b63111.pdf HTTP/1.1" 201 0
2026-03-28 11:04:17 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41bfed47-06be-532e-8f54-e5c676d90605, skipping ID generation
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYB65ELU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YB65ELU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682031%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682031 not downloaded yet
2026-03-28 11:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463062/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GJ58HSC/42784254?sv=2020-08-04&st=2026-03-28T11%3A03%3A57Z&se=2026-03-28T11%3A28%3A57Z&sr=b&sp=r&sig=d%2BQ%2FahLp%2F9%2BB9dockLxb79YnX3QCZXG6NqUnvBSOHP8%3D)
2026-03-28 11:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197731/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703135%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703135 not downloaded yet
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628649%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628649 not downloaded yet
2026-03-28 11:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682151/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682059%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682059 not downloaded yet
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9e4750>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLG08RMU%252F698717099%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717099/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23
2026-03-28 11:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 93ba7a6a-2703-5b61-8fe2-d2f537296d23, skipping ID generation
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 93ba7a6a-2703-5b61-8fe2-d2f537296d23 sending to next pipeline
2026-03-28 11:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93ba7a6a-2703-5b61-8fe2-d2f537296d23, identifier: LG08%20RMU
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad18dd50>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463073%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463073/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d15d0>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473663%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473663/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e391ad0>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473659%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473659/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8de990>
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FND12LBP%252F698473670%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473670/600 saved to cache
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 325ff223-af4d-52f5-a85f-e14f2e547fe2
2026-03-28 11:04:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 325ff223-af4d-52f5-a85f-e14f2e547fe2, skipping ID generation
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 325ff223-af4d-52f5-a85f-e14f2e547fe2 sending to next pipeline
2026-03-28 11:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 325ff223-af4d-52f5-a85f-e14f2e547fe2, identifier: ND12%20LBP
2026-03-28 11:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703112/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703112>
2026-03-28 11:04:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703118/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703118>
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697703141%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703141 not downloaded yet
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628669%27 HTTP/1.1" 200 None
2026-03-28 11:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628669 not downloaded yet
2026-03-28 11:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU
2026-03-28 11:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU
2026-03-28 11:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93ba7a6a-2703-5b61-8fe2-d2f537296d23 with identifier: LG08%20RMU to the API
2026-03-28 11:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717099/600>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_expert_report_file_63ffa086-ef41-46ac-8588-4e163d93beba.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG08%20RMU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93ba7a6a-2703-5b61-8fe2-d2f537296d23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG08 RMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG08%20RMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '318I',
 'odometer': 136183,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54553,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717099/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717121/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49631,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717144/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52705,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717177/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51823,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717203/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48910,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717226/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95127,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717258/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717281/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90646,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717305/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93ba7a6a-2703-5b61-8fe2-d2f537296d23/93ba7a6a-2703-5b61-8fe2-d2f537296d23_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71009,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LG08RMU/698717333/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 143 SE Saloon',
 'transmission': 'manual',
 'trim': '143 SE',
 'vin': 'WBAVF52010A335841',
 'year': 2008}
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG08%2520RMU%27 HTTP/1.1" 200 None
2026-03-28 11:04:18 [bca.uk] INFO: Saving data for LG08%20RMU: {'created_time': 1774695858.25251, 'last_price_update_time': 1774695858.252522, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG08%2520RMU') HTTP/1.1" 204 0
2026-03-28 11:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 325ff223-af4d-52f5-a85f-e14f2e547fe2 with identifier: ND12%20LBP
2026-03-28 11:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 325ff223-af4d-52f5-a85f-e14f2e547fe2 with identifier: ND12%20LBP
2026-03-28 11:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 325ff223-af4d-52f5-a85f-e14f2e547fe2 with identifier: ND12%20LBP to the API
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473670/600>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_expert_report_file_fb0df974-a6b6-4d45-99b4-62f0c8df68d5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND12%20LBP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '325ff223-af4d-52f5-a85f-e14f2e547fe2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND12 LBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND12%20LBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 113174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51864,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473621/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52174,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473628/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51079,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473636/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51429,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473644/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48778,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473647/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48795,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473651/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79483,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473656/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72170,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473659/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81269,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473663/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_325ff223-af4d-52f5-a85f-e14f2e547fe2/325ff223-af4d-52f5-a85f-e14f2e547fe2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84549,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ND12LBP/698473670/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TDCI 70 EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 70 EDGE',
 'vin': 'WF0JXXGAJJCA12056',
 'year': 2012}
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520LBP%27 HTTP/1.1" 200 None
2026-03-28 11:04:18 [bca.uk] INFO: Saving data for ND12%20LBP: {'created_time': 1774695858.671856, 'last_price_update_time': 1774695858.671868, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND12%2520LBP') HTTP/1.1" 204 0
2026-03-28 11:04:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681936/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU62NWF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197762/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682090%27 HTTP/1.1" 200 None
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682090 not downloaded yet
2026-03-28 11:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682030/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703122/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703122>
2026-03-28 11:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197728/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628687%27 HTTP/1.1" 200 None
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628687 not downloaded yet
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8aa910>
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGJ58HSC%252F697463062%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463062/600 saved to cache
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7
2026-03-28 11:04:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7, skipping ID generation
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79b41b88-9fb1-5e41-8e2d-c04e37c087a7 sending to next pipeline
2026-03-28 11:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7, identifier: GJ58%20HSC
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4efe50>
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197731%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197731/600 saved to cache
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcaf350>
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698682151%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682151/600 saved to cache
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682113%27 HTTP/1.1" 200 None
2026-03-28 11:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682113 not downloaded yet
2026-03-28 11:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7 with identifier: GJ58%20HSC
2026-03-28 11:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7 with identifier: GJ58%20HSC
2026-03-28 11:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b41b88-9fb1-5e41-8e2d-c04e37c087a7 with identifier: GJ58%20HSC to the API
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463062/600>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_expert_report_file_3c3ee5bb-a8d3-4ad4-b266-d05993d04838.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ58%20HSC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '79b41b88-9fb1-5e41-8e2d-c04e37c087a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ58 HSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ58%20HSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 200K',
 'odometer': 135081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58679,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463062/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53945,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463065/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52575,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463067/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55772,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463070/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53231,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463073/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50980,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463081/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99874,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463088/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50219,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463093/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463104/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79b41b88-9fb1-5e41-8e2d-c04e37c087a7/79b41b88-9fb1-5e41-8e2d-c04e37c087a7_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 59905,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GJ58HSC/697463111/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLC 200K 1.8 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDB2037412E047382',
 'year': 2008}
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ58%2520HSC%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [bca.uk] INFO: Saving data for GJ58%20HSC: {'created_time': 1774695859.410033, 'last_price_update_time': 1774695859.410044, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ58%2520HSC') HTTP/1.1" 204 0
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703106/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681971/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681971>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703126/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703126>
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628709%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628709 not downloaded yet
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e82c110>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_expert_report_file_7d8485c9-95e1-49f1-a92c-d8dbab59faa4.pdf HTTP/1.1" 201 0
2026-03-28 11:04:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff90612e-f16f-5f6b-a6b0-98d7117c35f6, skipping ID generation
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFD18CVW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD18CVW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681991/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681991>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703131/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703131>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682031/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682031>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681947/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681947>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628630/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YB65ELU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682141%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682141 not downloaded yet
2026-03-28 11:04:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23b310>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197762%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197762/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb069d0>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698682030%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682030/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7fb10>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197728%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197728/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628736%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628736 not downloaded yet
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671435%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671435 not downloaded yet
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703112/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703118/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628649/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628649>
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628765%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628765 not downloaded yet
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671461%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671461 not downloaded yet
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703122/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681936/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703141/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703141>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682059/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682059>
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628669/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628669>
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628788%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628788 not downloaded yet
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671485%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671485 not downloaded yet
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3f1d0>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703106%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703106/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681971/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628687/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628687>
2026-03-28 11:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703126/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628824%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628824 not downloaded yet
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671502%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671502 not downloaded yet
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698628853%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628853 not downloaded yet
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671531%27 HTTP/1.1" 200 None
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671531 not downloaded yet
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d8210>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703112%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703112/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8dc650>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703118%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703118/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7fed0>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703122%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703122/600 saved to cache
2026-03-28 11:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39f2d0>
2026-03-28 11:04:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698681936%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681936/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628630/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681947/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671561%27 HTTP/1.1" 200 None
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671561 not downloaded yet
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682031/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681991/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682141/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682141>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628649/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD18CVW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703131/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671587%27 HTTP/1.1" 200 None
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671587 not downloaded yet
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8a8050>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698681971%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681971/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39eb50>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703126%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703126/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671610%27 HTTP/1.1" 200 None
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671610 not downloaded yet
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628669/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671461/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671461>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628765>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628788/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628788>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671485/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671485>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628687/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703141/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682059/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671633%27 HTTP/1.1" 200 None
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671633 not downloaded yet
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac40c950>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628630%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628630/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd06210>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698681947%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681947/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb00810>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698682031%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682031/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4e9910>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698681991%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681991/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb01450>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628649%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628649/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fde8990>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703131%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703131/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671413/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628824/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628824>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671531/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671531>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628853/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628853>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671502/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671502>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671435/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671435>
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628736/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628736>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682141/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb00890>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628669%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628669/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e85c990>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628687%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628687/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea77150>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703141%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703141/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2f7d0>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698682059%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682059/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671587/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671587>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628788/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671561>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671461/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671610>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671485/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628765/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac25c650>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671413%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671413/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae462050>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698682141%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682141/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698628709>
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671502/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628736/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628824/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671531/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fde9310>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628788%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628788/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628853/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671633/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671633>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e6210>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671461%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671461/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50d310>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671485%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671485/600 saved to cache
2026-03-28 11:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3d250>
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628765%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628765/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671435/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682090/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682090>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682113/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682113>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703135/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703135>
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671610/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671561/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671587/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c4210>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671502%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671502/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e410210>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628736%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628736/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4128d0>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628824%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628824/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcafbd0>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671531%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671531/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb06390>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628853%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628853/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682011/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682011>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703116/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703116>
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YB65ELU/42808058?sv=2020-08-04&st=2026-03-28T11%3A04%3A14Z&se=2026-03-28T11%3A29%3A14Z&sr=b&sp=r&sig=6DRTOUDe9iftpE%2FZpavmIBjBltC9Iimy27MCsyz%2F8ZE%3D)
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU19%20RWF-GB>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775923/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775923>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703107/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697703107>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX70%20UBS-GB>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775894/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775894>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR21%20HBF-GB>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX18%20LZV-GB>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197717/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HV64ZMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775852/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775852>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e410a10>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671435%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671435/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50d310>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671610%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671610/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae46fd50>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671561%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671561/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e847a90>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671587%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671587/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703135/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682113/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682090/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671633/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD18CVW/42809571?sv=2020-08-04&st=2026-03-28T11%3A04%3A15Z&se=2026-03-28T11%3A29%3A15Z&sr=b&sp=r&sig=qsLWPPmyT45icdVL3jV%2FGjUGJBP5PGrmhiDAoLx14i8%3D)
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff7fd10>
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYB65ELU%252F698628709%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628709/600 saved to cache
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 41bfed47-06be-532e-8f54-e5c676d90605
2026-03-28 11:04:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41bfed47-06be-532e-8f54-e5c676d90605, skipping ID generation
2026-03-28 11:04:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 41bfed47-06be-532e-8f54-e5c676d90605 sending to next pipeline
2026-03-28 11:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41bfed47-06be-532e-8f54-e5c676d90605, identifier: YB65%20ELU
2026-03-28 11:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU
2026-03-28 11:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU
2026-03-28 11:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41bfed47-06be-532e-8f54-e5c676d90605 with identifier: YB65%20ELU to the API
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628709/600>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_expert_report_file_791ae695-562c-40eb-aa0f-3b6676b63111.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20ELU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '41bfed47-06be-532e-8f54-e5c676d90605',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB65 ELU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB65%20ELU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 18665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57350,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628630/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55154,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628649/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52057,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628669/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54643,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628687/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54687,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628709/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50549,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628736/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98746,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628765/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40871,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628788/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86542,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628824/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bfed47-06be-532e-8f54-e5c676d90605/41bfed47-06be-532e-8f54-e5c676d90605_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 106166,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YB65ELU/698628853/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXN720302D83135',
 'year': 2015}
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520ELU%27 HTTP/1.1" 200 None
2026-03-28 11:04:22 [bca.uk] INFO: Saving data for YB65%20ELU: {'created_time': 1774695862.597516, 'last_price_update_time': 1774695862.597531, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB65%2520ELU') HTTP/1.1" 204 0
2026-03-28 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703107/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703116/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HF57DZO/42790087?sv=2020-08-04&st=2026-03-28T11%3A04%3A12Z&se=2026-03-28T11%3A29%3A12Z&sr=b&sp=r&sig=yd3lhcaJIRxmWjevY32lqtCooUEzFkSPBdAy%2Bd5Vp68%3D)
2026-03-28 11:04:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681955/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681955>
2026-03-28 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682011/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU62NWF/42809742?sv=2020-08-04&st=2026-03-28T11%3A04%3A13Z&se=2026-03-28T11%3A29%3A13Z&sr=b&sp=r&sig=zXp9e4ABPWUJ5RIxfwADUo0AryNeBqtULRXa%2BxCKT8k%3D)
2026-03-28 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775894/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775923/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e33aa90>
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703135%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703135/600 saved to cache
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bce90>
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698682113%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682113/600 saved to cache
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e51a010>
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698682090%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682090/600 saved to cache
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:22 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd28690>
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD18CVW%252F698671633%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671633/600 saved to cache
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6
2026-03-28 11:04:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff90612e-f16f-5f6b-a6b0-98d7117c35f6, skipping ID generation
2026-03-28 11:04:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff90612e-f16f-5f6b-a6b0-98d7117c35f6 sending to next pipeline
2026-03-28 11:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff90612e-f16f-5f6b-a6b0-98d7117c35f6, identifier: FD18%20CVW
2026-03-28 11:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW
2026-03-28 11:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW
2026-03-28 11:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff90612e-f16f-5f6b-a6b0-98d7117c35f6 with identifier: FD18%20CVW to the API
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671633/600>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_expert_report_file_7d8485c9-95e1-49f1-a92c-d8dbab59faa4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD18%20CVW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff90612e-f16f-5f6b-a6b0-98d7117c35f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD18 CVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD18%20CVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 20061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55777,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671413/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52720,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671435/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51889,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671461/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53189,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671485/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55394,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671502/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671531/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89739,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671561/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71805,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671587/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83262,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671610/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ff90612e-f16f-5f6b-a6b0-98d7117c35f6/ff90612e-f16f-5f6b-a6b0-98d7117c35f6_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73291,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD18CVW/698671633/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 SE TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'SE TECHNOLOGY',
 'vin': 'VSSZZZKJZJR162554',
 'year': 2018}
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520CVW%27 HTTP/1.1" 200 None
2026-03-28 11:04:23 [bca.uk] INFO: Saving data for FD18%20CVW: {'created_time': 1774695863.597441, 'last_price_update_time': 1774695863.597452, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD18%2520CVW') HTTP/1.1" 204 0
2026-03-28 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197717/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HV64ZMX/42796562?sv=2020-08-04&st=2026-03-28T11%3A03%3A54Z&se=2026-03-28T11%3A28%3A54Z&sr=b&sp=r&sig=wPAHCHklgLXHjVw420JxYxfgflH9KhFjMkdF7V3Lpfo%3D)
2026-03-28 11:04:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK16%20BTV-GB>
2026-03-28 11:04:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775821/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775821>
2026-03-28 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775852/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9b150>
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703107%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703107/600 saved to cache
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4f7d90>
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHF57DZO%252F697703116%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703116/600 saved to cache
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3
2026-03-28 11:04:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f41977d4-aa4c-5c65-a9f6-75359a06d1d3, skipping ID generation
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f41977d4-aa4c-5c65-a9f6-75359a06d1d3 sending to next pipeline
2026-03-28 11:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f41977d4-aa4c-5c65-a9f6-75359a06d1d3, identifier: HF57%20DZO
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e85ff90>
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU62NWF%252F698682011%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682011/600 saved to cache
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a
2026-03-28 11:04:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53a14b43-8d32-5a4d-ac93-9ace42126b1a, skipping ID generation
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53a14b43-8d32-5a4d-ac93-9ace42126b1a sending to next pipeline
2026-03-28 11:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53a14b43-8d32-5a4d-ac93-9ace42126b1a, identifier: GU62%20NWF
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e38d0>
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775894%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775894/600 saved to cache
2026-03-28 11:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4f6810>
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775923%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775923/600 saved to cache
2026-03-28 11:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb01fd0>
2026-03-28 11:04:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_expert_report_file_ea0ceb54-79fb-4187-b5fd-9482b2ec83df.pdf HTTP/1.1" 201 0
2026-03-28 11:04:24 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5a2781a-bf30-515d-96de-139303c8d44d, skipping ID generation
2026-03-28 11:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDX70UBS-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX70UBS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO
2026-03-28 11:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO
2026-03-28 11:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f41977d4-aa4c-5c65-a9f6-75359a06d1d3 with identifier: HF57%20DZO to the API
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703116/600>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_expert_report_file_9390fd2f-6e1e-47c5-a522-b57a8c1e46fa.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF57%20DZO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f41977d4-aa4c-5c65-a9f6-75359a06d1d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF57 DZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF57%20DZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 46559,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54271,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703106/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52243,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703107/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53447,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703112/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55108,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703116/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54625,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703118/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51959,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703122/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93464,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703126/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75980,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703131/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87845,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703135/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f41977d4-aa4c-5c65-a9f6-75359a06d1d3/f41977d4-aa4c-5c65-a9f6-75359a06d1d3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72863,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HF57DZO/697703141/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'LUCGE385073213920',
 'year': 2007}
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF57%2520DZO%27 HTTP/1.1" 200 None
2026-03-28 11:04:24 [bca.uk] INFO: Saving data for HF57%20DZO: {'created_time': 1774695864.513811, 'last_price_update_time': 1774695864.513821, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF57%2520DZO') HTTP/1.1" 204 0
2026-03-28 11:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF
2026-03-28 11:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF
2026-03-28 11:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53a14b43-8d32-5a4d-ac93-9ace42126b1a with identifier: GU62%20NWF to the API
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682011/600>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_expert_report_file_232cf827-f22f-4c4e-949c-e2ef5c45060c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU62%20NWF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53a14b43-8d32-5a4d-ac93-9ace42126b1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU62 NWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU62%20NWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 22366,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55422,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681936/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53297,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681947/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52171,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681971/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53784,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698681991/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55942,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682011/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52628,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682031/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85605,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682059/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72673,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682090/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88726,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682113/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53a14b43-8d32-5a4d-ac93-9ace42126b1a/53a14b43-8d32-5a4d-ac93-9ace42126b1a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71233,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU62NWF/698682141/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZDEA45210468371',
 'year': 2012}
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520NWF%27 HTTP/1.1" 200 None
2026-03-28 11:04:24 [bca.uk] INFO: Saving data for GU62%20NWF: {'created_time': 1774695864.964923, 'last_price_update_time': 1774695864.964934, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU62%2520NWF') HTTP/1.1" 204 0
2026-03-28 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775786/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775786>
2026-03-28 11:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681955/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/H9HBE/42809640?sv=2020-08-04&st=2026-03-28T11%3A03%3A52Z&se=2026-03-28T11%3A28%3A52Z&sr=b&sp=r&sig=YmcT3eCb1%2Bi%2BUqP2CAuYRXjaB7BrFvUgxaHKrp3tIGA%3D)
2026-03-28 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793146/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793146>
2026-03-28 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF51%20EOS-GB>
2026-03-28 11:04:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK61%20NMX-GB>
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681963%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681963 not downloaded yet
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN63%20YUK-GB>
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768037/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768037>
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681982%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681982 not downloaded yet
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebbd290>
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_expert_report_file_7b691d4c-1752-4993-99a0-09e19cd60947.pdf HTTP/1.1" 201 0
2026-03-28 11:04:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d110be31-ad93-5365-9ead-c1775f8e8e2b, skipping ID generation
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEU19RWF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EU19RWF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ede10>
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHV64ZMX%252F698197717%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197717/600 saved to cache
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 41bf9816-8fd1-5167-9917-2be2811cb13e
2026-03-28 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41bf9816-8fd1-5167-9917-2be2811cb13e, skipping ID generation
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 41bf9816-8fd1-5167-9917-2be2811cb13e sending to next pipeline
2026-03-28 11:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41bf9816-8fd1-5167-9917-2be2811cb13e, identifier: HV64%20ZMX
2026-03-28 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc24450>
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775852%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775852/600 saved to cache
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e518ed0>
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_expert_report_file_0ca50938-ece5-4ea8-976e-176de1ddce27.pdf HTTP/1.1" 201 0
2026-03-28 11:04:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24623035-d9ac-5881-a02b-df41247ee5f0, skipping ID generation
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGR21HBF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GR21HBF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97c910>
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_expert_report_file_7f6d2c67-c731-41ff-a266-cf28009f66df.pdf HTTP/1.1" 201 0
2026-03-28 11:04:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc, skipping ID generation
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRX18LZV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RX18LZV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682003%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682003 not downloaded yet
2026-03-28 11:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41bf9816-8fd1-5167-9917-2be2811cb13e with identifier: HV64%20ZMX
2026-03-28 11:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41bf9816-8fd1-5167-9917-2be2811cb13e with identifier: HV64%20ZMX
2026-03-28 11:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41bf9816-8fd1-5167-9917-2be2811cb13e with identifier: HV64%20ZMX to the API
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197717/600>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_expert_report_file_2ce0624e-92e8-4a1b-a6cd-3d083a2a77bf.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV64%20ZMX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41bf9816-8fd1-5167-9917-2be2811cb13e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV64 ZMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV64%20ZMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320D',
 'odometer': 194320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56968,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197717/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56181,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197721/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53871,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197724/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54405,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197728/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48923,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197731/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48359,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197737/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96820,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197744/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85513,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197750/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103453,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197762/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41bf9816-8fd1-5167-9917-2be2811cb13e/41bf9816-8fd1-5167-9917-2be2811cb13e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96954,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HV64ZMX/698197768/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'SPORT TOURING STEP',
 'vin': 'WBA3K32060K403181',
 'year': 2014}
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV64%2520ZMX%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [bca.uk] INFO: Saving data for HV64%20ZMX: {'created_time': 1774695865.723803, 'last_price_update_time': 1774695865.723814, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV64%2520ZMX') HTTP/1.1" 204 0
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768022/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768022>
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483613/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483613>
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483599/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483599>
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793141/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793141>
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR63%20WBM-GB>
2026-03-28 11:04:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802174/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802174>
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682000%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682000 not downloaded yet
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671437%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671437 not downloaded yet
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671727%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671727 not downloaded yet
2026-03-28 11:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775821/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682020%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682020 not downloaded yet
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682023%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682023 not downloaded yet
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671465%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671465 not downloaded yet
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671756%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671756 not downloaded yet
2026-03-28 11:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682040%27 HTTP/1.1" 200 None
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682040 not downloaded yet
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a1650>
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FH9HBE%252F698681955%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681955/600 saved to cache
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab
2026-03-28 11:04:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6b92bfb-395f-5a0f-be4a-ffaa99683dab, skipping ID generation
2026-03-28 11:04:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6b92bfb-395f-5a0f-be4a-ffaa99683dab sending to next pipeline
2026-03-28 11:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6b92bfb-395f-5a0f-be4a-ffaa99683dab, identifier: H9%20HBE
2026-03-28 11:04:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768003/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698768003>
2026-03-28 11:04:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681951/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX70UBS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775786/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AO60TNJ/42807714?sv=2020-08-04&st=2026-03-28T11%3A03%3A49Z&se=2026-03-28T11%3A28%3A49Z&sr=b&sp=r&sig=sLF4D10lVXOgV1muHEebs9HWZODTs5u0NavdWeb2D0Y%3D)
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682043%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682043 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671486%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671486 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671781%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671781 not downloaded yet
2026-03-28 11:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE
2026-03-28 11:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE
2026-03-28 11:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6b92bfb-395f-5a0f-be4a-ffaa99683dab with identifier: H9%20HBE to the API
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681955/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_expert_report_file_cb9337f3-aa2b-4e61-b6c2-1c6c82667e1c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H9%20HBE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6b92bfb-395f-5a0f-be4a-ffaa99683dab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'H9 HBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=H9%20HBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 98371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54201,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681938/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50765,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681955/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49432,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681967/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51043,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698681989/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53145,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682012/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49191,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682030/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 104063,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682091/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74852,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682120/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88856,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682151/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c6b92bfb-395f-5a0f-be4a-ffaa99683dab/c6b92bfb-395f-5a0f-be4a-ffaa99683dab_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74840,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/H9HBE/698682183/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 MATCH DSG',
 'vin': 'WVWZZZ1KZ9W039977',
 'year': 2008}
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H9%2520HBE%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [bca.uk] INFO: Saving data for H9%20HBE: {'created_time': 1774695866.525211, 'last_price_update_time': 1774695866.525224, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='H9%2520HBE') HTTP/1.1" 204 0
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768037/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793146/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682066%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682066 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682060%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682060 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671520%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671520 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671812%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671812 not downloaded yet
2026-03-28 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94af4bff90>
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775821%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775821/600 saved to cache
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec2c50>
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_expert_report_file_7525c8f6-8bcd-424b-a835-d6cb6a103f29.pdf HTTP/1.1" 201 0
2026-03-28 11:04:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699, skipping ID generation
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DVK16BTV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VK16BTV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682097%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682097 not downloaded yet
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802174/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793141/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60AGX/42808072?sv=2020-08-04&st=2026-03-28T11%3A03%3A34Z&se=2026-03-28T11%3A28%3A34Z&sr=b&sp=r&sig=bMtlIP4HLrSwsDFXt%2FrE2i4EwnLTqlfdXdr26xsYVO0%3D)
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682080%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682080 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671541%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671541 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671848%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671848 not downloaded yet
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681937%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681937 not downloaded yet
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3f750>
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAO60TNJ%252F698775786%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775786/600 saved to cache
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d
2026-03-28 11:04:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46ca9b47-7e63-553f-bf45-5039f76f4c7d, skipping ID generation
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 46ca9b47-7e63-553f-bf45-5039f76f4c7d sending to next pipeline
2026-03-28 11:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46ca9b47-7e63-553f-bf45-5039f76f4c7d, identifier: AO60%20TNJ
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682126%27 HTTP/1.1" 200 None
2026-03-28 11:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682126 not downloaded yet
2026-03-28 11:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46ca9b47-7e63-553f-bf45-5039f76f4c7d with identifier: AO60%20TNJ
2026-03-28 11:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46ca9b47-7e63-553f-bf45-5039f76f4c7d with identifier: AO60%20TNJ
2026-03-28 11:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46ca9b47-7e63-553f-bf45-5039f76f4c7d with identifier: AO60%20TNJ to the API
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775786/600>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_expert_report_file_3648d731-5738-4165-a6c7-4a5c3bb1698c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO60%20TNJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '46ca9b47-7e63-553f-bf45-5039f76f4c7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO60 TNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO60%20TNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HONDA',
 'model': 'INSIGHT',
 'odometer': 136313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50124,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775726/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775729/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44507,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775736/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775751/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41961,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775771/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44817,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775786/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69377,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775821/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71895,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775852/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83324,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775894/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46ca9b47-7e63-553f-bf45-5039f76f4c7d/46ca9b47-7e63-553f-bf45-5039f76f4c7d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78642,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AO60TNJ/698775923/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA INSIGHT 1.3 IMA ES HYBRID Hatchback',
 'transmission': 'automatic',
 'trim': 'IMA ES HYBRID',
 'vin': 'JHMZE2870BS201214',
 'year': 2011}
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO60%2520TNJ%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [bca.uk] INFO: Saving data for AO60%20TNJ: {'created_time': 1774695867.368848, 'last_price_update_time': 1774695867.368862, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO60%2520TNJ') HTTP/1.1" 204 0
2026-03-28 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682103%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682103 not downloaded yet
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671565%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671565 not downloaded yet
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671888%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671888 not downloaded yet
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681952%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681952 not downloaded yet
2026-03-28 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682003/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682003>
2026-03-28 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483613/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682166%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682166 not downloaded yet
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7fed0>
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698768037%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768037/600 saved to cache
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2ec50>
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793146%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793146/600 saved to cache
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3cad10>
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802174%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802174/600 saved to cache
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2ca90>
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60AGX%252F698793141%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793141/600 saved to cache
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 98ba0866-113f-5795-bc05-eca7493443d3
2026-03-28 11:04:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98ba0866-113f-5795-bc05-eca7493443d3, skipping ID generation
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98ba0866-113f-5795-bc05-eca7493443d3 sending to next pipeline
2026-03-28 11:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98ba0866-113f-5795-bc05-eca7493443d3, identifier: SD60%20AGX
2026-03-28 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681951/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682020/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682020>
2026-03-28 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483599/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768022/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682135%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682135 not downloaded yet
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671589%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671589 not downloaded yet
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671913%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671913 not downloaded yet
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681969%27 HTTP/1.1" 200 None
2026-03-28 11:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681969 not downloaded yet
2026-03-28 11:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX
2026-03-28 11:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX
2026-03-28 11:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98ba0866-113f-5795-bc05-eca7493443d3 with identifier: SD60%20AGX to the API
2026-03-28 11:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793141/600>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_expert_report_file_c998841c-d405-41c5-a741-bf1f382cb684.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD60%20AGX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98ba0866-113f-5795-bc05-eca7493443d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD60 AGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD60%20AGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 121562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55180,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793117/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54551,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793121/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52528,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793126/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53251,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793130/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49091,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793134/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49777,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793141/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95037,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793146/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77996,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793159/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92727,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793167/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ba0866-113f-5795-bc05-eca7493443d3/98ba0866-113f-5795-bc05-eca7493443d3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77462,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60AGX/698793174/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI ACENTA',
 'vin': 'SJNFCAJ10U2143346',
 'year': 2010}
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520AGX%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [bca.uk] INFO: Saving data for SD60%20AGX: {'created_time': 1774695869.052694, 'last_price_update_time': 1774695869.052705, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD60%2520AGX') HTTP/1.1" 204 0
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ce990>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_expert_report_file_0012e0c0-cd5f-4591-9564-7ccc9bf747ab.pdf HTTP/1.1" 201 0
2026-03-28 11:04:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aff89ad0-223a-54fe-8e4c-204722785203, skipping ID generation
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGK61NMX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GK61NMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e553590>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_expert_report_file_2049f0c6-2bf3-4252-a17e-7f1fe235586a.pdf HTTP/1.1" 201 0
2026-03-28 11:04:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14052306-8add-5dde-a7d4-036fc08c64dc, skipping ID generation
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMF51EOS-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF51EOS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671781>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671756/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671756>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671486/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671486>
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682161%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682161 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671616%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671616 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671932%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671932 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681988%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681988 not downloaded yet
2026-03-28 11:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768003/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671422%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671422 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681945%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681945 not downloaded yet
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682097/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682097>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671520/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671520>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671812>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VK16BTV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682180%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682180 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671637%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671637 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671956%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671956 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682010%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682010 not downloaded yet
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e605c90>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_expert_report_file_66b0425a-4dc1-4792-919e-038e9ed1a3db.pdf HTTP/1.1" 201 0
2026-03-28 11:04:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9b1ec82-00f3-5794-b089-4c8559efc82f, skipping ID generation
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGN63YUK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GN63YUK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe28590>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_expert_report_file_d06a1447-d117-4423-8b19-8044e9e20aee.pdf HTTP/1.1" 201 0
2026-03-28 11:04:29 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 90ffee22-7433-5df0-ae47-99f4406a651d, skipping ID generation
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYR63WBM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YR63WBM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e289390>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483613%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483613/600 saved to cache
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc5050>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698681951%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681951/600 saved to cache
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3f810>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483599%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483599/600 saved to cache
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e257710>
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698768022%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768022/600 saved to cache
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671458%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671458 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681960%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681960 not downloaded yet
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681937/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681937>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682126/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682126>
2026-03-28 11:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682003/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682045%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682045 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681959%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681959 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681946%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681946 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671484%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671484 not downloaded yet
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681984%27 HTTP/1.1" 200 None
2026-03-28 11:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681984 not downloaded yet
2026-03-28 11:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682020/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671848/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671848>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671888>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681952/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681952>
2026-03-28 11:04:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682166/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682166>
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682068%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682068 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681983%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681983 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681958%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681958 not downloaded yet
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671756/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671510%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671510 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681999%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681999 not downloaded yet
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb00890>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698768003%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768003/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671486/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671781/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682096%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682096 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682005%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682005 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681978%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681978 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671535%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671535 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682018%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682018 not downloaded yet
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e851ed0>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682003%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682003/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682124%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682124 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682028%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682028 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698681995%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681995 not downloaded yet
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681988/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681988>
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671520/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671563%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671563 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682042%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682042 not downloaded yet
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681937/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682126/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682097/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682056%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682056 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682014%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682014 not downloaded yet
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae458f50>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682020%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682020/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea6350>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671756%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671756/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb01a10>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671486%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671486/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e613250>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671781%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671781/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681933/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YR63WBM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671583%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671583 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682067%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682067 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682084%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682084 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682047%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682047 not downloaded yet
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682166/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671603%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671603 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682100%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682100 not downloaded yet
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb76d50>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698681931%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681931/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc89c50>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671520%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671520/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ab610>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671812%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671812/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8aa710>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698681937%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681937/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e33b890>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682126%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682126/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff9f0d0>
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682097%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682097/600 saved to cache
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681952/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671848/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681984/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681984>
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671484>
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681999/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681999>
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682112%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682112 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682076%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682076 not downloaded yet
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671510/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671510>
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698671636%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671636 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682125%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682125 not downloaded yet
2026-03-28 11:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682147%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682147 not downloaded yet
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682105%27 HTTP/1.1" 200 None
2026-03-28 11:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682105 not downloaded yet
2026-03-28 11:04:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681978/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681978>
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682170%27 HTTP/1.1" 200 None
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682170 not downloaded yet
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698682128%27 HTTP/1.1" 200 None
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682128 not downloaded yet
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c36d0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682166%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682166/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681988/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682018/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682018>
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681933/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c33d0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698681952%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681952/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb12d0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671848%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671848/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682124/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682124>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681995/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681995>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671535>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682028/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682028>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682067/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682067>
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdb3950>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671888%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671888/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcd79d0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698681988%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681988/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2cf50>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698681933%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681933/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681999/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671510/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671603/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671603>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682076/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682076>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682100/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682100>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682128/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682128>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682170/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682170>
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681984/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682018/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7ed50>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698681999%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681999/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682067/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682028/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea49b10>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671510%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671510/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681995/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682124/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682105/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682105>
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681978/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682147/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682147>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff69190>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671484%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671484/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c7390>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698681984%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681984/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf9e90>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698682018%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682018/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671636>
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671603/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682076/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682100/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682170/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e239c50>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698682067%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682067/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e411c90>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682028%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682028/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdbf310>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671535%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671535/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf5e10>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698681995%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681995/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdbf5d0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698682124%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682124/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb21d0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698681978%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681978/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682128/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682125/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682125>
2026-03-28 11:04:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682112/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682112>
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d9ed0>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671603%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671603/600 saved to cache
2026-03-28 11:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff5e290>
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698682076%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682076/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4f5010>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698682100%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682100/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fccb290>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682170%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682170/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682084/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682084>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671583/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671583>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682047/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682047>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682042/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682042>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682056/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682056>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682014/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682014>
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682147/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682105/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50e710>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698682128%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682128/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671563/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671563>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682096/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682096>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681958/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681958>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682005/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682005>
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682112/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682125/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681983/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681983>
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb9ba10>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682147%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682147/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe29310>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698682105%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682105/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682056/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671583/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682042/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682047/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e850110>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682112%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682112/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d33d0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698682125%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682125/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682014/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681958/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682005/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681946/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681946>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682068/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682068>
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682084/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682096/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671563/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa99d0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671636%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671636/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feeeed0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682056%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682056/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681983/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682010/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682010>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682045/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682045>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681959/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681959>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681960/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681960>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671956/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671956>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671458/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671458>
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea17b10>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671583%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671583/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb98850>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698682042%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682042/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681941/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GN63YUK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682068/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671637/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671637>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671422/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671422>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681945/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681945>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671932>
2026-03-28 11:04:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682180>
2026-03-28 11:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681946/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YR63WBM/42809717?sv=2020-08-04&st=2026-03-28T11%3A04%3A25Z&se=2026-03-28T11%3A29%3A25Z&sr=b&sp=r&sig=jJovZ4Lipp%2F1bztXPbpFkQpiA1p5CxkoW%2BABxxaYzeY%3D)
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f58d0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698682047%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682047/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d24d0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698682014%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682014/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f6810>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698681958%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681958/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e3809d0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682005%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682005/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e33afd0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698682084%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682084/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc88d50>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698682096%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682096/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e380fd0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671563%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671563/600 saved to cache
2026-03-28 11:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc885d0>
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698681983%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681983/600 saved to cache
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671616/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671616>
2026-03-28 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e838d50>
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698682068%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682068/600 saved to cache
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6da10>
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYR63WBM%252F698681946%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681946/600 saved to cache
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 90ffee22-7433-5df0-ae47-99f4406a651d
2026-03-28 11:04:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 90ffee22-7433-5df0-ae47-99f4406a651d, skipping ID generation
2026-03-28 11:04:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 90ffee22-7433-5df0-ae47-99f4406a651d sending to next pipeline
2026-03-28 11:04:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90ffee22-7433-5df0-ae47-99f4406a651d, identifier: YR63%20WBM
2026-03-28 11:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM
2026-03-28 11:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM
2026-03-28 11:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90ffee22-7433-5df0-ae47-99f4406a651d with identifier: YR63%20WBM to the API
2026-03-28 11:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681946/600>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_expert_report_file_d06a1447-d117-4423-8b19-8044e9e20aee.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR63%20WBM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90ffee22-7433-5df0-ae47-99f4406a651d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR63 WBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR63%20WBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 82829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681933/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53456,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681946/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53067,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681958/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54393,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681978/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53350,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698681995/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53006,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682014/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78260,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682047/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75556,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682076/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89302,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682105/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90ffee22-7433-5df0-ae47-99f4406a651d/90ffee22-7433-5df0-ae47-99f4406a651d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93515,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YR63WBM/698682128/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM P/S',
 'vin': 'WF0AXXWPMADC37227',
 'year': 2013}
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR63%2520WBM%27 HTTP/1.1" 200 None
2026-03-28 11:04:34 [bca.uk] INFO: Saving data for YR63%20WBM: {'created_time': 1774695874.120868, 'last_price_update_time': 1774695874.120883, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR63%2520WBM') HTTP/1.1" 204 0
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682010/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671458/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681960/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682161/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682161>
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681941/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681959/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GN63YUK/42809718?sv=2020-08-04&st=2026-03-28T11%3A04%3A24Z&se=2026-03-28T11%3A29%3A24Z&sr=b&sp=r&sig=BN%2FlEt1TmSTLebzZFMswYqyLpktD6JK3Gfs9k3hVlIk%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682045/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671956/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF51EOS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681945/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671637/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671616/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671422/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff91dd0>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698682010%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682010/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4c490>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671458%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671458/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfb050>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698681960%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681960/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc8ab50>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698681941%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681941/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e4210>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGN63YUK%252F698681959%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681959/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c9b1ec82-00f3-5794-b089-4c8559efc82f
2026-03-28 11:04:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9b1ec82-00f3-5794-b089-4c8559efc82f, skipping ID generation
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9b1ec82-00f3-5794-b089-4c8559efc82f sending to next pipeline
2026-03-28 11:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9b1ec82-00f3-5794-b089-4c8559efc82f, identifier: GN63%20YUK
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd114d0>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698682045%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682045/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8dfdd0>
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671956%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671956/600 saved to cache
2026-03-28 11:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671396/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GK61NMX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK
2026-03-28 11:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK
2026-03-28 11:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9b1ec82-00f3-5794-b089-4c8559efc82f with identifier: GN63%20YUK to the API
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681959/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_expert_report_file_66b0425a-4dc1-4792-919e-038e9ed1a3db.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN63%20YUK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9b1ec82-00f3-5794-b089-4c8559efc82f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN63 YUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN63%20YUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'VENGA',
 'odometer': 61938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54428,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681941/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52191,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681959/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52043,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698681983/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53089,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682005/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54349,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682028/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52470,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682056/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92630,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682084/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61124,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682112/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78927,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682147/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b1ec82-00f3-5794-b089-4c8559efc82f/c9b1ec82-00f3-5794-b089-4c8559efc82f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72531,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GN63YUK/698682170/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'KIA VENGA 1.6 2 MPV',
 'transmission': 'automatic',
 'trim': '2',
 'vin': 'U5YEH812MDL065948',
 'year': 2013}
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN63%2520YUK%27 HTTP/1.1" 200 None
2026-03-28 11:04:35 [bca.uk] INFO: Saving data for GN63%20YUK: {'created_time': 1774695875.113337, 'last_price_update_time': 1774695875.113348, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN63%2520YUK') HTTP/1.1" 204 0
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671913/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671913>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681969/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681969>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671589/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671589>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671565/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671565>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682103/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682103>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682135/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682135>
2026-03-28 11:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682161/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bc250>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671932%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671932/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdb1510>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698681945%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681945/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c4ed0>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671637%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671637/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea17f10>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682180%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682180/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d2cd0>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671616%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671616/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea17950>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671422%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671422/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF51EOS/42809602?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=IWDqiIN1TltxqashleHuJcJNL9U26QD5RhjVIs0jdyY%3D)
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682080/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682080>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671541/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671541>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682060/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682060>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682043/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682043>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682066/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682066>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671465/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671465>
2026-03-28 11:04:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682040/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682040>
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7fdd0>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682161%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682161/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac399d50>
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF51EOS%252F698681932%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681932/600 saved to cache
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 14052306-8add-5dde-a7d4-036fc08c64dc
2026-03-28 11:04:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14052306-8add-5dde-a7d4-036fc08c64dc, skipping ID generation
2026-03-28 11:04:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14052306-8add-5dde-a7d4-036fc08c64dc sending to next pipeline
2026-03-28 11:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14052306-8add-5dde-a7d4-036fc08c64dc, identifier: MF51%20EOS
2026-03-28 11:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14052306-8add-5dde-a7d4-036fc08c64dc with identifier: MF51%20EOS
2026-03-28 11:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14052306-8add-5dde-a7d4-036fc08c64dc with identifier: MF51%20EOS
2026-03-28 11:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14052306-8add-5dde-a7d4-036fc08c64dc with identifier: MF51%20EOS to the API
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681932/600>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_expert_report_file_2049f0c6-2bf3-4252-a17e-7f1fe235586a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF51%20EOS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14052306-8add-5dde-a7d4-036fc08c64dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF51 EOS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF51%20EOS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 84535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54484,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681932/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51832,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681945/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51852,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681960/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54028,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681984/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51774,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698681999/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50901,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682018/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79498,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682042/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52445,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682067/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65179,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682100/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_14052306-8add-5dde-a7d4-036fc08c64dc/14052306-8add-5dde-a7d4-036fc08c64dc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71272,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF51EOS/698682125/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2001-01-01',
 'seller_name': None,
 'title': 'AUDI TT 1.8 T 225 QUATTRO Coupe',
 'transmission': 'manual',
 'trim': 'T 225 QUATTRO',
 'vin': 'TRUZZZ8N821009095',
 'year': 2001}
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF51%2520EOS%27 HTTP/1.1" 200 None
2026-03-28 11:04:36 [bca.uk] INFO: Saving data for MF51%20EOS: {'created_time': 1774695876.093922, 'last_price_update_time': 1774695876.093933, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF51%2520EOS') HTTP/1.1" 204 0
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681969/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16BTV/42809779?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=3tdFXW1T9Kw0GUFnMo7gkBeamQEoH%2B2NkIIMa3WzsZA%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671396/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GK61NMX/42809555?sv=2020-08-04&st=2026-03-28T11%3A04%3A23Z&se=2026-03-28T11%3A29%3A23Z&sr=b&sp=r&sig=0A27dn9s6tL0qNPjmWpRvYvHANaHmXDcjGsJvefTIdo%3D)
2026-03-28 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682023/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682023>
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682135/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671589/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671565/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682103/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671913/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671727/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671727>
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671465/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682080/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671541/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff7c8d0>
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16BTV%252F698681969%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681969/600 saved to cache
2026-03-28 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699
2026-03-28 11:04:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699, skipping ID generation
2026-03-28 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d7fb4f2-1282-50fc-900d-19b3eb0f2699 sending to next pipeline
2026-03-28 11:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699, identifier: VK16%20BTV
2026-03-28 11:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699 with identifier: VK16%20BTV
2026-03-28 11:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699 with identifier: VK16%20BTV
2026-03-28 11:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d7fb4f2-1282-50fc-900d-19b3eb0f2699 with identifier: VK16%20BTV to the API
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681969/600>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_expert_report_file_7525c8f6-8bcd-424b-a835-d6cb6a103f29.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK16%20BTV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d7fb4f2-1282-50fc-900d-19b3eb0f2699',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK16 BTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK16%20BTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 123106,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51080,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681931/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49873,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681937/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50627,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681952/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51903,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681969/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50601,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698681988/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682010/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682045/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64519,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682068/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81179,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682096/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5d7fb4f2-1282-50fc-900d-19b3eb0f2699/5d7fb4f2-1282-50fc-900d-19b3eb0f2699_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85552,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16BTV/698682124/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 1.7 TBI QUADRIFOGLIA VERDE TCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TBI QUADRIFOGLIA VERDE TCT',
 'vin': 'ZAR94000007420817',
 'year': 2016}
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520BTV%27 HTTP/1.1" 200 None
2026-03-28 11:04:36 [bca.uk] INFO: Saving data for VK16%20BTV: {'created_time': 1774695876.785098, 'last_price_update_time': 1774695876.78511, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK16%2520BTV') HTTP/1.1" 204 0
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682040/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682060/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682043/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682023/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671437/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698671437>
2026-03-28 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682000/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698682000>
2026-03-28 11:04:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671705/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RX18LZV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea5110>
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGK61NMX%252F698671396%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671396/600 saved to cache
2026-03-28 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aff89ad0-223a-54fe-8e4c-204722785203
2026-03-28 11:04:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aff89ad0-223a-54fe-8e4c-204722785203, skipping ID generation
2026-03-28 11:04:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aff89ad0-223a-54fe-8e4c-204722785203 sending to next pipeline
2026-03-28 11:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aff89ad0-223a-54fe-8e4c-204722785203, identifier: GK61%20NMX
2026-03-28 11:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682066/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aff89ad0-223a-54fe-8e4c-204722785203 with identifier: GK61%20NMX
2026-03-28 11:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aff89ad0-223a-54fe-8e4c-204722785203 with identifier: GK61%20NMX
2026-03-28 11:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aff89ad0-223a-54fe-8e4c-204722785203 with identifier: GK61%20NMX to the API
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671396/600>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_expert_report_file_0012e0c0-cd5f-4591-9564-7ccc9bf747ab.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK61%20NMX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aff89ad0-223a-54fe-8e4c-204722785203',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK61 NMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK61%20NMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 126960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53844,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671396/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52917,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671422/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52811,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671458/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52814,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671484/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56026,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671510/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54456,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71889,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671563/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 59626,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671583/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74950,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671603/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aff89ad0-223a-54fe-8e4c-204722785203/aff89ad0-223a-54fe-8e4c-204722785203_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79282,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GK61NMX/698671636/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 E-HDI A/D EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D EXCLUSIVE',
 'vin': 'VF7SC9HPKBA582671',
 'year': 2011}
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520NMX%27 HTTP/1.1" 200 None
2026-03-28 11:04:37 [bca.uk] INFO: Saving data for GK61%20NMX: {'created_time': 1774695877.369926, 'last_price_update_time': 1774695877.369938, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK61%2520NMX') HTTP/1.1" 204 0
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac25f8d0>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682135%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682135/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd1910>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671589%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671589/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe5d1d0>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671565%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671565/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e518c50>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682103%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682103/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb01910>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671913%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671913/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac25d810>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671465%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671465/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea6150>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682080%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682080/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac25e410>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671541%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671541/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483572>
2026-03-28 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802150/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802150>
2026-03-28 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681963/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681963>
2026-03-28 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681982/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698681982>
2026-03-28 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GR21HBF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698681975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EU19RWF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671727/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e33afd0>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682040%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682040/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d9690>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682060%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682060/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d88d0>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682043%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682043/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97c610>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682023%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682023/600 saved to cache
2026-03-28 11:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d9290>
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698682066%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682066/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671705/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RX18LZV/42808325?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=TolTwr%2F%2FW2pUJ9HwosnBQE7Ye1khewyQNgRKyaxrhQg%3D)
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682000/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671437/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767975>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e420750>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671727%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671727/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483535>
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV59%20TZE-GB>
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587930>
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL12%20MFA-GB>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec0090>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRX18LZV%252F698671705%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671705/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc
2026-03-28 11:04:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc, skipping ID generation
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bf8b4340-d9cb-5e9c-afb1-6c67c19048fc sending to next pipeline
2026-03-28 11:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc, identifier: RX18%20LZV
2026-03-28 11:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc with identifier: RX18%20LZV
2026-03-28 11:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc with identifier: RX18%20LZV
2026-03-28 11:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf8b4340-d9cb-5e9c-afb1-6c67c19048fc with identifier: RX18%20LZV to the API
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671705/600>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_expert_report_file_7f6d2c67-c731-41ff-a266-cf28009f66df.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX18%20LZV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf8b4340-d9cb-5e9c-afb1-6c67c19048fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX18 LZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX18%20LZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 69519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54134,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671705/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50177,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671727/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50694,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671756/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54068,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671781/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53707,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671812/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48753,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671848/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75127,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671888/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71505,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671913/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83238,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671932/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bf8b4340-d9cb-5e9c-afb1-6c67c19048fc/bf8b4340-d9cb-5e9c-afb1-6c67c19048fc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77123,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RX18LZV/698671956/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 V6 D 260 PLATINUM ED.TIP.S Estate',
 'transmission': 'manual',
 'trim': 'V6 D 260 PLATINUM ED.TIP.S',
 'vin': 'WP1ZZZ92ZJKA43766',
 'year': 2018}
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX18%2520LZV%27 HTTP/1.1" 200 None
2026-03-28 11:04:38 [bca.uk] INFO: Saving data for RX18%20LZV: {'created_time': 1774695878.690328, 'last_price_update_time': 1774695878.690342, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX18%2520LZV') HTTP/1.1" 204 0
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681982/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698681975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EU19RWF/42809656?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=bFo4CNzRJeXphF1zhFnXw2kU%2F1Hbb6cdcAi5mGHPO4Q%3D)
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR21HBF/42808241?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=CWUnbbyB2gs%2FCrODzVgSLnzqXVGogU%2BPf%2Bs5UqyZFpU%3D)
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802150/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681963/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX70UBS/42809845?sv=2020-08-04&st=2026-03-28T11%3A04%3A21Z&se=2026-03-28T11%3A29%3A21Z&sr=b&sp=r&sig=q9mouTa%2B6chWB655QcOa1fdnenzRwxV2TOeAMtBZKXQ%3D)
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767939/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767939>
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483516/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483516>
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2784d0>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698682000%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682000/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a01d0>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671437%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671437/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813859/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813859>
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587879/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587879>
2026-03-28 11:04:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK58%20XAE-GB>
2026-03-28 11:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e420c50>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698681982%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681982/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebad1d0>
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEU19RWF%252F698681975%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698681975/600 saved to cache
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d110be31-ad93-5365-9ead-c1775f8e8e2b
2026-03-28 11:04:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d110be31-ad93-5365-9ead-c1775f8e8e2b, skipping ID generation
2026-03-28 11:04:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d110be31-ad93-5365-9ead-c1775f8e8e2b sending to next pipeline
2026-03-28 11:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d110be31-ad93-5365-9ead-c1775f8e8e2b, identifier: EU19%20RWF
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac278590>
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR21HBF%252F698671410%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671410/600 saved to cache
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 24623035-d9ac-5881-a02b-df41247ee5f0
2026-03-28 11:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24623035-d9ac-5881-a02b-df41247ee5f0, skipping ID generation
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 24623035-d9ac-5881-a02b-df41247ee5f0 sending to next pipeline
2026-03-28 11:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24623035-d9ac-5881-a02b-df41247ee5f0, identifier: GR21%20HBF
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd28fd0>
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802150%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802150/600 saved to cache
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e553e50>
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX70UBS%252F698681963%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681963/600 saved to cache
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e5a2781a-bf30-515d-96de-139303c8d44d
2026-03-28 11:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5a2781a-bf30-515d-96de-139303c8d44d, skipping ID generation
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5a2781a-bf30-515d-96de-139303c8d44d sending to next pipeline
2026-03-28 11:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5a2781a-bf30-515d-96de-139303c8d44d, identifier: DX70%20UBS
2026-03-28 11:04:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e550e50>
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483572%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483572/600 saved to cache
2026-03-28 11:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF
2026-03-28 11:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF
2026-03-28 11:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d110be31-ad93-5365-9ead-c1775f8e8e2b with identifier: EU19%20RWF to the API
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698681975/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_expert_report_file_7b691d4c-1752-4993-99a0-09e19cd60947.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU19%20RWF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd110be31-ad93-5365-9ead-c1775f8e8e2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU19 RWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU19%20RWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 74333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55087,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698681975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52520,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682000/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51197,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682023/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51824,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682043/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52656,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682060/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49644,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682080/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83768,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682103/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60911,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682135/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77721,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682161/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d110be31-ad93-5365-9ead-c1775f8e8e2b/d110be31-ad93-5365-9ead-c1775f8e8e2b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73052,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EU19RWF/698682180/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.3 DIG-T TEKNA (5ST) DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA (5ST) DCT',
 'vin': 'JN1TGAT32U0001054',
 'year': 2019}
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU19%2520RWF%27 HTTP/1.1" 200 None
2026-03-28 11:04:39 [bca.uk] INFO: Saving data for EU19%20RWF: {'created_time': 1774695879.69777, 'last_price_update_time': 1774695879.697783, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU19%2520RWF') HTTP/1.1" 204 0
2026-03-28 11:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF
2026-03-28 11:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF
2026-03-28 11:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24623035-d9ac-5881-a02b-df41247ee5f0 with identifier: GR21%20HBF to the API
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671410/600>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_expert_report_file_0ca50938-ece5-4ea8-976e-176de1ddce27.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR21%20HBF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '24623035-d9ac-5881-a02b-df41247ee5f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR21 HBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR21%20HBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 31165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53618,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50773,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671437/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49168,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671465/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50468,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671486/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49417,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671520/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46381,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671541/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83656,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671565/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78764,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671589/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82083,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671616/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24623035-d9ac-5881-a02b-df41247ee5f0/24623035-d9ac-5881-a02b-df41247ee5f0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49602,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR21HBF/698671637/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC SE',
 'vin': 'SALYA2AY1MA319271',
 'year': 2021}
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR21%2520HBF%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [bca.uk] INFO: Saving data for GR21%20HBF: {'created_time': 1774695880.116541, 'last_price_update_time': 1774695880.116553, 'auction_closing_time': 1774951200.0}
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR21%2520HBF') HTTP/1.1" 204 0
2026-03-28 11:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS
2026-03-28 11:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS
2026-03-28 11:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5a2781a-bf30-515d-96de-139303c8d44d with identifier: DX70%20UBS to the API
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681963/600>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_expert_report_file_ea0ceb54-79fb-4187-b5fd-9482b2ec83df.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX70%20UBS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5a2781a-bf30-515d-96de-139303c8d44d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX70 UBS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX70%20UBS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'ECLIPSE CROSS',
 'odometer': 60856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57662,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681951/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54939,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681963/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54426,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698681982/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55691,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682003/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53587,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682020/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51240,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682040/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93020,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682066/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67087,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682097/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93223,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682126/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e5a2781a-bf30-515d-96de-139303c8d44d/e5a2781a-bf30-515d-96de-139303c8d44d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80655,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX70UBS/698682166/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI ECLIPSE CROSS 1.5 DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DYNAMIC',
 'vin': 'JMAXTGK1WLZ000811',
 'year': 2020}
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520UBS%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [bca.uk] INFO: Saving data for DX70%20UBS: {'created_time': 1774695880.5354, 'last_price_update_time': 1774695880.535412, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX70%2520UBS') HTTP/1.1" 204 0
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802100/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WG09CXU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587862>
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767919>
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483504/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698483504>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6cfd0>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698767975%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767975/600 saved to cache
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb2d90>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587930%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587930/600 saved to cache
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483516/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587879/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767939/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4e9050>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_expert_report_file_608ccbb3-7333-4195-a2f0-b028d438a4a9.pdf HTTP/1.1" 201 0
2026-03-28 11:04:40 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b031631-a56a-5376-a862-429861371028, skipping ID generation
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSL12MFA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SL12MFA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813859/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802264%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802264 not downloaded yet
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd06990>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483535%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483535/600 saved to cache
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602712/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602712>
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802280%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802280 not downloaded yet
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb7e50>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_expert_report_file_2e01d304-27a3-4de1-a9d7-48d99f7d7398.pdf HTTP/1.1" 201 0
2026-03-28 11:04:40 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da76a034-6e28-5bd7-b8f2-defa33d294f8, skipping ID generation
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWV59TZE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WV59TZE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF62%20UBR-GB>
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813826/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813826>
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483504/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802300%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802300 not downloaded yet
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633698%27 HTTP/1.1" 200 None
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633698 not downloaded yet
2026-03-28 11:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feff590>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483516%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483516/600 saved to cache
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e289350>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587879%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587879/600 saved to cache
2026-03-28 11:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e610710>
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698767939%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767939/600 saved to cache
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c7050>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813859%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813859/600 saved to cache
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802100/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WG09CXU/42808210?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=ePSdZQBce73Q2vdChzWCOHeKk0hj3%2BFDF11y9KOuM1g%3D)
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802318%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802318 not downloaded yet
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633717%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633717 not downloaded yet
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YA73ESV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602689/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602689>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483482/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BW15UPM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587789/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587789>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587837/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587837>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ee690>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_expert_report_file_7a7fec55-03f5-48ea-911e-58175a6cd569.pdf HTTP/1.1" 201 0
2026-03-28 11:04:41 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c9a0811-ec68-5e10-a040-020fffd73e15, skipping ID generation
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPK58XAE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PK58XAE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802330%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802330 not downloaded yet
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633734%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633734 not downloaded yet
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813686/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DH66OBL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602615/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602615>
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568843%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568843 not downloaded yet
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802366%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802366 not downloaded yet
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633750%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633750 not downloaded yet
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97c190>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698767919%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767919/600 saved to cache
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e850e90>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483504%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483504/600 saved to cache
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e506590>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587862%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587862/600 saved to cache
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568862%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568862 not downloaded yet
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802264/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802264>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602553/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602553>
2026-03-28 11:04:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SL12MFA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602712/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802387%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802387 not downloaded yet
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633761%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633761 not downloaded yet
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf5010>
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWG09CXU%252F698802100%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802100/600 saved to cache
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8
2026-03-28 11:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8, skipping ID generation
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 sending to next pipeline
2026-03-28 11:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8, identifier: WG09%20CXU
2026-03-28 11:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813826/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568883%27 HTTP/1.1" 200 None
2026-03-28 11:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568883 not downloaded yet
2026-03-28 11:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU
2026-03-28 11:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU
2026-03-28 11:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cc4b4b9-d7fe-53dc-8f97-217895129ef8 with identifier: WG09%20CXU to the API
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802100/600>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_expert_report_file_4c33048a-f5d8-4096-aca8-7c8a184a7b8e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG09%20CXU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0cc4b4b9-d7fe-53dc-8f97-217895129ef8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG09 CXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG09%20CXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 70307,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51835,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802100/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52818,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802125/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52692,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802136/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52654,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802150/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47335,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802164/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50033,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802174/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92238,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802191/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66862,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802206/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83147,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802214/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cc4b4b9-d7fe-53dc-8f97-217895129ef8/0cc4b4b9-d7fe-53dc-8f97-217895129ef8_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60077,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WG09CXU/698802225/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 I Hatchback',
 'transmission': 'manual',
 'trim': 'I',
 'vin': 'KNABA24429T790021',
 'year': 2009}
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG09%2520CXU%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [bca.uk] INFO: Saving data for WG09%20CXU: {'created_time': 1774695882.052468, 'last_price_update_time': 1774695882.052479, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG09%2520CXU') HTTP/1.1" 204 0
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802280/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802280>
2026-03-28 11:04:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WV59TZE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802410%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802410 not downloaded yet
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633779%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633779 not downloaded yet
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483482/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BW15UPM/42801000?sv=2020-08-04&st=2026-03-28T11%3A03%3A31Z&se=2026-03-28T11%3A28%3A31Z&sr=b&sp=r&sig=lDVQgBzq0EZ%2Fah72%2Fbbx2pCKJZC8hLcKEt4v%2BJqDIu8%3D)
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587789/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587837/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KX64WYR/42804017?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=TuPHIHKUnptqv%2BInQVm7rjJVYbkw0m8jd16NvKEwS%2Fk%3D)
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568897%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568897 not downloaded yet
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb83b50>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602712%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602712/600 saved to cache
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602689/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802431%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802431 not downloaded yet
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633796%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633796 not downloaded yet
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YA73ESV/42807467?sv=2020-08-04&st=2026-03-28T11%3A03%3A32Z&se=2026-03-28T11%3A28%3A32Z&sr=b&sp=r&sig=qLRuwQUuyVZn9rqFlBBGoPNAUcT9dsee1AWuAWJwSzk%3D)
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568915%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568915 not downloaded yet
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5353d0>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813826%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813826/600 saved to cache
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633812%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633812 not downloaded yet
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602615/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813686/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DH66OBL/42808403?sv=2020-08-04&st=2026-03-28T11%3A03%3A24Z&se=2026-03-28T11%3A28%3A24Z&sr=b&sp=r&sig=NZjZqDncsgbv0Qpb173geWTE5amfIizTs68%2BxE5p6UQ%3D)
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602553/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:04:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633698/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633698>
2026-03-28 11:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802264/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568939%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568939 not downloaded yet
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698633824%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633824 not downloaded yet
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4c510>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_expert_report_file_406b4e26-e074-414c-b711-7617bba8932d.pdf HTTP/1.1" 201 0
2026-03-28 11:04:42 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebdf7fcb-6f78-5a9f-b674-658db260f8d9, skipping ID generation
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGF62UBR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF62UBR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae46fcd0>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBW15UPM%252F698483482%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483482/600 saved to cache
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743
2026-03-28 11:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743, skipping ID generation
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21fc7e7c-0aba-5544-8c1a-bc9132a1e743 sending to next pipeline
2026-03-28 11:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743, identifier: BW15%20UPM
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2fa10>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587789%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587789/600 saved to cache
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e846990>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKX64WYR%252F698587837%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587837/600 saved to cache
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f4eccf9d-8001-5d5e-9db1-5dec162636ac
2026-03-28 11:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4eccf9d-8001-5d5e-9db1-5dec162636ac, skipping ID generation
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4eccf9d-8001-5d5e-9db1-5dec162636ac sending to next pipeline
2026-03-28 11:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4eccf9d-8001-5d5e-9db1-5dec162636ac, identifier: KX64%20WYR
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e85e8d0>
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602689%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602689/600 saved to cache
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568985%27 HTTP/1.1" 200 None
2026-03-28 11:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568985 not downloaded yet
2026-03-28 11:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743 with identifier: BW15%20UPM
2026-03-28 11:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743 with identifier: BW15%20UPM
2026-03-28 11:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21fc7e7c-0aba-5544-8c1a-bc9132a1e743 with identifier: BW15%20UPM to the API
2026-03-28 11:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483482/600>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_expert_report_file_c59d4f42-ace8-4270-94ef-126704094ef9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20UPM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21fc7e7c-0aba-5544-8c1a-bc9132a1e743',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW15 UPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20UPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '218D',
 'odometer': 99481,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48985,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483482/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48612,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483504/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46215,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483516/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47517,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483525/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42365,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42745,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483549/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74929,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483572/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77971,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483599/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88872,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483613/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_21fc7e7c-0aba-5544-8c1a-bc9132a1e743/21fc7e7c-0aba-5544-8c1a-bc9132a1e743_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76180,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BW15UPM/698483628/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 218D 2.0 M SPORT Coupe',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1H32070V352391',
 'year': 2015}
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520UPM%27 HTTP/1.1" 200 None
2026-03-28 11:04:43 [bca.uk] INFO: Saving data for BW15%20UPM: {'created_time': 1774695883.223222, 'last_price_update_time': 1774695883.223232, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520UPM') HTTP/1.1" 204 0
2026-03-28 11:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR
2026-03-28 11:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR
2026-03-28 11:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4eccf9d-8001-5d5e-9db1-5dec162636ac with identifier: KX64%20WYR to the API
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587837/600>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_expert_report_file_82313c16-684c-461c-9356-f6a579e96cad.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX64%20WYR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4eccf9d-8001-5d5e-9db1-5dec162636ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX64 WYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX64%20WYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 46675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49682,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587755/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50517,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587774/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49271,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587789/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49703,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587804/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47134,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587822/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48057,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587837/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84824,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587862/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75889,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587879/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93073,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587905/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4eccf9d-8001-5d5e-9db1-5dec162636ac/f4eccf9d-8001-5d5e-9db1-5dec162636ac_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72032,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KX64WYR/698587930/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 CULT Hatchback',
 'transmission': 'manual',
 'trim': 'CULT',
 'vin': 'ZFA3120000J281369',
 'year': 2014}
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX64%2520WYR%27 HTTP/1.1" 200 None
2026-03-28 11:04:43 [bca.uk] INFO: Saving data for KX64%20WYR: {'created_time': 1774695883.611761, 'last_price_update_time': 1774695883.611771, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX64%2520WYR') HTTP/1.1" 204 0
2026-03-28 11:04:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633750/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633750>
2026-03-28 11:04:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568862>
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529606%27 HTTP/1.1" 200 None
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529606 not downloaded yet
2026-03-28 11:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802280/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633685/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633761/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633761>
2026-03-28 11:04:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802366/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802366>
2026-03-28 11:04:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568883/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568883>
2026-03-28 11:04:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802387/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802387>
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698569015%27 HTTP/1.1" 200 None
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569015 not downloaded yet
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e553850>
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYA73ESV%252F698767906%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767906/600 saved to cache
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2f74880c-6ef9-55be-9bdc-29c614fe9321
2026-03-28 11:04:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2f74880c-6ef9-55be-9bdc-29c614fe9321, skipping ID generation
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2f74880c-6ef9-55be-9bdc-29c614fe9321 sending to next pipeline
2026-03-28 11:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f74880c-6ef9-55be-9bdc-29c614fe9321, identifier: YA73%20ESV
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3be290>
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802247%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802247/600 saved to cache
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e539810>
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602615%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602615/600 saved to cache
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe29a90>
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDH66OBL%252F698813686%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813686/600 saved to cache
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cb019db5-f305-538c-b142-6039ad8ff322
2026-03-28 11:04:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb019db5-f305-538c-b142-6039ad8ff322, skipping ID generation
2026-03-28 11:04:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cb019db5-f305-538c-b142-6039ad8ff322 sending to next pipeline
2026-03-28 11:04:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb019db5-f305-538c-b142-6039ad8ff322, identifier: DH66%20OBL
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feaa3d0>
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602553%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602553/600 saved to cache
2026-03-28 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc8f10>
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802264%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802264/600 saved to cache
2026-03-28 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529616%27 HTTP/1.1" 200 None
2026-03-28 11:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529616 not downloaded yet
2026-03-28 11:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV
2026-03-28 11:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV
2026-03-28 11:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f74880c-6ef9-55be-9bdc-29c614fe9321 with identifier: YA73%20ESV to the API
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767906/600>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_expert_report_file_c5498ed1-a431-43eb-8101-6721c5f401c0.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA73%20ESV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f74880c-6ef9-55be-9bdc-29c614fe9321',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA73 ESV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA73%20ESV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'M235I GRANCOUPE',
 'odometer': 14217,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47803,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767906/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47677,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767919/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42669,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767939/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43802,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767954/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42947,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698767982/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89945,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768003/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84549,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768022/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96982,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768037/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2f74880c-6ef9-55be-9bdc-29c614fe9321/2f74880c-6ef9-55be-9bdc-29c614fe9321_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74253,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YA73ESV/698768051/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW M235I GRANCOUPE 2.0 XDRIVE STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE STEP',
 'vin': 'WBA12AL0007N56622',
 'year': 2023}
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520ESV%27 HTTP/1.1" 200 None
2026-03-28 11:04:44 [bca.uk] INFO: Saving data for YA73%20ESV: {'created_time': 1774695884.58497, 'last_price_update_time': 1774695884.584983, 'auction_closing_time': 1774951200.0}
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA73%2520ESV') HTTP/1.1" 204 0
2026-03-28 11:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL
2026-03-28 11:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL
2026-03-28 11:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb019db5-f305-538c-b142-6039ad8ff322 with identifier: DH66%20OBL to the API
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813686/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_expert_report_file_d6eb9230-fd10-4477-9a1e-ee01f516b2bc.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DH66%20OBL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb019db5-f305-538c-b142-6039ad8ff322',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DH66 OBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DH66%20OBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 47259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52056,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813686/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52432,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813705/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48696,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813718/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813739/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45805,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813751/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46382,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813768/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82454,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813802/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65870,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813826/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813859/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cb019db5-f305-538c-b142-6039ad8ff322/cb019db5-f305-538c-b142-6039ad8ff322_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78937,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DH66OBL/698813884/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I DESIGN',
 'vin': 'VNKKJ3D340A399301',
 'year': 2017}
2026-03-28 11:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520OBL%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [bca.uk] INFO: Saving data for DH66%20OBL: {'created_time': 1774695885.000895, 'last_price_update_time': 1774695885.000906, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DH66%2520OBL') HTTP/1.1" 204 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698569055%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569055 not downloaded yet
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633812>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802431/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802431>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568897/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568897>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568915/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568915>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802410>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633779/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633779>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633796/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633796>
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633698/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529632%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529632 not downloaded yet
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8dec10>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802280%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802280/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac27b690>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633685%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633685/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529643%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529643 not downloaded yet
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529661%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529661 not downloaded yet
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529677%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529677 not downloaded yet
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaef450>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633698%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633698/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529595/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GF62UBR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568985/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568985>
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529692%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529692 not downloaded yet
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802366/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802387/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568883/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633750/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633761/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529705%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529705 not downloaded yet
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698529720%27 HTTP/1.1" 200 None
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529720 not downloaded yet
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568915/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568897/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb0cc10>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568862%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568862/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529616/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529616>
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802431/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633796/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633779/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09c990>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802366%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802366/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e606b10>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802387%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802387/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1b3d0>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568883%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568883/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e423d90>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633750%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633750/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe18f50>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633761%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633761/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529595/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529632/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529632>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529643/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529643>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529661/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529661>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529692/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529692>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529677/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529677>
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568985/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb05390>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568915%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568915/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07b10>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568897%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568897/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7b690>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802410%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802410/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb98b50>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633812%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633812/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7be90>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802431%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802431/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd05dd0>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633796%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633796/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfb610>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633779%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633779/600 saved to cache
2026-03-28 11:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529616/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569055/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569055>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569015/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569015>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529705/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529705>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633824/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633824>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529720/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529720>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529606/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698529606>
2026-03-28 11:04:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568939/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568939>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9e550>
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529595%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529595/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e511f50>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568985%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568985/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633734/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633734>
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529661/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568843>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802330/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802330>
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529643/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529632/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529692/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529677/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d2450>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529616%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529616/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569015/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633824/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529705/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568939/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feee610>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529661%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529661/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529606/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568820/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PK58XAE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633734/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569055/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802330/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc260d0>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529643%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529643/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fe6d0>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529632%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529632/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf4cd0>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529692%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529692/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb74990>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529677%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529677/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529720/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GF62UBR/42802355?sv=2020-08-04&st=2026-03-28T11%3A04%3A40Z&se=2026-03-28T11%3A29%3A40Z&sr=b&sp=r&sig=W9qbqGLh1Y8kWf8BWzeFmxeWJxAxwDF%2BZVGk8LqvETk%3D)
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633717/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698633717>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802300>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802318/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802318>
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3c8210>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698569015%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569015/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac40d7d0>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633824%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633824/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2ec50>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529705%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529705/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e33a750>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568939%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568939/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea279d0>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529606%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529606/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4c650>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633734%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633734/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2c990>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698569055%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569055/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ae250>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802330%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802330/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293602/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293602>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786805/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786805>
2026-03-28 11:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568820/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK58XAE/42803846?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=RoLgmXO9drJG%2BgSGyax3T4CIzF8rayBhApk4Zpmsk98%3D)
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602544/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WF61VPM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793639/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793639>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802044/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802044>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796888>
2026-03-28 11:04:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ58%20ZNU-GB>
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94aeef30d0>
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGF62UBR%252F698529720%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529720/600 saved to cache
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9
2026-03-28 11:04:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebdf7fcb-6f78-5a9f-b674-658db260f8d9, skipping ID generation
2026-03-28 11:04:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ebdf7fcb-6f78-5a9f-b674-658db260f8d9 sending to next pipeline
2026-03-28 11:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebdf7fcb-6f78-5a9f-b674-658db260f8d9, identifier: GF62%20UBR
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe78450>
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568843%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568843/600 saved to cache
2026-03-28 11:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebdf7fcb-6f78-5a9f-b674-658db260f8d9 with identifier: GF62%20UBR
2026-03-28 11:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebdf7fcb-6f78-5a9f-b674-658db260f8d9 with identifier: GF62%20UBR
2026-03-28 11:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebdf7fcb-6f78-5a9f-b674-658db260f8d9 with identifier: GF62%20UBR to the API
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529720/600>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_expert_report_file_406b4e26-e074-414c-b711-7617bba8932d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF62%20UBR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebdf7fcb-6f78-5a9f-b674-658db260f8d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF62 UBR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF62%20UBR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '120D',
 'odometer': 108267,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47923,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529595/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46392,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529606/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44362,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529616/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44369,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529632/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45237,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529643/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45117,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529661/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529677/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70123,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529692/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76176,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529705/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ebdf7fcb-6f78-5a9f-b674-658db260f8d9/ebdf7fcb-6f78-5a9f-b674-658db260f8d9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84191,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GF62UBR/698529720/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW 120D 2.0 URBAN Hatchback',
 'transmission': 'manual',
 'trim': 'URBAN',
 'vin': 'WBA1C32000J230395',
 'year': 2012}
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520UBR%27 HTTP/1.1" 200 None
2026-03-28 11:04:47 [bca.uk] INFO: Saving data for GF62%20UBR: {'created_time': 1774695887.558732, 'last_price_update_time': 1774695887.558746, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF62%2520UBR') HTTP/1.1" 204 0
2026-03-28 11:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633717/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WV59TZE/42804863?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=NwgDGv8a%2FRUdrRo1IMVmqdewb4aL42y5%2FgYlRHJSZ4A%3D)
2026-03-28 11:04:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786780/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786780>
2026-03-28 11:04:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796847>
2026-03-28 11:04:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796593/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796593>
2026-03-28 11:04:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801975>
2026-03-28 11:04:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293596/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293596>
2026-03-28 11:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802318/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL12MFA/42808218?sv=2020-08-04&st=2026-03-28T11%3A04%3A38Z&se=2026-03-28T11%3A29%3A38Z&sr=b&sp=r&sig=V071qUkLXNLOt2Gu%2BWTmmJzyYtYslWS%2B7y%2BqscCTsb0%3D)
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09cf10>
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK58XAE%252F698568820%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568820/600 saved to cache
2026-03-28 11:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8c9a0811-ec68-5e10-a040-020fffd73e15
2026-03-28 11:04:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c9a0811-ec68-5e10-a040-020fffd73e15, skipping ID generation
2026-03-28 11:04:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c9a0811-ec68-5e10-a040-020fffd73e15 sending to next pipeline
2026-03-28 11:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c9a0811-ec68-5e10-a040-020fffd73e15, identifier: PK58%20XAE
2026-03-28 11:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c9a0811-ec68-5e10-a040-020fffd73e15 with identifier: PK58%20XAE
2026-03-28 11:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c9a0811-ec68-5e10-a040-020fffd73e15 with identifier: PK58%20XAE
2026-03-28 11:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c9a0811-ec68-5e10-a040-020fffd73e15 with identifier: PK58%20XAE to the API
2026-03-28 11:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568820/600>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_expert_report_file_7a7fec55-03f5-48ea-911e-58175a6cd569.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK58%20XAE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c9a0811-ec68-5e10-a040-020fffd73e15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK58 XAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK58%20XAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 119093,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49961,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568820/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47274,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568843/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44104,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568862/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44203,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568883/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42080,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568897/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43756,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568915/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568939/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69452,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698568985/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81491,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569015/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c9a0811-ec68-5e10-a040-020fffd73e15/8c9a0811-ec68-5e10-a040-020fffd73e15_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89215,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK58XAE/698569055/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TDCI ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI ZETEC',
 'vin': 'WF0JXXGAJJ8Y20522',
 'year': 2008}
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK58%2520XAE%27 HTTP/1.1" 200 None
2026-03-28 11:04:48 [bca.uk] INFO: Saving data for PK58%20XAE: {'created_time': 1774695888.130456, 'last_price_update_time': 1774695888.130468, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK58%2520XAE') HTTP/1.1" 204 0
2026-03-28 11:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602544/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF61VPM/42804553?sv=2020-08-04&st=2026-03-28T11%3A03%3A23Z&se=2026-03-28T11%3A28%3A23Z&sr=b&sp=r&sig=Y%2BWrLA841WmleWJf6d42pUCIIUB7em0SQlf5GZXNrC8%3D)
2026-03-28 11:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793639/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786805/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293602/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:04:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775668/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775668>
2026-03-28 11:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802044/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaee750>
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWV59TZE%252F698633717%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633717/600 saved to cache
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item da76a034-6e28-5bd7-b8f2-defa33d294f8
2026-03-28 11:04:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da76a034-6e28-5bd7-b8f2-defa33d294f8, skipping ID generation
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da76a034-6e28-5bd7-b8f2-defa33d294f8 sending to next pipeline
2026-03-28 11:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da76a034-6e28-5bd7-b8f2-defa33d294f8, identifier: WV59%20TZE
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9abb50>
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802318%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802318/600 saved to cache
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe7a5d0>
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL12MFA%252F698802300%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802300/600 saved to cache
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4b031631-a56a-5376-a862-429861371028
2026-03-28 11:04:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b031631-a56a-5376-a862-429861371028, skipping ID generation
2026-03-28 11:04:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b031631-a56a-5376-a862-429861371028 sending to next pipeline
2026-03-28 11:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b031631-a56a-5376-a862-429861371028, identifier: SL12%20MFA
2026-03-28 11:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE
2026-03-28 11:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE
2026-03-28 11:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da76a034-6e28-5bd7-b8f2-defa33d294f8 with identifier: WV59%20TZE to the API
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633717/600>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_expert_report_file_2e01d304-27a3-4de1-a9d7-48d99f7d7398.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV59%20TZE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da76a034-6e28-5bd7-b8f2-defa33d294f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV59 TZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV59%20TZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 96316,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633685/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54534,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633698/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50293,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633717/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50359,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633734/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46676,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633750/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47293,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633761/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91817,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633779/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76373,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633796/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91190,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633812/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da76a034-6e28-5bd7-b8f2-defa33d294f8/da76a034-6e28-5bd7-b8f2-defa33d294f8_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87901,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WV59TZE/698633824/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 GRAPHITE Hatchback',
 'transmission': 'automatic',
 'trim': 'GRAPHITE',
 'vin': 'WMWMF32020TW26322',
 'year': 2009}
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520TZE%27 HTTP/1.1" 200 None
2026-03-28 11:04:48 [bca.uk] INFO: Saving data for WV59%20TZE: {'created_time': 1774695888.840237, 'last_price_update_time': 1774695888.840254, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV59%2520TZE') HTTP/1.1" 204 0
2026-03-28 11:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b031631-a56a-5376-a862-429861371028 with identifier: SL12%20MFA
2026-03-28 11:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b031631-a56a-5376-a862-429861371028 with identifier: SL12%20MFA
2026-03-28 11:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b031631-a56a-5376-a862-429861371028 with identifier: SL12%20MFA to the API
2026-03-28 11:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802300/600>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_expert_report_file_608ccbb3-7333-4195-a2f0-b028d438a4a9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL12%20MFA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b031631-a56a-5376-a862-429861371028',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL12 MFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL12%20MFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'IBIZA ST',
 'odometer': 148022,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48140,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802247/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46435,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802264/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43742,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802280/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802300/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43613,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802318/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42790,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802330/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80345,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802366/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70226,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802387/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70809,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b031631-a56a-5376-a862-429861371028/4b031631-a56a-5376-a862-429861371028_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60123,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL12MFA/698802431/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA ST 1.6 TDI CR SPORTRIDER Estate',
 'transmission': 'manual',
 'trim': 'TDI CR SPORTRIDER',
 'vin': 'VSSZZZ6JZCR095326',
 'year': 2012}
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520MFA%27 HTTP/1.1" 200 None
2026-03-28 11:04:50 [bca.uk] INFO: Saving data for SL12%20MFA: {'created_time': 1774695890.186115, 'last_price_update_time': 1774695890.186126, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL12%2520MFA') HTTP/1.1" 204 0
2026-03-28 11:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786780/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293596/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:04:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796573/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796573>
2026-03-28 11:04:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793626/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793626>
2026-03-28 11:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796593/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebae2d0>
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF61VPM%252F698602544%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602544/600 saved to cache
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 28ab50ea-4f5a-545f-b49b-8b86322ed399
2026-03-28 11:04:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28ab50ea-4f5a-545f-b49b-8b86322ed399, skipping ID generation
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28ab50ea-4f5a-545f-b49b-8b86322ed399 sending to next pipeline
2026-03-28 11:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28ab50ea-4f5a-545f-b49b-8b86322ed399, identifier: WF61%20VPM
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d2e90>
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793639%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793639/600 saved to cache
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e288210>
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786805%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786805/600 saved to cache
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50e450>
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293602%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293602/600 saved to cache
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e289550>
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796888%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796888/600 saved to cache
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e50e510>
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698802044%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802044/600 saved to cache
2026-03-28 11:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX13%20UKP-GB>
2026-03-28 11:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM
2026-03-28 11:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM
2026-03-28 11:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28ab50ea-4f5a-545f-b49b-8b86322ed399 with identifier: WF61%20VPM to the API
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602544/600>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_expert_report_file_e19f2ae6-3516-4aa2-8932-412f31da8c63.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF61%20VPM-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28ab50ea-4f5a-545f-b49b-8b86322ed399',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF61 VPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF61%20VPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 27371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51229,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602544/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52138,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602553/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50380,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602567/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50286,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602580/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47511,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602592/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48388,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602615/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602644/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72543,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602670/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81894,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602689/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28ab50ea-4f5a-545f-b49b-8b86322ed399/28ab50ea-4f5a-545f-b49b-8b86322ed399_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65583,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF61VPM/698602712/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT PANDA 1.2 (69) ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': '(69) ACTIVE',
 'vin': 'ZFA16900004004835',
 'year': 2011}
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VPM%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [bca.uk] INFO: Saving data for WF61%20VPM: {'created_time': 1774695891.046753, 'last_price_update_time': 1774695891.046764, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF61%2520VPM') HTTP/1.1" 204 0
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a8650>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_expert_report_file_eed14c22-58c0-4220-a880-aa21928f3ac8.pdf HTTP/1.1" 201 0
2026-03-28 11:04:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe, skipping ID generation
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWJ58ZNU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WJ58ZNU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293565/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698293565>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786763/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786763>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796824/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796824>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801957/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801957>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775643/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775643>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM18%20ZYB-GB>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaee990>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786780%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786780/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7e810>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293596%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293596/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7e6d0>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698801975%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801975/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd073d0>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796847%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796847/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07f90>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796593%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796593/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793615/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793615>
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775668/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568825%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568825 not downloaded yet
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568849%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568849 not downloaded yet
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568874%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568874 not downloaded yet
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568889%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568889 not downloaded yet
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NJ10LNA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796562/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796562>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293560/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP65NNV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568906%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568906 not downloaded yet
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796551/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796551>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801939/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801939>
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568940%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568940 not downloaded yet
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793626/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698568976%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568976 not downloaded yet
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e550910>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775668%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775668/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698569018%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569018 not downloaded yet
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801957/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796573/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775643/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796824/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698569052%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569052 not downloaded yet
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd12710>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793626%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793626/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786763/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568805/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WJ58ZNU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293565/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293560/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP65NNV/42797672?sv=2020-08-04&st=2026-03-28T11%3A03%3A07Z&se=2026-03-28T11%3A28%3A07Z&sr=b&sp=r&sig=9DCGuu2QkaiIB9vlFFsv2ulloHf0zSTWAEK8gCIBsC8%3D)
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8db7d0>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698801957%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801957/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793615/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796562/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea15a90>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796573%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796573/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801939/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568976/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568976>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568940/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568940>
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568906>
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e51bcd0>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775643%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775643/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3984d0>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796824%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796824/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786754/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ10LNA/42807776?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=7KCH1vgo9nFvhVpnffgPr0ElX25SEmNyX%2F53%2FFaLXl4%3D)
2026-03-28 11:04:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568889/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568889>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5db790>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_expert_report_file_796654c5-67e3-4261-ad01-8a90c18a3cb8.pdf HTTP/1.1" 201 0
2026-03-28 11:04:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3355af6-f641-5eb5-8dc1-8e17df374efc, skipping ID generation
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKM18ZYB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM18ZYB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e51a110>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786763%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786763/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd11350>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293565%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293565/600 saved to cache
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e513c50>
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_expert_report_file_c0ff2253-2f6f-4284-a1ba-51a2c3ecace9.pdf HTTP/1.1" 201 0
2026-03-28 11:04:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44, skipping ID generation
2026-03-28 11:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEX13UKP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX13UKP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf66d0>
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP65NNV%252F698293560%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293560/600 saved to cache
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item baefc678-d212-5082-a8e0-52e336dc5403
2026-03-28 11:04:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: baefc678-d212-5082-a8e0-52e336dc5403, skipping ID generation
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item baefc678-d212-5082-a8e0-52e336dc5403 sending to next pipeline
2026-03-28 11:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baefc678-d212-5082-a8e0-52e336dc5403, identifier: KP65%20NNV
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd1750>
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793615%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793615/600 saved to cache
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7d490>
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796562%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796562/600 saved to cache
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV
2026-03-28 11:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV
2026-03-28 11:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baefc678-d212-5082-a8e0-52e336dc5403 with identifier: KP65%20NNV to the API
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293560/600>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_expert_report_file_a738562c-6f59-4482-9e58-1d13524aa677.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP65%20NNV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'baefc678-d212-5082-a8e0-52e336dc5403',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP65 NNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP65%20NNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 106020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45507,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293560/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41653,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293565/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43927,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293596/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43063,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293600/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44221,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293602/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42076,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293604/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69322,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 59113,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293610/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75229,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293617/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_baefc678-d212-5082-a8e0-52e336dc5403/baefc678-d212-5082-a8e0-52e336dc5403_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78544,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP65NNV/698293624/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE DCT',
 'vin': 'WDD1760122V110700',
 'year': 2015}
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520NNV%27 HTTP/1.1" 200 None
2026-03-28 11:04:52 [bca.uk] INFO: Saving data for KP65%20NNV: {'created_time': 1774695892.808221, 'last_price_update_time': 1774695892.808235, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP65%2520NNV') HTTP/1.1" 204 0
2026-03-28 11:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568805/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569018/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569018>
2026-03-28 11:04:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568874/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568874>
2026-03-28 11:04:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569052/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698569052>
2026-03-28 11:04:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568825/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568825>
2026-03-28 11:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796551/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:04:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568849/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698568849>
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602609%27 HTTP/1.1" 200 None
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602609 not downloaded yet
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782563%27 HTTP/1.1" 200 None
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782563 not downloaded yet
2026-03-28 11:04:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775607>
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602622%27 HTTP/1.1" 200 None
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602622 not downloaded yet
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782567%27 HTTP/1.1" 200 None
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782567 not downloaded yet
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e381490>
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698801939%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801939/600 saved to cache
2026-03-28 11:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff9dc10>
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ10LNA%252F698786754%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786754/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c46ed1ba-1db0-5976-a700-17645579f4fb
2026-03-28 11:04:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c46ed1ba-1db0-5976-a700-17645579f4fb, skipping ID generation
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c46ed1ba-1db0-5976-a700-17645579f4fb sending to next pipeline
2026-03-28 11:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c46ed1ba-1db0-5976-a700-17645579f4fb, identifier: NJ10%20LNA
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602642%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602642 not downloaded yet
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782572%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782572 not downloaded yet
2026-03-28 11:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA
2026-03-28 11:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA
2026-03-28 11:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c46ed1ba-1db0-5976-a700-17645579f4fb with identifier: NJ10%20LNA to the API
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786754/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_expert_report_file_46e32bd4-45f3-43f2-ad41-ac3259cb791c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ10%20LNA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c46ed1ba-1db0-5976-a700-17645579f4fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ10 LNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ10%20LNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 91492,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44045,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786754/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43548,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786763/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42431,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786780/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42538,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786790/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43918,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786805/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42657,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786820/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82514,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786847/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76651,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786870/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80975,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786889/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c46ed1ba-1db0-5976-a700-17645579f4fb/c46ed1ba-1db0-5976-a700-17645579f4fb_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63478,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ10LNA/698786902/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAM51CLAM525732',
 'year': 2010}
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520LNA%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [bca.uk] INFO: Saving data for NJ10%20LNA: {'created_time': 1774695893.587846, 'last_price_update_time': 1774695893.587857, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ10%2520LNA') HTTP/1.1" 204 0
2026-03-28 11:04:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698793607>
2026-03-28 11:04:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796520/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796520>
2026-03-28 11:04:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801930>
2026-03-28 11:04:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796537/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796537>
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568889/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568940/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568976/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602656%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602656 not downloaded yet
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782577%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782577 not downloaded yet
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97e2d0>
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568805%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568805/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e847190>
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796551%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796551/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602669%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602669 not downloaded yet
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782588%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782588 not downloaded yet
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602688%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602688 not downloaded yet
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782596%27 HTTP/1.1" 200 None
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782596 not downloaded yet
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdbe890>
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568906%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568906/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39ab10>
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568889%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568889/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e543a10>
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568940%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568940/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb9b850>
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568976%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568976/600 saved to cache
2026-03-28 11:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568849/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568825/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568874/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602593/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM18ZYB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782558/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EX13UKP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602709%27 HTTP/1.1" 200 None
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602709 not downloaded yet
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782606%27 HTTP/1.1" 200 None
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782606 not downloaded yet
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569018/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569052/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WJ58ZNU/42803800?sv=2020-08-04&st=2026-03-28T11%3A04%3A46Z&se=2026-03-28T11%3A29%3A46Z&sr=b&sp=r&sig=zXr%2F0andLCIX%2BM6qvuwFH8CSCMI2oMGkuOLO0U%2BA7xc%3D)
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602727%27 HTTP/1.1" 200 None
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602727 not downloaded yet
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782613%27 HTTP/1.1" 200 None
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782613 not downloaded yet
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698602750%27 HTTP/1.1" 200 None
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602750 not downloaded yet
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff5e710>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568849%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568849/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796520/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782567/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782567>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602642/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602642>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782572>
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7a4d0>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568825%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568825/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d9350>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698568874%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568874/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796537/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602622>
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09cad0>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698569018%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569018/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea4af50>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWJ58ZNU%252F698569052%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569052/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe
2026-03-28 11:04:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe, skipping ID generation
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe sending to next pipeline
2026-03-28 11:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe, identifier: WJ58%20ZNU
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb76b90>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775607%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775607/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU
2026-03-28 11:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU
2026-03-28 11:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d3e3d6c-8d83-568a-b2d6-6e7cec776efe with identifier: WJ58%20ZNU to the API
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569052/600>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_expert_report_file_eed14c22-58c0-4220-a880-aa21928f3ac8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ58%20ZNU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d3e3d6c-8d83-568a-b2d6-6e7cec776efe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ58 ZNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ58%20ZNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 59469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51902,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568805/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51538,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568825/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50822,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568849/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50885,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568874/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47902,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568889/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48477,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568906/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86038,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568940/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74392,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698568976/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90024,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569018/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d3e3d6c-8d83-568a-b2d6-6e7cec776efe/7d3e3d6c-8d83-568a-b2d6-6e7cec776efe_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79920,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WJ58ZNU/698569052/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I PLATINUM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PLATINUM',
 'vin': 'JTDJG18C40N299774',
 'year': 2008}
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZNU%27 HTTP/1.1" 200 None
2026-03-28 11:04:54 [bca.uk] INFO: Saving data for WJ58%20ZNU: {'created_time': 1774695894.910355, 'last_price_update_time': 1774695894.910369, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ58%2520ZNU') HTTP/1.1" 204 0
2026-03-28 11:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602593/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602688/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602688>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782588/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782588>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602669/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602669>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782596/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782596>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782577/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782577>
2026-03-28 11:04:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782606/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782606>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae46a410>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698801930%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801930/600 saved to cache
2026-03-28 11:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb779d0>
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796520%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796520/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e380190>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793607%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793607/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebaf6d0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796537%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796537/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782558/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e339310>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602593%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602593/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602727/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602727>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782613/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782613>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602750/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602750>
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602709>
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602642/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782567/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:04:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:04:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602656>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf8850>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782558%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782558/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602669/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782577/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782606/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782596/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782588/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac26c1d0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602622%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602622/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb061d0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602642%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602642/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfa0d0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782567%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782567/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602688/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782563/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782563>
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602750/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaef990>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782572%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782572/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb02490>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602669%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602669/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e239a10>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782577%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782577/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a8750>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782606%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782606/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2381d0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782596%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782596/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e238e50>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782588%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782588/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602609/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698602609>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775582>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793599/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SK18JKO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602727/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782613/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb00910>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602688%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602688/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6c110>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602750%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602750/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796535>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801919>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775553/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775553>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796517/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796517>
2026-03-28 11:04:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM13%20DLO-GB>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e540950>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602656%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602656/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e538ad0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602727%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602727/600 saved to cache
2026-03-28 11:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4ddd0>
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602709%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602709/600 saved to cache
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4db810>
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782613%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782613/600 saved to cache
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793599/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SK18JKO/42807352?sv=2020-08-04&st=2026-03-28T11%3A03%3A05Z&se=2026-03-28T11%3A28%3A05Z&sr=b&sp=r&sig=CtRCI2GBbFcFqiU0LzhXiLP2PE7BA75L86SW67W4K7U%3D)
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802041>
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796533/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796533>
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602609/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM18ZYB/42804161?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=54A4WRpRt%2FwhY4OoVG8D4InlXjICpuz3hLi1Z5TaTS0%3D)
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY66%20UZM-GB>
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782563/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EX13UKP/42807746?sv=2020-08-04&st=2026-03-28T11%3A04%3A50Z&se=2026-03-28T11%3A29%3A50Z&sr=b&sp=r&sig=Tcn%2FPkxYn8mPHziJhN6NLzeEjI2H4w0DfmquFkES0q4%3D)
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796512/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LR10UYM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801911/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD56WYJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775537/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775537>
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2e690>
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSK18JKO%252F698793599%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793599/600 saved to cache
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3f73c621-a26f-5e74-976e-c93fdd575bad
2026-03-28 11:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f73c621-a26f-5e74-976e-c93fdd575bad, skipping ID generation
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f73c621-a26f-5e74-976e-c93fdd575bad sending to next pipeline
2026-03-28 11:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f73c621-a26f-5e74-976e-c93fdd575bad, identifier: SK18%20JKO
2026-03-28 11:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO
2026-03-28 11:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO
2026-03-28 11:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f73c621-a26f-5e74-976e-c93fdd575bad with identifier: SK18%20JKO to the API
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793599/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_expert_report_file_38e859e6-fc99-4793-8fd7-4c32e957672f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK18%20JKO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f73c621-a26f-5e74-976e-c93fdd575bad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK18 JKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK18%20JKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'SSANGYONG',
 'model': 'TIVOLI',
 'odometer': 72045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44812,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793599/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42605,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45296,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793615/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45943,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793626/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45075,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793634/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41653,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793639/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80114,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793656/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88278,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793670/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92190,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793685/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f73c621-a26f-5e74-976e-c93fdd575bad/3f73c621-a26f-5e74-976e-c93fdd575bad_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89577,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SK18JKO/698793693/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SSANGYONG TIVOLI 1.6 128 ELX 2WD Hatchback',
 'transmission': 'manual',
 'trim': '128 ELX 2WD',
 'vin': 'KPT30B1VSHP145348',
 'year': 2018}
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520JKO%27 HTTP/1.1" 200 None
2026-03-28 11:04:56 [bca.uk] INFO: Saving data for SK18%20JKO: {'created_time': 1774695896.837333, 'last_price_update_time': 1774695896.837347, 'auction_closing_time': 1774864800.0}
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK18%2520JKO') HTTP/1.1" 204 0
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775553/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796517/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796533/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LX64OPJ/42807953?sv=2020-08-04&st=2026-03-28T11%3A03%3A03Z&se=2026-03-28T11%3A28%3A03Z&sr=b&sp=r&sig=yrLykHNBm7JwOVX%2FogAiA7hfL1pxwcagPsFuudNjtA4%3D)
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e57a050>
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM18ZYB%252F698602609%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602609/600 saved to cache
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d3355af6-f641-5eb5-8dc1-8e17df374efc
2026-03-28 11:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3355af6-f641-5eb5-8dc1-8e17df374efc, skipping ID generation
2026-03-28 11:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d3355af6-f641-5eb5-8dc1-8e17df374efc sending to next pipeline
2026-03-28 11:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3355af6-f641-5eb5-8dc1-8e17df374efc, identifier: KM18%20ZYB
2026-03-28 11:04:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801966/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801966>
2026-03-28 11:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802041/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB
2026-03-28 11:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB
2026-03-28 11:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3355af6-f641-5eb5-8dc1-8e17df374efc with identifier: KM18%20ZYB to the API
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602609/600>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_expert_report_file_796654c5-67e3-4261-ad01-8a90c18a3cb8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM18%20ZYB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3355af6-f641-5eb5-8dc1-8e17df374efc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM18 ZYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM18%20ZYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 47721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53518,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602593/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54219,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602609/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52197,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602622/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51725,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602642/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48241,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602656/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47680,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602669/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82141,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602688/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75337,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602709/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87065,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602727/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3355af6-f641-5eb5-8dc1-8e17df374efc/d3355af6-f641-5eb5-8dc1-8e17df374efc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79542,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM18ZYB/698602750/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC2539092F431913',
 'year': 2018}
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520ZYB%27 HTTP/1.1" 200 None
2026-03-28 11:04:57 [bca.uk] INFO: Saving data for KM18%20ZYB: {'created_time': 1774695897.401269, 'last_price_update_time': 1774695897.401283, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM18%2520ZYB') HTTP/1.1" 204 0
2026-03-28 11:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb0d610>
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775582%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775582/600 saved to cache
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdb1950>
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEX13UKP%252F698782563%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782563/600 saved to cache
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44
2026-03-28 11:04:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44, skipping ID generation
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 sending to next pipeline
2026-03-28 11:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44, identifier: EX13%20UKP
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea7010>
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796535%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796535/600 saved to cache
2026-03-28 11:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796512/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR10UYM/42807860?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=apO7LXClzVNLw%2B5hr2jYWU3oUv4WFspc39mzKMfWTxc%3D)
2026-03-28 11:04:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801934/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698801934>
2026-03-28 11:04:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP15%20OKE-GB>
2026-03-28 11:04:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EA58FEF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP
2026-03-28 11:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP
2026-03-28 11:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d929da9-18d2-5c95-bdec-e0ef0eec1e44 with identifier: EX13%20UKP to the API
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782563/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_expert_report_file_c0ff2253-2f6f-4284-a1ba-51a2c3ecace9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX13%20UKP-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d929da9-18d2-5c95-bdec-e0ef0eec1e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX13 UKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX13%20UKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 120840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 206311,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782558/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197324,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782563/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 199683,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782567/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 194544,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782572/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 167097,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782577/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157591,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782588/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 161638,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782596/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 150544,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782606/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d929da9-18d2-5c95-bdec-e0ef0eec1e44/2d929da9-18d2-5c95-bdec-e0ef0eec1e44_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151422,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EX13UKP/698782613/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM X',
 'vin': 'WF0CXXGAKCDM67692',
 'year': 2013}
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX13%2520UKP%27 HTTP/1.1" 200 None
2026-03-28 11:04:58 [bca.uk] INFO: Saving data for EX13%20UKP: {'created_time': 1774695898.041165, 'last_price_update_time': 1774695898.04118, 'auction_closing_time': 1774951200.0}
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX13%2520UKP') HTTP/1.1" 204 0
2026-03-28 11:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801911/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD56WYJ/42808082?sv=2020-08-04&st=2026-03-28T11%3A03%3A04Z&se=2026-03-28T11%3A28%3A04Z&sr=b&sp=r&sig=QwfENHEsfVtSe7uKxZStEM4prmDuwUsN3QtOskNq9IE%3D)
2026-03-28 11:04:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY55%20ZKD-GB>
2026-03-28 11:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775537/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT12OGV/42807605?sv=2020-08-04&st=2026-03-28T11%3A03%3A02Z&se=2026-03-28T11%3A28%3A02Z&sr=b&sp=r&sig=cye%2F55EqABHigIBU9Kj8lsgibZSqvKwY%2F7sTcNulhH8%3D)
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8dab90>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698801919%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801919/600 saved to cache
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f6910>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775553%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775553/600 saved to cache
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d6610>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796517%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796517/600 saved to cache
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39a450>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLX64OPJ%252F698796533%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796533/600 saved to cache
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item af8b5473-208a-5762-a7c8-46860203893d
2026-03-28 11:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af8b5473-208a-5762-a7c8-46860203893d, skipping ID generation
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af8b5473-208a-5762-a7c8-46860203893d sending to next pipeline
2026-03-28 11:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af8b5473-208a-5762-a7c8-46860203893d, identifier: LX64%20OPJ
2026-03-28 11:04:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:04:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:04:58 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:58 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:04:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb6710>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698802041%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802041/600 saved to cache
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff689d0>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_expert_report_file_07ccfb22-72ac-4cbf-979c-dd0ce60c28a6.pdf HTTP/1.1" 201 0
2026-03-28 11:04:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1ca16b7-d422-595f-b73a-e56ec1893e19, skipping ID generation
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSM13DLO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SM13DLO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ
2026-03-28 11:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ
2026-03-28 11:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af8b5473-208a-5762-a7c8-46860203893d with identifier: LX64%20OPJ to the API
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796533/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_expert_report_file_7d6f78aa-8fde-49b8-aaeb-c60f2e25a9ba.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX64%20OPJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af8b5473-208a-5762-a7c8-46860203893d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX64 OPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX64%20OPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 45190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45640,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796526/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44714,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796530/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41517,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796533/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41826,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42902,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796537/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796551/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 108759,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796573/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81291,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796584/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91802,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796593/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_af8b5473-208a-5762-a7c8-46860203893d/af8b5473-208a-5762-a7c8-46860203893d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88318,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LX64OPJ/698796603/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 DIG-S TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-S TEKNA',
 'vin': 'SJNTBAE12U1103414',
 'year': 2015}
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX64%2520OPJ%27 HTTP/1.1" 200 None
2026-03-28 11:04:58 [bca.uk] INFO: Saving data for LX64%20OPJ: {'created_time': 1774695898.818994, 'last_price_update_time': 1774695898.819006, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX64%2520OPJ') HTTP/1.1" 204 0
2026-03-28 11:04:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818522/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818522>
2026-03-28 11:04:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931560/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931560>
2026-03-28 11:04:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG12%20VBZ-GB>
2026-03-28 11:04:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK08%20XKO-GB>
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294062%27 HTTP/1.1" 200 None
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294062 not downloaded yet
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4e9250>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_expert_report_file_bc9c863d-cea2-4e9c-96fc-d1db9d3f556d.pdf HTTP/1.1" 201 0
2026-03-28 11:04:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53, skipping ID generation
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEY66UZM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY66UZM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff68cd0>
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR10UYM%252F698796512%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796512/600 saved to cache
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c
2026-03-28 11:04:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c, skipping ID generation
2026-03-28 11:04:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c sending to next pipeline
2026-03-28 11:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c, identifier: LR10%20UYM
2026-03-28 11:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801877/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:04:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811926>
2026-03-28 11:04:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811971/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811971>
2026-03-28 11:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801966/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM
2026-03-28 11:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM
2026-03-28 11:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c with identifier: LR10%20UYM to the API
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796512/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_expert_report_file_01ee8c97-c390-419b-ae1d-8efc7d8045f5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR10%20UYM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR10 UYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR10%20UYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': 'GRANDE PUNTO',
 'odometer': 38319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42665,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796512/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43175,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796517/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40670,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796520/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41614,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796562/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42757,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796824/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796847/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77627,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796868/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74555,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796888/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87525,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796913/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c/ec1d2cb6-2d3d-5871-8e7b-ca4d54f1be3c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 102164,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR10UYM/698796927/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT GRANDE PUNTO 1.4 SOUND Hatchback',
 'transmission': 'manual',
 'trim': 'SOUND',
 'vin': 'ZFA19900001640551',
 'year': 2010}
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR10%2520UYM%27 HTTP/1.1" 200 None
2026-03-28 11:04:59 [bca.uk] INFO: Saving data for LR10%20UYM: {'created_time': 1774695899.535911, 'last_price_update_time': 1774695899.535922, 'auction_closing_time': 1774778400.0}
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR10%2520UYM') HTTP/1.1" 204 0
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294064%27 HTTP/1.1" 200 None
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294064 not downloaded yet
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827650%27 HTTP/1.1" 200 None
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827650 not downloaded yet
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ab890>
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD56WYJ%252F698801911%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801911/600 saved to cache
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb
2026-03-28 11:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb, skipping ID generation
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb sending to next pipeline
2026-03-28 11:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb, identifier: LD56%20WYJ
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad18e550>
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:04:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT12OGV%252F698775537%252F600') HTTP/1.1" 204 0
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775537/600 saved to cache
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1827e19-d691-5b45-bd7b-2374a12925ba
2026-03-28 11:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1827e19-d691-5b45-bd7b-2374a12925ba, skipping ID generation
2026-03-28 11:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1827e19-d691-5b45-bd7b-2374a12925ba sending to next pipeline
2026-03-28 11:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1827e19-d691-5b45-bd7b-2374a12925ba, identifier: LT12%20OGV
2026-03-28 11:04:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811902/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811902>
2026-03-28 11:04:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799337/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799337>
2026-03-28 11:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ
2026-03-28 11:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ
2026-03-28 11:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb with identifier: LD56%20WYJ to the API
2026-03-28 11:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801911/600>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_expert_report_file_96b2cabd-47e9-48f1-bc1a-4e4e1caf29ff.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD56%20WYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD56 WYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD56%20WYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 92724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43562,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801911/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43298,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801919/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40001,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801930/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40318,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801939/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39797,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801957/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38014,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698801975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98870,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802011/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73976,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802044/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93979,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802076/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb/8d04a0fb-34c3-59f6-938c-bb47bd2bbfeb_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65664,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD56WYJ/698802097/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 S 80 Hatchback',
 'transmission': 'manual',
 'trim': 'S 80',
 'vin': 'WVWZZZ9NZ7Y049683',
 'year': 2006}
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD56%2520WYJ%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [bca.uk] INFO: Saving data for LD56%20WYJ: {'created_time': 1774695900.316911, 'last_price_update_time': 1774695900.316925, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD56%2520WYJ') HTTP/1.1" 204 0
2026-03-28 11:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV
2026-03-28 11:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV
2026-03-28 11:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1827e19-d691-5b45-bd7b-2374a12925ba with identifier: LT12%20OGV to the API
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775537/600>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_expert_report_file_5fc7791c-1df9-4f9b-9bcb-e2d134ba6ff6.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT12%20OGV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1827e19-d691-5b45-bd7b-2374a12925ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT12 OGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT12%20OGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 53976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44453,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775441/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44098,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775462/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43923,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775484/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44296,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775518/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43747,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775537/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42413,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775553/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87559,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775582/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68671,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80697,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775643/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1827e19-d691-5b45-bd7b-2374a12925ba/e1827e19-d691-5b45-bd7b-2374a12925ba_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73050,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT12OGV/698775668/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA',
 'vin': 'MDHFBUK13U0084209',
 'year': 2012}
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT12%2520OGV%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [bca.uk] INFO: Saving data for LT12%20OGV: {'created_time': 1774695900.717023, 'last_price_update_time': 1774695900.717038, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT12%2520OGV') HTTP/1.1" 204 0
2026-03-28 11:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801934/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA58FEF/42808204?sv=2020-08-04&st=2026-03-28T11%3A02%3A58Z&se=2026-03-28T11%3A27%3A58Z&sr=b&sp=r&sig=J%2FeQRpcPtmyteKQXRm2uO9SdoEGpg6NVUfQOTjNO48Y%3D)
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294067%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294067 not downloaded yet
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827669%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827669 not downloaded yet
2026-03-28 11:05:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740383/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740383>
2026-03-28 11:05:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811968/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811968>
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb05a10>
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801877%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801877/600 saved to cache
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f73d0>
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801966%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801966/600 saved to cache
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294070%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294070 not downloaded yet
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827685%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827685 not downloaded yet
2026-03-28 11:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931560/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294073%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294073 not downloaded yet
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827703%27 HTTP/1.1" 200 None
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827703 not downloaded yet
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e541790>
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA58FEF%252F698801934%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801934/600 saved to cache
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d639b99c-69a4-57a3-aa72-b8c531763c23
2026-03-28 11:05:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d639b99c-69a4-57a3-aa72-b8c531763c23, skipping ID generation
2026-03-28 11:05:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d639b99c-69a4-57a3-aa72-b8c531763c23 sending to next pipeline
2026-03-28 11:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d639b99c-69a4-57a3-aa72-b8c531763c23, identifier: EA58%20FEF
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF
2026-03-28 11:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF
2026-03-28 11:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d639b99c-69a4-57a3-aa72-b8c531763c23 with identifier: EA58%20FEF to the API
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801934/600>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_expert_report_file_e8faa6cf-91e6-4140-85ab-3d5c04204c6f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA58%20FEF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd639b99c-69a4-57a3-aa72-b8c531763c23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA58 FEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA58%20FEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'VECTRA',
 'odometer': 70546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47042,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801877/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45733,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801886/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41883,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41699,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801901/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42126,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801913/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42286,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801918/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88741,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801934/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83406,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698801966/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98917,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802008/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d639b99c-69a4-57a3-aa72-b8c531763c23/d639b99c-69a4-57a3-aa72-b8c531763c23_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84648,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA58FEF/698802041/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VECTRA 1.8 VVT SRI Estate',
 'transmission': 'manual',
 'trim': 'VVT SRI',
 'vin': 'W0L0ZCF3581131311',
 'year': 2009}
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA58%2520FEF%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [bca.uk] INFO: Saving data for EA58%20FEF: {'created_time': 1774695901.53582, 'last_price_update_time': 1774695901.535833, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA58%2520FEF') HTTP/1.1" 204 0
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818522/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FG60TLX/42808448?sv=2020-08-04&st=2026-03-28T11%3A02%3A48Z&se=2026-03-28T11%3A27%3A48Z&sr=b&sp=r&sig=Pyw6W0B76KCem7hVGBrq7KPE9MFgv5%2Flt9taI1IywQM%3D)
2026-03-28 11:05:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827637/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY66UZM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294076%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294076 not downloaded yet
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827711%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827711 not downloaded yet
2026-03-28 11:05:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294062/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294062>
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811971/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294081%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294081 not downloaded yet
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827724%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827724 not downloaded yet
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c4990>
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_expert_report_file_26cc0a2b-6f09-4e1a-b9ea-41f81c9d8d8e.pdf HTTP/1.1" 201 0
2026-03-28 11:05:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b, skipping ID generation
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DAK08XKO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AK08XKO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fefd050>
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_expert_report_file_65fe57a9-37ce-4d19-a254-d06b762e2fb7.pdf HTTP/1.1" 201 0
2026-03-28 11:05:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f, skipping ID generation
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKP15OKE-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP15OKE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb6a90>
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931560%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931560/600 saved to cache
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09da50>
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_expert_report_file_f4648263-e08b-4276-bd2d-10ca1434283e.pdf HTTP/1.1" 201 0
2026-03-28 11:05:01 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d413d90-c345-553a-b38f-78ab8e1be9c8, skipping ID generation
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DRY55ZKD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RY55ZKD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799337/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827650/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827650>
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294085%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294085 not downloaded yet
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827739%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827739 not downloaded yet
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827663%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827663 not downloaded yet
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822373%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822373 not downloaded yet
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817946%27 HTTP/1.1" 200 None
2026-03-28 11:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817946 not downloaded yet
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811902/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811968/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740383/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd11750>
2026-03-28 11:05:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_expert_report_file_b0a6d2b1-e633-4975-b9f3-b6c87337c132.pdf HTTP/1.1" 201 0
2026-03-28 11:05:02 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b7b4b43-f12a-505e-9392-e6bcd682c164, skipping ID generation
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYG12VBZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG12VBZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1a210>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFG60TLX%252F698818522%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818522/600 saved to cache
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c
2026-03-28 11:05:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c, skipping ID generation
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c sending to next pipeline
2026-03-28 11:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c, identifier: FG60%20TLX
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6bf50>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811971%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811971/600 saved to cache
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feffbd0>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811926%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811926/600 saved to cache
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827637/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294070>
2026-03-28 11:05:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827685>
2026-03-28 11:05:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827669/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827669>
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698294090%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294090 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827752%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827752 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827674%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827674 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822399%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822399 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817966%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817966 not downloaded yet
2026-03-28 11:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX
2026-03-28 11:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX
2026-03-28 11:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c with identifier: FG60%20TLX to the API
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818522/600>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_expert_report_file_4688a291-4904-4707-be91-aeb6d2d589d4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG60%20TLX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG60 TLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG60%20TLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CHEVROLET',
 'model': 'CAPTIVA',
 'odometer': 139343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51054,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818517/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818522/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47626,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818536/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47129,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818544/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45554,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818550/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44515,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818555/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 111682,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818563/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82059,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818574/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91230,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818583/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c/9a0e5b2d-5cbd-5bc0-9c19-63ca38e9f84c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FG60TLX/698818591/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CHEVROLET CAPTIVA 2.0 VCDI LT (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'VCDI LT (7ST)',
 'vin': 'KL1CG26RJ7B094769',
 'year': 2010}
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520TLX%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [bca.uk] INFO: Saving data for FG60%20TLX: {'created_time': 1774695902.745427, 'last_price_update_time': 1774695902.745439, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG60%2520TLX') HTTP/1.1" 204 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814303%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814303 not downloaded yet
2026-03-28 11:05:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294067/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294067>
2026-03-28 11:05:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827703/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827703>
2026-03-28 11:05:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294073/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294073>
2026-03-28 11:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294062/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827764%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827764 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827686%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827686 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822420%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822420 not downloaded yet
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817991%27 HTTP/1.1" 200 None
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817991 not downloaded yet
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffaa190>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799337%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799337/600 saved to cache
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb5ed0>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811902%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811902/600 saved to cache
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e876750>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811968%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811968/600 saved to cache
2026-03-28 11:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e383ad0>
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740383%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740383/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814322%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814322 not downloaded yet
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294064/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294064>
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294076/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294076>
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827711/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827711>
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827650/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827701%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827701 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822445%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822445 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818011%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818011 not downloaded yet
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e554dd0>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827637%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827637/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814337%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814337 not downloaded yet
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac249bd0>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294062%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294062/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827669/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827643/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=AK08XKO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=RY55ZKD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822361/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP15OKE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827713%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827713 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822468%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822468 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818044%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818044 not downloaded yet
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817946/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817946>
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294073/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827685/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814353%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814353 not downloaded yet
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827729%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827729 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822500%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822500 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818078%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818078 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814370%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814370 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827741%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827741 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822533%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822533 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818101%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818101 not downloaded yet
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e413690>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827650%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827650/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827703/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817966/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817966>
2026-03-28 11:05:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817991/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817991>
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814401%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814401 not downloaded yet
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827711/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294067/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294064/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817946/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294076/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827754%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827754 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822559%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822559 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818126%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818126 not downloaded yet
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcd7a50>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827669%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827669/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814428%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814428 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827769%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827769 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822582%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822582 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818152%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818152 not downloaded yet
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814454%27 HTTP/1.1" 200 None
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814454 not downloaded yet
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea8a8d0>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294073%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294073/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebcc350>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827685%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827685/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e620090>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294070%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294070/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea8a690>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827703%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827703/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcdb690>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827711%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827711/600 saved to cache
2026-03-28 11:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebcfe50>
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294067%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294067/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3e2d0>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294064%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294064/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e621dd0>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698817946%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817946/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5dac50>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294076%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294076/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822361/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818011/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818011>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818044/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818044>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822445/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822445>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814337/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814337>
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827643/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817991/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814484%27 HTTP/1.1" 200 None
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814484 not downloaded yet
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827741/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827741>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818078/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818078>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818101/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818101>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814370/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814370>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822533/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822533>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822500>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea64d0>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822361%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822361/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea4990>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698817926%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817926/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814337/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817966/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827769/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827769>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822582>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818152/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818152>
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818011/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822445/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818044/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fc990>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827643%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827643/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24f890>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698817991%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817991/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814454>
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822533/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94af49a450>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814337%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814337/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff4cf10>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698817966%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817966/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814484>
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814428/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814428>
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814370/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827741/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818078/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818152/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818101/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822500/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9816d0>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698818011%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818011/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d3350>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822445%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822445/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e505050>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698818044%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818044/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcddb90>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822533%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822533/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818126/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818126>
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827769/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e505f90>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814370%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814370/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d5710>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827741%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827741/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97cc50>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698818078%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818078/600 saved to cache
2026-03-28 11:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac48d890>
2026-03-28 11:05:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698818152%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818152/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb99010>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698818101%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818101/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e578390>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822500%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822500/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827754>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822559/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822559>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814401>
2026-03-28 11:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814428/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff694d0>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827769%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827769/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea78a50>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822582%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822582/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814353/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814353>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827729/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827729>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814322/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814322>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827701/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827701>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822468/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822468>
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827713/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827713>
2026-03-28 11:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818126/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/RY55ZKD/42808424?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=8GiFGbT4YIuxWSaz89Q6SfRehvTItSrQyOjTYUMbGBM%3D)
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea14990>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814428%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814428/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2c590>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814454%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814454/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac103d10>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814484%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814484/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822420/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822420>
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac103450>
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FRY55ZKD%252F698818126%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818126/600 saved to cache
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9d413d90-c345-553a-b38f-78ab8e1be9c8
2026-03-28 11:05:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d413d90-c345-553a-b38f-78ab8e1be9c8, skipping ID generation
2026-03-28 11:05:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d413d90-c345-553a-b38f-78ab8e1be9c8 sending to next pipeline
2026-03-28 11:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d413d90-c345-553a-b38f-78ab8e1be9c8, identifier: RY55%20ZKD
2026-03-28 11:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD
2026-03-28 11:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD
2026-03-28 11:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d413d90-c345-553a-b38f-78ab8e1be9c8 with identifier: RY55%20ZKD to the API
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818126/600>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_expert_report_file_f4648263-e08b-4276-bd2d-10ca1434283e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY55%20ZKD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d413d90-c345-553a-b38f-78ab8e1be9c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY55 ZKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY55%20ZKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 61824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45283,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817926/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44739,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817946/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42598,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817966/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43001,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698817991/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42745,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818011/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40643,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818044/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 100067,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818078/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86694,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818101/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99694,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818126/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9d413d90-c345-553a-b38f-78ab8e1be9c8/9d413d90-c345-553a-b38f-78ab8e1be9c8_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79058,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/RY55ZKD/698818152/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 CLUB Hatchback',
 'transmission': 'manual',
 'trim': 'CLUB',
 'vin': 'W0L0AHL4868062860',
 'year': 2006}
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY55%2520ZKD%27 HTTP/1.1" 200 None
2026-03-28 11:05:06 [bca.uk] INFO: Saving data for RY55%20ZKD: {'created_time': 1774695906.552046, 'last_price_update_time': 1774695906.552077, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY55%2520ZKD') HTTP/1.1" 204 0
2026-03-28 11:05:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822399/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822399>
2026-03-28 11:05:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827686/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827686>
2026-03-28 11:05:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814303>
2026-03-28 11:05:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827764/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827764>
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827713/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827754/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822559/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827674/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827674>
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827729/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea4990>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827713%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827713/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822468/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827701/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822420/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814322/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814353/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827686/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827764/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec3810>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827754%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827754/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a96d0>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822559%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822559/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5122d0>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814401%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814401/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7bc50>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827729%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827729/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bdc50>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822468%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822468/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e3650>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827701%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827701/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e249cd0>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822420%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822420/600 saved to cache
2026-03-28 11:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff68a10>
2026-03-28 11:05:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814322%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814322/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3be710>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814353%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814353/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e382d90>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814303%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814303/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e24b510>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827686%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827686/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:07 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:07 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe5c0d0>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827764%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827764/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822399/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827674/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822373/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822373>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827663/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827663>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827739/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827739>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827752/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827752>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294090/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294090>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814290/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG12VBZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811875/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811875>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294081/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294081>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294085/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698294085>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931531/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931531>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294059/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SM13DLO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827724/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827724>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799334>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e412ed0>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822399%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822399/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf4e50>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827674%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827674/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814290/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG12VBZ/42808313?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=07uF1K47RHDe%2FVFKitc9c35JfNvjtfMbrWzB9D%2B1Dag%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822373/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP15OKE/42808529?sv=2020-08-04&st=2026-03-28T11%3A04%3A57Z&se=2026-03-28T11%3A29%3A57Z&sr=b&sp=r&sig=nWpiObEHcK%2B3X8RMtZcG58JrEk7nMfe8LMOGlniZXMY%3D)
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811844/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811844>
2026-03-28 11:05:07 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811897/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811897>
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827739/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294090/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827663/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AK08XKO/42808564?sv=2020-08-04&st=2026-03-28T11%3A04%3A58Z&se=2026-03-28T11%3A29%3A58Z&sr=b&sp=r&sig=MIl%2BYCT%2FeI%2FI24hrmyRRXdJsOl8X%2FsEmwsNntaq6%2BH8%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827752/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294059/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294081/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811875/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827724/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY66UZM/42808559?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=R9PCQdHCXy%2BbMh%2FZRz4xFYZXV%2FFfEjqJrPx2b4UIAYo%3D)
2026-03-28 11:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294085/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SM13DLO/42797503?sv=2020-08-04&st=2026-03-28T11%3A04%3A55Z&se=2026-03-28T11%3A29%3A55Z&sr=b&sp=r&sig=8WGyTwS3EWQXUsJ1CiTxgNk9BISzIcViWBTW95waxVg%3D)
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e411210>
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG12VBZ%252F698814290%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814290/600 saved to cache
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6b7b4b43-f12a-505e-9392-e6bcd682c164
2026-03-28 11:05:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b7b4b43-f12a-505e-9392-e6bcd682c164, skipping ID generation
2026-03-28 11:05:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b7b4b43-f12a-505e-9392-e6bcd682c164 sending to next pipeline
2026-03-28 11:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b7b4b43-f12a-505e-9392-e6bcd682c164, identifier: YG12%20VBZ
2026-03-28 11:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ
2026-03-28 11:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ
2026-03-28 11:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b7b4b43-f12a-505e-9392-e6bcd682c164 with identifier: YG12%20VBZ to the API
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814290/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_expert_report_file_b0a6d2b1-e633-4975-b9f3-b6c87337c132.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG12%20VBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6b7b4b43-f12a-505e-9392-e6bcd682c164',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG12 VBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG12%20VBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 108295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40127,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814290/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39224,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814303/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39110,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814322/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38780,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814337/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38593,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814353/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 36446,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814370/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66959,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39143,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814428/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64711,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6b7b4b43-f12a-505e-9392-e6bcd682c164/6b7b4b43-f12a-505e-9392-e6bcd682c164_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91130,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG12VBZ/698814484/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'SJNFBAF15U6210163',
 'year': 2012}
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG12%2520VBZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:08 [bca.uk] INFO: Saving data for YG12%20VBZ: {'created_time': 1774695908.011538, 'last_price_update_time': 1774695908.011553, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG12%2520VBZ') HTTP/1.1" 204 0
2026-03-28 11:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931531/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:05:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799331/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799331>
2026-03-28 11:05:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740315>
2026-03-28 11:05:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO72%20HNA-GB>
2026-03-28 11:05:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799328/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799328>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebaf0d0>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP15OKE%252F698822373%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822373/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f
2026-03-28 11:05:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f, skipping ID generation
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f sending to next pipeline
2026-03-28 11:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f, identifier: KP15%20OKE
2026-03-28 11:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799334/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811897/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811844/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE
2026-03-28 11:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE
2026-03-28 11:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a3c18aa-6942-5a10-8d8b-77d10ca1d47f with identifier: KP15%20OKE to the API
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822373/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_expert_report_file_65fe57a9-37ce-4d19-a254-d06b762e2fb7.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP15%20OKE-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a3c18aa-6942-5a10-8d8b-77d10ca1d47f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP15 OKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP15%20OKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 63181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45447,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822361/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45036,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822373/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41590,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822399/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42529,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822420/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42630,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822445/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41041,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822468/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 112133,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822500/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81019,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822533/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 100466,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822559/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a3c18aa-6942-5a10-8d8b-77d10ca1d47f/6a3c18aa-6942-5a10-8d8b-77d10ca1d47f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98353,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP15OKE/698822582/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 SE 2WD',
 'vin': 'W0LJD7E84FB118032',
 'year': 2015}
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OKE%27 HTTP/1.1" 200 None
2026-03-28 11:05:08 [bca.uk] INFO: Saving data for KP15%20OKE: {'created_time': 1774695908.56828, 'last_price_update_time': 1774695908.568292, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP15%2520OKE') HTTP/1.1" 204 0
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e7390>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827739%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827739/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e249650>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294090%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294090/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8f7bd0>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAK08XKO%252F698827663%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827663/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b
2026-03-28 11:05:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b, skipping ID generation
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b sending to next pipeline
2026-03-28 11:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b, identifier: AK08%20XKO
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec1bd0>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827752%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827752/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb3cd0>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294059%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294059/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac398f90>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294081%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294081/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a8610>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811875%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811875/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e6250d0>
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY66UZM%252F698827724%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827724/600 saved to cache
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53
2026-03-28 11:05:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53, skipping ID generation
2026-03-28 11:05:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 sending to next pipeline
2026-03-28 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53, identifier: EY66%20UZM
2026-03-28 11:05:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb777d0>
2026-03-28 11:05:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSM13DLO%252F698294085%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294085/600 saved to cache
2026-03-28 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1ca16b7-d422-595f-b73a-e56ec1893e19
2026-03-28 11:05:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1ca16b7-d422-595f-b73a-e56ec1893e19, skipping ID generation
2026-03-28 11:05:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1ca16b7-d422-595f-b73a-e56ec1893e19 sending to next pipeline
2026-03-28 11:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1ca16b7-d422-595f-b73a-e56ec1893e19, identifier: SM13%20DLO
2026-03-28 11:05:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782223/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782223>
2026-03-28 11:05:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811855/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811855>
2026-03-28 11:05:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811888>
2026-03-28 11:05:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740288/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740288>
2026-03-28 11:05:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA64%20XMM-GB>
2026-03-28 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO
2026-03-28 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO
2026-03-28 11:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b with identifier: AK08%20XKO to the API
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827663/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_expert_report_file_26cc0a2b-6f09-4e1a-b9ea-41f81c9d8d8e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK08%20XKO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK08 XKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK08%20XKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 39181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46856,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827643/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46490,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827663/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44692,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827674/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45120,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827686/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46366,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827701/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44370,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827713/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82604,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827729/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73322,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827741/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86259,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827754/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b/11b7c2f9-a1d3-5cc0-ad78-c418b9cbb15b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90310,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AK08XKO/698827769/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 DESIGN 16V Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN 16V',
 'vin': 'W0L0SDL6884290041',
 'year': 2008}
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK08%2520XKO%27 HTTP/1.1" 200 None
2026-03-28 11:05:09 [bca.uk] INFO: Saving data for AK08%20XKO: {'created_time': 1774695909.631378, 'last_price_update_time': 1774695909.631389, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK08%2520XKO') HTTP/1.1" 204 0
2026-03-28 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bronze HTTP/1.1" 200 None
2026-03-28 11:05:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM
2026-03-28 11:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cbab8dd-a028-53b2-85ad-4fd8767c3f53 with identifier: EY66%20UZM to the API
2026-03-28 11:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827724/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_expert_report_file_bc9c863d-cea2-4e9c-96fc-d1db9d3f556d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY66%20UZM-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cbab8dd-a028-53b2-85ad-4fd8767c3f53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY66 UZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY66%20UZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 46531,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44744,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827637/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44232,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827650/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40791,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827669/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41496,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827685/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43956,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827703/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827711/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78773,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827724/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64828,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827739/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81229,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827752/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cbab8dd-a028-53b2-85ad-4fd8767c3f53/1cbab8dd-a028-53b2-85ad-4fd8767c3f53_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75978,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY66UZM/698827764/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U1819184',
 'year': 2016}
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520UZM%27 HTTP/1.1" 200 None
2026-03-28 11:05:10 [bca.uk] INFO: Saving data for EY66%20UZM: {'created_time': 1774695910.208109, 'last_price_update_time': 1774695910.208123, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY66%2520UZM') HTTP/1.1" 204 0
2026-03-28 11:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO
2026-03-28 11:05:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO
2026-03-28 11:05:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1ca16b7-d422-595f-b73a-e56ec1893e19 with identifier: SM13%20DLO to the API
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294085/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_expert_report_file_07ccfb22-72ac-4cbf-979c-dd0ce60c28a6.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM13%20DLO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1ca16b7-d422-595f-b73a-e56ec1893e19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM13 DLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM13%20DLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 92800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45045,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294059/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41045,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294062/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43819,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294064/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43508,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294067/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45206,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294070/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43026,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294073/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75159,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294076/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56820,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294081/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78427,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294085/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1ca16b7-d422-595f-b73a-e56ec1893e19/e1ca16b7-d422-595f-b73a-e56ec1893e19_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92800,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SM13DLO/698294090/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CA8FP0CW111993',
 'year': 2013}
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM13%2520DLO%27 HTTP/1.1" 200 None
2026-03-28 11:05:10 [bca.uk] INFO: Saving data for SM13%20DLO: {'created_time': 1774695910.63283, 'last_price_update_time': 1774695910.632844, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM13%2520DLO') HTTP/1.1" 204 0
2026-03-28 11:05:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799325/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799325>
2026-03-28 11:05:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811792/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811792>
2026-03-28 11:05:10 [scrapy.extensions.logstats] INFO: Crawled 123 pages (at 27 pages/min), scraped 269 items (at 54 items/min)
2026-03-28 11:05:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8a9810>
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931531%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931531/600 saved to cache
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4cf950>
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799334%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799334/600 saved to cache
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff4e710>
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811897%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811897/600 saved to cache
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9ef450>
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811844%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811844/600 saved to cache
2026-03-28 11:05:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799328/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931527/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697931527>
2026-03-28 11:05:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782190/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782190>
2026-03-28 11:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740315/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799331/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811754/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811754>
2026-03-28 11:05:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811832/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811832>
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811855/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811792/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c33d0>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799328%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799328/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782190/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782223/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740288/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd1950>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_expert_report_file_dfe4d519-884e-4553-a45f-06bdeb923a12.pdf HTTP/1.1" 201 0
2026-03-28 11:05:11 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8cde9ac-9d88-54f8-905e-7cf70598e233, skipping ID generation
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEO72HNA-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO72HNA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 already downloaded
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516208%27 HTTP/1.1" 200 None
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516208 not downloaded yet
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39c790>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740315%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740315/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad320dd0>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799331%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799331/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799325/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931527/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KY59LSX/42790293?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=1b4zVXS0OpzlXHK%2FK6mcycI0ZcuniDSWwdNXA6X3UgA%3D)
2026-03-28 11:05:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799320/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799320>
2026-03-28 11:05:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782160/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782160>
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516222%27 HTTP/1.1" 200 None
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516222 not downloaded yet
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc58c10>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811888%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811888/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e510590>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811855%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811855/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24f2d0>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811792%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811792/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea9110>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782190%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782190/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d0a90>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782223%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782223/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24e3d0>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740288%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740288/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740238/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740238>
2026-03-28 11:05:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827938/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827938>
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516233%27 HTTP/1.1" 200 None
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516233 not downloaded yet
2026-03-28 11:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811832/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516245%27 HTTP/1.1" 200 None
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516245 not downloaded yet
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d8ad0>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799325%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799325/600 saved to cache
2026-03-28 11:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d8510>
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKY59LSX%252F697931527%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931527/600 saved to cache
2026-03-28 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01
2026-03-28 11:05:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef4002b7-d31e-55a1-86f4-a46e5d38dc01, skipping ID generation
2026-03-28 11:05:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef4002b7-d31e-55a1-86f4-a46e5d38dc01 sending to next pipeline
2026-03-28 11:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef4002b7-d31e-55a1-86f4-a46e5d38dc01, identifier: KY59%20LSX
2026-03-28 11:05:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811822/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811822>
2026-03-28 11:05:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799315/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799315>
2026-03-28 11:05:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782131/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782131>
2026-03-28 11:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX
2026-03-28 11:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX
2026-03-28 11:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef4002b7-d31e-55a1-86f4-a46e5d38dc01 with identifier: KY59%20LSX to the API
2026-03-28 11:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931527/600>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_expert_report_file_72dfc3c4-532b-4cfb-b136-aff60c3b19ea.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY59%20LSX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef4002b7-d31e-55a1-86f4-a46e5d38dc01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY59 LSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY59%20LSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 111222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45173,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931526/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44876,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931527/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45052,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931529/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42135,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931530/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43411,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931531/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44357,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931532/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73804,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931544/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54096,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931550/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67830,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931560/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ef4002b7-d31e-55a1-86f4-a46e5d38dc01/ef4002b7-d31e-55a1-86f4-a46e5d38dc01_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KY59LSX/697931567/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA31BLAM007621',
 'year': 2009}
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520LSX%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [bca.uk] INFO: Saving data for KY59%20LSX: {'created_time': 1774695913.085157, 'last_price_update_time': 1774695913.08517, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY59%2520LSX') HTTP/1.1" 204 0
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811754/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740228>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827932>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811729/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811729>
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516258%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516258 not downloaded yet
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782160/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516271%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516271 not downloaded yet
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae459450>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_expert_report_file_1080fd37-c70e-4459-9f58-f3e3e1851e9f.pdf HTTP/1.1" 201 0
2026-03-28 11:05:13 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02262c2b-f1a0-5da9-a14b-188ea3983135, skipping ID generation
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEA64XMM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EA64XMM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e81d510>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811832%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811832/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516281%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516281 not downloaded yet
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516208/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516208>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516222>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516233/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516233>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799313/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698799313>
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740238/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661549%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661549 not downloaded yet
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827938/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516292%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516292 not downloaded yet
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e9a90>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811754%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811754/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ef750>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782160%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782160/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799320/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811729/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661560%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661560 not downloaded yet
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516303%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516303 not downloaded yet
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661571%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661571 not downloaded yet
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7ff50>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740238%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740238/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4eec10>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827938%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827938/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516245/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516245>
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811822/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516258/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516258>
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661581%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661581 not downloaded yet
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782131/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4f8890>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799320%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799320/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5dad10>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811729%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811729/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799315/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799313/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661590%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661590 not downloaded yet
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661603%27 HTTP/1.1" 200 None
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661603 not downloaded yet
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb0e050>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811822%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811822/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eba9b90>
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740228%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740228/600 saved to cache
2026-03-28 11:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516281/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516281>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661549/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661549>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661543/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EA64XMM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516271/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516271>
2026-03-28 11:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661619%27 HTTP/1.1" 200 None
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661619 not downloaded yet
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d3110>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782131%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782131/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9a2d0>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827932%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827932/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516258/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516208/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516233/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661639%27 HTTP/1.1" 200 None
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661639 not downloaded yet
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e29ad50>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799315%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799315/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6e410>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799313%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799313/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661652%27 HTTP/1.1" 200 None
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661652 not downloaded yet
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661571/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661571>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516303>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661560/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661560>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516292>
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516245/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4c290>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516258%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516258/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e249490>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516222%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516222/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4eba50>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516208%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516208/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2f750>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516233%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516233/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782098/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782098>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661581/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661581>
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516271/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e298990>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516245%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516245/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661543/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661603/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661603>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661619/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661619>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661590/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661590>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827940/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827940>
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516281/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661549/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9e6990>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516271%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516271/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661560/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782098/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661652/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661652>
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661571/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661581/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661639/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661639>
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516292/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EO72HNA/42801694?sv=2020-08-04&st=2026-03-28T11%3A05%3A07Z&se=2026-03-28T11%3A30%3A07Z&sr=b&sp=r&sig=gLHilNvXeWcKO%2F4UYfZWgv3plobMM1EZbOa3nLcEoQM%3D)
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bcd90>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661543%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661543/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d0350>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516281%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516281/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827927/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827927>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811702/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD19ARF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811719/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SV70XPL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661590/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661639/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661619/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661603/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827940/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe5d510>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661549%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661549/600 saved to cache
2026-03-28 11:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e3e90>
2026-03-28 11:05:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661560%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661560/600 saved to cache
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f6150>
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782098%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782098/600 saved to cache
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f4a50>
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661571%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661571/600 saved to cache
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe71910>
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661581%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661581/600 saved to cache
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad18d8d0>
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516303%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516303/600 saved to cache
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e2150>
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEO72HNA%252F698516292%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516292/600 saved to cache
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c8cde9ac-9d88-54f8-905e-7cf70598e233
2026-03-28 11:05:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8cde9ac-9d88-54f8-905e-7cf70598e233, skipping ID generation
2026-03-28 11:05:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8cde9ac-9d88-54f8-905e-7cf70598e233 sending to next pipeline
2026-03-28 11:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8cde9ac-9d88-54f8-905e-7cf70598e233, identifier: EO72%20HNA
2026-03-28 11:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA
2026-03-28 11:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA
2026-03-28 11:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8cde9ac-9d88-54f8-905e-7cf70598e233 with identifier: EO72%20HNA to the API
2026-03-28 11:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516292/600>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_expert_report_file_dfe4d519-884e-4553-a45f-06bdeb923a12.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO72%20HNA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c8cde9ac-9d88-54f8-905e-7cf70598e233',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO72 HNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO72%20HNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 85927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 21922,
             'Height': 300,
             'OriginUrl': 'https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EO72HNA-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5',
             'Width': 400},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 175129,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516208/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 141164,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516222/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 147942,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516233/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164034,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516245/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 106903,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516258/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 150871,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516271/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 137624,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516281/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 168247,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516292/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c8cde9ac-9d88-54f8-905e-7cf70598e233/c8cde9ac-9d88-54f8-905e-7cf70598e233_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 113440,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EO72HNA/698516303/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB TREND L/R',
 'vin': 'WF0YXXTTGYNU35629',
 'year': 2022}
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520HNA%27 HTTP/1.1" 200 None
2026-03-28 11:05:16 [bca.uk] INFO: Saving data for EO72%20HNA: {'created_time': 1774695916.165609, 'last_price_update_time': 1774695916.165624, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO72%2520HNA') HTTP/1.1" 204 0
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782067/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782067>
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799309/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GU05ZMV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827934/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827934>
2026-03-28 11:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811719/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SV70XPL/42808063?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=KKtOM5WNFHVFkRmmLvYg9rdyBHoZ8OT27F1y6vVYLq8%3D)
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827919/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827919>
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740204/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698740204>
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV14%20AZO-GB>
2026-03-28 11:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661652/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA64XMM/42805542?sv=2020-08-04&st=2026-03-28T11%3A05%3A08Z&se=2026-03-28T11%3A30%3A08Z&sr=b&sp=r&sig=K%2BvddG9%2BUE6bTEEDdg1P0QCCGdSjqgNMnYe6pIzX9DE%3D)
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe99810>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661590%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661590/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39c950>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661639%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661639/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac381f50>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661619%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661619/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42d5d0>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661603%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661603/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec99d0>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827940%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827940/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811702/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD19ARF/42807926?sv=2020-08-04&st=2026-03-28T11%3A02%3A45Z&se=2026-03-28T11%3A27%3A45Z&sr=b&sp=r&sig=fEaE3yyWCLi0LXAVaVI5dY7HrZJr2NqQikC4OJGyOM4%3D)
2026-03-28 11:05:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811970>
2026-03-28 11:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827927/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39ff10>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSV70XPL%252F698811719%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811719/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f2e9e7ea-51b4-5374-8434-69f905958f69
2026-03-28 11:05:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2e9e7ea-51b4-5374-8434-69f905958f69, skipping ID generation
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2e9e7ea-51b4-5374-8434-69f905958f69 sending to next pipeline
2026-03-28 11:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2e9e7ea-51b4-5374-8434-69f905958f69, identifier: SV70%20XPL
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:16 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9ad10>
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA64XMM%252F698661652%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661652/600 saved to cache
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 02262c2b-f1a0-5da9-a14b-188ea3983135
2026-03-28 11:05:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02262c2b-f1a0-5da9-a14b-188ea3983135, skipping ID generation
2026-03-28 11:05:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02262c2b-f1a0-5da9-a14b-188ea3983135 sending to next pipeline
2026-03-28 11:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02262c2b-f1a0-5da9-a14b-188ea3983135, identifier: EA64%20XMM
2026-03-28 11:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL
2026-03-28 11:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL
2026-03-28 11:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2e9e7ea-51b4-5374-8434-69f905958f69 with identifier: SV70%20XPL to the API
2026-03-28 11:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811719/600>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_expert_report_file_84463669-9e1f-4582-99f2-b0a1acbbee35.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV70%20XPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2e9e7ea-51b4-5374-8434-69f905958f69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV70 XPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV70%20XPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '840I GRAN COUPE',
 'odometer': 41796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43968,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811719/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41983,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811729/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45666,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811743/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43403,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811754/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41537,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811792/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41182,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86007,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811844/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90027,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811875/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98221,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811902/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2e9e7ea-51b4-5374-8434-69f905958f69/f2e9e7ea-51b4-5374-8434-69f905958f69_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85491,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SV70XPL/698811926/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 840I GRAN COUPE 3.0 333 SDRIVE M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '333 SDRIVE M SPORT',
 'vin': 'WBAGV22070CF91984',
 'year': 2020}
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV70%2520XPL%27 HTTP/1.1" 200 None
2026-03-28 11:05:17 [bca.uk] INFO: Saving data for SV70%20XPL: {'created_time': 1774695917.286843, 'last_price_update_time': 1774695917.286855, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV70%2520XPL') HTTP/1.1" 204 0
2026-03-28 11:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM
2026-03-28 11:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM
2026-03-28 11:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02262c2b-f1a0-5da9-a14b-188ea3983135 with identifier: EA64%20XMM to the API
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661652/600>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_expert_report_file_1080fd37-c70e-4459-9f58-f3e3e1851e9f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA64%20XMM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02262c2b-f1a0-5da9-a14b-188ea3983135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA64 XMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA64%20XMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 14589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47742,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661543/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46802,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661549/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44250,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661560/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43827,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661571/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45192,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661581/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43574,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661590/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 110846,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661603/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92815,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661619/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97071,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661639/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_02262c2b-f1a0-5da9-a14b-188ea3983135/02262c2b-f1a0-5da9-a14b-188ea3983135_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81877,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA64XMM/698661652/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'MDHFBUK13U0787202',
 'year': 2014}
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520XMM%27 HTTP/1.1" 200 None
2026-03-28 11:05:17 [bca.uk] INFO: Saving data for EA64%20XMM: {'created_time': 1774695917.796539, 'last_price_update_time': 1774695917.796553, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA64%2520XMM') HTTP/1.1" 204 0
2026-03-28 11:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782067/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811954/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811954>
2026-03-28 11:05:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BJ66YWK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740189/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HX68KXL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827911/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827911>
2026-03-28 11:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827934/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799309/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU05ZMV/42808081?sv=2020-08-04&st=2026-03-28T11%3A02%3A44Z&se=2026-03-28T11%3A27%3A44Z&sr=b&sp=r&sig=c4ZMoLysDGt8CPmkKcPObA3mKUg4URVE0Sw2qlmZmeI%3D)
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7b890>
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD19ARF%252F698811702%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811702/600 saved to cache
2026-03-28 11:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9627a815-843b-5104-8c72-e08099ef2ec0
2026-03-28 11:05:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9627a815-843b-5104-8c72-e08099ef2ec0, skipping ID generation
2026-03-28 11:05:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9627a815-843b-5104-8c72-e08099ef2ec0 sending to next pipeline
2026-03-28 11:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9627a815-843b-5104-8c72-e08099ef2ec0, identifier: FD19%20ARF
2026-03-28 11:05:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4da1d0>
2026-03-28 11:05:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827927%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827927/600 saved to cache
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF
2026-03-28 11:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF
2026-03-28 11:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9627a815-843b-5104-8c72-e08099ef2ec0 with identifier: FD19%20ARF to the API
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811702/600>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_expert_report_file_b2026b99-13f3-4ff4-8dfa-fcc412c96e13.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD19%20ARF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9627a815-843b-5104-8c72-e08099ef2ec0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD19 ARF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD19%20ARF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 33495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42322,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811702/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40826,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811741/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44240,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811783/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43322,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811832/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43830,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811855/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41846,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811866/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82148,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811897/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71224,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811923/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811953/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9627a815-843b-5104-8c72-e08099ef2ec0/9627a815-843b-5104-8c72-e08099ef2ec0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76504,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD19ARF/698811971/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM X P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 100 TITANIUM X P/S',
 'vin': 'WF0JXXGAHJKE49110',
 'year': 2019}
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520ARF%27 HTTP/1.1" 200 None
2026-03-28 11:05:18 [bca.uk] INFO: Saving data for FD19%20ARF: {'created_time': 1774695918.474133, 'last_price_update_time': 1774695918.474146, 'auction_closing_time': 1774864800.0}
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD19%2520ARF') HTTP/1.1" 204 0
2026-03-28 11:05:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827917/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827917>
2026-03-28 11:05:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782009/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782009>
2026-03-28 11:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740204/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811895/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811895>
2026-03-28 11:05:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781965/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK58XAN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811970/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827919/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e57b310>
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782067%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782067/600 saved to cache
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e249950>
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827934%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827934/600 saved to cache
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4216d0>
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU05ZMV%252F698799309%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799309/600 saved to cache
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fb67be3a-90c8-5a60-a598-4f91805ebe76
2026-03-28 11:05:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb67be3a-90c8-5a60-a598-4f91805ebe76, skipping ID generation
2026-03-28 11:05:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb67be3a-90c8-5a60-a598-4f91805ebe76 sending to next pipeline
2026-03-28 11:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb67be3a-90c8-5a60-a598-4f91805ebe76, identifier: GU05%20ZMV
2026-03-28 11:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV
2026-03-28 11:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV
2026-03-28 11:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb67be3a-90c8-5a60-a598-4f91805ebe76 with identifier: GU05%20ZMV to the API
2026-03-28 11:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799309/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_expert_report_file_c54b27fb-3228-45f6-9d9d-2b443ab99b48.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU05%20ZMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fb67be3a-90c8-5a60-a598-4f91805ebe76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU05 ZMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU05%20ZMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 151498,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 175721,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799309/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 186270,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799313/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174337,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799315/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 178641,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799320/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 169563,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799325/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 140789,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799328/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 154338,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799331/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 151530,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799334/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb67be3a-90c8-5a60-a598-4f91805ebe76/fb67be3a-90c8-5a60-a598-4f91805ebe76_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 159311,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU05ZMV/698799337/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'JHMGD18505S231283',
 'year': 2005}
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU05%2520ZMV%27 HTTP/1.1" 200 None
2026-03-28 11:05:19 [bca.uk] INFO: Saving data for GU05%20ZMV: {'created_time': 1774695919.181881, 'last_price_update_time': 1774695919.181892, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU05%2520ZMV') HTTP/1.1" 204 0
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740189/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HX68KXL/42806268?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=puJnxD3yai%2BJ6OwfRb23wiMXgXCtq5xPwT9gfDR2JX0%3D)
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BJ66YWK/42808367?sv=2020-08-04&st=2026-03-28T11%3A02%3A43Z&se=2026-03-28T11%3A27%3A43Z&sr=b&sp=r&sig=9n5FlqGQqX%2BvljnF%2BmOvxXPWfQUoDfg0AEeBRUJPNDY%3D)
2026-03-28 11:05:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811870/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811870>
2026-03-28 11:05:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG65%20ETD-GB>
2026-03-28 11:05:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827900/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827900>
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827911/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811954/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e850cd0>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740204%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740204/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e551e90>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811970%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811970/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a3690>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827919%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827919/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39c290>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_expert_report_file_166622ef-f02a-4b89-af07-b266ccc80be1.pdf HTTP/1.1" 201 0
2026-03-28 11:05:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a93f474b-9a84-5577-a127-e359e20b9ab5, skipping ID generation
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLV14AZO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LV14AZO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782009/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781965/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK58XAN/42807562?sv=2020-08-04&st=2026-03-28T11%3A02%3A40Z&se=2026-03-28T11%3A27%3A40Z&sr=b&sp=r&sig=oEceJZyN8IfjP4HiY7TDMoGUCic2%2Ff2yoFpAVcsD0XM%3D)
2026-03-28 11:05:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811830/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811830>
2026-03-28 11:05:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827884>
2026-03-28 11:05:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827885/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA66DBU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817964%27 HTTP/1.1" 200 None
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817964 not downloaded yet
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811895/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813391%27 HTTP/1.1" 200 None
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813391 not downloaded yet
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff68750>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHX68KXL%252F698740189%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740189/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item be8bbf41-9ce9-501b-87fe-5d2475363c5c
2026-03-28 11:05:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be8bbf41-9ce9-501b-87fe-5d2475363c5c, skipping ID generation
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be8bbf41-9ce9-501b-87fe-5d2475363c5c sending to next pipeline
2026-03-28 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be8bbf41-9ce9-501b-87fe-5d2475363c5c, identifier: HX68%20KXL
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff99510>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBJ66YWK%252F698811709%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811709/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6
2026-03-28 11:05:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6, skipping ID generation
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 sending to next pipeline
2026-03-28 11:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6, identifier: BJ66%20YWK
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9e4290>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827911%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827911/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:19 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feabf10>
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811954%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811954/600 saved to cache
2026-03-28 11:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827917/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be8bbf41-9ce9-501b-87fe-5d2475363c5c with identifier: HX68%20KXL
2026-03-28 11:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be8bbf41-9ce9-501b-87fe-5d2475363c5c with identifier: HX68%20KXL
2026-03-28 11:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be8bbf41-9ce9-501b-87fe-5d2475363c5c with identifier: HX68%20KXL to the API
2026-03-28 11:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740189/600>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_expert_report_file_af4e631a-c1e9-4ea8-9771-d661a9efadd3.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX68%20KXL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be8bbf41-9ce9-501b-87fe-5d2475363c5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX68 KXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX68%20KXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'JEEP',
 'model': 'COMPASS',
 'odometer': 120228,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 12,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45976,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740189/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43557,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740204/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45306,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740217/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43290,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740228/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44763,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740238/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43071,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740253/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89183,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740288/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84994,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740315/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95256,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740356/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be8bbf41-9ce9-501b-87fe-5d2475363c5c/be8bbf41-9ce9-501b-87fe-5d2475363c5c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HX68KXL/698740383/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JEEP COMPASS 1.4 M/AIR 140 2WD LONGITUDE StationWagon',
 'transmission': 'manual',
 'trim': 'M/AIR 140 2WD LONGITUDE',
 'vin': 'MCANJPBH9JFA35213',
 'year': 2018}
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520KXL%27 HTTP/1.1" 200 None
2026-03-28 11:05:20 [bca.uk] INFO: Saving data for HX68%20KXL: {'created_time': 1774695920.300111, 'last_price_update_time': 1774695920.300122, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX68%2520KXL') HTTP/1.1" 204 0
2026-03-28 11:05:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel%2FElectric HTTP/1.1" 200 None
2026-03-28 11:05:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:05:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK
2026-03-28 11:05:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d7fc53d-be7b-5dec-a85f-f55a8de317f6 with identifier: BJ66%20YWK to the API
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811709/600>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_expert_report_file_9ef6435f-43b9-424d-b2d3-1742a16e8cba.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ66%20YWK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '4d7fc53d-be7b-5dec-a85f-f55a8de317f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ66 YWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ66%20YWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 H',
 'odometer': 152283,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43014,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811709/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41223,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811755/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43538,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811799/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42115,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811822/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42196,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811842/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40655,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811863/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77660,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811888/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67614,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811924/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75331,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811948/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4d7fc53d-be7b-5dec-a85f-f55a8de317f6/4d7fc53d-be7b-5dec-a85f-f55a8de317f6_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83044,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BJ66YWK/698811968/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 H 2.1 AMG LINE PREMIUM Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'WDD2050122F409279',
 'year': 2016}
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520YWK%27 HTTP/1.1" 200 None
2026-03-28 11:05:20 [bca.uk] INFO: Saving data for BJ66%20YWK: {'created_time': 1774695920.962308, 'last_price_update_time': 1774695920.962321, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ66%2520YWK') HTTP/1.1" 204 0
2026-03-28 11:05:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827881/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827881>
2026-03-28 11:05:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG64%20KJZ-GB>
2026-03-28 11:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811870/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827900/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT62%20XMJ-GB>
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817989%27 HTTP/1.1" 200 None
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817989 not downloaded yet
2026-03-28 11:05:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LP66TZU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813417%27 HTTP/1.1" 200 None
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813417 not downloaded yet
2026-03-28 11:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c4650>
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698782009%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782009/600 saved to cache
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42d310>
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK58XAN%252F698781965%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781965/600 saved to cache
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02
2026-03-28 11:05:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86c3d5ed-6b33-5aac-81cc-1442ec105e02, skipping ID generation
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86c3d5ed-6b33-5aac-81cc-1442ec105e02 sending to next pipeline
2026-03-28 11:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86c3d5ed-6b33-5aac-81cc-1442ec105e02, identifier: EK58%20XAN
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4db050>
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811895%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811895/600 saved to cache
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:21 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe99110>
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827917%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827917/600 saved to cache
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818010%27 HTTP/1.1" 200 None
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818010 not downloaded yet
2026-03-28 11:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN
2026-03-28 11:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN
2026-03-28 11:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86c3d5ed-6b33-5aac-81cc-1442ec105e02 with identifier: EK58%20XAN to the API
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781965/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_expert_report_file_68325829-7be7-4a62-9e9b-3c4c6e08b5df.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK58%20XAN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '86c3d5ed-6b33-5aac-81cc-1442ec105e02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK58 XAN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK58%20XAN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 89136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42302,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781965/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39408,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698781982/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43229,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782009/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41102,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782032/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41512,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782067/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39450,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782098/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91910,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782131/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81843,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782160/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93889,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782190/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_86c3d5ed-6b33-5aac-81cc-1442ec105e02/86c3d5ed-6b33-5aac-81cc-1442ec105e02_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87047,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK58XAN/698782223/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 BREEZE 16V Hatchback',
 'transmission': 'manual',
 'trim': 'BREEZE 16V',
 'vin': 'W0L0SDL6884473377',
 'year': 2008}
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520XAN%27 HTTP/1.1" 200 None
2026-03-28 11:05:21 [bca.uk] INFO: Saving data for EK58%20XAN: {'created_time': 1774695921.886422, 'last_price_update_time': 1774695921.886433, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK58%2520XAN') HTTP/1.1" 204 0
2026-03-28 11:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827885/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA66DBU/42808416?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=2bMxHiVhv5JTBGrCm8PYX%2F1W9yWgdelbzrn8A5d%2BK1c%3D)
2026-03-28 11:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731515/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731515>
2026-03-28 11:05:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817932/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LV14AZO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817964/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817964>
2026-03-28 11:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811830/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CK63ERY/42808357?sv=2020-08-04&st=2026-03-28T11%3A02%3A38Z&se=2026-03-28T11%3A27%3A38Z&sr=b&sp=r&sig=CfB7anud9vNuBq9xEcMiGMvTVAZeS3miMkpvupg3gpc%3D)
2026-03-28 11:05:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF18%20ZPB-GB>
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813453%27 HTTP/1.1" 200 None
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813453 not downloaded yet
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7f810>
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811870%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811870/600 saved to cache
2026-03-28 11:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebcdc10>
2026-03-28 11:05:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827900%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827900/600 saved to cache
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e82d690>
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_expert_report_file_fb896a74-55e6-40ac-8030-abf273acc2ea.pdf HTTP/1.1" 201 0
2026-03-28 11:05:22 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b688c5d-461a-59e2-96c9-84371012ae94, skipping ID generation
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNG65ETD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NG65ETD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818045%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818045 not downloaded yet
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776177%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776177 not downloaded yet
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813480%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813480 not downloaded yet
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776188%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776188 not downloaded yet
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7a3d0>
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA66DBU%252F698827885%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827885/600 saved to cache
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0fd76365-0d93-5f43-bb85-e0898d18c703
2026-03-28 11:05:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fd76365-0d93-5f43-bb85-e0898d18c703, skipping ID generation
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0fd76365-0d93-5f43-bb85-e0898d18c703 sending to next pipeline
2026-03-28 11:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fd76365-0d93-5f43-bb85-e0898d18c703, identifier: MA66%20DBU
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9abd0>
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827884%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827884/600 saved to cache
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc27690>
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCK63ERY%252F698811830%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811830/600 saved to cache
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b907f1ba-0626-5f40-a68a-546b49ab434a
2026-03-28 11:05:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b907f1ba-0626-5f40-a68a-546b49ab434a, skipping ID generation
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b907f1ba-0626-5f40-a68a-546b49ab434a sending to next pipeline
2026-03-28 11:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b907f1ba-0626-5f40-a68a-546b49ab434a, identifier: CK63%20ERY
2026-03-28 11:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813391/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813391>
2026-03-28 11:05:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817989/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817989>
2026-03-28 11:05:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787244>
2026-03-28 11:05:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794293>
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818060%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818060 not downloaded yet
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776208%27 HTTP/1.1" 200 None
2026-03-28 11:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776208 not downloaded yet
2026-03-28 11:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU
2026-03-28 11:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU
2026-03-28 11:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fd76365-0d93-5f43-bb85-e0898d18c703 with identifier: MA66%20DBU to the API
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827885/600>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_expert_report_file_867d98ec-57dd-4bab-9d92-e6ff87b94c03.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA66%20DBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fd76365-0d93-5f43-bb85-e0898d18c703',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA66 DBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA66%20DBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 59686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42566,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827885/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41510,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827888/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44155,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827896/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42611,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827901/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41823,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827905/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40586,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827911/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89173,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827919/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72120,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827927/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88517,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827932/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd76365-0d93-5f43-bb85-e0898d18c703/0fd76365-0d93-5f43-bb85-e0898d18c703_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 99356,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA66DBU/698827938/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 N-CONNECTA',
 'vin': 'SJNFEAF15U7255826',
 'year': 2016}
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA66%2520DBU%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [bca.uk] INFO: Saving data for MA66%20DBU: {'created_time': 1774695923.018859, 'last_price_update_time': 1774695923.018871, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA66%2520DBU') HTTP/1.1" 204 0
2026-03-28 11:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY
2026-03-28 11:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY
2026-03-28 11:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b907f1ba-0626-5f40-a68a-546b49ab434a with identifier: CK63%20ERY to the API
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811830/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_expert_report_file_32f9e2e9-0942-4e4f-84c7-493ea5327005.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK63%20ERY-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b907f1ba-0626-5f40-a68a-546b49ab434a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK63 ERY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK63%20ERY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 142949,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44390,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811727/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811782/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45429,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811804/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44734,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811830/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44667,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811846/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42330,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811870/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77685,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811895/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78608,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811922/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92557,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811954/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b907f1ba-0626-5f40-a68a-546b49ab434a/b907f1ba-0626-5f40-a68a-546b49ab434a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92847,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CK63ERY/698811970/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 163 4WD TITANIUM',
 'vin': 'WF0AXXWPMADK66613',
 'year': 2013}
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520ERY%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [bca.uk] INFO: Saving data for CK63%20ERY: {'created_time': 1774695923.486889, 'last_price_update_time': 1774695923.486903, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK63%2520ERY') HTTP/1.1" 204 0
2026-03-28 11:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827881/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LP66TZU/42808501?sv=2020-08-04&st=2026-03-28T11%3A02%3A39Z&se=2026-03-28T11%3A27%3A39Z&sr=b&sp=r&sig=pSgsW0dYnaVvnRS82wtcDJuh0sp0HuXHE5N8VIJIzYQ%3D)
2026-03-28 11:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776226%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776226 not downloaded yet
2026-03-28 11:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776244%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776244 not downloaded yet
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd36d0>
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_expert_report_file_182e47b2-c9f4-437d-aa85-44152f2ef299.pdf HTTP/1.1" 201 0
2026-03-28 11:05:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5bb8527-4699-5922-9d9e-bf80d1714c97, skipping ID generation
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBT62XMJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BT62XMJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e846750>
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827876%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827876/600 saved to cache
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817932/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662016/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662016>
2026-03-28 11:05:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818010/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818010>
2026-03-28 11:05:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813417/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813417>
2026-03-28 11:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817964/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776150/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NG65ETD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776272%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776272 not downloaded yet
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811767%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811767 not downloaded yet
2026-03-28 11:05:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731515/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdbe3d0>
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLP66TZU%252F698827881%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827881/600 saved to cache
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2
2026-03-28 11:05:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2, skipping ID generation
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 sending to next pipeline
2026-03-28 11:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2, identifier: LP66%20TZU
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3ee10>
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_expert_report_file_9bdf4cf9-0bfc-4b7a-92f6-7e0ad72703b5.pdf HTTP/1.1" 201 0
2026-03-28 11:05:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1dc24d5-e7ba-51c0-bd83-ba297100a29a, skipping ID generation
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSG64KJZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SG64KJZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ff150>
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_expert_report_file_0c72b400-375b-4829-bebb-f057d6df868c.pdf HTTP/1.1" 201 0
2026-03-28 11:05:23 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2d9cc75-bcde-5f91-a58f-521245e3769d, skipping ID generation
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBF18ZPB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BF18ZPB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776297%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776297 not downloaded yet
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811791%27 HTTP/1.1" 200 None
2026-03-28 11:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811791 not downloaded yet
2026-03-28 11:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU
2026-03-28 11:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU
2026-03-28 11:05:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9abf9c5b-566d-50c3-95b1-ae8d85d04da2 with identifier: LP66%20TZU to the API
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827881/600>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_expert_report_file_28a65092-d63e-4eef-991b-620a69a05764.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP66%20TZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9abf9c5b-566d-50c3-95b1-ae8d85d04da2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP66 TZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP66%20TZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 49764,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43781,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827876/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40976,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827881/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44251,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827884/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43387,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827891/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42422,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827900/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40986,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827907/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66320,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827917/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55518,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827925/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82365,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827934/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9abf9c5b-566d-50c3-95b1-ae8d85d04da2/9abf9c5b-566d-50c3-95b1-ae8d85d04da2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75345,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LP66TZU/698827940/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZ8X1HB038322',
 'year': 2017}
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [bca.uk] INFO: Saving data for LP66%20TZU: {'created_time': 1774695924.47023, 'last_price_update_time': 1774695924.470244, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP66%2520TZU') HTTP/1.1" 204 0
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787844%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787844 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698781995%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781995 not downloaded yet
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776188/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776188>
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813480/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813480>
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776208/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776208>
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817989/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776226/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776226>
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813391/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776314%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776314 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811820%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811820 not downloaded yet
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff4f690>
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698817932%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817932/600 saved to cache
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e36d310>
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698817964%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817964/600 saved to cache
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e624cd0>
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731515%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731515/600 saved to cache
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787244/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787852%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787852 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782023%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782023 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698776328%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776328 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811843%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811843 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787858%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787858 not downloaded yet
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782059%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782059 not downloaded yet
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776150/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776244>
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811718/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BT62XMJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818010/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818060/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818060>
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811865%27 HTTP/1.1" 200 None
2026-03-28 11:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811865 not downloaded yet
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813417/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776226/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787862%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787862 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782082%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782082 not downloaded yet
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae890910>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794293%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794293/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42c410>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698817989%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817989/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e876790>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698813391%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813391/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662016/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811887%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811887 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787866%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787866 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782103%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782103 not downloaded yet
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9811d0>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787244%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787244/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811912%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811912 not downloaded yet
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776297/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776297>
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BF18ZPB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776208/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811791/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811791>
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813480/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811820/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811820>
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776188/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787874%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787874 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782139%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782139 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811941%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811941 not downloaded yet
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6ef90>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776150%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776150/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad323ad0>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698818010%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818010/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e534cd0>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698813417%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813417/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e421310>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776226%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776226/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e875b50>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662016%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662016/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787884%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787884 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782167%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782167 not downloaded yet
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818060/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811965%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811965 not downloaded yet
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811718/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787892%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787892 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782200%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782200 not downloaded yet
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac423450>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776208%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776208/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe2af90>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698813480%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813480/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c1810>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776188%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776188/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782059/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782059>
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811843>
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782082/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782082>
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787858/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787858>
2026-03-28 11:05:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776328/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776328>
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776244/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811820/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787901%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787901 not downloaded yet
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782222%27 HTTP/1.1" 200 None
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782222 not downloaded yet
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff4c950>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698818060%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818060/600 saved to cache
2026-03-28 11:05:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3bd350>
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811718%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811718/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811791/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787866/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787866>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782103/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782103>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811912/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811912>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782167/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782167>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811941/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811941>
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776297/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e535d50>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776244%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776244/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5532d0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811820%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811820/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782200/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782200>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787892>
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776328/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811941/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787858/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea179d0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811791%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811791/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea7fa90>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698781975%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781975/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffaa0d0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776297%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776297/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811912/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8df9d0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776328%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776328/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb98650>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811941%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811941/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e39cbd0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787858%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787858/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782167/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782059/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782082/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782222>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811965/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811965>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787901/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787901>
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787866/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782103/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa9a90>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811843%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811843/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e535310>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811912%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811912/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787884>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811887/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811887>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782139/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782139>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787862>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787874/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787874>
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787901/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782200/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f7210>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782167%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782167/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fefda50>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782059%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782059/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e875e90>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782082%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782082/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9ed0d0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787866%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787866/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea279d0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782103%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782103/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782023/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782023>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781995/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781995>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811865/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811865>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776314/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776314>
2026-03-28 11:05:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787852/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787852>
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787874/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811965/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb81ed0>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787901%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787901/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e518410>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787892%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787892/600 saved to cache
2026-03-28 11:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb80350>
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782200%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782200/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787844/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787844>
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782139/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811887/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e51b710>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787874%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787874/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe70cd0>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811965%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811965/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8de390>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782222%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782222/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787852/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811767/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811767>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787837/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SG64KJZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811865/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776314/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9da690>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787862%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787862/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2cd90>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787884%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787884/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6f950>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782139%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782139/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f4fd0>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811887%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811887/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782023/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776272/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776272>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813453/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813453>
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787844/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818045/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818045>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776177/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698776177>
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781995/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF18ZPB/42807758?sv=2020-08-04&st=2026-03-28T11%3A05%3A21Z&se=2026-03-28T11%3A30%3A21Z&sr=b&sp=r&sig=%2F96NkTK0LS%2F%2FmBNYGurapSbbL2xGrA9wn7NxgYB3WI8%3D)
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6d290>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787852%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787852/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d0cd0>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811865%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811865/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e24b250>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776314%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776314/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719455/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719455>
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787837/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SG64KJZ/42807791?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=f%2B2HUE2whoqKsSM1nveQzApRpkyPGk%2BjJVZgwBtYBRc%3D)
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822534/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822534>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662010/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662010>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731502/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731502>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797555/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797555>
2026-03-28 11:05:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794304/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794304>
2026-03-28 11:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811767/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT62XMJ/42808176?sv=2020-08-04&st=2026-03-28T11%3A05%3A19Z&se=2026-03-28T11%3A30%3A19Z&sr=b&sp=r&sig=zKGtB5YGo10ofgmmppwQoQcB91PRMLjfUIeuQJmGzBQ%3D)
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e57b710>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698782023%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782023/600 saved to cache
2026-03-28 11:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2c7d0>
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787844%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787844/600 saved to cache
2026-03-28 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d0c50>
2026-03-28 11:05:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF18ZPB%252F698781995%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781995/600 saved to cache
2026-03-28 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a2d9cc75-bcde-5f91-a58f-521245e3769d
2026-03-28 11:05:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2d9cc75-bcde-5f91-a58f-521245e3769d, skipping ID generation
2026-03-28 11:05:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2d9cc75-bcde-5f91-a58f-521245e3769d sending to next pipeline
2026-03-28 11:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2d9cc75-bcde-5f91-a58f-521245e3769d, identifier: BF18%20ZPB
2026-03-28 11:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813453/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822510/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822510>
2026-03-28 11:05:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794294/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794294>
2026-03-28 11:05:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719442/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719442>
2026-03-28 11:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776177/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818045/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LV14AZO/42808433?sv=2020-08-04&st=2026-03-28T11%3A05%3A15Z&se=2026-03-28T11%3A30%3A15Z&sr=b&sp=r&sig=q79%2Bwje6Rp30FV1bJ7VANBzx0WW36Q2RQzHyikKt5lE%3D)
2026-03-28 11:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776272/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG65ETD/42807591?sv=2020-08-04&st=2026-03-28T11%3A05%3A18Z&se=2026-03-28T11%3A30%3A18Z&sr=b&sp=r&sig=Np8cFIDWj%2FiZIQVGIrPrgkly836YhumUb%2B%2BWxVOVbns%3D)
2026-03-28 11:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB
2026-03-28 11:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB
2026-03-28 11:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2d9cc75-bcde-5f91-a58f-521245e3769d with identifier: BF18%20ZPB to the API
2026-03-28 11:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781995/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_expert_report_file_0c72b400-375b-4829-bebb-f057d6df868c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF18%20ZPB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2d9cc75-bcde-5f91-a58f-521245e3769d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF18 ZPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF18%20ZPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 28881,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44723,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40613,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698781995/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43132,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782023/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41867,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782059/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40909,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782082/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40234,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782103/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79036,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782139/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64597,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782167/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88135,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782200/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a2d9cc75-bcde-5f91-a58f-521245e3769d/a2d9cc75-bcde-5f91-a58f-521245e3769d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86786,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF18ZPB/698782222/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.2 P/T ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T ALLURE',
 'vin': 'VF3PAHMTCHR314779',
 'year': 2018}
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520ZPB%27 HTTP/1.1" 200 None
2026-03-28 11:05:29 [bca.uk] INFO: Saving data for BF18%20ZPB: {'created_time': 1774695929.341677, 'last_price_update_time': 1774695929.341688, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF18%2520ZPB') HTTP/1.1" 204 0
2026-03-28 11:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794304/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e851a50>
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSG64KJZ%252F698787837%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787837/600 saved to cache
2026-03-28 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a
2026-03-28 11:05:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1dc24d5-e7ba-51c0-bd83-ba297100a29a, skipping ID generation
2026-03-28 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1dc24d5-e7ba-51c0-bd83-ba297100a29a sending to next pipeline
2026-03-28 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1dc24d5-e7ba-51c0-bd83-ba297100a29a, identifier: SG64%20KJZ
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c1c90>
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT62XMJ%252F698811767%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811767/600 saved to cache
2026-03-28 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f5bb8527-4699-5922-9d9e-bf80d1714c97
2026-03-28 11:05:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5bb8527-4699-5922-9d9e-bf80d1714c97, skipping ID generation
2026-03-28 11:05:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f5bb8527-4699-5922-9d9e-bf80d1714c97 sending to next pipeline
2026-03-28 11:05:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5bb8527-4699-5922-9d9e-bf80d1714c97, identifier: BT62%20XMJ
2026-03-28 11:05:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ
2026-03-28 11:05:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ
2026-03-28 11:05:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1dc24d5-e7ba-51c0-bd83-ba297100a29a with identifier: SG64%20KJZ to the API
2026-03-28 11:05:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787837/600>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_expert_report_file_9bdf4cf9-0bfc-4b7a-92f6-7e0ad72703b5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG64%20KJZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1dc24d5-e7ba-51c0-bd83-ba297100a29a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG64 KJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG64%20KJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 44483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49544,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787837/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48617,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787844/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47620,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787852/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45975,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787858/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44740,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787862/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45149,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787866/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74454,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787874/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68589,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787884/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87551,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e1dc24d5-e7ba-51c0-bd83-ba297100a29a/e1dc24d5-e7ba-51c0-bd83-ba297100a29a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73808,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SG64KJZ/698787901/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 0.9 TCE 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 LAUREATE',
 'vin': 'UU15SDAAC51639062',
 'year': 2014}
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG64%2520KJZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:30 [bca.uk] INFO: Saving data for SG64%20KJZ: {'created_time': 1774695930.251406, 'last_price_update_time': 1774695930.251417, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG64%2520KJZ') HTTP/1.1" 204 0
2026-03-28 11:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ
2026-03-28 11:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ
2026-03-28 11:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5bb8527-4699-5922-9d9e-bf80d1714c97 with identifier: BT62%20XMJ to the API
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811767/600>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_expert_report_file_182e47b2-c9f4-437d-aa85-44152f2ef299.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT62%20XMJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5bb8527-4699-5922-9d9e-bf80d1714c97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT62 XMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT62%20XMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 48727,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41141,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811718/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40223,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811767/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41535,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811791/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811820/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41331,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811843/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39755,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811865/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70356,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811887/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58077,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811912/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74296,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811941/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5bb8527-4699-5922-9d9e-bf80d1714c97/f5bb8527-4699-5922-9d9e-bf80d1714c97_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79534,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT62XMJ/698811965/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.2 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNADM311LD6202237',
 'year': 2013}
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520XMJ%27 HTTP/1.1" 200 None
2026-03-28 11:05:30 [bca.uk] INFO: Saving data for BT62%20XMJ: {'created_time': 1774695930.679059, 'last_price_update_time': 1774695930.679072, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT62%2520XMJ') HTTP/1.1" 204 0
2026-03-28 11:05:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731479/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731479>
2026-03-28 11:05:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907468/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907468>
2026-03-28 11:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822534/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2dd10>
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698813453%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813453/600 saved to cache
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d8f90>
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776177%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776177/600 saved to cache
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb43d0>
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLV14AZO%252F698818045%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818045/600 saved to cache
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a93f474b-9a84-5577-a127-e359e20b9ab5
2026-03-28 11:05:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a93f474b-9a84-5577-a127-e359e20b9ab5, skipping ID generation
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a93f474b-9a84-5577-a127-e359e20b9ab5 sending to next pipeline
2026-03-28 11:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a93f474b-9a84-5577-a127-e359e20b9ab5, identifier: LV14%20AZO
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4c990>
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG65ETD%252F698776272%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776272/600 saved to cache
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8b688c5d-461a-59e2-96c9-84371012ae94
2026-03-28 11:05:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b688c5d-461a-59e2-96c9-84371012ae94, skipping ID generation
2026-03-28 11:05:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b688c5d-461a-59e2-96c9-84371012ae94 sending to next pipeline
2026-03-28 11:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b688c5d-461a-59e2-96c9-84371012ae94, identifier: NG65%20ETD
2026-03-28 11:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731502/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719455/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662010/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797555/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO
2026-03-28 11:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO
2026-03-28 11:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a93f474b-9a84-5577-a127-e359e20b9ab5 with identifier: LV14%20AZO to the API
2026-03-28 11:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818045/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_expert_report_file_166622ef-f02a-4b89-af07-b266ccc80be1.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV14%20AZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a93f474b-9a84-5577-a127-e359e20b9ab5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV14 AZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV14%20AZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 104099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 16,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44053,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817932/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43483,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817964/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 63728,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813391/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41160,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698817989/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60076,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813417/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39446,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818010/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57013,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813453/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41678,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818045/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58934,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698813480/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a93f474b-9a84-5577-a127-e359e20b9ab5/a93f474b-9a84-5577-a127-e359e20b9ab5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39751,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LV14AZO/698818060/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCITE',
 'vin': 'W0L0SDL08E6044933',
 'year': 2014}
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520AZO%27 HTTP/1.1" 200 None
2026-03-28 11:05:32 [bca.uk] INFO: Saving data for LV14%20AZO: {'created_time': 1774695932.278513, 'last_price_update_time': 1774695932.278525, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV14%2520AZO') HTTP/1.1" 204 0
2026-03-28 11:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b688c5d-461a-59e2-96c9-84371012ae94 with identifier: NG65%20ETD
2026-03-28 11:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b688c5d-461a-59e2-96c9-84371012ae94 with identifier: NG65%20ETD
2026-03-28 11:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b688c5d-461a-59e2-96c9-84371012ae94 with identifier: NG65%20ETD to the API
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776272/600>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_expert_report_file_fb896a74-55e6-40ac-8030-abf273acc2ea.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG65%20ETD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b688c5d-461a-59e2-96c9-84371012ae94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG65 ETD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG65%20ETD&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 57440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45152,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776150/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43876,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776177/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42938,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776188/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41164,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776208/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37051,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776226/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 37160,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776244/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64014,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776272/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57247,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776297/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72347,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776314/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b688c5d-461a-59e2-96c9-84371012ae94/8b688c5d-461a-59e2-96c9-84371012ae94_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67919,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG65ETD/698776328/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX35 2.0 CRDI SE 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI SE 4WD',
 'vin': 'TMAJU81VSFJ794641',
 'year': 2016}
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG65%2520ETD%27 HTTP/1.1" 200 None
2026-03-28 11:05:32 [bca.uk] INFO: Saving data for NG65%20ETD: {'created_time': 1774695932.729381, 'last_price_update_time': 1774695932.729396, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG65%2520ETD') HTTP/1.1" 204 0
2026-03-28 11:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719442/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e36d710>
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794304%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794304/600 saved to cache
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797549/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797549>
2026-03-28 11:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794294/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822510/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae461490>
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822534%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822534/600 saved to cache
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4eb910>
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731502%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731502/600 saved to cache
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d9f10>
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719455%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719455/600 saved to cache
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe73cd0>
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662010%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662010/600 saved to cache
2026-03-28 11:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:32 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39b250>
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797555%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797555/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794275/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794275>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905789/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905789>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787216/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787216>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662006/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662006>
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731479/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907468/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4ea790>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719442%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719442/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad323d90>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794294%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794294/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c3850>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822510%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822510/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822466/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822466>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731446/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731446>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797543/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797543>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907463/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907463>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719432/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719432>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794282/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794282>
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d9950>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731479%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731479/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e578d50>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907468%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907468/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905788/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905788>
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662006/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719468/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719468>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786420/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786420>
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794275/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797549/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905789/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787216/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411997>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c50d0>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662006%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662006/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719432/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797543/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822466/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786420/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794282/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731446/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac381610>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794275%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794275/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e847510>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797549%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797549/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5194d0>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905789%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905789/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdbc2d0>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787216%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787216/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794265/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794265>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662003/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662003>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787206/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787206>
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719468/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907463/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905788/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e51bf90>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719432%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719432/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e29bb90>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797543%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797543/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e511210>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822466%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822466/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e81c650>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786420%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786420/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb0410>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794282%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794282/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e81c190>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731446%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731446/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822444/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822444>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719423/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719423>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731421/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731421>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794274/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794274>
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd10790>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719468%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719468/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac48cfd0>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907463%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907463/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe6ec90>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905788%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905788/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797535/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797535>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907449/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907449>
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905786/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905786>
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662003/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794265/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:05:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719454/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719454>
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea4cd0>
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411997%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411997/600 saved to cache
2026-03-28 11:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787206/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786401>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719423/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822444/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794254/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794254>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc59b10>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662003%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662003/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411990/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411990>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794274/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731421/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787195/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787195>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719454/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4d0990>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794265%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794265/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797535/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907449/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd0810>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787206%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787206/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662001/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696662001>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719411/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719411>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794266/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794266>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822419>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5521d0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719423%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719423/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb7390>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822444%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822444/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905786/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731405/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731405>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907436/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907436>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794254/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411990/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e622210>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794274%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794274/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e29ab50>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731421%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731421/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8501d0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719454%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719454/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d9610>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797535%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797535/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4dac90>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907449%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907449/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786377/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786377>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787195/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794266/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905785/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905785>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797528/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797528>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719443/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719443>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719411/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787185/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787185>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794245/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SP19KZX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2994d0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786401%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786401/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2ced0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905786%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905786/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad3213d0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794254%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794254/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e36d390>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411990%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411990/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907436/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662001/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907470>
2026-03-28 11:05:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411984/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411984>
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731405/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d2350>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787195%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787195/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff814d0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794266%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794266/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff80650>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719411%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719411/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d3910>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822419%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822419/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797528/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719443/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905785/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e537950>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907436%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907436/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac42ead0>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696662001%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662001/600 saved to cache
2026-03-28 11:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2ff50>
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731405%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731405/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794245/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SP19KZX/42807959?sv=2020-08-04&st=2026-03-28T11%3A02%3A25Z&se=2026-03-28T11%3A27%3A25Z&sr=b&sp=r&sig=mVUVNJP4FSLMm49iwlEq9beYceNvgj6XZNlMJsa6Nms%3D)
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719401>
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822401>
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696661997>
2026-03-28 11:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787185/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786377/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39a6d0>
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797528%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797528/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb82f50>
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719443%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719443/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffb5cd0>
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905785%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905785/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794256/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794256>
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731388/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731388>
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907425/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907425>
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797525/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797525>
2026-03-28 11:05:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905783/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905783>
2026-03-28 11:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411984/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907470/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9d2550>
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSP19KZX%252F698794245%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794245/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 37884952-3501-544f-bd82-8874ad44a42b
2026-03-28 11:05:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37884952-3501-544f-bd82-8874ad44a42b, skipping ID generation
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37884952-3501-544f-bd82-8874ad44a42b sending to next pipeline
2026-03-28 11:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37884952-3501-544f-bd82-8874ad44a42b, identifier: SP19%20KZX
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94afed6390>
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787185%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787185/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae4626d0>
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786377%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786377/600 saved to cache
2026-03-28 11:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37884952-3501-544f-bd82-8874ad44a42b with identifier: SP19%20KZX
2026-03-28 11:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37884952-3501-544f-bd82-8874ad44a42b with identifier: SP19%20KZX
2026-03-28 11:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37884952-3501-544f-bd82-8874ad44a42b with identifier: SP19%20KZX to the API
2026-03-28 11:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794245/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_expert_report_file_888d8ba4-b558-4471-a468-10b509f883e5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP19%20KZX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37884952-3501-544f-bd82-8874ad44a42b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP19 KZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP19%20KZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 93964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54903,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794245/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53250,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794254/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50742,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794265/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52109,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794275/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47882,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794287/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46749,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794293/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91067,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794303/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65228,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794314/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76149,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794328/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37884952-3501-544f-bd82-8874ad44a42b/37884952-3501-544f-bd82-8874ad44a42b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74914,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SP19KZX/698794337/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 E/B 182 ST-LINE X Estate',
 'transmission': 'manual',
 'trim': 'E/B 182 ST-LINE X',
 'vin': 'WF0PXXGCHPKK57559',
 'year': 2019}
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520KZX%27 HTTP/1.1" 200 None
2026-03-28 11:05:36 [bca.uk] INFO: Saving data for SP19%20KZX: {'created_time': 1774695936.293616, 'last_price_update_time': 1774695936.293628, 'auction_closing_time': 1774864800.0}
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP19%2520KZX') HTTP/1.1" 204 0
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719427/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719427>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907464/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907464>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411978/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411978>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786353/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786353>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906838/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906838>
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe5fad0>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411984%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411984/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe71e90>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907470%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907470/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794256/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787177/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NV07OAE-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661996/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696661996>
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797525/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea14790>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719401%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719401/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea8450>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696661997%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661997/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5102d0>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822401%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822401/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731388/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905783/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786353/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719427/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411978/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907425/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907464/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feabe50>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794256%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794256/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2d610>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797525%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797525/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719391/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719391>
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787177/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV07OAE/42807733?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=%2FXZlcm%2BwhqrPz3XFEhF9dO46%2FdIbkvRuEZrOjXNrXOM%3D)
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794247>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822387/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822387>
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661996/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe5f3d0>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731388%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731388/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:36 [bca.uk] INFO: Total items found: 100
2026-03-28 11:05:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded
2026-03-28 11:05:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:05:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad321290>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905783%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905783/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d1590>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786353%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786353/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb47cd0>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719427%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719427/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:05:36 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb45f50>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411978%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411978/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac436e50>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907425%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907425/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fda6450>
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907464%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907464/600 saved to cache
2026-03-28 11:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906838/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907409/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907409>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731373/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731373>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797520/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797520>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905782/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905782>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719409/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719409>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786334/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786334>
2026-03-28 11:05:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411973/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411973>
2026-03-28 11:05:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:36 [bca.uk] INFO: Found listing with ID: GY64%20VCN
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520VCN%27 HTTP/1.1" 200 None
2026-03-28 11:05:36 [bca.uk] INFO: Scrape type for GY64%20VCN: 1
2026-03-28 11:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a810a8a8-d5e9-52db-8f4f-157b36d1163d with identifier: GY64%20VCN
2026-03-28 11:05:36 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:05:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:05:36 [bca.uk] INFO: Found listing with ID: VK66%20VXB
2026-03-28 11:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520VXB%27 HTTP/1.1" 200 None
2026-03-28 11:05:37 [bca.uk] INFO: Scrape type for VK66%20VXB: 0
2026-03-28 11:05:37 [bca.uk] INFO: Found listing with ID: LY62%20DNF
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY62%2520DNF%27 HTTP/1.1" 200 None
2026-03-28 11:05:37 [bca.uk] INFO: Scrape type for LY62%20DNF: 2
2026-03-28 11:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF
2026-03-28 11:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with scrape type 2
2026-03-28 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with scrape type 2
2026-03-28 11:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58, identifier: LY62%20DNF
2026-03-28 11:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=purple HTTP/1.1" 200 None
2026-03-28 11:05:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF
2026-03-28 11:05:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 691af02c-9bd7-5aeb-92b6-5cc0f064bb58 with identifier: LY62%20DNF to the API
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY62%20DNF-GB',
 'category': 'Car',
 'color': 'purple',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '691af02c-9bd7-5aeb-92b6-5cc0f064bb58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY62 DNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY62%20DNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 90129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 105 ELEGANCE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 105 ELEGANCE DSG',
 'vin': 'TMBGT21Z1D2043044',
 'year': 2013}
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY62%2520DNF%27 HTTP/1.1" 200 None
2026-03-28 11:05:37 [bca.uk] INFO: Saving data for LY62%20DNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774015422.168865, 'last_price_update_time': 1774695937.748956}
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY62%2520DNF') HTTP/1.1" 204 0
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d1e10>
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV07OAE%252F698787177%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787177/600 saved to cache
2026-03-28 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2
2026-03-28 11:05:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2, skipping ID generation
2026-03-28 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a6902b6-5d4f-51c9-8498-88a7e30f04c2 sending to next pipeline
2026-03-28 11:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2, identifier: NV07%20OAE
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2e0d0>
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696661996%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661996/600 saved to cache
2026-03-28 11:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907453/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907453>
2026-03-28 11:05:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719379/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VK16KNM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822368/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DL64RZO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906835/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906835>
2026-03-28 11:05:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661992/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YK69PZB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719391/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822387/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:38 [bca.uk] INFO: Found listing with ID: LD62%20NNR
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD62%2520NNR%27 HTTP/1.1" 200 None
2026-03-28 11:05:38 [bca.uk] INFO: Scrape type for LD62%20NNR: 1
2026-03-28 11:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac with identifier: LD62%20NNR
2026-03-28 11:05:38 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2 with identifier: NV07%20OAE
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=. HTTP/1.1" 200 None
2026-03-28 11:05:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2 with identifier: NV07%20OAE
2026-03-28 11:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a6902b6-5d4f-51c9-8498-88a7e30f04c2 with identifier: NV07%20OAE to the API
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787177/600>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_expert_report_file_3742f5bc-9b06-4a11-a0d2-574481f88efb.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV07%20OAE-GB',
 'category': 'Car',
 'color': None,
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a6902b6-5d4f-51c9-8498-88a7e30f04c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV07 OAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV07%20OAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MITSUBISHI',
 'model': 'COLT',
 'odometer': 156792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787177/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44261,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787185/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44153,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787195/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44418,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787206/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42814,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787216/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41807,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787228/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787244/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66472,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787258/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92616,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787270/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5a6902b6-5d4f-51c9-8498-88a7e30f04c2/5a6902b6-5d4f-51c9-8498-88a7e30f04c2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83456,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV07OAE/698787285/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI COLT 1.1 CZ1 Hatchback',
 'transmission': 'manual',
 'trim': 'CZ1',
 'vin': 'XMDMNZ32A7F073396',
 'year': 2007}
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV07%2520OAE%27 HTTP/1.1" 200 None
2026-03-28 11:05:38 [bca.uk] INFO: Saving data for NV07%20OAE: {'created_time': 1774695938.61175, 'last_price_update_time': 1774695938.611764, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV07%2520OAE') HTTP/1.1" 204 0
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6edd0>
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906838%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906838/600 saved to cache
2026-03-28 11:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:05:38 [bca.uk] INFO: Found listing with ID: YG10%20VAH
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520VAH%27 HTTP/1.1" 200 None
2026-03-28 11:05:38 [bca.uk] INFO: Scrape type for YG10%20VAH: 1
2026-03-28 11:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8045aeca-0321-548f-849f-0212d3ae522c with identifier: YG10%20VAH
2026-03-28 11:05:38 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:05:38 [bca.uk] INFO: Found listing with ID: EY63%20WHH
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520WHH%27 HTTP/1.1" 200 None
2026-03-28 11:05:38 [bca.uk] INFO: Scrape type for EY63%20WHH: 0
2026-03-28 11:05:38 [bca.uk] INFO: Found listing with ID: MF61%20FVN
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF61%2520FVN%27 HTTP/1.1" 200 None
2026-03-28 11:05:38 [bca.uk] INFO: Scrape type for MF61%20FVN: 2
2026-03-28 11:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN
2026-03-28 11:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with scrape type 2
2026-03-28 11:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with scrape type 2
2026-03-28 11:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7, identifier: MF61%20FVN
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc279d0>
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719391%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719391/600 saved to cache
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c1bd0>
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822387%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822387/600 saved to cache
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff6ced0>
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794247%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794247/600 saved to cache
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN
2026-03-28 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN
2026-03-28 11:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7 with identifier: MF61%20FVN to the API
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF61%20FVN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a7c13e7b-279f-5f11-8631-3a0a0e8ae0d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF61 FVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF61%20FVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 111078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 E-HDI 110 EXCLUSIVE EGS MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 110 EXCLUSIVE EGS',
 'vin': 'VF7UD9HR8BJ725451',
 'year': 2011}
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF61%2520FVN%27 HTTP/1.1" 200 None
2026-03-28 11:05:39 [bca.uk] INFO: Saving data for MF61%20FVN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564106.308583, 'last_price_update_time': 1774695939.549706}
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF61%2520FVN') HTTP/1.1" 204 0
2026-03-28 11:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731373/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786334/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661992/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YK69PZB/42780230?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=MSEm8viHfhIneA2oytSz4UoMWJKNoNgJBRvbVbcnZ7c%3D)
2026-03-28 11:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719409/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797520/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411973/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:39 [bca.uk] INFO: Found listing with ID: MT09%20FDX
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT09%2520FDX%27 HTTP/1.1" 200 None
2026-03-28 11:05:39 [bca.uk] INFO: Scrape type for MT09%20FDX: 2
2026-03-28 11:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX
2026-03-28 11:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e29dc12-e88d-5249-8968-5f64d2ccb37e with scrape type 2
2026-03-28 11:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e29dc12-e88d-5249-8968-5f64d2ccb37e with scrape type 2
2026-03-28 11:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e29dc12-e88d-5249-8968-5f64d2ccb37e, identifier: MT09%20FDX
2026-03-28 11:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX
2026-03-28 11:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX
2026-03-28 11:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e29dc12-e88d-5249-8968-5f64d2ccb37e with identifier: MT09%20FDX to the API
2026-03-28 11:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT09%20FDX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e29dc12-e88d-5249-8968-5f64d2ccb37e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT09 FDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT09%20FDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 86140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 240 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 240 LUXURY',
 'vin': 'SAJAC0524AKR54554',
 'year': 2009}
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT09%2520FDX%27 HTTP/1.1" 200 None
2026-03-28 11:05:41 [bca.uk] INFO: Saving data for MT09%20FDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564728.647193, 'last_price_update_time': 1774695941.367435}
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT09%2520FDX') HTTP/1.1" 204 0
2026-03-28 11:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907409/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:41 [bca.uk] INFO: Found listing with ID: PK11%20ZFG
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520ZFG%27 HTTP/1.1" 200 None
2026-03-28 11:05:41 [bca.uk] INFO: Scrape type for PK11%20ZFG: 2
2026-03-28 11:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG
2026-03-28 11:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b17eb679-6b1f-5a97-82b8-6252546d3f98 with scrape type 2
2026-03-28 11:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b17eb679-6b1f-5a97-82b8-6252546d3f98 with scrape type 2
2026-03-28 11:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b17eb679-6b1f-5a97-82b8-6252546d3f98, identifier: PK11%20ZFG
2026-03-28 11:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905782/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG
2026-03-28 11:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG
2026-03-28 11:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b17eb679-6b1f-5a97-82b8-6252546d3f98 with identifier: PK11%20ZFG to the API
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK11%20ZFG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b17eb679-6b1f-5a97-82b8-6252546d3f98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK11 ZFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK11%20ZFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 72838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 SE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 105 SE DSG',
 'vin': 'WVWZZZ1KZBM691520',
 'year': 2011}
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520ZFG%27 HTTP/1.1" 200 None
2026-03-28 11:05:41 [bca.uk] INFO: Saving data for PK11%20ZFG: {'auction_closing_time': 1774864800.0, 'created_time': 1774564707.28014, 'last_price_update_time': 1774695941.973551}
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK11%2520ZFG') HTTP/1.1" 204 0
2026-03-28 11:05:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fefec50>
2026-03-28 11:05:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731373%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731373/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebb3590>
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786334%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786334/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4fbd10>
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYK69PZB%252F696661992%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661992/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb
2026-03-28 11:05:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb, skipping ID generation
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 46d911f3-ff5a-539c-ad76-9a1e9263ebbb sending to next pipeline
2026-03-28 11:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb, identifier: YK69%20PZB
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac434250>
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719409%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719409/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4e550>
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797520%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797520/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff9aed0>
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411973%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411973/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719379/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VK16KNM/42806425?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=gbGsRFRrPYkRBHjy4WILnmCT%2BWokte65rOPR9q7AhK0%3D)
2026-03-28 11:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822368/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DL64RZO/42808410?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=x%2B4J5SePZ6dSF6MAty56u5l9TVYK0Bw3ql%2BBIDtLE7s%3D)
2026-03-28 11:05:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY64%20VCN-GB>
2026-03-28 11:05:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794241/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BF62JWL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:05:42 [bca.uk] INFO: Found listing with ID: RJ57%20KKY
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ57%2520KKY%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Scrape type for RJ57%20KKY: 0
2026-03-28 11:05:42 [bca.uk] INFO: Found listing with ID: SP08%20HWJ
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP08%2520HWJ%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Scrape type for SP08%20HWJ: 0
2026-03-28 11:05:42 [bca.uk] INFO: Found listing with ID: FR62%20KCZ
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR62%2520KCZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Scrape type for FR62%20KCZ: 1
2026-03-28 11:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 060f8cd0-4649-57d3-b26d-21ea2185aa7d with identifier: FR62%20KCZ
2026-03-28 11:05:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb with identifier: YK69%20PZB
2026-03-28 11:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb with identifier: YK69%20PZB
2026-03-28 11:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46d911f3-ff5a-539c-ad76-9a1e9263ebbb with identifier: YK69%20PZB to the API
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661992/600>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_expert_report_file_da735c91-db87-407e-aacd-166971375dd5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK69%20PZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46d911f3-ff5a-539c-ad76-9a1e9263ebbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK69 PZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK69%20PZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 41625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46743,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661992/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45988,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661996/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43934,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696661997/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44198,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662001/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42163,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662003/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41194,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662006/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85011,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662010/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66151,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662016/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86632,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662019/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d911f3-ff5a-539c-ad76-9a1e9263ebbb/46d911f3-ff5a-539c-ad76-9a1e9263ebbb_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89952,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YK69PZB/696662022/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AN0L1Z80460',
 'year': 2019}
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520PZB%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Saving data for YK69%20PZB: {'created_time': 1774695942.84862, 'last_price_update_time': 1774695942.848633, 'auction_closing_time': 1774864800.0}
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK69%2520PZB') HTTP/1.1" 204 0
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24e890>
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907409%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907409/600 saved to cache
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906835/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907453/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:05:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731357/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698731357>
2026-03-28 11:05:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG10%20VAH-GB>
2026-03-28 11:05:42 [bca.uk] INFO: Found listing with ID: KM66%20FHL
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520FHL%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Scrape type for KM66%20FHL: 1
2026-03-28 11:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1dbde14-933f-5ed8-827d-25216bd45d38 with identifier: KM66%20FHL
2026-03-28 11:05:42 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:05:42 [bca.uk] INFO: Found listing with ID: KY06%20TYK
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY06%2520TYK%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Scrape type for KY06%20TYK: 0
2026-03-28 11:05:42 [bca.uk] INFO: Found listing with ID: M500%20MGW
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M500%2520MGW%27 HTTP/1.1" 200 None
2026-03-28 11:05:42 [bca.uk] INFO: Scrape type for M500%20MGW: 2
2026-03-28 11:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 848bfd1f-ac4c-5325-bb26-788b7cc60c8c with identifier: M500%20MGW
2026-03-28 11:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 848bfd1f-ac4c-5325-bb26-788b7cc60c8c with scrape type 2
2026-03-28 11:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 848bfd1f-ac4c-5325-bb26-788b7cc60c8c with scrape type 2
2026-03-28 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 848bfd1f-ac4c-5325-bb26-788b7cc60c8c, identifier: M500%20MGW
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe29cd0>
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905782%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905782/600 saved to cache
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feab8d0>
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVK16KNM%252F698719379%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719379/600 saved to cache
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659
2026-03-28 11:05:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659, skipping ID generation
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3da3388f-4da2-53d6-ab6a-d59b5b7c9659 sending to next pipeline
2026-03-28 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659, identifier: VK16%20KNM
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac381910>
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDL64RZO%252F698822368%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822368/600 saved to cache
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 89417644-08ea-5067-8a1b-e8adb9994e95
2026-03-28 11:05:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89417644-08ea-5067-8a1b-e8adb9994e95, skipping ID generation
2026-03-28 11:05:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89417644-08ea-5067-8a1b-e8adb9994e95 sending to next pipeline
2026-03-28 11:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89417644-08ea-5067-8a1b-e8adb9994e95, identifier: DL64%20RZO
2026-03-28 11:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 848bfd1f-ac4c-5325-bb26-788b7cc60c8c with identifier: M500%20MGW
2026-03-28 11:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 848bfd1f-ac4c-5325-bb26-788b7cc60c8c with identifier: M500%20MGW
2026-03-28 11:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 848bfd1f-ac4c-5325-bb26-788b7cc60c8c with identifier: M500%20MGW to the API
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M500%20MGW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '848bfd1f-ac4c-5325-bb26-788b7cc60c8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M500 MGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M500%20MGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 320',
 'odometer': 75925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 320 3.2 TIP Roadster',
 'transmission': 'manual',
 'trim': 'TIP',
 'vin': 'WDB1704652F261432',
 'year': 2002}
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M500%2520MGW%27 HTTP/1.1" 200 None
2026-03-28 11:05:43 [bca.uk] INFO: Saving data for M500%20MGW: {'auction_closing_time': 1774778400.0, 'created_time': 1774564104.485786, 'last_price_update_time': 1774695943.769178}
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M500%2520MGW') HTTP/1.1" 204 0
2026-03-28 11:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659 with identifier: VK16%20KNM
2026-03-28 11:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659 with identifier: VK16%20KNM
2026-03-28 11:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3da3388f-4da2-53d6-ab6a-d59b5b7c9659 with identifier: VK16%20KNM to the API
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719379/600>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_expert_report_file_77f226bb-9023-46a1-b9e5-ba3ff811866e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK16%20KNM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3da3388f-4da2-53d6-ab6a-d59b5b7c9659',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK16 KNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK16%20KNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 78000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50114,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719379/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49452,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719391/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46875,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47638,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719411/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45022,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719423/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43091,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719432/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83266,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719442/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78890,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719455/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83233,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719470/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3da3388f-4da2-53d6-ab6a-d59b5b7c9659/3da3388f-4da2-53d6-ab6a-d59b5b7c9659_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80197,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VK16KNM/698719483/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI Hatchback',
 'transmission': 'automatic',
 'trim': 'T 16V 150 SRI',
 'vin': 'W0LBF6EC3GG083744',
 'year': 2016}
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520KNM%27 HTTP/1.1" 200 None
2026-03-28 11:05:44 [bca.uk] INFO: Saving data for VK16%20KNM: {'created_time': 1774695944.329374, 'last_price_update_time': 1774695944.329385, 'auction_closing_time': 1774864800.0}
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK16%2520KNM') HTTP/1.1" 204 0
2026-03-28 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89417644-08ea-5067-8a1b-e8adb9994e95 with identifier: DL64%20RZO
2026-03-28 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89417644-08ea-5067-8a1b-e8adb9994e95 with identifier: DL64%20RZO
2026-03-28 11:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89417644-08ea-5067-8a1b-e8adb9994e95 with identifier: DL64%20RZO to the API
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822368/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_expert_report_file_3abb1ae4-038d-4f6a-b91f-14168c273297.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL64%20RZO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '89417644-08ea-5067-8a1b-e8adb9994e95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL64 RZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL64%20RZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 175221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49763,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822368/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47086,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822387/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44150,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45865,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822419/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42859,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822444/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41750,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822466/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822510/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55346,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822534/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95726,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822560/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89417644-08ea-5067-8a1b-e8adb9994e95/89417644-08ea-5067-8a1b-e8adb9994e95_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85946,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DL64RZO/698822578/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V SRI',
 'vin': 'W0L0SDL08E6102104',
 'year': 2014}
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520RZO%27 HTTP/1.1" 200 None
2026-03-28 11:05:44 [bca.uk] INFO: Saving data for DL64%20RZO: {'created_time': 1774695944.744152, 'last_price_update_time': 1774695944.744165, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL64%2520RZO') HTTP/1.1" 204 0
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907399/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907399>
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905780/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905780>
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797512/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797512>
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD62%20NNR-GB>
2026-03-28 11:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794241/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BF62JWL/42807961?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=RJ%2FxEbO5km%2FJwTpWD6CI81iH%2FoBqtHQzZju477Fqjto%3D)
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719399/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719399>
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786321>
2026-03-28 11:05:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411970>
2026-03-28 11:05:44 [bca.uk] INFO: Found listing with ID: MD07%20PTY
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD07%2520PTY%27 HTTP/1.1" 200 None
2026-03-28 11:05:44 [bca.uk] INFO: Scrape type for MD07%20PTY: 0
2026-03-28 11:05:44 [bca.uk] INFO: Found listing with ID: MF10%20UFT
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF10%2520UFT%27 HTTP/1.1" 200 None
2026-03-28 11:05:44 [bca.uk] INFO: Scrape type for MF10%20UFT: 0
2026-03-28 11:05:44 [bca.uk] INFO: Found listing with ID: MF17%20NRO
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520NRO%27 HTTP/1.1" 200 None
2026-03-28 11:05:44 [bca.uk] INFO: Scrape type for MF17%20NRO: 1
2026-03-28 11:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30856a3b-be0e-5168-89b3-4f62e251696e with identifier: MF17%20NRO
2026-03-28 11:05:44 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:05:44 [bca.uk] INFO: Found listing with ID: MK62%20DZU
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520DZU%27 HTTP/1.1" 200 None
2026-03-28 11:05:44 [bca.uk] INFO: Scrape type for MK62%20DZU: 2
2026-03-28 11:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU
2026-03-28 11:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43127bbb-45da-5c80-a0cb-bdc250800a24 with scrape type 2
2026-03-28 11:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43127bbb-45da-5c80-a0cb-bdc250800a24 with scrape type 2
2026-03-28 11:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43127bbb-45da-5c80-a0cb-bdc250800a24, identifier: MK62%20DZU
2026-03-28 11:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU
2026-03-28 11:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU
2026-03-28 11:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43127bbb-45da-5c80-a0cb-bdc250800a24 with identifier: MK62%20DZU to the API
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK62%20DZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43127bbb-45da-5c80-a0cb-bdc250800a24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK62 DZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK62%20DZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 86250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTR Hatchback',
 'transmission': 'manual',
 'trim': 'VTR',
 'vin': 'VF7PMCFB4CR509973',
 'year': 2012}
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520DZU%27 HTTP/1.1" 200 None
2026-03-28 11:05:45 [bca.uk] INFO: Saving data for MK62%20DZU: {'auction_closing_time': 1774778400.0, 'created_time': 1774476402.210784, 'last_price_update_time': 1774695945.384409}
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK62%2520DZU') HTTP/1.1" 204 0
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae8c3750>
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906835%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906835/600 saved to cache
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eab0ad0>
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907453%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907453/600 saved to cache
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:05:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907441/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907441>
2026-03-28 11:05:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907391/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907391>
2026-03-28 11:05:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906833/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906833>
2026-03-28 11:05:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR62%20KCZ-GB>
2026-03-28 11:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411970/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731357/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT16TPO/42806593?sv=2020-08-04&st=2026-03-28T11%3A02%3A24Z&se=2026-03-28T11%3A27%3A24Z&sr=b&sp=r&sig=petUN94wdhLaBOHSBKk3SGWsk%2Fp7dOzf8bLXv2AGq6Q%3D)
2026-03-28 11:05:45 [bca.uk] INFO: Found listing with ID: YH09%20BCO
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH09%2520BCO%27 HTTP/1.1" 200 None
2026-03-28 11:05:45 [bca.uk] INFO: Scrape type for YH09%20BCO: 1
2026-03-28 11:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d1fbca2-7850-5db9-a352-21626963fd57 with identifier: YH09%20BCO
2026-03-28 11:05:45 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad18dcd0>
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBF62JWL%252F698794241%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794241/600 saved to cache
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2
2026-03-28 11:05:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9ee147d-a1ed-542d-93b8-9e136eeb16c2, skipping ID generation
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a9ee147d-a1ed-542d-93b8-9e136eeb16c2 sending to next pipeline
2026-03-28 11:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9ee147d-a1ed-542d-93b8-9e136eeb16c2, identifier: BF62%20JWL
2026-03-28 11:05:45 [bca.uk] INFO: Found listing with ID: BJ10%20UWH
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ10%2520UWH%27 HTTP/1.1" 200 None
2026-03-28 11:05:45 [bca.uk] INFO: Scrape type for BJ10%20UWH: 2
2026-03-28 11:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef with identifier: BJ10%20UWH
2026-03-28 11:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef with scrape type 2
2026-03-28 11:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef with scrape type 2
2026-03-28 11:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef, identifier: BJ10%20UWH
2026-03-28 11:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9ee147d-a1ed-542d-93b8-9e136eeb16c2 with identifier: BF62%20JWL
2026-03-28 11:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9ee147d-a1ed-542d-93b8-9e136eeb16c2 with identifier: BF62%20JWL
2026-03-28 11:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9ee147d-a1ed-542d-93b8-9e136eeb16c2 with identifier: BF62%20JWL to the API
2026-03-28 11:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794241/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_expert_report_file_561704b1-d1d6-4809-8079-72418bb863c5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF62%20JWL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a9ee147d-a1ed-542d-93b8-9e136eeb16c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF62 JWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF62%20JWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 78299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49154,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794241/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48045,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794247/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45521,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794256/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46845,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794266/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44768,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794274/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42583,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794282/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94689,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794294/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74038,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794304/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84045,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794315/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9ee147d-a1ed-542d-93b8-9e136eeb16c2/a9ee147d-a1ed-542d-93b8-9e136eeb16c2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81572,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BF62JWL/698794324/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'MATCH',
 'vin': 'WVWZZZ6RZDU006111',
 'year': 2012}
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520JWL%27 HTTP/1.1" 200 None
2026-03-28 11:05:46 [bca.uk] INFO: Saving data for BF62%20JWL: {'created_time': 1774695946.228848, 'last_price_update_time': 1774695946.228861, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF62%2520JWL') HTTP/1.1" 204 0
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797512/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719399/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef with identifier: BJ10%20UWH
2026-03-28 11:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef with identifier: BJ10%20UWH
2026-03-28 11:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef with identifier: BJ10%20UWH to the API
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ10%20UWH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4e14a0b-5fe4-5927-a9a5-8ae14e88c6ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ10 UWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ10%20UWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 73388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 2.0 CRDI 138 XS 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 138 XS 2WD',
 'vin': 'U6YKH815MAL097622',
 'year': 2010}
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ10%2520UWH%27 HTTP/1.1" 200 None
2026-03-28 11:05:46 [bca.uk] INFO: Saving data for BJ10%20UWH: {'auction_closing_time': 1774778400.0, 'created_time': 1774188706.75009, 'last_price_update_time': 1774695946.642413}
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ10%2520UWH') HTTP/1.1" 204 0
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:46 [bca.uk] INFO: Found listing with ID: MM69%20SVE
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520SVE%27 HTTP/1.1" 200 None
2026-03-28 11:05:46 [bca.uk] INFO: Scrape type for MM69%20SVE: 0
2026-03-28 11:05:46 [bca.uk] INFO: Found listing with ID: KW19%20WVM
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520WVM%27 HTTP/1.1" 200 None
2026-03-28 11:05:46 [bca.uk] INFO: Scrape type for KW19%20WVM: 0
2026-03-28 11:05:46 [bca.uk] INFO: Found listing with ID: NY19%20XSW
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY19%2520XSW%27 HTTP/1.1" 200 None
2026-03-28 11:05:46 [bca.uk] INFO: Scrape type for NY19%20XSW: 1
2026-03-28 11:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20371ec6-8910-5760-a0a1-418fe02be3ea with identifier: NY19%20XSW
2026-03-28 11:05:46 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d4350>
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411970%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411970/600 saved to cache
2026-03-28 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3820d0>
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT16TPO%252F698731357%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731357/600 saved to cache
2026-03-28 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 38d36d03-f942-5838-98e9-4f1c879172c5
2026-03-28 11:05:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38d36d03-f942-5838-98e9-4f1c879172c5, skipping ID generation
2026-03-28 11:05:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38d36d03-f942-5838-98e9-4f1c879172c5 sending to next pipeline
2026-03-28 11:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38d36d03-f942-5838-98e9-4f1c879172c5, identifier: BT16%20TPO
2026-03-28 11:05:46 [bca.uk] INFO: Total items found: 100
2026-03-28 11:05:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded
2026-03-28 11:05:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:05:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905780/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907399/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38d36d03-f942-5838-98e9-4f1c879172c5 with identifier: BT16%20TPO
2026-03-28 11:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38d36d03-f942-5838-98e9-4f1c879172c5 with identifier: BT16%20TPO
2026-03-28 11:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38d36d03-f942-5838-98e9-4f1c879172c5 with identifier: BT16%20TPO to the API
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731357/600>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_expert_report_file_9bb25167-d266-4785-b2c0-5cf2b896232f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT16%20TPO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '38d36d03-f942-5838-98e9-4f1c879172c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT16 TPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT16%20TPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 102387,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731338/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48937,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731357/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46724,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731373/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47781,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731388/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43822,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731405/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41872,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731421/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76730,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731446/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69256,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731479/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83863,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731502/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_38d36d03-f942-5838-98e9-4f1c879172c5/38d36d03-f942-5838-98e9-4f1c879172c5_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77719,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT16TPO/698731515/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 2.0 D2 120 MOMENTUM Hatchback',
 'transmission': 'manual',
 'trim': 'D2 120 MOMENTUM',
 'vin': 'YV1MV74L1H2371938',
 'year': 2016}
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520TPO%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Saving data for BT16%20TPO: {'created_time': 1774695947.338412, 'last_price_update_time': 1774695947.338426, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT16%2520TPO') HTTP/1.1" 204 0
2026-03-28 11:05:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: OV20%20OKU
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV20%2520OKU%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for OV20%20OKU: 0
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: FD21%20HBN
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520HBN%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for FD21%20HBN: 0
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: DP21%20OWH
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520OWH%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for DP21%20OWH: 1
2026-03-28 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9193af3e-cf78-59fe-adc3-c5316e575c5a with identifier: DP21%20OWH
2026-03-28 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: KR61%20ECC
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR61%2520ECC%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for KR61%20ECC: 0
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: CY13%20EPU
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY13%2520EPU%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for CY13%20EPU: 0
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: NV21%20YRL
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520YRL%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for NV21%20YRL: 1
2026-03-28 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 315975b4-353c-5208-8d12-be9533c8f6fb with identifier: NV21%20YRL
2026-03-28 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c0710>
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797512%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797512/600 saved to cache
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac103ad0>
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719399%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719399/600 saved to cache
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb9ba10>
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786321%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786321/600 saved to cache
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM66%20FHL-GB>
2026-03-28 11:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: WO18%20YOD
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520YOD%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for WO18%20YOD: 1
2026-03-28 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87e614a2-94ae-5d47-88c5-1096d8457081 with identifier: WO18%20YOD
2026-03-28 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:05:47 [bca.uk] INFO: Found listing with ID: EN68%20PKU
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520PKU%27 HTTP/1.1" 200 None
2026-03-28 11:05:47 [bca.uk] INFO: Scrape type for EN68%20PKU: 2
2026-03-28 11:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU
2026-03-28 11:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ccd6f4-5821-546e-a101-3174269baae6 with scrape type 2
2026-03-28 11:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ccd6f4-5821-546e-a101-3174269baae6 with scrape type 2
2026-03-28 11:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ccd6f4-5821-546e-a101-3174269baae6, identifier: EN68%20PKU
2026-03-28 11:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907391/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EA08SVO/42809434?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=l5UI9J7yUF5jCJ5dp669a8SCXsYiDkYPMpbluPbjIJ0%3D)
2026-03-28 11:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906833/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907441/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU
2026-03-28 11:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU
2026-03-28 11:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ccd6f4-5821-546e-a101-3174269baae6 with identifier: EN68%20PKU to the API
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN68%20PKU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5ccd6f4-5821-546e-a101-3174269baae6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN68 PKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN68%20PKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 51146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.0 EBL 150 ST-LINE X Estate',
 'transmission': 'manual',
 'trim': 'EBL 150 ST-LINE X',
 'vin': 'WF0PXXGCHPJB58481',
 'year': 2018}
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520PKU%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [bca.uk] INFO: Saving data for EN68%20PKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774391581.496149, 'last_price_update_time': 1774695948.084421}
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN68%2520PKU') HTTP/1.1" 204 0
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e6218d0>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_expert_report_file_fdeda8f1-38b5-44c4-ad09-60048656dd4a.pdf HTTP/1.1" 201 0
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a810a8a8-d5e9-52db-8f4f-157b36d1163d, skipping ID generation
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGY64VCN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY64VCN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95f7d0>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_expert_report_file_5c4c7940-b947-49f6-8fc3-d9e2bd4f2971.pdf HTTP/1.1" 201 0
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8045aeca-0321-548f-849f-0212d3ae522c, skipping ID generation
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYG10VAH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG10VAH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff75410>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905780%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905780/600 saved to cache
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95cdd0>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907399%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907399/600 saved to cache
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF17%20NRO-GB>
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797507/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797507>
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH09%20BCO-GB>
2026-03-28 11:05:48 [bca.uk] INFO: Found listing with ID: MA17%20CVN
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520CVN%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [bca.uk] INFO: Scrape type for MA17%20CVN: 1
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc26d888-e1c0-5316-bed2-e9f8b9e59c12 with identifier: MA17%20CVN
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:05:48 [bca.uk] INFO: Found listing with ID: YF18%20DCZ
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520DCZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [bca.uk] INFO: Scrape type for YF18%20DCZ: 1
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67600ccf-1252-5a76-8f87-7b1e24436699 with identifier: YF18%20DCZ
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796739%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796739 not downloaded yet
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817942%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817942 not downloaded yet
2026-03-28 11:05:48 [bca.uk] INFO: Found listing with ID: MJ15%20AVR
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520AVR%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [bca.uk] INFO: Scrape type for MJ15%20AVR: 2
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f362ec0a-158d-564f-ba25-56a3f050a098 with scrape type 2
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f362ec0a-158d-564f-ba25-56a3f050a098 with scrape type 2
2026-03-28 11:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f362ec0a-158d-564f-ba25-56a3f050a098, identifier: MJ15%20AVR
2026-03-28 11:05:48 [bca.uk] INFO: Found listing with ID: NS16%20AHS
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NS16%2520AHS%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [bca.uk] INFO: Scrape type for NS16%20AHS: 1
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9295467-dc05-5a7c-8170-d45a3e57c067 with identifier: NS16%20AHS
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2e8d0>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_expert_report_file_b494ec4b-7f58-4282-8a68-88e6d8680ca8.pdf HTTP/1.1" 201 0
2026-03-28 11:05:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac, skipping ID generation
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD62NNR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD62NNR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e89fcd0>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEA08SVO%252F698907391%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907391/600 saved to cache
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 635e2677-2002-50d0-a57a-a285b9386cd8
2026-03-28 11:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 635e2677-2002-50d0-a57a-a285b9386cd8, skipping ID generation
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 635e2677-2002-50d0-a57a-a285b9386cd8 sending to next pipeline
2026-03-28 11:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 635e2677-2002-50d0-a57a-a285b9386cd8, identifier: EA08%20SVO
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae782090>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906833%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906833/600 saved to cache
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb710d0>
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907441%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907441/600 saved to cache
2026-03-28 11:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719380/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719380>
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411965/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411965>
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786299>
2026-03-28 11:05:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905779/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698905779>
2026-03-28 11:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR
2026-03-28 11:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR
2026-03-28 11:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f362ec0a-158d-564f-ba25-56a3f050a098 with identifier: MJ15%20AVR to the API
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ15%20AVR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f362ec0a-158d-564f-ba25-56a3f050a098',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ15 AVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ15%20AVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 40062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.6 TDI 116 SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 116 SPORT S-T',
 'vin': 'WAUZZZ8X9FB016582',
 'year': 2015}
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520AVR%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [bca.uk] INFO: Saving data for MJ15%20AVR: {'auction_closing_time': 1774778400.0, 'created_time': 1774592214.489259, 'last_price_update_time': 1774695949.315794}
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ15%2520AVR') HTTP/1.1" 204 0
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796750%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796750 not downloaded yet
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817969%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817969 not downloaded yet
2026-03-28 11:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 635e2677-2002-50d0-a57a-a285b9386cd8 with identifier: EA08%20SVO
2026-03-28 11:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 635e2677-2002-50d0-a57a-a285b9386cd8 with identifier: EA08%20SVO
2026-03-28 11:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 635e2677-2002-50d0-a57a-a285b9386cd8 with identifier: EA08%20SVO to the API
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907391/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_expert_report_file_d3a04810-2fe8-4de2-9952-d3286a585dd5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA08%20SVO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '635e2677-2002-50d0-a57a-a285b9386cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA08 SVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA08%20SVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 118647,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 173732,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907384/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 188994,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907391/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 185307,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907399/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 182204,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907409/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 156825,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907425/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 142398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907436/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 158098,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907449/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157687,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907463/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_635e2677-2002-50d0-a57a-a285b9386cd8/635e2677-2002-50d0-a57a-a285b9386cd8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 160234,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EA08SVO/698907468/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 STYLE CLIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE CLIMATE',
 'vin': 'WF0DXXGAJD8G87459',
 'year': 2008}
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA08%2520SVO%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [bca.uk] INFO: Saving data for EA08%20SVO: {'created_time': 1774695949.818291, 'last_price_update_time': 1774695949.818303, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA08%2520SVO') HTTP/1.1" 204 0
2026-03-28 11:05:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NY19%20XSW-GB>
2026-03-28 11:05:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907426/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907426>
2026-03-28 11:05:49 [bca.uk] INFO: Found listing with ID: SN66%20TXZ
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520TXZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [bca.uk] INFO: Scrape type for SN66%20TXZ: 1
2026-03-28 11:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09e16d97-cf19-589c-9507-63ba990dd971 with identifier: SN66%20TXZ
2026-03-28 11:05:49 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:05:49 [bca.uk] INFO: Found listing with ID: LT13%20WRU
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520WRU%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [bca.uk] INFO: Scrape type for LT13%20WRU: 1
2026-03-28 11:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 560ed465-d714-5f9f-9fcb-eeca023ff2cc with identifier: LT13%20WRU
2026-03-28 11:05:49 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817940%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817940 not downloaded yet
2026-03-28 11:05:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV21%20YRL-GB>
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796759%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796759 not downloaded yet
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818004%27 HTTP/1.1" 200 None
2026-03-28 11:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818004 not downloaded yet
2026-03-28 11:05:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea48250>
2026-03-28 11:05:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_expert_report_file_ebbb64b9-b206-4a12-be61-d70d3d373822.pdf HTTP/1.1" 201 0
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 060f8cd0-4649-57d3-b26d-21ea2185aa7d, skipping ID generation
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFR62KCZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FR62KCZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: BN02%20DLN
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN02%2520DLN%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for BN02%20DLN: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63 with identifier: BN02%20DLN
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: FY65%20BZP
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520BZP%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for FY65%20BZP: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b0df2fc-e1e2-543c-aac0-0c570961652c with identifier: FY65%20BZP
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817962%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817962 not downloaded yet
2026-03-28 11:05:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906830/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906830>
2026-03-28 11:05:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP21%20OWH-GB>
2026-03-28 11:05:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719371/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698719371>
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796769%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796769 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818025%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818025 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814001%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814001 not downloaded yet
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: EF66%20URS
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF66%2520URS%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for EF66%20URS: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55ea19b8-9abe-5537-af8c-51406928956c with identifier: EF66%20URS
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: FX15%20VFY
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520VFY%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for FX15%20VFY: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75bdd3e7-038e-5007-9137-32beb11d671f with identifier: FX15%20VFY
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817988%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817988 not downloaded yet
2026-03-28 11:05:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF18%20DCZ-GB>
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797507/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN14XMR/42807390?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=UOAgPpiEg4FJ8y2o3ZFJFvpsXLHGXEDKm9aouQBkYrY%3D)
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796781%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796781 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818047%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818047 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814015%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814015 not downloaded yet
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: LB17%20HFF
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB17%2520HFF%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for LB17%20HFF: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427eeecf-7f92-56d7-881b-e7294fabcb41 with identifier: LB17%20HFF
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: FM03%20CCZ
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM03%2520CCZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for FM03%20CCZ: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12 with identifier: FM03%20CCZ
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818009%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818009 not downloaded yet
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411965/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796796%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796796 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818072%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818072 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814035%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814035 not downloaded yet
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: PF66%20DZV
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520DZV%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for PF66%20DZV: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea with identifier: PF66%20DZV
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: FA17%20TWN
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520TWN%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for FA17%20TWN: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a800e5a3-78c5-59ad-aee5-5985ded6f596 with identifier: FA17%20TWN
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818036%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818036 not downloaded yet
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905779/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/AE06HAU/42809423?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=ulRufr0kSwsG7yMvG2VrHzvEjN98e2ewQxd0RJQtI9I%3D)
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719380/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796812%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796812 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818100%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818100 not downloaded yet
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814050%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814050 not downloaded yet
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf8950>
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_expert_report_file_9b899e2a-ba34-4a58-bced-2de108a87cd4.pdf HTTP/1.1" 201 0
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1dbde14-933f-5ed8-827d-25216bd45d38, skipping ID generation
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKM66FHL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM66FHL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea2ee10>
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN14XMR%252F698797507%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797507/600 saved to cache
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8add0ce3-3dfb-5144-93ab-96b2c1497c86, skipping ID generation
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8add0ce3-3dfb-5144-93ab-96b2c1497c86 sending to next pipeline
2026-03-28 11:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8add0ce3-3dfb-5144-93ab-96b2c1497c86, identifier: SN14%20XMR
2026-03-28 11:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719371/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PX72KYH/42806400?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=2R8H0lc4KPNFgQKyXibAYOFg%2FbxAGAAagmd6mYnOGzI%3D)
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: EK10%20VKV
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK10%2520VKV%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for EK10%20VKV: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3432e69a-fc31-5aa0-a769-766a4874750d with identifier: EK10%20VKV
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:05:50 [bca.uk] INFO: Found listing with ID: WF66%20WCL
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520WCL%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [bca.uk] INFO: Scrape type for WF66%20WCL: 1
2026-03-28 11:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffab2477-4674-596a-86bc-d7450140eaf9 with identifier: WF66%20WCL
2026-03-28 11:05:50 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818063%27 HTTP/1.1" 200 None
2026-03-28 11:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818063 not downloaded yet
2026-03-28 11:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8add0ce3-3dfb-5144-93ab-96b2c1497c86 with identifier: SN14%20XMR
2026-03-28 11:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8add0ce3-3dfb-5144-93ab-96b2c1497c86 with identifier: SN14%20XMR
2026-03-28 11:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8add0ce3-3dfb-5144-93ab-96b2c1497c86 with identifier: SN14%20XMR to the API
2026-03-28 11:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797507/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_expert_report_file_cf8267ca-5956-4d6a-ba4f-8334143547fc.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN14%20XMR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8add0ce3-3dfb-5144-93ab-96b2c1497c86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN14 XMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN14%20XMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CHEVROLET',
 'model': 'SPARK',
 'odometer': 40443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47047,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797502/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44637,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797507/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43789,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797512/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44896,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797520/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39672,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797525/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38456,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797528/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797535/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81004,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797543/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89954,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797549/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8add0ce3-3dfb-5144-93ab-96b2c1497c86/8add0ce3-3dfb-5144-93ab-96b2c1497c86_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103849,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN14XMR/698797555/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CHEVROLET SPARK 1.0 LS Hatchback',
 'transmission': 'manual',
 'trim': 'LS',
 'vin': 'KL1MF4819EC426657',
 'year': 2014}
2026-03-28 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN14%2520XMR%27 HTTP/1.1" 200 None
2026-03-28 11:05:51 [bca.uk] INFO: Saving data for SN14%20XMR: {'created_time': 1774695951.874337, 'last_price_update_time': 1774695951.874348, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN14%2520XMR') HTTP/1.1" 204 0
2026-03-28 11:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907426/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796842%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796842 not downloaded yet
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818129%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818129 not downloaded yet
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814071%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814071 not downloaded yet
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296332%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296332 not downloaded yet
2026-03-28 11:05:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814001/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814001>
2026-03-28 11:05:52 [bca.uk] INFO: Found listing with ID: GR55%20ULB
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR55%2520ULB%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [bca.uk] INFO: Scrape type for GR55%20ULB: 1
2026-03-28 11:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caf399da-ba62-5f8c-8c9c-a7254fd592b8 with identifier: GR55%20ULB
2026-03-28 11:05:52 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:05:52 [bca.uk] INFO: Found listing with ID: PJ64%20LVP
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520LVP%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [bca.uk] INFO: Scrape type for PJ64%20LVP: 1
2026-03-28 11:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6593b689-aaea-5140-bace-f18f7c63a758 with identifier: PJ64%20LVP
2026-03-28 11:05:52 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818088%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818088 not downloaded yet
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e863bd0>
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786299%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786299/600 saved to cache
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a79d0>
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411965%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411965/600 saved to cache
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2dc6d0>
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_expert_report_file_8f1f44b4-4e25-4ef2-a6d0-d3c7d0c24879.pdf HTTP/1.1" 201 0
2026-03-28 11:05:52 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:05:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d1fbca2-7850-5db9-a352-21626963fd57, skipping ID generation
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYH09BCO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YH09BCO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2deb90>
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_expert_report_file_6c0a7081-a1b2-4262-9e90-11a935ce82c7.pdf HTTP/1.1" 201 0
2026-03-28 11:05:52 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:05:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30856a3b-be0e-5168-89b3-4f62e251696e, skipping ID generation
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMF17NRO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF17NRO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a5310>
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FAE06HAU%252F698905779%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905779/600 saved to cache
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 55f920ab-4050-5691-ad66-7855c10b1d1d
2026-03-28 11:05:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55f920ab-4050-5691-ad66-7855c10b1d1d, skipping ID generation
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55f920ab-4050-5691-ad66-7855c10b1d1d sending to next pipeline
2026-03-28 11:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55f920ab-4050-5691-ad66-7855c10b1d1d, identifier: AE06%20HAU
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e893b50>
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719380%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719380/600 saved to cache
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818025/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818025>
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698796862%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796862 not downloaded yet
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818156%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818156 not downloaded yet
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814108%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814108 not downloaded yet
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296344%27 HTTP/1.1" 200 None
2026-03-28 11:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296344 not downloaded yet
2026-03-28 11:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55f920ab-4050-5691-ad66-7855c10b1d1d with identifier: AE06%20HAU
2026-03-28 11:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55f920ab-4050-5691-ad66-7855c10b1d1d with identifier: AE06%20HAU
2026-03-28 11:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55f920ab-4050-5691-ad66-7855c10b1d1d with identifier: AE06%20HAU to the API
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905779/600>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_expert_report_file_a4478f18-82ae-44d3-88b3-06e530cfd3a7.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE06%20HAU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55f920ab-4050-5691-ad66-7855c10b1d1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE06 HAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE06%20HAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ROVER',
 'model': '45',
 'odometer': 74159,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905777/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 199118,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905779/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 192282,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905780/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 198567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905782/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 198048,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905783/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 165547,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905785/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 173284,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905786/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 141518,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905788/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55f920ab-4050-5691-ad66-7855c10b1d1d/55f920ab-4050-5691-ad66-7855c10b1d1d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 159834,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/AE06HAU/698905789/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'ROVER 45 1.4 GLI Hatchback',
 'transmission': 'manual',
 'trim': 'GLI',
 'vin': 'SARRTPWBB5D656282',
 'year': 2006}
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE06%2520HAU%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [bca.uk] INFO: Saving data for AE06%20HAU: {'created_time': 1774695953.015994, 'last_price_update_time': 1774695953.016008, 'auction_closing_time': 1774778400.0}
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE06%2520HAU') HTTP/1.1" 204 0
2026-03-28 11:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906830/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:05:53 [bca.uk] INFO: Found listing with ID: ML11%20YCS
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520YCS%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [bca.uk] INFO: Scrape type for ML11%20YCS: 1
2026-03-28 11:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b24e560b-d815-5611-8097-f663470ed43b with identifier: ML11%20YCS
2026-03-28 11:05:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:05:53 [bca.uk] INFO: Found listing with ID: KP69%20DTN
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520DTN%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [bca.uk] INFO: Scrape type for KP69%20DTN: 1
2026-03-28 11:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64370ae9-ee70-5b55-bab3-19bba1b36cad with identifier: KP69%20DTN
2026-03-28 11:05:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818112%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818112 not downloaded yet
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302444%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302444 not downloaded yet
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240918%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240918 not downloaded yet
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac368050>
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPX72KYH%252F698719371%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719371/600 saved to cache
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e6385dff-e339-5db1-941b-499da54c4996
2026-03-28 11:05:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6385dff-e339-5db1-941b-499da54c4996, skipping ID generation
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6385dff-e339-5db1-941b-499da54c4996 sending to next pipeline
2026-03-28 11:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6385dff-e339-5db1-941b-499da54c4996, identifier: PX72%20KYH
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818047/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818047>
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814015/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814015>
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814144%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814144 not downloaded yet
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296352%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296352 not downloaded yet
2026-03-28 11:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6385dff-e339-5db1-941b-499da54c4996 with identifier: PX72%20KYH
2026-03-28 11:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6385dff-e339-5db1-941b-499da54c4996 with identifier: PX72%20KYH
2026-03-28 11:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6385dff-e339-5db1-941b-499da54c4996 with identifier: PX72%20KYH to the API
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719371/600>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_expert_report_file_9045c3ce-c58c-44fa-81f6-3c4f57f0d0a3.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX72%20KYH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6385dff-e339-5db1-941b-499da54c4996',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX72 KYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX72%20KYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 38052,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47570,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719351/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46492,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719362/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42941,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719371/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44258,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719380/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40559,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719399/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38528,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719409/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68125,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719427/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67082,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719443/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84277,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719454/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6385dff-e339-5db1-941b-499da54c4996/e6385dff-e339-5db1-941b-499da54c4996_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76963,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PX72KYH/698719468/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC SE',
 'vin': 'SADCA2AN1PA712011',
 'year': 2022}
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KYH%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [bca.uk] INFO: Saving data for PX72%20KYH: {'created_time': 1774695953.778058, 'last_price_update_time': 1774695953.778069, 'auction_closing_time': 1774951200.0}
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX72%2520KYH') HTTP/1.1" 204 0
2026-03-28 11:05:53 [bca.uk] INFO: Found listing with ID: BD66%20EUB
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD66%2520EUB%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [bca.uk] INFO: Scrape type for BD66%20EUB: 1
2026-03-28 11:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79920aac-a0d8-5e9e-8565-6a33b873ebb2 with identifier: BD66%20EUB
2026-03-28 11:05:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:05:53 [bca.uk] INFO: Found listing with ID: KM14%20HWD
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM14%2520HWD%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [bca.uk] INFO: Scrape type for KM14%20HWD: 1
2026-03-28 11:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c61e304-7d9e-5e1f-8212-e5585370b47b with identifier: KM14%20HWD
2026-03-28 11:05:53 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818137%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818137 not downloaded yet
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302450%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302450 not downloaded yet
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240922%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240922 not downloaded yet
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796796/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796796>
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818036/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818036>
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818072/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818072>
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814035/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814035>
2026-03-28 11:05:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818009/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818009>
2026-03-28 11:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814001/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814176%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814176 not downloaded yet
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296357%27 HTTP/1.1" 200 None
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296357 not downloaded yet
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5d4850>
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907426%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907426/600 saved to cache
2026-03-28 11:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd04d10>
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_expert_report_file_2633d90f-2096-4c70-ae7a-cbead1af4fd9.pdf HTTP/1.1" 201 0
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 315975b4-353c-5208-8d12-be9533c8f6fb, skipping ID generation
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNV21YRL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NV21YRL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb9bb90>
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_expert_report_file_7ee76f5d-b762-4636-a222-7897f8e5b690.pdf HTTP/1.1" 201 0
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20371ec6-8910-5760-a0a1-418fe02be3ea, skipping ID generation
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNY19XSW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NY19XSW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95ec50>
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906830%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906830/600 saved to cache
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3c410>
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_expert_report_file_5df941cd-1fd2-4a87-8a7f-8b555dbdcb9a.pdf HTTP/1.1" 201 0
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9193af3e-cf78-59fe-adc3-c5316e575c5a, skipping ID generation
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDP21OWH-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DP21OWH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eac9890>
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_expert_report_file_8587a7f4-6c85-4846-a92b-409e403ed128.pdf HTTP/1.1" 201 0
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67600ccf-1252-5a76-8f87-7b1e24436699, skipping ID generation
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYF18DCZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YF18DCZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:05:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818063/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818063>
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: LD65%20HPZ
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520HPZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for LD65%20HPZ: 1
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6183ae08-4168-54ba-9249-65d4fca6cc28 with identifier: LD65%20HPZ
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: DX65%20UOP
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520UOP%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for DX65%20UOP: 1
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29014a30-aed7-566e-b25c-53a44c08e631 with identifier: DX65%20UOP
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302455%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302455 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240927%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240927 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814208%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814208 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296368%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296368 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147470%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147470 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822426%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822426 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818249%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818249 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794238%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794238 not downloaded yet
2026-03-28 11:05:54 [bca.uk] INFO: Total items found: 100
2026-03-28 11:05:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded
2026-03-28 11:05:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:05:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: NV64%20RDZ
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV64%2520RDZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for NV64%20RDZ: 1
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84d34793-f006-56e8-8992-e370c8ef535e with identifier: NV64%20RDZ
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: BD13%20YCM
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520YCM%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for BD13%20YCM: 1
2026-03-28 11:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a253646d-ff93-5f25-9bed-24b8b03cc5a0 with identifier: BD13%20YCM
2026-03-28 11:05:54 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302459%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302459 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240930%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240930 not downloaded yet
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffad990>
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814001%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814001/600 saved to cache
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:05:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296378%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296378 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147475%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147475 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822443%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822443 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818273%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818273 not downloaded yet
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794244%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794244 not downloaded yet
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: YC10%20PAO
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520PAO%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for YC10%20PAO: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: OV22%20RZK
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520RZK%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for OV22%20RZK: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: WN20%20RBX
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RBX%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for WN20%20RBX: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: OF07%20ELF
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OF07%2520ELF%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for OF07%20ELF: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: EK16%20AKU
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK16%2520AKU%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for EK16%20AKU: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: RA65%20VLP
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520VLP%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for RA65%20VLP: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: ST14%20JVM
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST14%2520JVM%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for ST14%20JVM: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: CT59%20HCD
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT59%2520HCD%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for CT59%20HCD: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: EG11%20AZX
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG11%2520AZX%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for EG11%20AZX: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: OV17%20YPT
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520YPT%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for OV17%20YPT: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: BK07%20WOX
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK07%2520WOX%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for BK07%20WOX: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: SC23%20WCG
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC23%2520WCG%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for SC23%20WCG: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: WA21%20MYD
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520MYD%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for WA21%20MYD: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: WF22%20CPZ
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF22%2520CPZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for WF22%20CPZ: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: CE24%20ONH
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE24%2520ONH%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for CE24%20ONH: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: WA66%20WEK
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520WEK%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for WA66%20WEK: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: WO21%20BSX
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520BSX%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for WO21%20BSX: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: X576%20NUB
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X576%2520NUB%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for X576%20NUB: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: AE02%20ETE
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE02%2520ETE%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for AE02%20ETE: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: KM65%20UHD
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM65%2520UHD%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for KM65%20UHD: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: NY11%20YZP
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY11%2520YZP%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for NY11%20YZP: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: EA11%20ULT
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA11%2520ULT%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for EA11%20ULT: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: OU52%20XKA
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU52%2520XKA%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for OU52%20XKA: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: PJ09%20HHE
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ09%2520HHE%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for PJ09%20HHE: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: YF21%20WVG
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520WVG%27 HTTP/1.1" 200 None
2026-03-28 11:05:54 [bca.uk] INFO: Scrape type for YF21%20WVG: 0
2026-03-28 11:05:54 [bca.uk] INFO: Found listing with ID: HK25%20XAY
2026-03-28 11:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK25%2520XAY%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for HK25%20XAY: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: KK24%20AEF
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK24%2520AEF%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for KK24%20AEF: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: NA70%20XYD
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520XYD%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for NA70%20XYD: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: YN64%20XMG
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520XMG%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for YN64%20XMG: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: HPKD81239
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HPKD81239%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for HPKD81239: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: CV09%20TWA
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TWA%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for CV09%20TWA: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: FY10%20BNJ
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for FY10%20BNJ: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: MF73%20FAO
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF73%2520FAO%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for MF73%20FAO: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: SP22%20OEE
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520OEE%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for SP22%20OEE: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: BW21%20DTN
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520DTN%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for BW21%20DTN: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: MD15%20XGB
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520XGB%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for MD15%20XGB: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: GV70%20RNA
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV70%2520RNA%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for GV70%20RNA: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: YS69%20EYY
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EYY%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for YS69%20EYY: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: DA18%20EDK
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520EDK%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for DA18%20EDK: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: KR17%20WGP
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR17%2520WGP%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for KR17%20WGP: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: L10%20CLU
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L10%2520CLU%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for L10%20CLU: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: ML12%20ODX
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML12%2520ODX%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for ML12%20ODX: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: PN15%20EZH
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN15%2520EZH%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for PN15%20EZH: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: RX03%20AFU
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX03%2520AFU%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for RX03%20AFU: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: X188%20XCL
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X188%2520XCL%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for X188%20XCL: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: YM21%20TYH
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520TYH%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for YM21%20TYH: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: CP15%20POA
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP15%2520POA%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for CP15%20POA: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: YS69%20FCC
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520FCC%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for YS69%20FCC: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: DU22%20SVN
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520SVN%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for DU22%20SVN: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: GF18%20RFX
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520RFX%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for GF18%20RFX: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: LB68%20TVJ
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520TVJ%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for LB68%20TVJ: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: LG21%20HCM
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG21%2520HCM%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for LG21%20HCM: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: VK71%20GFX
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520GFX%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for VK71%20GFX: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: BD69%20XXF
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520XXF%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for BD69%20XXF: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: FG21%20MFN
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520MFN%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for FG21%20MFN: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: YG69%20LWF
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520LWF%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for YG69%20LWF: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: BD21%20GWA
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520GWA%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for BD21%20GWA: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: CP22%20GYW
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP22%2520GYW%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for CP22%20GYW: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: AD18%20GWP
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD18%2520GWP%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for AD18%20GWP: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: EU68%20NEJ
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520NEJ%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for EU68%20NEJ: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: DA72%20RSU
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520RSU%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for DA72%20RSU: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: GD18%20CFO
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520CFO%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for GD18%20CFO: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: MJ69%20AHZ
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520AHZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for MJ69%20AHZ: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: MJ69%20KSF
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520KSF%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for MJ69%20KSF: 0
2026-03-28 11:05:55 [bca.uk] INFO: Found listing with ID: PJ20%20EKU
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520EKU%27 HTTP/1.1" 200 None
2026-03-28 11:05:55 [bca.uk] INFO: Scrape type for PJ20%20EKU: 2
2026-03-28 11:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU
2026-03-28 11:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23bea3aa-167f-56e1-a877-cec2b921be25 with scrape type 2
2026-03-28 11:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23bea3aa-167f-56e1-a877-cec2b921be25 with scrape type 2
2026-03-28 11:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23bea3aa-167f-56e1-a877-cec2b921be25, identifier: PJ20%20EKU
2026-03-28 11:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:05:56 [bca.uk] INFO: Found listing with ID: BF65%20EKA
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520EKA%27 HTTP/1.1" 200 None
2026-03-28 11:05:56 [bca.uk] INFO: Scrape type for BF65%20EKA: 2
2026-03-28 11:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA
2026-03-28 11:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59fdd222-b180-5d68-9c14-144daa326b17 with scrape type 2
2026-03-28 11:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59fdd222-b180-5d68-9c14-144daa326b17 with scrape type 2
2026-03-28 11:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59fdd222-b180-5d68-9c14-144daa326b17, identifier: BF65%20EKA
2026-03-28 11:05:56 [bca.uk] INFO: Found listing with ID: SF69%20ZBX
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF69%2520ZBX%27 HTTP/1.1" 200 None
2026-03-28 11:05:56 [bca.uk] INFO: Scrape type for SF69%20ZBX: 1
2026-03-28 11:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc1c110a-0c19-52b7-9903-ae3b1603e9d0 with identifier: SF69%20ZBX
2026-03-28 11:05:56 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302464%27 HTTP/1.1" 200 None
2026-03-28 11:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302464 not downloaded yet
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240931%27 HTTP/1.1" 200 None
2026-03-28 11:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240931 not downloaded yet
2026-03-28 11:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU
2026-03-28 11:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU
2026-03-28 11:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23bea3aa-167f-56e1-a877-cec2b921be25 with identifier: PJ20%20EKU to the API
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=9&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ20%20EKU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '23bea3aa-167f-56e1-a877-cec2b921be25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ20 EKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ20%20EKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 42227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI AWD GT-LINE ISG DCT',
 'vin': 'U5YPK816WLL899522',
 'year': 2020}
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520EKU%27 HTTP/1.1" 200 None
2026-03-28 11:05:56 [bca.uk] INFO: Saving data for PJ20%20EKU: {'auction_closing_time': 1774864800.0, 'created_time': 1774304472.282177, 'last_price_update_time': 1774695956.597522}
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ20%2520EKU') HTTP/1.1" 204 0
2026-03-28 11:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA
2026-03-28 11:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA
2026-03-28 11:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59fdd222-b180-5d68-9c14-144daa326b17 with identifier: BF65%20EKA to the API
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF65%20EKA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59fdd222-b180-5d68-9c14-144daa326b17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF65 EKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF65%20EKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 81569,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 2.0 COOPER D Estate',
 'transmission': 'automatic',
 'trim': 'COOPER D',
 'vin': 'WMWLR920702C06196',
 'year': 2015}
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520EKA%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Saving data for BF65%20EKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564135.148997, 'last_price_update_time': 1774695957.073418}
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520EKA') HTTP/1.1" 204 0
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296393%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296393 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147482%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147482 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822467%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822467 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818295%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818295 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794251%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794251 not downloaded yet
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: BP68%20KXF
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP68%2520KXF%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for BP68%20KXF: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: CE68%20OKN
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520OKN%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for CE68%20OKN: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: DA72%20OGE
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520OGE%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for DA72%20OGE: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: DU19%20VFP
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VFP%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for DU19%20VFP: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: FX20%20RVN
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520RVN%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for FX20%20RVN: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: SW69%20HAX
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HAX%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for SW69%20HAX: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: EK72%20OTR
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520OTR%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for EK72%20OTR: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: LB24%20EUL
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520EUL%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for LB24%20EUL: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: NV21%20KXR
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520KXR%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for NV21%20KXR: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: Y27%20JJL
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y27%2520JJL%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for Y27%20JJL: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: AU19%20UPB
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU19%2520UPB%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for AU19%20UPB: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: KW70%20FUH
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520FUH%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for KW70%20FUH: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: SX19%20UXH
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX19%2520UXH%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for SX19%20UXH: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: YS22%20UBT
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520UBT%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for YS22%20UBT: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: KJ19%20WBM
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520WBM%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for KJ19%20WBM: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: KV71%20AEO
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520AEO%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for KV71%20AEO: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: NV19%20UBR
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520UBR%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for NV19%20UBR: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: RV68%20LBX
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV68%2520LBX%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for RV68%20LBX: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: AO70%20ZYL
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO70%2520ZYL%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for AO70%20ZYL: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: AV72%20FBL
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV72%2520FBL%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for AV72%20FBL: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: AVI%205715
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVI%25205715%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for AVI%205715: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: DS21%20XOB
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520XOB%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for DS21%20XOB: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: GF22%20CZO
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520CZO%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for GF22%20CZO: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: GJ23%20MRO
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520MRO%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for GJ23%20MRO: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: GV69%20PSU
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV69%2520PSU%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for GV69%20PSU: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: GX71%20XBS
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520XBS%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for GX71%20XBS: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: KJ19%20MZZ
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520MZZ%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for KJ19%20MZZ: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: AK69%20OPY
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for AK69%20OPY: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: BD19%20VEB
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520VEB%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for BD19%20VEB: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: CV18%20FNN
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520FNN%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for CV18%20FNN: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: NA69%20ZFR
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520ZFR%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for NA69%20ZFR: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: NM21%20OBX
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NM21%2520OBX%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for NM21%20OBX: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: SK70%20YOM
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520YOM%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for SK70%20YOM: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: BG19%20WNV
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520WNV%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for BG19%20WNV: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: WN19%20VBY
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520VBY%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for WN19%20VBY: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: DE15%20YKD
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520YKD%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for DE15%20YKD: 0
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: KO17%20XBK
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO17%2520XBK%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for KO17%20XBK: 1
2026-03-28 11:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ce90445-cafa-5c75-bbfc-7c7467058c9b with identifier: KO17%20XBK
2026-03-28 11:05:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: SD60%20OBV
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520OBV%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for SD60%20OBV: 1
2026-03-28 11:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fca0f45a-4408-54bd-8e77-e17744d1d730 with identifier: SD60%20OBV
2026-03-28 11:05:57 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302471%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302471 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240940%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240940 not downloaded yet
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814015/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814035/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818009/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818047/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818036/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296408%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296408 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147491%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147491 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822489%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822489 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818321%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818321 not downloaded yet
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794258%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794258 not downloaded yet
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818063/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818072/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796796/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:05:57 [bca.uk] INFO: Found listing with ID: LL14%20KEK
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL14%2520KEK%27 HTTP/1.1" 200 None
2026-03-28 11:05:57 [bca.uk] INFO: Scrape type for LL14%20KEK: 2
2026-03-28 11:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK
2026-03-28 11:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3da35472-1778-50c1-9748-b35cf0f94ddb with scrape type 2
2026-03-28 11:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3da35472-1778-50c1-9748-b35cf0f94ddb with scrape type 2
2026-03-28 11:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3da35472-1778-50c1-9748-b35cf0f94ddb, identifier: LL14%20KEK
2026-03-28 11:05:58 [bca.uk] INFO: Found listing with ID: LR18%20TNX
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520TNX%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [bca.uk] INFO: Scrape type for LR18%20TNX: 1
2026-03-28 11:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e with identifier: LR18%20TNX
2026-03-28 11:05:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302478%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302478 not downloaded yet
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240946%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240946 not downloaded yet
2026-03-28 11:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK
2026-03-28 11:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK
2026-03-28 11:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3da35472-1778-50c1-9748-b35cf0f94ddb with identifier: LL14%20KEK to the API
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL14%20KEK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3da35472-1778-50c1-9748-b35cf0f94ddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL14 KEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL14%20KEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 107891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 2.0 TDCI 140 TITANIUM P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 TITANIUM P/SHIFT',
 'vin': 'WF0HXXWPBHES02956',
 'year': 2014}
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL14%2520KEK%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [bca.uk] INFO: Saving data for LL14%20KEK: {'auction_closing_time': 1774864800.0, 'created_time': 1773929434.224272, 'last_price_update_time': 1774695958.428555}
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL14%2520KEK') HTTP/1.1" 204 0
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296423%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296423 not downloaded yet
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147516%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147516 not downloaded yet
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822505%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822505 not downloaded yet
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818343%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818343 not downloaded yet
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794267%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794267 not downloaded yet
2026-03-28 11:05:58 [bca.uk] INFO: Found listing with ID: MD16%20BFY
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD16%2520BFY%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [bca.uk] INFO: Scrape type for MD16%20BFY: 2
2026-03-28 11:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e5a312e-fa7b-5267-aa0f-037a5c97e933 with identifier: MD16%20BFY
2026-03-28 11:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e5a312e-fa7b-5267-aa0f-037a5c97e933 with scrape type 2
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e5a312e-fa7b-5267-aa0f-037a5c97e933 with scrape type 2
2026-03-28 11:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e5a312e-fa7b-5267-aa0f-037a5c97e933, identifier: MD16%20BFY
2026-03-28 11:05:58 [bca.uk] INFO: Found listing with ID: GY69%20LZL
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY69%2520LZL%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [bca.uk] INFO: Scrape type for GY69%20LZL: 1
2026-03-28 11:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e6d52b-e0f5-58e1-add5-dd491e4ef466 with identifier: GY69%20LZL
2026-03-28 11:05:58 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302485%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302485 not downloaded yet
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240949%27 HTTP/1.1" 200 None
2026-03-28 11:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240949 not downloaded yet
2026-03-28 11:05:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147470>
2026-03-28 11:05:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794238/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794238>
2026-03-28 11:05:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818249/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818249>
2026-03-28 11:05:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814208/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814208>
2026-03-28 11:05:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296368/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296368>
2026-03-28 11:05:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822426/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822426>
2026-03-28 11:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818025/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e5a312e-fa7b-5267-aa0f-037a5c97e933 with identifier: MD16%20BFY
2026-03-28 11:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e5a312e-fa7b-5267-aa0f-037a5c97e933 with identifier: MD16%20BFY
2026-03-28 11:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e5a312e-fa7b-5267-aa0f-037a5c97e933 with identifier: MD16%20BFY to the API
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD16%20BFY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6e5a312e-fa7b-5267-aa0f-037a5c97e933',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD16 BFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD16%20BFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 87998,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.4 M/AIR 140 LIMITED DDCT Hatchback',
 'transmission': 'automatic',
 'trim': 'M/AIR 140 LIMITED DDCT',
 'vin': '1C4BU0000GPD76754',
 'year': 2016}
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD16%2520BFY%27 HTTP/1.1" 200 None
2026-03-28 11:05:59 [bca.uk] INFO: Saving data for MD16%20BFY: {'auction_closing_time': 1774864800.0, 'created_time': 1773929441.735786, 'last_price_update_time': 1774695959.749164}
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD16%2520BFY') HTTP/1.1" 204 0
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147533%27 HTTP/1.1" 200 None
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147533 not downloaded yet
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822526%27 HTTP/1.1" 200 None
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822526 not downloaded yet
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818377%27 HTTP/1.1" 200 None
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818377 not downloaded yet
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794280%27 HTTP/1.1" 200 None
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794280 not downloaded yet
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa7450>
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814015%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814015/600 saved to cache
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e284b90>
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814035%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814035/600 saved to cache
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e275050>
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698818009%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818009/600 saved to cache
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2dac50>
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818047%252F600') HTTP/1.1" 204 0
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818047/600 saved to cache
2026-03-28 11:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2405d0>
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:05:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698818036%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818036/600 saved to cache
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e27dc90>
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698818063%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818063/600 saved to cache
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a6890>
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818072%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818072/600 saved to cache
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:00 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2d93d0>
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796796%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796796/600 saved to cache
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:06:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240940/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240940>
2026-03-28 11:06:00 [bca.uk] INFO: Found listing with ID: VHZ%203476
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VHZ%25203476%27 HTTP/1.1" 200 None
2026-03-28 11:06:00 [bca.uk] INFO: Scrape type for VHZ%203476: 2
2026-03-28 11:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d317b4f9-66e8-54ad-81b8-adb7dc905d8d with identifier: VHZ%203476
2026-03-28 11:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d317b4f9-66e8-54ad-81b8-adb7dc905d8d with scrape type 2
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d317b4f9-66e8-54ad-81b8-adb7dc905d8d with scrape type 2
2026-03-28 11:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d317b4f9-66e8-54ad-81b8-adb7dc905d8d, identifier: VHZ%203476
2026-03-28 11:06:00 [bca.uk] INFO: Found listing with ID: EY68%20NKD
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:06:00 [bca.uk] INFO: Scrape type for EY68%20NKD: 1
2026-03-28 11:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed0d6e28-3650-545d-831e-d2a8e2e62449 with identifier: EY68%20NKD
2026-03-28 11:06:00 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302489%27 HTTP/1.1" 200 None
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302489 not downloaded yet
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D696240951%27 HTTP/1.1" 200 None
2026-03-28 11:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240951 not downloaded yet
2026-03-28 11:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d317b4f9-66e8-54ad-81b8-adb7dc905d8d with identifier: VHZ%203476
2026-03-28 11:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d317b4f9-66e8-54ad-81b8-adb7dc905d8d with identifier: VHZ%203476
2026-03-28 11:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d317b4f9-66e8-54ad-81b8-adb7dc905d8d with identifier: VHZ%203476 to the API
2026-03-28 11:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VHZ%203476-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd317b4f9-66e8-54ad-81b8-adb7dc905d8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VHZ 3476',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VHZ%203476&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 62791,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN3HH698688',
 'year': 2017}
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VHZ%25203476%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [bca.uk] INFO: Saving data for VHZ%203476: {'auction_closing_time': 1774864800.0, 'created_time': 1774564112.360999, 'last_price_update_time': 1774695961.374947}
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VHZ%25203476') HTTP/1.1" 204 0
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147549%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147549 not downloaded yet
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822546%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822546 not downloaded yet
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818401%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818401 not downloaded yet
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794290%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794290 not downloaded yet
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822467/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822467>
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794251>
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302471/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302471>
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818295/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818295>
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD60%20OBV-GB>
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO17%20XBK-GB>
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147482/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147482>
2026-03-28 11:06:01 [bca.uk] INFO: Found listing with ID: YL67%20NGU
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520NGU%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [bca.uk] INFO: Scrape type for YL67%20NGU: 1
2026-03-28 11:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1 with identifier: YL67%20NGU
2026-03-28 11:06:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:01 [bca.uk] INFO: Found listing with ID: VA19%20XRY
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [bca.uk] INFO: Scrape type for VA19%20XRY: 1
2026-03-28 11:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15 with identifier: VA19%20XRY
2026-03-28 11:06:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e30c350>
2026-03-28 11:06:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818025%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818025/600 saved to cache
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822426/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147559%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147559 not downloaded yet
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822571%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822571 not downloaded yet
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818428%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818428 not downloaded yet
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794300%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794300 not downloaded yet
2026-03-28 11:06:01 [bca.uk] INFO: Found listing with ID: SV21%20ZGG
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520ZGG%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [bca.uk] INFO: Scrape type for SV21%20ZGG: 0
2026-03-28 11:06:01 [bca.uk] INFO: Found listing with ID: KE18%20FBA
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE18%2520FBA%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [bca.uk] INFO: Scrape type for KE18%20FBA: 2
2026-03-28 11:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f988b089-a63b-5e33-b069-f3d4d7bd887a with identifier: KE18%20FBA
2026-03-28 11:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f988b089-a63b-5e33-b069-f3d4d7bd887a with scrape type 2
2026-03-28 11:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f988b089-a63b-5e33-b069-f3d4d7bd887a with scrape type 2
2026-03-28 11:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f988b089-a63b-5e33-b069-f3d4d7bd887a, identifier: KE18%20FBA
2026-03-28 11:06:01 [bca.uk] INFO: Found listing with ID: SD14%20UCC
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520UCC%27 HTTP/1.1" 200 None
2026-03-28 11:06:01 [bca.uk] INFO: Scrape type for SD14%20UCC: 1
2026-03-28 11:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2 with identifier: SD14%20UCC
2026-03-28 11:06:01 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296368/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:06:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794267/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794267>
2026-03-28 11:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f988b089-a63b-5e33-b069-f3d4d7bd887a with identifier: KE18%20FBA
2026-03-28 11:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f988b089-a63b-5e33-b069-f3d4d7bd887a with identifier: KE18%20FBA
2026-03-28 11:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f988b089-a63b-5e33-b069-f3d4d7bd887a with identifier: KE18%20FBA to the API
2026-03-28 11:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE18%20FBA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f988b089-a63b-5e33-b069-f3d4d7bd887a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE18 FBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE18%20FBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 48120,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X2 2.0 XDRIVE 20D M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAYL12020EJ88775',
 'year': 2018}
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE18%2520FBA%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Saving data for KE18%20FBA: {'auction_closing_time': 1774778400.0, 'created_time': 1774592218.297219, 'last_price_update_time': 1774695962.124075}
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE18%2520FBA') HTTP/1.1" 204 0
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698147572%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147572 not downloaded yet
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822593%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822593 not downloaded yet
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818458%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818458 not downloaded yet
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794307%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794307 not downloaded yet
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818249/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794238/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147470/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147482/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814208/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: YP18%20HSO
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520HSO%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for YP18%20HSO: 1
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5f11c4c-dabf-588c-a1de-3167e7ec7290 with identifier: YP18%20HSO
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: PL68%20ZCX
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL68%2520ZCX%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for PL68%20ZCX: 1
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c5f13b8-4d4a-53db-9b96-4c70590a110e with identifier: PL68%20ZCX
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240940/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: FH18%20LKJ
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520LKJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for FH18%20LKJ: 1
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01d1abad-b65f-5ff3-9afb-406711acef32 with identifier: FH18%20LKJ
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: PK14%20VAX
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK14%2520VAX%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for PK14%20VAX: 1
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb25d155-3621-58d2-8d7a-91adc9b51d32 with identifier: PK14%20VAX
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac316750>
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822426%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822426/600 saved to cache
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe46950>
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296368%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296368/600 saved to cache
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818295/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822467/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794290/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794290>
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: HV54%20YKM
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV54%2520YKM%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for HV54%20YKM: 2
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f408b47c-d0ef-5c52-8291-68bc34708e07 with identifier: HV54%20YKM
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f408b47c-d0ef-5c52-8291-68bc34708e07 with scrape type 2
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f408b47c-d0ef-5c52-8291-68bc34708e07 with scrape type 2
2026-03-28 11:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f408b47c-d0ef-5c52-8291-68bc34708e07, identifier: HV54%20YKM
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: PF65%20SSV
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520SSV%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for PF65%20SSV: 1
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d734e44-52d9-57e4-8863-dc7d94854907 with identifier: PF65%20SSV
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302471/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f408b47c-d0ef-5c52-8291-68bc34708e07 with identifier: HV54%20YKM
2026-03-28 11:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f408b47c-d0ef-5c52-8291-68bc34708e07 with identifier: HV54%20YKM
2026-03-28 11:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f408b47c-d0ef-5c52-8291-68bc34708e07 with identifier: HV54%20YKM to the API
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV54%20YKM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.7L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f408b47c-d0ef-5c52-8291-68bc34708e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV54 YKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV54%20YKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 47543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 0.7 PURE Convertible',
 'transmission': 'automatic',
 'trim': 'PURE',
 'vin': 'WME4504322J104030',
 'year': 2004}
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV54%2520YKM%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Saving data for HV54%20YKM: {'auction_closing_time': 1774778400.0, 'created_time': 1774592217.91663, 'last_price_update_time': 1774695962.841769}
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV54%2520YKM') HTTP/1.1" 204 0
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794267/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: LF64%20ZKW
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZKW%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for LF64%20ZKW: 0
2026-03-28 11:06:02 [bca.uk] INFO: Found listing with ID: SH16%20FAF
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520FAF%27 HTTP/1.1" 200 None
2026-03-28 11:06:02 [bca.uk] INFO: Scrape type for SH16%20FAF: 2
2026-03-28 11:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95b99faa-298b-5263-826d-f507a6c3ee71 with identifier: SH16%20FAF
2026-03-28 11:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95b99faa-298b-5263-826d-f507a6c3ee71 with scrape type 2
2026-03-28 11:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95b99faa-298b-5263-826d-f507a6c3ee71 with scrape type 2
2026-03-28 11:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95b99faa-298b-5263-826d-f507a6c3ee71, identifier: SH16%20FAF
2026-03-28 11:06:03 [bca.uk] INFO: Found listing with ID: NG13%20GKJ
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520GKJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:03 [bca.uk] INFO: Scrape type for NG13%20GKJ: 1
2026-03-28 11:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3 with identifier: NG13%20GKJ
2026-03-28 11:06:03 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794300>
2026-03-28 11:06:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD14%20UCC-GB>
2026-03-28 11:06:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818428/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818428>
2026-03-28 11:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95b99faa-298b-5263-826d-f507a6c3ee71 with identifier: SH16%20FAF
2026-03-28 11:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95b99faa-298b-5263-826d-f507a6c3ee71 with identifier: SH16%20FAF
2026-03-28 11:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95b99faa-298b-5263-826d-f507a6c3ee71 with identifier: SH16%20FAF to the API
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH16%20FAF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '95b99faa-298b-5263-826d-f507a6c3ee71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH16 FAF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH16%20FAF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 110784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBAKS420400J61018',
 'year': 2016}
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520FAF%27 HTTP/1.1" 200 None
2026-03-28 11:06:03 [bca.uk] INFO: Saving data for SH16%20FAF: {'auction_closing_time': 1774864800.0, 'created_time': 1773929457.418384, 'last_price_update_time': 1774695963.491461}
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH16%2520FAF') HTTP/1.1" 204 0
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac537710>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818249%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818249/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe4490>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794238%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794238/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2d8a90>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147470%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147470/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe4990>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147482%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147482/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a6890>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814208%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814208/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:03 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff965d0>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240940%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240940/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2dbdd0>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818295%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818295/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3745d0>
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822467%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822467/600 saved to cache
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822571/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822571>
2026-03-28 11:06:03 [bca.uk] INFO: Found listing with ID: SP17%20UUO
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520UUO%27 HTTP/1.1" 200 None
2026-03-28 11:06:03 [bca.uk] INFO: Scrape type for SP17%20UUO: 0
2026-03-28 11:06:03 [bca.uk] INFO: Found listing with ID: YC17%20HBJ
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520HBJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:03 [bca.uk] INFO: Scrape type for YC17%20HBJ: 0
2026-03-28 11:06:03 [bca.uk] INFO: Found listing with ID: EY66%20AWF
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY66%2520AWF%27 HTTP/1.1" 200 None
2026-03-28 11:06:03 [bca.uk] INFO: Scrape type for EY66%20AWF: 0
2026-03-28 11:06:03 [bca.uk] INFO: Found listing with ID: AV56%20FEX
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520FEX%27 HTTP/1.1" 200 None
2026-03-28 11:06:03 [bca.uk] INFO: Scrape type for AV56%20FEX: 2
2026-03-28 11:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 640cef89-a124-5065-b499-d8910fb0a63d with identifier: AV56%20FEX
2026-03-28 11:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640cef89-a124-5065-b499-d8910fb0a63d with scrape type 2
2026-03-28 11:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 640cef89-a124-5065-b499-d8910fb0a63d with scrape type 2
2026-03-28 11:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 640cef89-a124-5065-b499-d8910fb0a63d, identifier: AV56%20FEX
2026-03-28 11:06:03 [bca.uk] INFO: Found listing with ID: MF64%20ZPZ
2026-03-28 11:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZPZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:04 [bca.uk] INFO: Scrape type for MF64%20ZPZ: 1
2026-03-28 11:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65008501-d7e3-5111-b4f9-a8e8adb781bc with identifier: MF64%20ZPZ
2026-03-28 11:06:04 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 640cef89-a124-5065-b499-d8910fb0a63d with identifier: AV56%20FEX
2026-03-28 11:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 640cef89-a124-5065-b499-d8910fb0a63d with identifier: AV56%20FEX
2026-03-28 11:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 640cef89-a124-5065-b499-d8910fb0a63d with identifier: AV56%20FEX to the API
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 271,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV56%20FEX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '640cef89-a124-5065-b499-d8910fb0a63d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV56 FEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV56%20FEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 92528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.7 TDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 HSE',
 'vin': 'SALLSAA136A970472',
 'year': 2006}
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV56%2520FEX%27 HTTP/1.1" 200 None
2026-03-28 11:06:04 [bca.uk] INFO: Saving data for AV56%20FEX: {'auction_closing_time': 1774864800.0, 'created_time': 1774048159.684442, 'last_price_update_time': 1774695964.780877}
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV56%2520FEX') HTTP/1.1" 204 0
2026-03-28 11:06:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad318290>
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302471%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302471/600 saved to cache
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feff6d0>
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794251%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794251/600 saved to cache
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff95a90>
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794267%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794267/600 saved to cache
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20XRY-GB>
2026-03-28 11:06:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL68%20ZCX-GB>
2026-03-28 11:06:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK14%20VAX-GB>
2026-03-28 11:06:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147559/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147559>
2026-03-28 11:06:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH18%20LKJ-GB>
2026-03-28 11:06:04 [bca.uk] INFO: Found listing with ID: EK63%20ZDN
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520ZDN%27 HTTP/1.1" 200 None
2026-03-28 11:06:04 [bca.uk] INFO: Scrape type for EK63%20ZDN: 2
2026-03-28 11:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0850c36-b8be-56f6-9fc7-bd707dcfb4b4 with identifier: EK63%20ZDN
2026-03-28 11:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0850c36-b8be-56f6-9fc7-bd707dcfb4b4 with scrape type 2
2026-03-28 11:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0850c36-b8be-56f6-9fc7-bd707dcfb4b4 with scrape type 2
2026-03-28 11:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0850c36-b8be-56f6-9fc7-bd707dcfb4b4, identifier: EK63%20ZDN
2026-03-28 11:06:05 [bca.uk] INFO: Found listing with ID: HW69%20EOS
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW69%2520EOS%27 HTTP/1.1" 200 None
2026-03-28 11:06:05 [bca.uk] INFO: Scrape type for HW69%20EOS: 2
2026-03-28 11:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31c4cf7a-4b9a-51c2-8fec-e570752325ef with identifier: HW69%20EOS
2026-03-28 11:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c4cf7a-4b9a-51c2-8fec-e570752325ef with scrape type 2
2026-03-28 11:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31c4cf7a-4b9a-51c2-8fec-e570752325ef with scrape type 2
2026-03-28 11:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31c4cf7a-4b9a-51c2-8fec-e570752325ef, identifier: HW69%20EOS
2026-03-28 11:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794290/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0850c36-b8be-56f6-9fc7-bd707dcfb4b4 with identifier: EK63%20ZDN
2026-03-28 11:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0850c36-b8be-56f6-9fc7-bd707dcfb4b4 with identifier: EK63%20ZDN
2026-03-28 11:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0850c36-b8be-56f6-9fc7-bd707dcfb4b4 with identifier: EK63%20ZDN to the API
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK63%20ZDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0850c36-b8be-56f6-9fc7-bd707dcfb4b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK63 ZDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK63%20ZDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 90808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 1.0 MHD PASSION S/TOUCH Coupe',
 'transmission': 'automatic',
 'trim': 'MHD PASSION S/TOUCH',
 'vin': 'WME4513802K742213',
 'year': 2013}
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK63%2520ZDN%27 HTTP/1.1" 200 None
2026-03-28 11:06:05 [bca.uk] INFO: Saving data for EK63%20ZDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564120.580905, 'last_price_update_time': 1774695965.573352}
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK63%2520ZDN') HTTP/1.1" 204 0
2026-03-28 11:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31c4cf7a-4b9a-51c2-8fec-e570752325ef with identifier: HW69%20EOS
2026-03-28 11:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31c4cf7a-4b9a-51c2-8fec-e570752325ef with identifier: HW69%20EOS
2026-03-28 11:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31c4cf7a-4b9a-51c2-8fec-e570752325ef with identifier: HW69%20EOS to the API
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW69%20EOS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '31c4cf7a-4b9a-51c2-8fec-e570752325ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW69 EOS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW69%20EOS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 43323,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'WDD1770032J129716',
 'year': 2019}
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW69%2520EOS%27 HTTP/1.1" 200 None
2026-03-28 11:06:05 [bca.uk] INFO: Saving data for HW69%20EOS: {'auction_closing_time': 1774951200.0, 'created_time': 1774437522.567848, 'last_price_update_time': 1774695965.976557}
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW69%2520EOS') HTTP/1.1" 204 0
2026-03-28 11:06:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP18%20HSO-GB>
2026-03-28 11:06:06 [bca.uk] INFO: Found listing with ID: GY61%20XPC
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520XPC%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [bca.uk] INFO: Scrape type for GY61%20XPC: 2
2026-03-28 11:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c1b047-c8a3-520a-8290-8a514d31de91 with identifier: GY61%20XPC
2026-03-28 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c1b047-c8a3-520a-8290-8a514d31de91 with scrape type 2
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0c1b047-c8a3-520a-8290-8a514d31de91 with scrape type 2
2026-03-28 11:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0c1b047-c8a3-520a-8290-8a514d31de91, identifier: GY61%20XPC
2026-03-28 11:06:06 [bca.uk] INFO: Found listing with ID: FP70%20XEN
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP70%2520XEN%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [bca.uk] INFO: Scrape type for FP70%20XEN: 1
2026-03-28 11:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09367c6e-3396-5657-95ea-a9c92174c186 with identifier: FP70%20XEN
2026-03-28 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec1090>
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_expert_report_file_eb0674a4-af22-4e00-b9cf-86c1822c2e2a.pdf HTTP/1.1" 201 0
2026-03-28 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ce90445-cafa-5c75-bbfc-7c7467058c9b, skipping ID generation
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKO17XBK-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KO17XBK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea67610>
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_expert_report_file_bcb297de-f80e-4ca6-b455-18838a675dd1.pdf HTTP/1.1" 201 0
2026-03-28 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fca0f45a-4408-54bd-8e77-e17744d1d730, skipping ID generation
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSD60OBV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD60OBV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818458/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818458>
2026-03-28 11:06:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794307/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794307>
2026-03-28 11:06:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF65%20SSV-GB>
2026-03-28 11:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818428/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0c1b047-c8a3-520a-8290-8a514d31de91 with identifier: GY61%20XPC
2026-03-28 11:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0c1b047-c8a3-520a-8290-8a514d31de91 with identifier: GY61%20XPC
2026-03-28 11:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0c1b047-c8a3-520a-8290-8a514d31de91 with identifier: GY61%20XPC to the API
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY61%20XPC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0c1b047-c8a3-520a-8290-8a514d31de91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY61 XPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY61%20XPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '320D',
 'odometer': 108059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EXCLUSIVE EDITION STEP Saloon',
 'transmission': 'manual',
 'trim': 'EXCLUSIVE EDITION STEP',
 'vin': 'WBAPP12090F029956',
 'year': 2011}
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520XPC%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [bca.uk] INFO: Saving data for GY61%20XPC: {'auction_closing_time': 1774864800.0, 'created_time': 1774015395.602828, 'last_price_update_time': 1774695966.674963}
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY61%2520XPC') HTTP/1.1" 204 0
2026-03-28 11:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:06 [bca.uk] INFO: Found listing with ID: LC16%20BCV
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520BCV%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [bca.uk] INFO: Scrape type for LC16%20BCV: 2
2026-03-28 11:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 587ed70c-235c-5f06-b284-969b01a1cbb2 with identifier: LC16%20BCV
2026-03-28 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 587ed70c-235c-5f06-b284-969b01a1cbb2 with scrape type 2
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 587ed70c-235c-5f06-b284-969b01a1cbb2 with scrape type 2
2026-03-28 11:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 587ed70c-235c-5f06-b284-969b01a1cbb2, identifier: LC16%20BCV
2026-03-28 11:06:06 [bca.uk] INFO: Found listing with ID: FJ16%20YOR
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ16%2520YOR%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [bca.uk] INFO: Scrape type for FJ16%20YOR: 1
2026-03-28 11:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f0a65b2-f444-59d5-a5b9-263002d87b3b with identifier: FJ16%20YOR
2026-03-28 11:06:06 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088388%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088388 not downloaded yet
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813390%27 HTTP/1.1" 200 None
2026-03-28 11:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813390 not downloaded yet
2026-03-28 11:06:06 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG13%20GKJ-GB>
2026-03-28 11:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 587ed70c-235c-5f06-b284-969b01a1cbb2 with identifier: LC16%20BCV
2026-03-28 11:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 587ed70c-235c-5f06-b284-969b01a1cbb2 with identifier: LC16%20BCV
2026-03-28 11:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 587ed70c-235c-5f06-b284-969b01a1cbb2 with identifier: LC16%20BCV to the API
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC16%20BCV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '587ed70c-235c-5f06-b284-969b01a1cbb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC16 BCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC16%20BCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SOUL',
 'odometer': 64222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SOUL EV Hatchback',
 'transmission': 'automatic',
 'trim': 'EV',
 'vin': 'KNAJX81EUG7014973',
 'year': 2016}
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520BCV%27 HTTP/1.1" 200 None
2026-03-28 11:06:07 [bca.uk] INFO: Saving data for LC16%20BCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564096.795153, 'last_price_update_time': 1774695967.358878}
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC16%2520BCV') HTTP/1.1" 204 0
2026-03-28 11:06:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:07 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:07 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:07 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:07 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac158190>
2026-03-28 11:06:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794290%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794290/600 saved to cache
2026-03-28 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822571/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:07 [bca.uk] INFO: Found listing with ID: LO13%20NYW
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520NYW%27 HTTP/1.1" 200 None
2026-03-28 11:06:07 [bca.uk] INFO: Scrape type for LO13%20NYW: 2
2026-03-28 11:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a1a26e5-34c8-56da-a185-571e5533f217 with identifier: LO13%20NYW
2026-03-28 11:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a1a26e5-34c8-56da-a185-571e5533f217 with scrape type 2
2026-03-28 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a1a26e5-34c8-56da-a185-571e5533f217 with scrape type 2
2026-03-28 11:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a1a26e5-34c8-56da-a185-571e5533f217, identifier: LO13%20NYW
2026-03-28 11:06:07 [bca.uk] INFO: Found listing with ID: FD20%20CUW
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520CUW%27 HTTP/1.1" 200 None
2026-03-28 11:06:07 [bca.uk] INFO: Scrape type for FD20%20CUW: 1
2026-03-28 11:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9108cc1a-a955-5b82-8aab-ca366edb3cb0 with identifier: FD20%20CUW
2026-03-28 11:06:07 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088392%27 HTTP/1.1" 200 None
2026-03-28 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088392 not downloaded yet
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813401%27 HTTP/1.1" 200 None
2026-03-28 11:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813401 not downloaded yet
2026-03-28 11:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147559/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a1a26e5-34c8-56da-a185-571e5533f217 with identifier: LO13%20NYW
2026-03-28 11:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a1a26e5-34c8-56da-a185-571e5533f217 with identifier: LO13%20NYW
2026-03-28 11:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a1a26e5-34c8-56da-a185-571e5533f217 with identifier: LO13%20NYW to the API
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO13%20NYW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7a1a26e5-34c8-56da-a185-571e5533f217',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO13 NYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO13%20NYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'PRIUS+',
 'odometer': 102174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS+ 1.8 VVTI T4 HYBRID MPV',
 'transmission': 'automatic',
 'trim': 'VVTI T4 HYBRID',
 'vin': 'JTDZS3EU403047559',
 'year': 2013}
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520NYW%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [bca.uk] INFO: Saving data for LO13%20NYW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564078.703365, 'last_price_update_time': 1774695968.037075}
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO13%2520NYW') HTTP/1.1" 204 0
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2c2690>
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818428%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818428/600 saved to cache
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff882d0>
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794300%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794300/600 saved to cache
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:08 [bca.uk] INFO: Found listing with ID: ND21%20TWM
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520TWM%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [bca.uk] INFO: Scrape type for ND21%20TWM: 2
2026-03-28 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea206cea-4dcc-5d6b-9fa8-96d75aac89ce with identifier: ND21%20TWM
2026-03-28 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea206cea-4dcc-5d6b-9fa8-96d75aac89ce with scrape type 2
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea206cea-4dcc-5d6b-9fa8-96d75aac89ce with scrape type 2
2026-03-28 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea206cea-4dcc-5d6b-9fa8-96d75aac89ce, identifier: ND21%20TWM
2026-03-28 11:06:08 [bca.uk] INFO: Found listing with ID: DN60%20UCJ
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520UCJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [bca.uk] INFO: Scrape type for DN60%20UCJ: 1
2026-03-28 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6b222de-eba3-50da-a820-7f016bb30365 with identifier: DN60%20UCJ
2026-03-28 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088396%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088396 not downloaded yet
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813410%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813410 not downloaded yet
2026-03-28 11:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea206cea-4dcc-5d6b-9fa8-96d75aac89ce with identifier: ND21%20TWM
2026-03-28 11:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea206cea-4dcc-5d6b-9fa8-96d75aac89ce with identifier: ND21%20TWM
2026-03-28 11:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea206cea-4dcc-5d6b-9fa8-96d75aac89ce with identifier: ND21%20TWM to the API
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND21%20TWM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea206cea-4dcc-5d6b-9fa8-96d75aac89ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND21 TWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND21%20TWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 100139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 E-TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 LIFE DSG',
 'vin': 'WVWZZZCDZMW320213',
 'year': 2021}
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520TWM%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [bca.uk] INFO: Saving data for ND21%20TWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774564099.547737, 'last_price_update_time': 1774695968.69609}
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND21%2520TWM') HTTP/1.1" 204 0
2026-03-28 11:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF64%20ZPZ-GB>
2026-03-28 11:06:08 [bca.uk] INFO: Found listing with ID: OV62%20USF
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520USF%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [bca.uk] INFO: Scrape type for OV62%20USF: 2
2026-03-28 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66ba1289-2c59-5945-9310-dc01cc697b48 with identifier: OV62%20USF
2026-03-28 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ba1289-2c59-5945-9310-dc01cc697b48 with scrape type 2
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66ba1289-2c59-5945-9310-dc01cc697b48 with scrape type 2
2026-03-28 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66ba1289-2c59-5945-9310-dc01cc697b48, identifier: OV62%20USF
2026-03-28 11:06:08 [bca.uk] INFO: Found listing with ID: BX19%20MWY
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520MWY%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [bca.uk] INFO: Scrape type for BX19%20MWY: 2
2026-03-28 11:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e371fb26-e928-5226-84b1-b9f0604d2e81 with identifier: BX19%20MWY
2026-03-28 11:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e371fb26-e928-5226-84b1-b9f0604d2e81 with scrape type 2
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e371fb26-e928-5226-84b1-b9f0604d2e81 with scrape type 2
2026-03-28 11:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e371fb26-e928-5226-84b1-b9f0604d2e81, identifier: BX19%20MWY
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088400%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088400 not downloaded yet
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813424%27 HTTP/1.1" 200 None
2026-03-28 11:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813424 not downloaded yet
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb2f950>
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822571%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822571/600 saved to cache
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea98250>
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147559%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147559/600 saved to cache
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66ba1289-2c59-5945-9310-dc01cc697b48 with identifier: OV62%20USF
2026-03-28 11:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66ba1289-2c59-5945-9310-dc01cc697b48 with identifier: OV62%20USF
2026-03-28 11:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66ba1289-2c59-5945-9310-dc01cc697b48 with identifier: OV62%20USF to the API
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV62%20USF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66ba1289-2c59-5945-9310-dc01cc697b48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV62 USF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV62%20USF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA GTC',
 'odometer': 82236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA GTC 1.4 T 16V 140 SRI Coupe',
 'transmission': 'automatic',
 'trim': 'T 16V 140 SRI',
 'vin': 'W0LPF2EC4DG027533',
 'year': 2012}
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520USF%27 HTTP/1.1" 200 None
2026-03-28 11:06:09 [bca.uk] INFO: Saving data for OV62%20USF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564079.443957, 'last_price_update_time': 1774695969.440297}
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV62%2520USF') HTTP/1.1" 204 0
2026-03-28 11:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e371fb26-e928-5226-84b1-b9f0604d2e81 with identifier: BX19%20MWY
2026-03-28 11:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e371fb26-e928-5226-84b1-b9f0604d2e81 with identifier: BX19%20MWY
2026-03-28 11:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e371fb26-e928-5226-84b1-b9f0604d2e81 with identifier: BX19%20MWY to the API
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX19%20MWY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e371fb26-e928-5226-84b1-b9f0604d2e81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX19 MWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX19%20MWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 35630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1770032N052905',
 'year': 2019}
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520MWY%27 HTTP/1.1" 200 None
2026-03-28 11:06:09 [bca.uk] INFO: Saving data for BX19%20MWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774437578.376375, 'last_price_update_time': 1774695969.786569}
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX19%2520MWY') HTTP/1.1" 204 0
2026-03-28 11:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794307/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818458/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:09 [bca.uk] INFO: Found listing with ID: YR18%20HBP
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520HBP%27 HTTP/1.1" 200 None
2026-03-28 11:06:09 [bca.uk] INFO: Scrape type for YR18%20HBP: 2
2026-03-28 11:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 153d2e39-fb82-56e9-af98-7912ef4a6c0d with identifier: YR18%20HBP
2026-03-28 11:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 153d2e39-fb82-56e9-af98-7912ef4a6c0d with scrape type 2
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 153d2e39-fb82-56e9-af98-7912ef4a6c0d with scrape type 2
2026-03-28 11:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 153d2e39-fb82-56e9-af98-7912ef4a6c0d, identifier: YR18%20HBP
2026-03-28 11:06:09 [bca.uk] INFO: Found listing with ID: BK64%20WXM
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520WXM%27 HTTP/1.1" 200 None
2026-03-28 11:06:09 [bca.uk] INFO: Scrape type for BK64%20WXM: 1
2026-03-28 11:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 968e893f-f12d-5bf3-9181-e47269b48833 with identifier: BK64%20WXM
2026-03-28 11:06:09 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088405%27 HTTP/1.1" 200 None
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088405 not downloaded yet
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813439%27 HTTP/1.1" 200 None
2026-03-28 11:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813439 not downloaded yet
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e821cd0>
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_expert_report_file_cd33ebac-6791-4e90-86a6-49d40d1187c2.pdf HTTP/1.1" 201 0
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2, skipping ID generation
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSD14UCC-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD14UCC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc53d10>
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_expert_report_file_462a1f11-6fd1-4f6d-8b8a-deec6ca7d8a7.pdf HTTP/1.1" 201 0
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb25d155-3621-58d2-8d7a-91adc9b51d32, skipping ID generation
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPK14VAX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PK14VAX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e895290>
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_expert_report_file_dc6b3bed-36b9-4c8c-bad0-58cf8fe78852.pdf HTTP/1.1" 201 0
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01d1abad-b65f-5ff3-9afb-406711acef32, skipping ID generation
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFH18LKJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FH18LKJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffdd3d0>
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_expert_report_file_2cac820e-8849-4404-be6f-d70e390508f4.pdf HTTP/1.1" 201 0
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c5f13b8-4d4a-53db-9b96-4c70590a110e, skipping ID generation
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPL68ZCX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PL68ZCX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eac9b50>
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_expert_report_file_381d29fa-930f-4855-894a-e6a62f8844a0.pdf HTTP/1.1" 201 0
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5f11c4c-dabf-588c-a1de-3167e7ec7290, skipping ID generation
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYP18HSO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YP18HSO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822593/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822593>
2026-03-28 11:06:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088388/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088388>
2026-03-28 11:06:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813390>
2026-03-28 11:06:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813381/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD60OBV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 153d2e39-fb82-56e9-af98-7912ef4a6c0d with identifier: YR18%20HBP
2026-03-28 11:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 153d2e39-fb82-56e9-af98-7912ef4a6c0d with identifier: YR18%20HBP
2026-03-28 11:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 153d2e39-fb82-56e9-af98-7912ef4a6c0d with identifier: YR18%20HBP to the API
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR18%20HBP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '153d2e39-fb82-56e9-af98-7912ef4a6c0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR18 HBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR18%20HBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 69931,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 182 4WD TITANIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B 182 4WD TITANIUM',
 'vin': 'WF0AXXWPMAJL42933',
 'year': 2018}
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520HBP%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Saving data for YR18%20HBP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564102.304493, 'last_price_update_time': 1774695970.516326}
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520HBP') HTTP/1.1" 204 0
2026-03-28 11:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: LG65%20ZPF
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG65%2520ZPF%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for LG65%20ZPF: 2
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af864b60-63a5-5238-8b52-757cd22bd15a with identifier: LG65%20ZPF
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af864b60-63a5-5238-8b52-757cd22bd15a with scrape type 2
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af864b60-63a5-5238-8b52-757cd22bd15a with scrape type 2
2026-03-28 11:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af864b60-63a5-5238-8b52-757cd22bd15a, identifier: LG65%20ZPF
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: YM19%20ZGY
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for YM19%20ZGY: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: SV64%20UUP
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520UUP%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for SV64%20UUP: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: RX11%20HTV
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX11%2520HTV%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for RX11%20HTV: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: RA65%20EUT
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520EUT%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for RA65%20EUT: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: OV66%20ZBZ
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for OV66%20ZBZ: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: NK16%20EGE
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK16%2520EGE%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for NK16%20EGE: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: MT10%20XMZ
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT10%2520XMZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for MT10%20XMZ: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: LY16%20JJK
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520JJK%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for LY16%20JJK: 0
2026-03-28 11:06:10 [bca.uk] INFO: Found listing with ID: LN09%20XAL
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520XAL%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [bca.uk] INFO: Scrape type for LN09%20XAL: 2
2026-03-28 11:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3db8936-13ae-5f6b-8fdb-b0629fe51d5f with identifier: LN09%20XAL
2026-03-28 11:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3db8936-13ae-5f6b-8fdb-b0629fe51d5f with scrape type 2
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3db8936-13ae-5f6b-8fdb-b0629fe51d5f with scrape type 2
2026-03-28 11:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3db8936-13ae-5f6b-8fdb-b0629fe51d5f, identifier: LN09%20XAL
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088413%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088413 not downloaded yet
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813482%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813482 not downloaded yet
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797313%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797313 not downloaded yet
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802289%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802289 not downloaded yet
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827978%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827978 not downloaded yet
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775753%27 HTTP/1.1" 200 None
2026-03-28 11:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775753 not downloaded yet
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822371%27 HTTP/1.1" 200 None
2026-03-28 11:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822371 not downloaded yet
2026-03-28 11:06:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813401>
2026-03-28 11:06:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088392/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088392>
2026-03-28 11:06:11 [scrapy.extensions.logstats] INFO: Crawled 151 pages (at 28 pages/min), scraped 324 items (at 55 items/min)
2026-03-28 11:06:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af864b60-63a5-5238-8b52-757cd22bd15a with identifier: LG65%20ZPF
2026-03-28 11:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af864b60-63a5-5238-8b52-757cd22bd15a with identifier: LG65%20ZPF
2026-03-28 11:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af864b60-63a5-5238-8b52-757cd22bd15a with identifier: LG65%20ZPF to the API
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG65%20ZPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af864b60-63a5-5238-8b52-757cd22bd15a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG65 ZPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG65%20ZPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 37595,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 70 STING Hatchback',
 'transmission': 'manual',
 'trim': '70 STING',
 'vin': 'W0L0XEP08F4285128',
 'year': 2015}
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG65%2520ZPF%27 HTTP/1.1" 200 None
2026-03-28 11:06:11 [bca.uk] INFO: Saving data for LG65%20ZPF: {'auction_closing_time': 1774778400.0, 'created_time': 1774354752.45167, 'last_price_update_time': 1774695971.488764}
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG65%2520ZPF') HTTP/1.1" 204 0
2026-03-28 11:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3db8936-13ae-5f6b-8fdb-b0629fe51d5f with identifier: LN09%20XAL
2026-03-28 11:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3db8936-13ae-5f6b-8fdb-b0629fe51d5f with identifier: LN09%20XAL
2026-03-28 11:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3db8936-13ae-5f6b-8fdb-b0629fe51d5f with identifier: LN09%20XAL to the API
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN09%20XAL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd3db8936-13ae-5f6b-8fdb-b0629fe51d5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN09 XAL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN09%20XAL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 87971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.4 ACENTA 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA 16V',
 'vin': 'SJNFCAK12U3112823',
 'year': 2009}
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520XAL%27 HTTP/1.1" 200 None
2026-03-28 11:06:11 [bca.uk] INFO: Saving data for LN09%20XAL: {'auction_closing_time': 1775037600.0, 'created_time': 1774598505.998069, 'last_price_update_time': 1774695971.949024}
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN09%2520XAL') HTTP/1.1" 204 0
2026-03-28 11:06:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e582bd0>
2026-03-28 11:06:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_expert_report_file_a879bfe9-1f73-4a87-aef5-7a6099c5e587.pdf HTTP/1.1" 201 0
2026-03-28 11:06:11 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15, skipping ID generation
2026-03-28 11:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DVA19XRY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VA19XRY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5b6bd0>
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794307%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794307/600 saved to cache
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9c2c10>
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818458%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818458/600 saved to cache
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813410>
2026-03-28 11:06:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN60%20UCJ-GB>
2026-03-28 11:06:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088396/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088396>
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: JE51%20XXE
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JE51%2520XXE%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for JE51%20XXE: 2
2026-03-28 11:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74147a19-73e1-5358-899d-837db1dcdbdb with identifier: JE51%20XXE
2026-03-28 11:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74147a19-73e1-5358-899d-837db1dcdbdb with scrape type 2
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74147a19-73e1-5358-899d-837db1dcdbdb with scrape type 2
2026-03-28 11:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74147a19-73e1-5358-899d-837db1dcdbdb, identifier: JE51%20XXE
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: LM12%20MLU
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520MLU%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for LM12%20MLU: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: HY16%20EOC
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520EOC%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for HY16%20EOC: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: HN08%20FLX
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN08%2520FLX%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for HN08%20FLX: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: EU15%20WHR
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520WHR%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for EU15%20WHR: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: EA66%20LNX
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520LNX%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for EA66%20LNX: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: EA10%20ODR
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA10%2520ODR%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for EA10%20ODR: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: CX71%20YVZ
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520YVZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for CX71%20YVZ: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: CV62%20SNJ
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV62%2520SNJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for CV62%20SNJ: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: CE53%20GKN
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE53%2520GKN%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for CE53%20GKN: 0
2026-03-28 11:06:12 [bca.uk] INFO: Found listing with ID: BK16%20VKS
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520VKS%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Scrape type for BK16%20VKS: 2
2026-03-28 11:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS
2026-03-28 11:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11017493-601f-5259-812d-95e0984bcd4f with scrape type 2
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11017493-601f-5259-812d-95e0984bcd4f with scrape type 2
2026-03-28 11:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11017493-601f-5259-812d-95e0984bcd4f, identifier: BK16%20VKS
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088419%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088419 not downloaded yet
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813520%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813520 not downloaded yet
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797326%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797326 not downloaded yet
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802310%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802310 not downloaded yet
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827989%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827989 not downloaded yet
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775764%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775764 not downloaded yet
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822389%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822389 not downloaded yet
2026-03-28 11:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74147a19-73e1-5358-899d-837db1dcdbdb with identifier: JE51%20XXE
2026-03-28 11:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74147a19-73e1-5358-899d-837db1dcdbdb with identifier: JE51%20XXE
2026-03-28 11:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74147a19-73e1-5358-899d-837db1dcdbdb with identifier: JE51%20XXE to the API
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JE51%20XXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74147a19-73e1-5358-899d-837db1dcdbdb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JE51 XXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JE51%20XXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 102983,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M8GD062258',
 'year': 2016}
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JE51%2520XXE%27 HTTP/1.1" 200 None
2026-03-28 11:06:12 [bca.uk] INFO: Saving data for JE51%20XXE: {'auction_closing_time': 1774864800.0, 'created_time': 1773907481.761435, 'last_price_update_time': 1774695972.983844}
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JE51%2520XXE') HTTP/1.1" 204 0
2026-03-28 11:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS
2026-03-28 11:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS
2026-03-28 11:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11017493-601f-5259-812d-95e0984bcd4f with identifier: BK16%20VKS to the API
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=8&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK16%20VKS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-04-10T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11017493-601f-5259-812d-95e0984bcd4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK16 VKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK16%20VKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NP300 NAVARA',
 'odometer': 111579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NP300 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0006360',
 'year': 2016}
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520VKS%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Saving data for BK16%20VKS: {'auction_closing_time': 1775815200.0, 'created_time': 1774598505.045586, 'last_price_update_time': 1774695973.406983}
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK16%2520VKS') HTTP/1.1" 204 0
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797314%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797314 not downloaded yet
2026-03-28 11:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088400/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088400>
2026-03-28 11:06:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813424>
2026-03-28 11:06:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD20%20CUW-GB>
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: YP67%20WCD
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WCD%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for YP67%20WCD: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: MM14%20NXE
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM14%2520NXE%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for MM14%20NXE: 2
2026-03-28 11:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8812022e-2c81-54c5-9257-d256cd76a478 with identifier: MM14%20NXE
2026-03-28 11:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8812022e-2c81-54c5-9257-d256cd76a478 with scrape type 2
2026-03-28 11:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8812022e-2c81-54c5-9257-d256cd76a478 with scrape type 2
2026-03-28 11:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8812022e-2c81-54c5-9257-d256cd76a478, identifier: MM14%20NXE
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: AJ62%20YSE
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ62%2520YSE%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for AJ62%20YSE: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: AY57%20YXB
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY57%2520YXB%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for AY57%20YXB: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: AF69%20UFS
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520UFS%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for AF69%20UFS: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: WN09%20MYP
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN09%2520MYP%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for WN09%20MYP: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: PY61%20EWD
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY61%2520EWD%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for PY61%20EWD: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: MT61%20WPK
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520WPK%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for MT61%20WPK: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: EF66%20LFH
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF66%2520LFH%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for EF66%20LFH: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: AV18%20UVO
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520UVO%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for AV18%20UVO: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: AP13%20PNX
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP13%2520PNX%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for AP13%20PNX: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: GL20%20NXU
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520NXU%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for GL20%20NXU: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: OY12%20USJ
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520USJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for OY12%20USJ: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: LX12%20WRZ
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX12%2520WRZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for LX12%20WRZ: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: DA15%20GVJ
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520GVJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for DA15%20GVJ: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: MA18%20EAW
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520EAW%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for MA18%20EAW: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: WJ07%20XMW
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ07%2520XMW%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for WJ07%20XMW: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: TGZ%201807
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25201807%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for TGZ%201807: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: YJ66%20AAP
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520AAP%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for YJ66%20AAP: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: BN10%20OKD
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OKD%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for BN10%20OKD: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: HY73%20KHK
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY73%2520KHK%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for HY73%20KHK: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: WG22%20GHY
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520GHY%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for WG22%20GHY: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: EN71%20UET
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UET%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for EN71%20UET: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: GL71%20USX
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520USX%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for GL71%20USX: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: LF72%20EGY
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520EGY%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for LF72%20EGY: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: LG23%20XZX
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520XZX%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for LG23%20XZX: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: FL21%20VDZ
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:13 [bca.uk] INFO: Scrape type for FL21%20VDZ: 0
2026-03-28 11:06:13 [bca.uk] INFO: Found listing with ID: K321%20PXX
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K321%2520PXX%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for K321%20PXX: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SB69%20LYC
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LYC%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SB69%20LYC: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: NC23%20XLD
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC23%2520XLD%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for NC23%20XLD: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: DU17%20AZG
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520AZG%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for DU17%20AZG: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: X5%20GTD
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X5%2520GTD%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for X5%20GTD: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: CV64%20BKG
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520BKG%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for CV64%20BKG: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SG17%20PZK
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520PZK%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SG17%20PZK: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: YS67%20ATN
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520ATN%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for YS67%20ATN: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: VE17%20RTZ
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE17%2520RTZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for VE17%20RTZ: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SN63%20FMO
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520FMO%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SN63%20FMO: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SY63%20KOV
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY63%2520KOV%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SY63%20KOV: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SK70%20VVP
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520VVP%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SK70%20VVP: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SR70%20FBU
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR70%2520FBU%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SR70%20FBU: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: FD66%20JYF
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520JYF%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for FD66%20JYF: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: L8%20ULV
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L8%2520ULV%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for L8%20ULV: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: LL12%20SVJ
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520SVJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for LL12%20SVJ: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SL12%20ADV
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520ADV%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SL12%20ADV: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: GJ67%20OET
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520OET%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for GJ67%20OET: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: SL66%20WTO
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520WTO%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for SL66%20WTO: 0
2026-03-28 11:06:14 [bca.uk] INFO: Found listing with ID: EJ02%20EGU
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ02%2520EGU%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [bca.uk] INFO: Scrape type for EJ02%20EGU: 0
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088431%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088431 not downloaded yet
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813551%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813551 not downloaded yet
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797339%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797339 not downloaded yet
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802326%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802326 not downloaded yet
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698827997%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827997 not downloaded yet
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775782%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775782 not downloaded yet
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822410%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822410 not downloaded yet
2026-03-28 11:06:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9c3690>
2026-03-28 11:06:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_expert_report_file_fe15bd0c-47e4-4656-9d5a-080fe999272e.pdf HTTP/1.1" 201 0
2026-03-28 11:06:14 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d734e44-52d9-57e4-8863-dc7d94854907, skipping ID generation
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPF65SSV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PF65SSV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813381/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813390/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088388/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8812022e-2c81-54c5-9257-d256cd76a478 with identifier: MM14%20NXE
2026-03-28 11:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8812022e-2c81-54c5-9257-d256cd76a478 with identifier: MM14%20NXE
2026-03-28 11:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8812022e-2c81-54c5-9257-d256cd76a478 with identifier: MM14%20NXE to the API
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM14%20NXE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8812022e-2c81-54c5-9257-d256cd76a478',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM14 NXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM14%20NXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 39885,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.5 DCI 110 DYNAMIQUE TOM TOM S/S MPV',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE TOM TOM S/S',
 'vin': 'VF1JZ14K650492134',
 'year': 2014}
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM14%2520NXE%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [bca.uk] INFO: Saving data for MM14%20NXE: {'auction_closing_time': 1774778400.0, 'created_time': 1774479425.815408, 'last_price_update_time': 1774695975.049241}
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM14%2520NXE') HTTP/1.1" 204 0
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797325%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797325 not downloaded yet
2026-03-28 11:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822593/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:15 [bca.uk] INFO: Found listing with ID: YW15%20NRU
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520NRU%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [bca.uk] INFO: Scrape type for YW15%20NRU: 0
2026-03-28 11:06:15 [bca.uk] INFO: Found listing with ID: EY70%20RUA
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520RUA%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [bca.uk] INFO: Scrape type for EY70%20RUA: 0
2026-03-28 11:06:15 [bca.uk] INFO: Found listing with ID: ET12%20EPJ
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET12%2520EPJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [bca.uk] INFO: Scrape type for ET12%20EPJ: 2
2026-03-28 11:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d9f631-3241-542e-8b27-05b21b10e4fb with identifier: ET12%20EPJ
2026-03-28 11:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d9f631-3241-542e-8b27-05b21b10e4fb with scrape type 2
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d9f631-3241-542e-8b27-05b21b10e4fb with scrape type 2
2026-03-28 11:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92d9f631-3241-542e-8b27-05b21b10e4fb, identifier: ET12%20EPJ
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D694088439%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088439 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698813574%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813574 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797351%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797351 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802345%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802345 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698828001%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828001 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775798%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775798 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822432%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822432 not downloaded yet
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910892%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910892 not downloaded yet
2026-03-28 11:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822357/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YP18HSO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088396/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088392/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92d9f631-3241-542e-8b27-05b21b10e4fb with identifier: ET12%20EPJ
2026-03-28 11:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92d9f631-3241-542e-8b27-05b21b10e4fb with identifier: ET12%20EPJ
2026-03-28 11:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92d9f631-3241-542e-8b27-05b21b10e4fb with identifier: ET12%20EPJ to the API
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET12%20EPJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92d9f631-3241-542e-8b27-05b21b10e4fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET12 EPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET12%20EPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 118801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM X P/SHFT StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM X P/SHFT',
 'vin': 'WF0RXXGCDRCD65267',
 'year': 2012}
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET12%2520EPJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:15 [bca.uk] INFO: Saving data for ET12%20EPJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774448778.412118, 'last_price_update_time': 1774695975.98538}
2026-03-28 11:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET12%2520EPJ') HTTP/1.1" 204 0
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797337%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797337 not downloaded yet
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac13ee50>
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_expert_report_file_2b65c788-dca3-4dbe-a88f-5b8180a9bdcd.pdf HTTP/1.1" 201 0
2026-03-28 11:06:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3, skipping ID generation
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNG13GKJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NG13GKJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd3d10>
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_expert_report_file_24c02b55-db0b-4514-ab0a-4813992ab63e.pdf HTTP/1.1" 201 0
2026-03-28 11:06:16 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65008501-d7e3-5111-b4f9-a8e8adb781bc, skipping ID generation
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMF64ZPZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF64ZPZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822371/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822371>
2026-03-28 11:06:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:16 [bca.uk] INFO: Found listing with ID: DY59%20NHM
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY59%2520NHM%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [bca.uk] INFO: Scrape type for DY59%20NHM: 2
2026-03-28 11:06:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87480faa-88cc-50d5-8c30-0f2179666de8 with identifier: DY59%20NHM
2026-03-28 11:06:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87480faa-88cc-50d5-8c30-0f2179666de8 with scrape type 2
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87480faa-88cc-50d5-8c30-0f2179666de8 with scrape type 2
2026-03-28 11:06:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87480faa-88cc-50d5-8c30-0f2179666de8, identifier: DY59%20NHM
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797362%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797362 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802365%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802365 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698828006%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828006 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775823%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775823 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822455%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822455 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910904%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910904 not downloaded yet
2026-03-28 11:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87480faa-88cc-50d5-8c30-0f2179666de8 with identifier: DY59%20NHM
2026-03-28 11:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87480faa-88cc-50d5-8c30-0f2179666de8 with identifier: DY59%20NHM
2026-03-28 11:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87480faa-88cc-50d5-8c30-0f2179666de8 with identifier: DY59%20NHM to the API
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY59%20NHM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '87480faa-88cc-50d5-8c30-0f2179666de8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY59 NHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY59%20NHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 114154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 VVT 115 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 ACTIVE',
 'vin': 'W0L0AHL48A5001425',
 'year': 2009}
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY59%2520NHM%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [bca.uk] INFO: Saving data for DY59%20NHM: {'auction_closing_time': 1774778400.0, 'created_time': 1774476139.808474, 'last_price_update_time': 1774695976.812077}
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY59%2520NHM') HTTP/1.1" 204 0
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797347%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797347 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775717%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775717 not downloaded yet
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698766975%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698766975 not downloaded yet
2026-03-28 11:06:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822389/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822389>
2026-03-28 11:06:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813424/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797314/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797314>
2026-03-28 11:06:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088400/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:16 [bca.uk] INFO: Found listing with ID: DF63%20NXU
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520NXU%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [bca.uk] INFO: Scrape type for DF63%20NXU: 0
2026-03-28 11:06:16 [bca.uk] INFO: Found listing with ID: BL62%20FPF
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL62%2520FPF%27 HTTP/1.1" 200 None
2026-03-28 11:06:16 [bca.uk] INFO: Scrape type for BL62%20FPF: 2
2026-03-28 11:06:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e with identifier: BL62%20FPF
2026-03-28 11:06:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e with scrape type 2
2026-03-28 11:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e with scrape type 2
2026-03-28 11:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e, identifier: BL62%20FPF
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797377%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797377 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802390%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802390 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698828012%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828012 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775862%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775862 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822491%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822491 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910908%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910908 not downloaded yet
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2f6f90>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813381%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813381/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc24450>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813390%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813390/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac182050>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088388%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088388/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fa290>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822593%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822593/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac180890>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813401%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813401/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc59fd0>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088396%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088396/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe3fcd0>
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088392%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088392/600 saved to cache
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775764/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775764>
2026-03-28 11:06:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827989/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827989>
2026-03-28 11:06:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e with identifier: BL62%20FPF
2026-03-28 11:06:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e with identifier: BL62%20FPF
2026-03-28 11:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e with identifier: BL62%20FPF to the API
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL62%20FPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cf4cbcc6-6f92-527a-a8cf-2e8e24a1042e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL62 FPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL62%20FPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 64649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM X P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 163 4WD TITANIUM X P/S',
 'vin': 'WF0AXXWPMACT57686',
 'year': 2013}
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL62%2520FPF%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [bca.uk] INFO: Saving data for BL62%20FPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774101909.408146, 'last_price_update_time': 1774695977.697507}
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL62%2520FPF') HTTP/1.1" 204 0
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797359%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797359 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775719%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775719 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767002%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767002 not downloaded yet
2026-03-28 11:06:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:17 [bca.uk] INFO: Found listing with ID: YK17%20VSR
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520VSR%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [bca.uk] INFO: Scrape type for YK17%20VSR: 0
2026-03-28 11:06:17 [bca.uk] INFO: Found listing with ID: SK13%20JJZ
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520JJZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [bca.uk] INFO: Scrape type for SK13%20JJZ: 0
2026-03-28 11:06:17 [bca.uk] INFO: Found listing with ID: OE67%20PUF
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520PUF%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [bca.uk] INFO: Scrape type for OE67%20PUF: 2
2026-03-28 11:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d78d3b76-5e9d-5369-b184-df2fd6983a94 with identifier: OE67%20PUF
2026-03-28 11:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d78d3b76-5e9d-5369-b184-df2fd6983a94 with scrape type 2
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d78d3b76-5e9d-5369-b184-df2fd6983a94 with scrape type 2
2026-03-28 11:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d78d3b76-5e9d-5369-b184-df2fd6983a94, identifier: OE67%20PUF
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797390%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797390 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802411%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802411 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698828020%27 HTTP/1.1" 200 None
2026-03-28 11:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828020 not downloaded yet
2026-03-28 11:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775899%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775899 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822519%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822519 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910914%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910914 not downloaded yet
2026-03-28 11:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822357/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822410/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822410>
2026-03-28 11:06:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797325/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797325>
2026-03-28 11:06:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910878/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PF65SSV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d78d3b76-5e9d-5369-b184-df2fd6983a94 with identifier: OE67%20PUF
2026-03-28 11:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d78d3b76-5e9d-5369-b184-df2fd6983a94 with identifier: OE67%20PUF
2026-03-28 11:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d78d3b76-5e9d-5369-b184-df2fd6983a94 with identifier: OE67%20PUF to the API
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE67%20PUF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd78d3b76-5e9d-5369-b184-df2fd6983a94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE67 PUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE67%20PUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 78803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 240 AWD R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 240 AWD R SPORT',
 'vin': 'SAJAA4AN8JCP34003',
 'year': 2017}
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520PUF%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [bca.uk] INFO: Saving data for OE67%20PUF: {'auction_closing_time': 1774864800.0, 'created_time': 1773907921.497516, 'last_price_update_time': 1774695978.401614}
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE67%2520PUF') HTTP/1.1" 204 0
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797378%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797378 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775725%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775725 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767015%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767015 not downloaded yet
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd48950>
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813410%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813410/600 saved to cache
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4be50>
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813424%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813424/600 saved to cache
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fda9350>
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088400%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088400/600 saved to cache
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775782/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775782>
2026-03-28 11:06:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910892>
2026-03-28 11:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822371/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:18 [bca.uk] INFO: Found listing with ID: CK66%20VME
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520VME%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [bca.uk] INFO: Scrape type for CK66%20VME: 2
2026-03-28 11:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3c646e3-4a57-537f-98f9-2650a6ff8da7 with identifier: CK66%20VME
2026-03-28 11:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3c646e3-4a57-537f-98f9-2650a6ff8da7 with scrape type 2
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3c646e3-4a57-537f-98f9-2650a6ff8da7 with scrape type 2
2026-03-28 11:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3c646e3-4a57-537f-98f9-2650a6ff8da7, identifier: CK66%20VME
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797407%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797407 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802434%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802434 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698828028%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828028 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775931%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775931 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822543%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822543 not downloaded yet
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910921%27 HTTP/1.1" 200 None
2026-03-28 11:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910921 not downloaded yet
2026-03-28 11:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3c646e3-4a57-537f-98f9-2650a6ff8da7 with identifier: CK66%20VME
2026-03-28 11:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3c646e3-4a57-537f-98f9-2650a6ff8da7 with identifier: CK66%20VME
2026-03-28 11:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3c646e3-4a57-537f-98f9-2650a6ff8da7 with identifier: CK66%20VME to the API
2026-03-28 11:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK66%20VME-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3c646e3-4a57-537f-98f9-2650a6ff8da7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK66 VME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK66%20VME&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 117163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.5 TDCI 120 ZETEC P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 120 ZETEC P/S',
 'vin': 'WF0WXXGCEWGY14544',
 'year': 2016}
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520VME%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [bca.uk] INFO: Saving data for CK66%20VME: {'auction_closing_time': 1774864800.0, 'created_time': 1774101909.817417, 'last_price_update_time': 1774695979.164037}
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK66%2520VME') HTTP/1.1" 204 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797392%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797392 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775731%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775731 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767030%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767030 not downloaded yet
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822389/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827989/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910904/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910904>
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797314/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822455/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822455>
2026-03-28 11:06:19 [bca.uk] INFO: Found listing with ID: LD75%20EHO
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD75%2520EHO%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [bca.uk] INFO: Scrape type for LD75%20EHO: 1
2026-03-28 11:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9b95dd9-3469-5e6e-ba6a-02b349aae404 with identifier: LD75%20EHO
2026-03-28 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797417%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797417 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802459%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802459 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698828037%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828037 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775957%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775957 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822574%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822574 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910945%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910945 not downloaded yet
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8bb90>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_expert_report_file_f01ba12f-1e03-4a53-90dc-4aa3a58f7875.pdf HTTP/1.1" 201 0
2026-03-28 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6b222de-eba3-50da-a820-7f016bb30365, skipping ID generation
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDN60UCJ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DN60UCJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4c1390>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_expert_report_file_3590e04d-9688-4a0a-8a3b-fe5856dc5d7d.pdf HTTP/1.1" 201 0
2026-03-28 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9108cc1a-a955-5b82-8aab-ca366edb3cb0, skipping ID generation
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFD20CUW-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD20CUW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff48210>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822357%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822357/600 saved to cache
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775764/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910878/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698766975>
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797411%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797411 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775738%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775738 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767042%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767042 not downloaded yet
2026-03-28 11:06:19 [bca.uk] INFO: Found listing with ID: BU74%20UXT
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU74%2520UXT%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [bca.uk] INFO: Scrape type for BU74%20UXT: 1
2026-03-28 11:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bf22baa-f479-58ee-abe9-b4001391a16b with identifier: BU74%20UXT
2026-03-28 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910963%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910963 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758490%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758490 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802218%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802218 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698797427%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797427 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775765%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775765 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767070%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767070 not downloaded yet
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4c0e50>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822371%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822371/600 saved to cache
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea16710>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822389%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822389/600 saved to cache
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4e7d0>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698827989%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827989/600 saved to cache
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b1210>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797314%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797314/600 saved to cache
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797325/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775719/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775719>
2026-03-28 11:06:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767002/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767002>
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822410/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910914/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910914>
2026-03-28 11:06:19 [bca.uk] INFO: Found listing with ID: LD63%20HAU
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520HAU%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [bca.uk] INFO: Scrape type for LD63%20HAU: 1
2026-03-28 11:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65b13170-0be8-57ff-b675-7cab8dca779c with identifier: LD63%20HAU
2026-03-28 11:06:19 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910982%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910982 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758500%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758500 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802229%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802229 not downloaded yet
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822455/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775782/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775800%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775800 not downloaded yet
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767087%27 HTTP/1.1" 200 None
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767087 not downloaded yet
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdc8990>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775764%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775764/600 saved to cache
2026-03-28 11:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac413850>
2026-03-28 11:06:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910878%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910878/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:20 [bca.uk] INFO: Found listing with ID: AL11%20DAV
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AL11%2520DAV%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [bca.uk] INFO: Scrape type for AL11%20DAV: 0
2026-03-28 11:06:20 [bca.uk] INFO: Found listing with ID: LC13%20XXF
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520XXF%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [bca.uk] INFO: Scrape type for LC13%20XXF: 1
2026-03-28 11:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e793e99-15e7-5980-8a88-4fddfbbe45da with identifier: LC13%20XXF
2026-03-28 11:06:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697910997%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910997 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758514%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758514 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802244%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802244 not downloaded yet
2026-03-28 11:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910904/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767030/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767030>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910921/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910921>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822543/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822543>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775931>
2026-03-28 11:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775843%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775843 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767101%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767101 not downloaded yet
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775731/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775731>
2026-03-28 11:06:20 [bca.uk] INFO: Found listing with ID: LR63%20VBU
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR63%2520VBU%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [bca.uk] INFO: Scrape type for LR63%20VBU: 1
2026-03-28 11:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24590d65-22dc-5183-92ba-25ef3ccf3df6 with identifier: LR63%20VBU
2026-03-28 11:06:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758526%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758526 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802259%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802259 not downloaded yet
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac517d50>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797325%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797325/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d2cd0>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822410%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822410/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd306d0>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910892%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910892/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e241f90>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822455%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822455/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e894710>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775782%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775782/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775887%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775887 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698767118%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767118 not downloaded yet
2026-03-28 11:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910914/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:20 [bca.uk] INFO: Found listing with ID: L14%20RHU
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L14%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [bca.uk] INFO: Scrape type for L14%20RHU: 1
2026-03-28 11:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecc151e2-e760-5842-8b42-b03e39ce399c with identifier: L14%20RHU
2026-03-28 11:06:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758538%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758538 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802278%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802278 not downloaded yet
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e862790>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910904%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910904/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9e63d0>
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698766975%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766975/600 saved to cache
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775719/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767002/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775765/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775765>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910963/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910963>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767070/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767070>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758490/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758490>
2026-03-28 11:06:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802218/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802218>
2026-03-28 11:06:20 [bca.uk] INFO: Found listing with ID: HK14%20ZDR
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520ZDR%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [bca.uk] INFO: Scrape type for HK14%20ZDR: 1
2026-03-28 11:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e with identifier: HK14%20ZDR
2026-03-28 11:06:20 [crawlers.middlewares.report_download_middleware] INFO: Downloading car_expert_report_source_url for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758553%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758553 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802316%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802316 not downloaded yet
2026-03-28 11:06:20 [bca.uk] INFO: Found listing with ID: MA68%20OAS
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520OAS%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [bca.uk] INFO: Scrape type for MA68%20OAS: 2
2026-03-28 11:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a33cb74c-d10f-5f2c-8138-807f2719c46a with identifier: MA68%20OAS
2026-03-28 11:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a33cb74c-d10f-5f2c-8138-807f2719c46a with scrape type 2
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a33cb74c-d10f-5f2c-8138-807f2719c46a with scrape type 2
2026-03-28 11:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a33cb74c-d10f-5f2c-8138-807f2719c46a, identifier: MA68%20OAS
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758566%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758566 not downloaded yet
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802351%27 HTTP/1.1" 200 None
2026-03-28 11:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802351 not downloaded yet
2026-03-28 11:06:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffca590>
2026-03-28 11:06:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910914%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910914/600 saved to cache
2026-03-28 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775731/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a33cb74c-d10f-5f2c-8138-807f2719c46a with identifier: MA68%20OAS
2026-03-28 11:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a33cb74c-d10f-5f2c-8138-807f2719c46a with identifier: MA68%20OAS
2026-03-28 11:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a33cb74c-d10f-5f2c-8138-807f2719c46a with identifier: MA68%20OAS to the API
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA68%20OAS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-04T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a33cb74c-d10f-5f2c-8138-807f2719c46a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA68 OAS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA68%20OAS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 75761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN7KA793955',
 'year': 2018}
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520OAS%27 HTTP/1.1" 200 None
2026-03-28 11:06:21 [bca.uk] INFO: Saving data for MA68%20OAS: {'auction_closing_time': 1775286000.0, 'created_time': 1774436900.04912, 'last_price_update_time': 1774695981.41969}
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA68%2520OAS') HTTP/1.1" 204 0
2026-03-28 11:06:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758514/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758514>
2026-03-28 11:06:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802244>
2026-03-28 11:06:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767118/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767118>
2026-03-28 11:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767030/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910921/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:21 [bca.uk] INFO: Found listing with ID: YN18%20XLF
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:06:21 [bca.uk] INFO: Scrape type for YN18%20XLF: 2
2026-03-28 11:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e61802f-768a-52df-941a-3b6f42bc99f3 with identifier: YN18%20XLF
2026-03-28 11:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e61802f-768a-52df-941a-3b6f42bc99f3 with scrape type 2
2026-03-28 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e61802f-768a-52df-941a-3b6f42bc99f3 with scrape type 2
2026-03-28 11:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e61802f-768a-52df-941a-3b6f42bc99f3, identifier: YN18%20XLF
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758582%27 HTTP/1.1" 200 None
2026-03-28 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758582 not downloaded yet
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802381%27 HTTP/1.1" 200 None
2026-03-28 11:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802381 not downloaded yet
2026-03-28 11:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822543/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e61802f-768a-52df-941a-3b6f42bc99f3 with identifier: YN18%20XLF
2026-03-28 11:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e61802f-768a-52df-941a-3b6f42bc99f3 with identifier: YN18%20XLF
2026-03-28 11:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e61802f-768a-52df-941a-3b6f42bc99f3 with identifier: YN18%20XLF to the API
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN18%20XLF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-04T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e61802f-768a-52df-941a-3b6f42bc99f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN18 XLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN18%20XLF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 88096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8500,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 102 BMT S/L LWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT S/L LWB',
 'vin': 'WV1ZZZ7HZJH118986',
 'year': 2018}
2026-03-28 11:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [bca.uk] INFO: Saving data for YN18%20XLF: {'auction_closing_time': 1775286000.0, 'created_time': 1773843752.686475, 'last_price_update_time': 1774695982.001994}
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN18%2520XLF') HTTP/1.1" 204 0
2026-03-28 11:06:22 [bca.uk] INFO: Found listing with ID: OE23%20DFP
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520DFP%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [bca.uk] INFO: Scrape type for OE23%20DFP: 0
2026-03-28 11:06:22 [bca.uk] INFO: Found listing with ID: KE71%20OYG
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE71%2520OYG%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [bca.uk] INFO: Scrape type for KE71%20OYG: 2
2026-03-28 11:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1323954-8f60-56b9-b54c-9b8ed2130802 with identifier: KE71%20OYG
2026-03-28 11:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1323954-8f60-56b9-b54c-9b8ed2130802 with scrape type 2
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1323954-8f60-56b9-b54c-9b8ed2130802 with scrape type 2
2026-03-28 11:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1323954-8f60-56b9-b54c-9b8ed2130802, identifier: KE71%20OYG
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698758599%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758599 not downloaded yet
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802409%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802409 not downloaded yet
2026-03-28 11:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758490/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802278/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802278>
2026-03-28 11:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802218/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1323954-8f60-56b9-b54c-9b8ed2130802 with identifier: KE71%20OYG
2026-03-28 11:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1323954-8f60-56b9-b54c-9b8ed2130802 with identifier: KE71%20OYG
2026-03-28 11:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1323954-8f60-56b9-b54c-9b8ed2130802 with identifier: KE71%20OYG to the API
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE71%20OYG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e1323954-8f60-56b9-b54c-9b8ed2130802',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE71 OYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE71%20OYG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 87643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J020480',
 'year': 2021}
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE71%2520OYG%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [bca.uk] INFO: Saving data for KE71%20OYG: {'auction_closing_time': 1774854000.0, 'created_time': 1774264592.061562, 'last_price_update_time': 1774695982.520817}
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE71%2520OYG') HTTP/1.1" 204 0
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc9f50>
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775719%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775719/600 saved to cache
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a7910>
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767002%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767002/600 saved to cache
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac352110>
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775731%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775731/600 saved to cache
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1df90>
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767030%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767030/600 saved to cache
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2cd8d0>
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910921%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910921/600 saved to cache
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758538/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758538>
2026-03-28 11:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775765/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767070/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910963/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:22 [bca.uk] INFO: Found listing with ID: GU23%20RCX
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520RCX%27 HTTP/1.1" 200 None
2026-03-28 11:06:22 [bca.uk] INFO: Scrape type for GU23%20RCX: 2
2026-03-28 11:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abb8b77c-d41d-5eec-8c51-9c69133d3ebd with identifier: GU23%20RCX
2026-03-28 11:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abb8b77c-d41d-5eec-8c51-9c69133d3ebd with scrape type 2
2026-03-28 11:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abb8b77c-d41d-5eec-8c51-9c69133d3ebd with scrape type 2
2026-03-28 11:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abb8b77c-d41d-5eec-8c51-9c69133d3ebd, identifier: GU23%20RCX
2026-03-28 11:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767118/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abb8b77c-d41d-5eec-8c51-9c69133d3ebd with identifier: GU23%20RCX
2026-03-28 11:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abb8b77c-d41d-5eec-8c51-9c69133d3ebd with identifier: GU23%20RCX
2026-03-28 11:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abb8b77c-d41d-5eec-8c51-9c69133d3ebd with identifier: GU23%20RCX to the API
2026-03-28 11:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20RCX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'abb8b77c-d41d-5eec-8c51-9c69133d3ebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU23 RCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20RCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MAXUS',
 'model': 'E DELIVER 9 FWD',
 'odometer': 23580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAXUS E DELIVER 9 FWD 150KW 65KWH L2 Luton',
 'transmission': 'automatic',
 'trim': '150KW 65KWH L2',
 'vin': 'LSFAL1108MA158465',
 'year': 2023}
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520RCX%27 HTTP/1.1" 200 None
2026-03-28 11:06:23 [bca.uk] INFO: Saving data for GU23%20RCX: {'auction_closing_time': 1774854000.0, 'created_time': 1774478103.802531, 'last_price_update_time': 1774695983.191932}
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520RCX') HTTP/1.1" 204 0
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc86550>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775931%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775931/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e7650>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822543%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822543/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758514/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802351/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802351>
2026-03-28 11:06:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802244/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:23 [bca.uk] INFO: Found listing with ID: KS67%20YMP
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS67%2520YMP%27 HTTP/1.1" 200 None
2026-03-28 11:06:23 [bca.uk] INFO: Scrape type for KS67%20YMP: 2
2026-03-28 11:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 380e0089-61b2-5bff-975b-cfddbf579a06 with identifier: KS67%20YMP
2026-03-28 11:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 380e0089-61b2-5bff-975b-cfddbf579a06 with scrape type 2
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 380e0089-61b2-5bff-975b-cfddbf579a06 with scrape type 2
2026-03-28 11:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 380e0089-61b2-5bff-975b-cfddbf579a06, identifier: KS67%20YMP
2026-03-28 11:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 380e0089-61b2-5bff-975b-cfddbf579a06 with identifier: KS67%20YMP
2026-03-28 11:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 380e0089-61b2-5bff-975b-cfddbf579a06 with identifier: KS67%20YMP
2026-03-28 11:06:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 380e0089-61b2-5bff-975b-cfddbf579a06 with identifier: KS67%20YMP to the API
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=7&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS67%20YMP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '380e0089-61b2-5bff-975b-cfddbf579a06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KS67 YMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS67%20YMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 70087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC HSE',
 'vin': 'SALYA2AN8JA731138',
 'year': 2017}
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS67%2520YMP%27 HTTP/1.1" 200 None
2026-03-28 11:06:23 [bca.uk] INFO: Saving data for KS67%20YMP: {'auction_closing_time': 1774940400.0, 'created_time': 1774365495.713388, 'last_price_update_time': 1774695983.739328}
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS67%2520YMP') HTTP/1.1" 204 0
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e4050>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758490%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758490/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac476e10>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802218%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802218/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac352cd0>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775765%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775765/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc3f290>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767070%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767070/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2cf090>
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910963%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910963/600 saved to cache
2026-03-28 11:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802316/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802316>
2026-03-28 11:06:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758553/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758553>
2026-03-28 11:06:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK14%20ZDR-GB>
2026-03-28 11:06:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758566/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758566>
2026-03-28 11:06:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802278/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:23 [bca.uk] INFO: Found listing with ID: LL21%20EHM
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520EHM%27 HTTP/1.1" 200 None
2026-03-28 11:06:23 [bca.uk] INFO: Scrape type for LL21%20EHM: 0
2026-03-28 11:06:23 [bca.uk] INFO: Found listing with ID: RF68%20KUV
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KUV%27 HTTP/1.1" 200 None
2026-03-28 11:06:23 [bca.uk] INFO: Scrape type for RF68%20KUV: 0
2026-03-28 11:06:23 [bca.uk] INFO: Found listing with ID: RV18%20ZFG
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-28 11:06:23 [bca.uk] INFO: Scrape type for RV18%20ZFG: 0
2026-03-28 11:06:23 [bca.uk] INFO: Found listing with ID: VO14%20OTM
2026-03-28 11:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520OTM%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [bca.uk] INFO: Scrape type for VO14%20OTM: 0
2026-03-28 11:06:24 [bca.uk] INFO: Found listing with ID: HW19%20NFU
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW19%2520NFU%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [bca.uk] INFO: Scrape type for HW19%20NFU: 0
2026-03-28 11:06:24 [bca.uk] INFO: Found listing with ID: PX65%20UKM
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX65%2520UKM%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [bca.uk] INFO: Scrape type for PX65%20UKM: 0
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd33d90>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767118%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767118/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758538/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758582>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802381/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802381>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffe9ad0>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758514%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758514/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0d310>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802244%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802244/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e422e50>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802278%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802278/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802351/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802409/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802409>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775887/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775887>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758599/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758599>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e422350>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758538%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758538/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758566/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4b1d0>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802351%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802351/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802259/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802259>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758526>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758553/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802381/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fc5d0>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758566%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758566/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L14%20RHU-GB>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR63%20VBU-GB>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802316/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767101/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767101>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775887/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758599/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2cc10>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758553%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758553/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775843/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775843>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910997>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802259/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9aba50>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802381%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802381/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767087/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767087>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC13%20XXF-GB>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802409/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffeb8d0>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802316%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802316/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaba050>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758582%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758582/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d0a10>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775887%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775887/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac16aed0>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758599%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758599/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775800/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775800>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698758500>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910982/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910982>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802229/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802229>
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767101/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e625010>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758526%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758526/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fec84d0>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802259%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802259/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eab6810>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802409%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802409/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc88b90>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_expert_report_file_cc333920-b2e3-4152-a06e-46963fb2654d.pdf HTTP/1.1" 201 0
2026-03-28 11:06:24 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e, skipping ID generation
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DHK14ZDR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HK14ZDR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797427/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797427>
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD63%20HAU-GB>
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648350%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648350 not downloaded yet
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775843/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648352%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648352 not downloaded yet
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa6910>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767101%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767101/600 saved to cache
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648354%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648354 not downloaded yet
2026-03-28 11:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802229/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767042/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767042>
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648355%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648355 not downloaded yet
2026-03-28 11:06:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU74%20UXT-GB>
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648356%27 HTTP/1.1" 200 None
2026-03-28 11:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648356 not downloaded yet
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c8b10>
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_expert_report_file_090d69b0-54df-453c-a7a6-7c2209af02cc.pdf HTTP/1.1" 201 0
2026-03-28 11:06:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ecc151e2-e760-5842-8b42-b03e39ce399c, skipping ID generation
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DL14RHU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=L14RHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758500/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648359%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648359 not downloaded yet
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775800/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775738/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775738>
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767087/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910982/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764573%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764573 not downloaded yet
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac517250>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775843%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775843/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb7d890>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910997%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910997/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e09d0>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_expert_report_file_06de8837-efe7-4464-a099-54ff86f5fdcd.pdf HTTP/1.1" 201 0
2026-03-28 11:06:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24590d65-22dc-5183-92ba-25ef3ccf3df6, skipping ID generation
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLR63VBU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LR63VBU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797427/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648361%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648361 not downloaded yet
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648349/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=HK14ZDR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764586%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764586 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538863%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538863 not downloaded yet
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e6710>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_expert_report_file_6b9f3c89-3a87-4adc-8936-db4a2359159c.pdf HTTP/1.1" 201 0
2026-03-28 11:06:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e793e99-15e7-5980-8a88-4fddfbbe45da, skipping ID generation
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLC13XXF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LC13XXF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffdb750>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802229%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802229/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648368%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648368 not downloaded yet
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802212/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FD20CUW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648350/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648350>
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648352/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648352>
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797411/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797411>
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767042/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764598%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764598 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538871%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538871 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723885%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723885 not downloaded yet
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e239450>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758500%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758500/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc08e90>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775800%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775800/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfb2d0>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767087%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767087/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e863150>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910982%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910982/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697648371%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648371 not downloaded yet
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce0bd0>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797427%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797427/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648354/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648354>
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775738/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764610%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764610 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538884%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538884 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723891%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723891 not downloaded yet
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648349/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac244090>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_expert_report_file_095fc8ea-6979-4bd7-9a59-a54826f57ec8.pdf HTTP/1.1" 201 0
2026-03-28 11:06:25 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65b13170-0be8-57ff-b675-7cab8dca779c, skipping ID generation
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD63HAU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD63HAU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfa5d0>
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767042%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767042/600 saved to cache
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648356/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648356>
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648355/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648355>
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764560/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=L14RHU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758482/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DN60UCJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764617%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764617 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538892%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538892 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723896%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723896 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587793%27 HTTP/1.1" 200 None
2026-03-28 11:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587793 not downloaded yet
2026-03-28 11:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764636%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764636 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538906%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538906 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723902%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723902 not downloaded yet
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb002d0>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775738%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775738/600 saved to cache
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648361/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648361>
2026-03-28 11:06:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LR63VBU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797411/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587806%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587806 not downloaded yet
2026-03-28 11:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648352/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802212/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FD20CUW/42808182?sv=2020-08-04&st=2026-03-28T11%3A06%3A12Z&se=2026-03-28T11%3A31%3A12Z&sr=b&sp=r&sig=LpfcZ7N4F9y8JfPeLDGvVsqUu%2FFiv4T%2FcCcsuGI1nr0%3D)
2026-03-28 11:06:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LC13XXF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648354/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648350/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764658%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764658 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538924%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538924 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723912%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723912 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587827%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587827 not downloaded yet
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc2b90>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648349%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648349/600 saved to cache
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe86a90>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_expert_report_file_624d162e-a43c-450b-a8e9-4751eee72132.pdf HTTP/1.1" 201 0
2026-03-28 11:06:26 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5bf22baa-f479-58ee-abe9-b4001391a16b, skipping ID generation
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBU74UXT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BU74UXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758482/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DN60UCJ/42807094?sv=2020-08-04&st=2026-03-28T11%3A06%3A10Z&se=2026-03-28T11%3A31%3A10Z&sr=b&sp=r&sig=BQODwxKkI2xsHGPana0gbBov66ZCb6XFm2LO7hsMb5A%3D)
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764676%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764676 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538949%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538949 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723923%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723923 not downloaded yet
2026-03-28 11:06:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723885/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723885>
2026-03-28 11:06:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648371/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648371>
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587841%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587841 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912796%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912796 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698764688%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764688 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538960%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538960 not downloaded yet
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723931%27 HTTP/1.1" 200 None
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723931 not downloaded yet
2026-03-28 11:06:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb24a90>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797411%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797411/600 saved to cache
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07dd0>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648352%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648352/600 saved to cache
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07310>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFD20CUW%252F698802212%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802212/600 saved to cache
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0
2026-03-28 11:06:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9108cc1a-a955-5b82-8aab-ca366edb3cb0, skipping ID generation
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9108cc1a-a955-5b82-8aab-ca366edb3cb0 sending to next pipeline
2026-03-28 11:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9108cc1a-a955-5b82-8aab-ca366edb3cb0, identifier: FD20%20CUW
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4a110>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648354%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648354/600 saved to cache
2026-03-28 11:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4aa310>
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648350%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648350/600 saved to cache
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764560/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538856/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723891/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723891>
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587856%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587856 not downloaded yet
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912824%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912824 not downloaded yet
2026-03-28 11:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9108cc1a-a955-5b82-8aab-ca366edb3cb0 with identifier: FD20%20CUW
2026-03-28 11:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9108cc1a-a955-5b82-8aab-ca366edb3cb0 with identifier: FD20%20CUW
2026-03-28 11:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9108cc1a-a955-5b82-8aab-ca366edb3cb0 with identifier: FD20%20CUW to the API
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802212/600>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_expert_report_file_3590e04d-9688-4a0a-8a3b-fe5856dc5d7d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD20%20CUW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9108cc1a-a955-5b82-8aab-ca366edb3cb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD20 CUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD20%20CUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 25636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47752,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802212/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46070,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802218/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43080,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802229/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42831,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802244/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44317,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802259/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44308,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802278/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80119,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802316/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65938,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802351/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84743,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802381/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9108cc1a-a955-5b82-8aab-ca366edb3cb0/9108cc1a-a955-5b82-8aab-ca366edb3cb0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75250,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FD20CUW/698802409/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.5 TD 120 ECOTEC SPORT S/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TD 120 ECOTEC SPORT S/S',
 'vin': 'W0V7D9EJ2L4053357',
 'year': 2020}
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520CUW%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [bca.uk] INFO: Saving data for FD20%20CUW: {'created_time': 1774695987.677542, 'last_price_update_time': 1774695987.677553, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD20%2520CUW') HTTP/1.1" 204 0
2026-03-28 11:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648355/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648356/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648361/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698538968%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538968 not downloaded yet
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723938%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723938 not downloaded yet
2026-03-28 11:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723877/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587793/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587793>
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587882%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587882 not downloaded yet
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912847%27 HTTP/1.1" 200 None
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912847 not downloaded yet
2026-03-28 11:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac40ec90>
2026-03-28 11:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDN60UCJ%252F698758482%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758482/600 saved to cache
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d6b222de-eba3-50da-a820-7f016bb30365
2026-03-28 11:06:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6b222de-eba3-50da-a820-7f016bb30365, skipping ID generation
2026-03-28 11:06:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6b222de-eba3-50da-a820-7f016bb30365 sending to next pipeline
2026-03-28 11:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6b222de-eba3-50da-a820-7f016bb30365, identifier: DN60%20UCJ
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698723946%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723946 not downloaded yet
2026-03-28 11:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6b222de-eba3-50da-a820-7f016bb30365 with identifier: DN60%20UCJ
2026-03-28 11:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6b222de-eba3-50da-a820-7f016bb30365 with identifier: DN60%20UCJ
2026-03-28 11:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6b222de-eba3-50da-a820-7f016bb30365 with identifier: DN60%20UCJ to the API
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758482/600>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_expert_report_file_f01ba12f-1e03-4a53-90dc-4aa3a58f7875.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN60%20UCJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6b222de-eba3-50da-a820-7f016bb30365',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN60 UCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN60%20UCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 112673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49086,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758482/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46707,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758490/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45913,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758500/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44536,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758514/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42095,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758526/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43647,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758538/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75097,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758553/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50643,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758566/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71097,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758582/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d6b222de-eba3-50da-a820-7f016bb30365/d6b222de-eba3-50da-a820-7f016bb30365_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62515,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DN60UCJ/698758599/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTR Hatchback',
 'transmission': 'manual',
 'trim': 'VTR',
 'vin': 'VF7PMCFB489514998',
 'year': 2011}
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520UCJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [bca.uk] INFO: Saving data for DN60%20UCJ: {'created_time': 1774695988.444124, 'last_price_update_time': 1774695988.444139, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN60%2520UCJ') HTTP/1.1" 204 0
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538906>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723902/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723902>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587806>
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587906%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587906 not downloaded yet
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912872%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912872 not downloaded yet
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e423f10>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764560%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764560/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e961710>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538856%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538856/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723891/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723885/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764636>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723912/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723912>
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648371/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587929%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587929 not downloaded yet
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912888%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912888 not downloaded yet
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc51e90>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648355%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648355/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea89c90>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648356%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648356/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4e8dd0>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648361%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648361/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94af4c0190>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723877%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723877/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587793/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587841/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587841>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912796/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912796>
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698587948%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587948 not downloaded yet
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912915%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912915 not downloaded yet
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe86210>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723891%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723891/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf7590>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723885%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723885/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd9490>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648371%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648371/600 saved to cache
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587806/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912953%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912953 not downloaded yet
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587856/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587856>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538960/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538960>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912824/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912824>
2026-03-28 11:06:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723931>
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723902/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723912/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912981%27 HTTP/1.1" 200 None
2026-03-28 11:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912981 not downloaded yet
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8eb290>
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587793%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587793/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698913003%27 HTTP/1.1" 200 None
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698913003 not downloaded yet
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723946/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723946>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912872/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912872>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587841/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912888/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912888>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587906>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e861490>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587806%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587806/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912796/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf60d0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723902%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723902/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2b3d0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723912%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723912/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae613e50>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538906%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538906/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912824/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587856/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587948/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587948>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587929/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587929>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912847/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912847>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912915/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912915>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538960/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8c84d0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587841%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587841/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac357b50>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764636%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764636/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac240250>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912796%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912796/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912872/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1d0d0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912824%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912824/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff60710>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587856%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587856/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b8c10>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538960%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538960/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb91090>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723931%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723931/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587882/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587882>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698913003/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698913003>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912981/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912981>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912953/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912953>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912888/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723946/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912915/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ea990>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912872%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912872/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723938/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723938>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587929/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538968/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538968>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587948/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2b4d0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912888%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912888/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912847/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723923/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723923>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764688/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764688>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538949/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538949>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698913003/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912981/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587882/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912953/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac352fd0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723946%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723946/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac5166d0>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587906%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587906/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e836650>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912915%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912915/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac516790>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587929%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587929/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac266210>
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587948%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587948/600 saved to cache
2026-03-28 11:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538924/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538924>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587827/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698587827>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764676/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764676>
2026-03-28 11:06:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912774/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BU74UXT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723938/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc3610>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912847%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912847/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e608810>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698913003%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698913003/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e239dd0>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912981%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912981/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff5f0d0>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587882%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587882/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09c350>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912953%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912953/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764658/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764658>
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538892>
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723896/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698723896>
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764688/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723923/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538949/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538968/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc52b50>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723938%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723938/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764617/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764617>
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912774/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BU74UXT/42809482?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=dHUl8P9QX5Ubhmb28LY3z5tpnMMR4QUBV5lw5RR7hXU%3D)
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587773/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD63HAU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538884/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538884>
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764610/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764610>
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97cad0>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764688%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764688/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587827/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723896/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LC13XXF/42805803?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=VeV7rl0sCcMaBi4lGAf3JNBmM%2FX9zzvj%2BwZG66n2vAc%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764676/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538924/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764658/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff60490>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723923%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723923/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc9bb90>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538949%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538949/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdcb990>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538968%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538968/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538871/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538871>
2026-03-28 11:06:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764598/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764598>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf6510>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBU74UXT%252F698912774%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912774/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5bf22baa-f479-58ee-abe9-b4001391a16b
2026-03-28 11:06:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5bf22baa-f479-58ee-abe9-b4001391a16b, skipping ID generation
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5bf22baa-f479-58ee-abe9-b4001391a16b sending to next pipeline
2026-03-28 11:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bf22baa-f479-58ee-abe9-b4001391a16b, identifier: BU74%20UXT
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e626010>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587827%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587827/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23ba10>
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLC13XXF%252F698723896%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723896/600 saved to cache
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8e793e99-15e7-5980-8a88-4fddfbbe45da
2026-03-28 11:06:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e793e99-15e7-5980-8a88-4fddfbbe45da, skipping ID generation
2026-03-28 11:06:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e793e99-15e7-5980-8a88-4fddfbbe45da sending to next pipeline
2026-03-28 11:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e793e99-15e7-5980-8a88-4fddfbbe45da, identifier: LC13%20XXF
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ebf50>
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538892%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538892/600 saved to cache
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97f910>
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764676%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764676/600 saved to cache
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad152310>
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538924%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538924/600 saved to cache
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4102d0>
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764658%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764658/600 saved to cache
2026-03-28 11:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bf22baa-f479-58ee-abe9-b4001391a16b with identifier: BU74%20UXT
2026-03-28 11:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bf22baa-f479-58ee-abe9-b4001391a16b with identifier: BU74%20UXT
2026-03-28 11:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bf22baa-f479-58ee-abe9-b4001391a16b with identifier: BU74%20UXT to the API
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912774/600>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_expert_report_file_624d162e-a43c-450b-a8e9-4751eee72132.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU74%20UXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5bf22baa-f479-58ee-abe9-b4001391a16b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU74 UXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU74%20UXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 13067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44505,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912774/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44757,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912796/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43509,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912824/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44939,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912847/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42246,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912872/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39126,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912888/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73351,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912915/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82633,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912953/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87667,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698912981/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bf22baa-f479-58ee-abe9-b4001391a16b/5bf22baa-f479-58ee-abe9-b4001391a16b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 59991,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BU74UXT/698913003/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 3.0 D250 AWD X-DYNAMIC HSE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D250 AWD X-DYNAMIC HSE (5ST)',
 'vin': 'SALEA6AW1S2371354',
 'year': 2024}
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU74%2520UXT%27 HTTP/1.1" 200 None
2026-03-28 11:06:31 [bca.uk] INFO: Saving data for BU74%20UXT: {'created_time': 1774695991.7523, 'last_price_update_time': 1774695991.75231, 'auction_closing_time': 1775124000.0}
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU74%2520UXT') HTTP/1.1" 204 0
2026-03-28 11:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e793e99-15e7-5980-8a88-4fddfbbe45da with identifier: LC13%20XXF
2026-03-28 11:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e793e99-15e7-5980-8a88-4fddfbbe45da with identifier: LC13%20XXF
2026-03-28 11:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e793e99-15e7-5980-8a88-4fddfbbe45da with identifier: LC13%20XXF to the API
2026-03-28 11:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723896/600>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_expert_report_file_6b9f3c89-3a87-4adc-8936-db4a2359159c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC13%20XXF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e793e99-15e7-5980-8a88-4fddfbbe45da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC13 XXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC13%20XXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 63230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46241,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723877/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45761,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723885/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45081,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723891/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45629,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723896/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43439,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723902/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41974,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723912/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92344,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723923/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77146,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723931/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86084,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723938/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e793e99-15e7-5980-8a88-4fddfbbe45da/8e793e99-15e7-5980-8a88-4fddfbbe45da_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76572,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LC13XXF/698723946/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER S ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S ALL4',
 'vin': 'WMWZC52020WP81705',
 'year': 2013}
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520XXF%27 HTTP/1.1" 200 None
2026-03-28 11:06:32 [bca.uk] INFO: Saving data for LC13%20XXF: {'created_time': 1774695992.180888, 'last_price_update_time': 1774695992.180899, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC13%2520XXF') HTTP/1.1" 204 0
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764617/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587773/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD63HAU/42804114?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=XnHs7F%2B9LuMlKVm7zkLBon0wRy3x9KjtkZSfQYpA4ns%3D)
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764610/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538863/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698538863>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764586/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764586>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648368/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648368>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764573/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698764573>
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538884/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775957/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775957>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822574>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648359/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697648359>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828037/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828037>
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764598/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764573/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538871/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910945/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910945>
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4113d0>
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764617%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764617/600 saved to cache
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9dd10>
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD63HAU%252F698587773%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587773/600 saved to cache
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 65b13170-0be8-57ff-b675-7cab8dca779c
2026-03-28 11:06:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65b13170-0be8-57ff-b675-7cab8dca779c, skipping ID generation
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65b13170-0be8-57ff-b675-7cab8dca779c sending to next pipeline
2026-03-28 11:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65b13170-0be8-57ff-b675-7cab8dca779c, identifier: LD63%20HAU
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac240790>
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764610%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764610/600 saved to cache
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764586/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/L14RHU/42807269?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=NtjeeZVWoOlVi18AtQK6UtzvKt5CNHiBny0IQjkNGRc%3D)
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65b13170-0be8-57ff-b675-7cab8dca779c with identifier: LD63%20HAU
2026-03-28 11:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65b13170-0be8-57ff-b675-7cab8dca779c with identifier: LD63%20HAU
2026-03-28 11:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65b13170-0be8-57ff-b675-7cab8dca779c with identifier: LD63%20HAU to the API
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587773/600>
{'auction_title': '',
 'c_o_2_emission_value': 251,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_expert_report_file_095fc8ea-6979-4bd7-9a59-a54826f57ec8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD63%20HAU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65b13170-0be8-57ff-b675-7cab8dca779c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD63 HAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD63%20HAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 91427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51813,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587773/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52432,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587793/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51463,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587806/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50473,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587827/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45425,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587841/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45583,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587856/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105270,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587882/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88418,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587906/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97596,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587929/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65b13170-0be8-57ff-b675-7cab8dca779c/65b13170-0be8-57ff-b675-7cab8dca779c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77170,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD63HAU/698587948/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 4.8 417 GTS TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': '417 GTS TIPTRONIC S',
 'vin': 'WP1ZZZ92ZELA73704',
 'year': 2013}
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520HAU%27 HTTP/1.1" 200 None
2026-03-28 11:06:32 [bca.uk] INFO: Saving data for LD63%20HAU: {'created_time': 1774695992.913957, 'last_price_update_time': 1774695992.913967, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD63%2520HAU') HTTP/1.1" 204 0
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797417/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797417>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD75%20EHO-GB>
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538863/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR63VBU/42802239?sv=2020-08-04&st=2026-03-28T11%3A06%3A24Z&se=2026-03-28T11%3A31%3A24Z&sr=b&sp=r&sig=ewmQL8ssU9VYAM%2BenvtvtdPZccPJVUthogBaR6mZnm4%3D)
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802459/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802459>
2026-03-28 11:06:32 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797392/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797392>
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648368/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8c990>
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538884%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538884/600 saved to cache
2026-03-28 11:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffdb350>
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764598%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764598/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e834a50>
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764573%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764573/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ba1d0>
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538871%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538871/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd05610>
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FL14RHU%252F698764586%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764586/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ecc151e2-e760-5842-8b42-b03e39ce399c
2026-03-28 11:06:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ecc151e2-e760-5842-8b42-b03e39ce399c, skipping ID generation
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ecc151e2-e760-5842-8b42-b03e39ce399c sending to next pipeline
2026-03-28 11:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecc151e2-e760-5842-8b42-b03e39ce399c, identifier: L14%20RHU
2026-03-28 11:06:33 [bca.uk] INFO: Total items found: 100
2026-03-28 11:06:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded
2026-03-28 11:06:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:06:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775957/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecc151e2-e760-5842-8b42-b03e39ce399c with identifier: L14%20RHU
2026-03-28 11:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecc151e2-e760-5842-8b42-b03e39ce399c with identifier: L14%20RHU
2026-03-28 11:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecc151e2-e760-5842-8b42-b03e39ce399c with identifier: L14%20RHU to the API
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764586/600>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_expert_report_file_090d69b0-54df-453c-a7a6-7c2209af02cc.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L14%20RHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ecc151e2-e760-5842-8b42-b03e39ce399c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'L14 RHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=L14%20RHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 80652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56198,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764560/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 58007,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764573/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 55487,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764586/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53175,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764598/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48773,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764610/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49041,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764617/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764636/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85328,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764658/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95434,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764676/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ecc151e2-e760-5842-8b42-b03e39ce399c/ecc151e2-e760-5842-8b42-b03e39ce399c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77365,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/L14RHU/698764688/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 300 R 4M DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 300 R 4M DSG',
 'vin': 'WVWZZZAUZHW071530',
 'year': 2016}
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L14%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:06:33 [bca.uk] INFO: Saving data for L14%20RHU: {'created_time': 1774695993.68349, 'last_price_update_time': 1774695993.6835, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L14%2520RHU') HTTP/1.1" 204 0
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4bb9d0>
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR63VBU%252F698538863%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538863/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 24590d65-22dc-5183-92ba-25ef3ccf3df6
2026-03-28 11:06:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24590d65-22dc-5183-92ba-25ef3ccf3df6, skipping ID generation
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 24590d65-22dc-5183-92ba-25ef3ccf3df6 sending to next pipeline
2026-03-28 11:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24590d65-22dc-5183-92ba-25ef3ccf3df6, identifier: LR63%20VBU
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4c3f50>
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648368%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648368/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:33 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd38c50>
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822574%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822574/600 saved to cache
2026-03-28 11:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797407/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797407>
2026-03-28 11:06:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802434/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802434>
2026-03-28 11:06:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767015/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698767015>
2026-03-28 11:06:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828028/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828028>
2026-03-28 11:06:33 [bca.uk] INFO: Found listing with ID: KP22%20FWN
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520FWN%27 HTTP/1.1" 200 None
2026-03-28 11:06:33 [bca.uk] INFO: Scrape type for KP22%20FWN: 0
2026-03-28 11:06:33 [bca.uk] INFO: Found listing with ID: YM70%20LGV
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM70%2520LGV%27 HTTP/1.1" 200 None
2026-03-28 11:06:33 [bca.uk] INFO: Scrape type for YM70%20LGV: 0
2026-03-28 11:06:33 [bca.uk] INFO: Found listing with ID: ST72%20HCC
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520HCC%27 HTTP/1.1" 200 None
2026-03-28 11:06:33 [bca.uk] INFO: Scrape type for ST72%20HCC: 0
2026-03-28 11:06:33 [bca.uk] INFO: Found listing with ID: BK70%20LBZ
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520LBZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:33 [bca.uk] INFO: Scrape type for BK70%20LBZ: 0
2026-03-28 11:06:33 [bca.uk] INFO: Found listing with ID: FE72%20GRU
2026-03-28 11:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520GRU%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for FE72%20GRU: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: FG19%20LHD
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520LHD%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for FG19%20LHD: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: FL70%20SXN
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SXN%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for FL70%20SXN: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: GX69%20EEM
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520EEM%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for GX69%20EEM: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: SD18%20HLO
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD18%2520HLO%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for SD18%20HLO: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: AE23%20RSO
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE23%2520RSO%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for AE23%20RSO: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: AO71%20KYW
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520KYW%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for AO71%20KYW: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: AP18%20ZGH
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP18%2520ZGH%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for AP18%20ZGH: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: AX19%20VDY
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520VDY%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for AX19%20VDY: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: BG22%20JMV
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG22%2520JMV%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for BG22%20JMV: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: BJ23%20DSV
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520DSV%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for BJ23%20DSV: 0
2026-03-28 11:06:34 [bca.uk] INFO: Found listing with ID: BK22%20FCG
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Scrape type for BK22%20FCG: 2
2026-03-28 11:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG
2026-03-28 11:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b966e900-d150-5a77-bdf9-d2579a6dc902 with scrape type 2
2026-03-28 11:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b966e900-d150-5a77-bdf9-d2579a6dc902 with scrape type 2
2026-03-28 11:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b966e900-d150-5a77-bdf9-d2579a6dc902, identifier: BK22%20FCG
2026-03-28 11:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24590d65-22dc-5183-92ba-25ef3ccf3df6 with identifier: LR63%20VBU
2026-03-28 11:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24590d65-22dc-5183-92ba-25ef3ccf3df6 with identifier: LR63%20VBU
2026-03-28 11:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24590d65-22dc-5183-92ba-25ef3ccf3df6 with identifier: LR63%20VBU to the API
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538863/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_expert_report_file_06de8837-efe7-4464-a099-54ff86f5fdcd.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR63%20VBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24590d65-22dc-5183-92ba-25ef3ccf3df6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR63 VBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR63%20VBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SUZUKI',
 'model': 'ALTO',
 'odometer': 145979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45865,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538856/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45830,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538863/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43311,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538871/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44177,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538884/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44553,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44410,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538906/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89613,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538924/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65604,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538949/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79856,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538960/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_24590d65-22dc-5183-92ba-25ef3ccf3df6/24590d65-22dc-5183-92ba-25ef3ccf3df6_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78988,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR63VBU/698538968/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SUZUKI ALTO 1.0 SZ4 Hatchback',
 'transmission': 'automatic',
 'trim': 'SZ4',
 'vin': 'MA3GFC31S00712591',
 'year': 2013}
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR63%2520VBU%27 HTTP/1.1" 200 None
2026-03-28 11:06:34 [bca.uk] INFO: Saving data for LR63%20VBU: {'created_time': 1774695994.67764, 'last_price_update_time': 1774695994.677649, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR63%2520VBU') HTTP/1.1" 204 0
2026-03-28 11:06:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828037/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910945/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648359/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/HK14ZDR/42786246?sv=2020-08-04&st=2026-03-28T11%3A06%3A23Z&se=2026-03-28T11%3A31%3A23Z&sr=b&sp=r&sig=pBTw0FElZgs4hftvbtPazinwnAS1y3YTN559QajA4t4%3D)
2026-03-28 11:06:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:06:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG
2026-03-28 11:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG
2026-03-28 11:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b966e900-d150-5a77-bdf9-d2579a6dc902 with identifier: BK22%20FCG to the API
2026-03-28 11:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20FCG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b966e900-d150-5a77-bdf9-d2579a6dc902',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 FCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20FCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 32284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 2WD S Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD S',
 'vin': 'SALZB2CN4NH176037',
 'year': 2022}
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520FCG%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Saving data for BK22%20FCG: {'auction_closing_time': 1774940400.0, 'created_time': 1774016035.954896, 'last_price_update_time': 1774695995.129017}
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520FCG') HTTP/1.1" 204 0
2026-03-28 11:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: BP73%20OOG
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520OOG%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for BP73%20OOG: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: CE19%20CEK
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for CE19%20CEK: 2
2026-03-28 11:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK
2026-03-28 11:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14011602-5762-58d2-a829-496006fe978d with scrape type 2
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14011602-5762-58d2-a829-496006fe978d with scrape type 2
2026-03-28 11:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14011602-5762-58d2-a829-496006fe978d, identifier: CE19%20CEK
2026-03-28 11:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797392/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK
2026-03-28 11:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK
2026-03-28 11:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14011602-5762-58d2-a829-496006fe978d with identifier: CE19%20CEK to the API
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE19%20CEK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '14011602-5762-58d2-a829-496006fe978d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE19 CEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE19%20CEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 71529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE',
 'vin': 'SADHA2A1XK1F71826',
 'year': 2019}
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520CEK%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Saving data for CE19%20CEK: {'auction_closing_time': 1774940400.0, 'created_time': 1773930133.664006, 'last_price_update_time': 1774695995.605927}
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE19%2520CEK') HTTP/1.1" 204 0
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3a810>
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775957%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775957/600 saved to cache
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822519/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822519>
2026-03-28 11:06:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775899/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775899>
2026-03-28 11:06:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775725/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775725>
2026-03-28 11:06:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797378/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797378>
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: DP22%20TKE
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKE%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for DP22%20TKE: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: DS19%20NSN
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS19%2520NSN%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for DS19%20NSN: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: DS71%20EAY
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520EAY%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for DS71%20EAY: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: EA23%20BKN
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA23%2520BKN%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for EA23%20BKN: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: EY22%20KYZ
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520KYZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for EY22%20KYZ: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: FJ22%20YBP
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520YBP%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for FJ22%20YBP: 0
2026-03-28 11:06:35 [bca.uk] INFO: Found listing with ID: GN70%20XMW
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN70%2520XMW%27 HTTP/1.1" 200 None
2026-03-28 11:06:35 [bca.uk] INFO: Scrape type for GN70%20XMW: 2
2026-03-28 11:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW
2026-03-28 11:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e64134af-239f-5fc0-82fa-2baf621f4600 with scrape type 2
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e64134af-239f-5fc0-82fa-2baf621f4600 with scrape type 2
2026-03-28 11:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e64134af-239f-5fc0-82fa-2baf621f4600, identifier: GN70%20XMW
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ec3d0>
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698828037%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828037/600 saved to cache
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb81150>
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910945%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910945/600 saved to cache
2026-03-28 11:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e513350>
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FHK14ZDR%252F697648359%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648359/600 saved to cache
2026-03-28 11:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e
2026-03-28 11:06:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e, skipping ID generation
2026-03-28 11:06:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e sending to next pipeline
2026-03-28 11:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e, identifier: HK14%20ZDR
2026-03-28 11:06:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797417/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802459/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW
2026-03-28 11:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW
2026-03-28 11:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e64134af-239f-5fc0-82fa-2baf621f4600 with identifier: GN70%20XMW to the API
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN70%20XMW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e64134af-239f-5fc0-82fa-2baf621f4600',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN70 XMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN70%20XMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 44481,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D240 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN1LH874047',
 'year': 2020}
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN70%2520XMW%27 HTTP/1.1" 200 None
2026-03-28 11:06:36 [bca.uk] INFO: Saving data for GN70%20XMW: {'auction_closing_time': 1774940400.0, 'created_time': 1773839093.722045, 'last_price_update_time': 1774695996.925511}
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN70%2520XMW') HTTP/1.1" 204 0
2026-03-28 11:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e with identifier: HK14%20ZDR
2026-03-28 11:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e with identifier: HK14%20ZDR
2026-03-28 11:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e with identifier: HK14%20ZDR to the API
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648359/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_expert_report_file_cc333920-b2e3-4152-a06e-46963fb2654d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK14%20ZDR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK14 ZDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK14%20ZDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 53442,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648349/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54177,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648350/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51424,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648352/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51259,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648354/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48600,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648355/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49004,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648356/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77220,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648359/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648361/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78724,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648368/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e/1eb18c91-e05c-5b9a-a9d6-bd5e6d8bd76e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89468,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/HK14ZDR/697648371/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0CXXGAKCES55384',
 'year': 2014}
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520ZDR%27 HTTP/1.1" 200 None
2026-03-28 11:06:37 [bca.uk] INFO: Saving data for HK14%20ZDR: {'created_time': 1774695997.356178, 'last_price_update_time': 1774695997.356188, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK14%2520ZDR') HTTP/1.1" 204 0
2026-03-28 11:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828020/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828020>
2026-03-28 11:06:37 [bca.uk] INFO: Found listing with ID: GX19%20TVF
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:06:37 [bca.uk] INFO: Scrape type for GX19%20TVF: 0
2026-03-28 11:06:37 [bca.uk] INFO: Found listing with ID: HD22%20GPZ
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:37 [bca.uk] INFO: Scrape type for HD22%20GPZ: 2
2026-03-28 11:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6229474a-5442-5925-8194-8112344f7cca with identifier: HD22%20GPZ
2026-03-28 11:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6229474a-5442-5925-8194-8112344f7cca with scrape type 2
2026-03-28 11:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6229474a-5442-5925-8194-8112344f7cca with scrape type 2
2026-03-28 11:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6229474a-5442-5925-8194-8112344f7cca, identifier: HD22%20GPZ
2026-03-28 11:06:37 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:37 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:37 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:37 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:37 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe4810>
2026-03-28 11:06:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797392%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797392/600 saved to cache
2026-03-28 11:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767015/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6229474a-5442-5925-8194-8112344f7cca with identifier: HD22%20GPZ
2026-03-28 11:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6229474a-5442-5925-8194-8112344f7cca with identifier: HD22%20GPZ
2026-03-28 11:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6229474a-5442-5925-8194-8112344f7cca with identifier: HD22%20GPZ to the API
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD22%20GPZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6229474a-5442-5925-8194-8112344f7cca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HD22 GPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD22%20GPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 62327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC HSE',
 'vin': 'SALYA2AY1NA335505',
 'year': 2022}
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD22%2520GPZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:37 [bca.uk] INFO: Saving data for HD22%20GPZ: {'auction_closing_time': 1774940400.0, 'created_time': 1774016034.419091, 'last_price_update_time': 1774695997.883359}
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD22%2520GPZ') HTTP/1.1" 204 0
2026-03-28 11:06:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802411/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802411>
2026-03-28 11:06:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797390>
2026-03-28 11:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828028/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797407/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802434/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: J4%20JYG
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J4%2520JYG%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for J4%20JYG: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: JR09%20HOG
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JR09%2520HOG%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for JR09%20HOG: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: KS69%20YCG
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520YCG%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for KS69%20YCG: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: LA71%20YYO
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520YYO%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for LA71%20YYO: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: LC22%20EAY
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520EAY%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for LC22%20EAY: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: LL22%20MGO
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520MGO%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for LL22%20MGO: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: LV22%20KXJ
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520KXJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for LV22%20KXJ: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: ML19%20OBE
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520OBE%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for ML19%20OBE: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: NC22%20CZK
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC22%2520CZK%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for NC22%20CZK: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: NX72%20PHY
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX72%2520PHY%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for NX72%20PHY: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: OV69%20LRU
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520LRU%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for OV69%20LRU: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: PX22%20ZKE
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520ZKE%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for PX22%20ZKE: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: PY67%20LKC
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520LKC%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for PY67%20LKC: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: RA15%20RYY
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520RYY%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for RA15%20RYY: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: RJ72%20VOD
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ72%2520VOD%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for RJ72%20VOD: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: SA21%20KZD
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520KZD%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for SA21%20KZD: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: SD71%20YFN
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520YFN%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for SD71%20YFN: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: SN22%20BGA
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN22%2520BGA%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for SN22%20BGA: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: SR23%20NZS
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR23%2520NZS%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for SR23%20NZS: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: ST09%20ARY
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST09%2520ARY%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for ST09%20ARY: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: ST18%20RTO
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520RTO%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for ST18%20RTO: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: SV21%20ZNZ
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for SV21%20ZNZ: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: SX22%20GDU
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GDU%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for SX22%20GDU: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: VX72%20WWK
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520WWK%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for VX72%20WWK: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: WK70%20HVS
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520HVS%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for WK70%20HVS: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: WU21%20EHW
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520EHW%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for WU21%20EHW: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: WU68%20BGK
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU68%2520BGK%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for WU68%20BGK: 0
2026-03-28 11:06:38 [bca.uk] INFO: Found listing with ID: WX22%20ZVD
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520ZVD%27 HTTP/1.1" 200 None
2026-03-28 11:06:38 [bca.uk] INFO: Scrape type for WX22%20ZVD: 2
2026-03-28 11:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD
2026-03-28 11:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with scrape type 2
2026-03-28 11:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with scrape type 2
2026-03-28 11:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9, identifier: WX22%20ZVD
2026-03-28 11:06:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797359/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797359>
2026-03-28 11:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD
2026-03-28 11:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD
2026-03-28 11:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ea526c0-f83b-52a3-b1e0-78051b1bfab9 with identifier: WX22%20ZVD to the API
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=10&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX22%20ZVD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ea526c0-f83b-52a3-b1e0-78051b1bfab9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WX22 ZVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX22%20ZVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 53920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 HSE DYNAMIC BLACK',
 'vin': 'SALWA2AW4NA240572',
 'year': 2022}
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520ZVD%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Saving data for WX22%20ZVD: {'auction_closing_time': 1774940400.0, 'created_time': 1773930092.396162, 'last_price_update_time': 1774695999.05296}
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX22%2520ZVD') HTTP/1.1" 204 0
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea48ed0>
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797417%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797417/600 saved to cache
2026-03-28 11:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:39 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e510c90>
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802459%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802459/600 saved to cache
2026-03-28 11:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff62510>
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_expert_report_file_68bb3d8c-9dd8-4f5c-a896-30dc2b154938.pdf HTTP/1.1" 201 0
2026-03-28 11:06:39 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9b95dd9-3469-5e6e-ba6a-02b349aae404, skipping ID generation
2026-03-28 11:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD75EHO-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD75EHO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775725/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797378/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: WX73%20YZA
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520YZA%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for WX73%20YZA: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YK21%20VRC
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520VRC%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YK21%20VRC: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YL70%20NVC
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL70%2520NVC%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YL70%20NVC: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YN22%20WKM
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520WKM%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YN22%20WKM: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YN23%20WUP
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520WUP%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YN23%20WUP: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YR22%20XOF
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520XOF%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YR22%20XOF: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YR69%20ZVN
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520ZVN%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YR69%20ZVN: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: AV18%20LLP
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520LLP%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for AV18%20LLP: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: RO21%20VFW
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO21%2520VFW%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for RO21%20VFW: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: SW69%20SCX
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520SCX%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for SW69%20SCX: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: CP17%20DYG
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP17%2520DYG%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for CP17%20DYG: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: EJ17%20HGU
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520HGU%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for EJ17%20HGU: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: MT17%20UTS
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520UTS%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for MT17%20UTS: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: CX65%20XUD
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX65%2520XUD%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for CX65%20XUD: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: LN68%20FBD
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN68%2520FBD%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for LN68%20FBD: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: FV21%20VKU
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520VKU%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for FV21%20VKU: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: MF22%20KJU
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520KJU%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for MF22%20KJU: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: RJ18%20ZHN
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520ZHN%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for RJ18%20ZHN: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: BT66%20ZFD
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFD%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for BT66%20ZFD: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: BX20%20FKV
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX20%2520FKV%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for BX20%20FKV: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: MT14%20TZF
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520TZF%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for MT14%20TZF: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: SM70%20ZWE
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM70%2520ZWE%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for SM70%20ZWE: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: DX68%20VZO
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520VZO%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for DX68%20VZO: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: FE20%20HHJ
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520HHJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for FE20%20HHJ: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: MM18%20HRK
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520HRK%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for MM18%20HRK: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: DU20%20XWW
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520XWW%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for DU20%20XWW: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: GN70%20OTT
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN70%2520OTT%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for GN70%20OTT: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YB19%20EOM
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520EOM%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YB19%20EOM: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: YG21%20HVH
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520HVH%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for YG21%20HVH: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: BJ22%20OGX
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520OGX%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for BJ22%20OGX: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: RA19%20XWL
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520XWL%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for RA19%20XWL: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: SY19%20CEJ
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY19%2520CEJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for SY19%20CEJ: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: DY64%20YTD
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY64%2520YTD%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for DY64%20YTD: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: ML69%20KTJ
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520KTJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:39 [bca.uk] INFO: Scrape type for ML69%20KTJ: 0
2026-03-28 11:06:39 [bca.uk] INFO: Found listing with ID: NU21%20PFD
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520PFD%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for NU21%20PFD: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: OV69%20OAL
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520OAL%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for OV69%20OAL: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: OW17%20RHY
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW17%2520RHY%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for OW17%20RHY: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: WF68%20WGC
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF68%2520WGC%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for WF68%20WGC: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: YE67%20OPH
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520OPH%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for YE67%20OPH: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: LL18%20OTM
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520OTM%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for LL18%20OTM: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: LX16%20CNU
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX16%2520CNU%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for LX16%20CNU: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: OW17%20PUO
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW17%2520PUO%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for OW17%20PUO: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: RK66%20MLE
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520MLE%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for RK66%20MLE: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: SC19%20RJJ
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC19%2520RJJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for SC19%20RJJ: 0
2026-03-28 11:06:40 [bca.uk] INFO: Found listing with ID: FL24%20MXK
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL24%2520MXK%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [bca.uk] INFO: Scrape type for FL24%20MXK: 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508041%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508041 not downloaded yet
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3c110>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698767015%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767015/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d17d0>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698828028%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828028/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0c090>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797407%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797407/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0e290>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802434%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802434/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775862>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910908/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697910908>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822491/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822491>
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822519/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828020/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775899/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508050%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508050 not downloaded yet
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0c1d0>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775725%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775725/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf9a90>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797378%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797378/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797390/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797359/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797377/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797377>
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802411/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828012/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828012>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802390>
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508059%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508059 not downloaded yet
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d1050>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822519%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822519/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb01590>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698828020%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828020/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb03490>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775899%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775899/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508065%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508065 not downloaded yet
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775717/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775717>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508034/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD75EHO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508076%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508076 not downloaded yet
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8f78d0>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797390%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797390/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e291ad0>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797359%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797359/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa7c50>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802411%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802411/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508041>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775823>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797347/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797347>
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508096%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508096 not downloaded yet
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822491/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910908/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF65SSV/42806572?sv=2020-08-04&st=2026-03-28T11%3A06%3A05Z&se=2026-03-28T11%3A31%3A05Z&sr=b&sp=r&sig=1o%2FMjxgp%2FIsHLMd0wCyHkjMpj5rEXVhHg0znW9g9tJ4%3D)
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508115%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508115 not downloaded yet
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508131%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508131 not downloaded yet
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698508153%27 HTTP/1.1" 200 None
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508153 not downloaded yet
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828006/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828006>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508050/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508050>
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802390/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797362/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797362>
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802365/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802365>
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797377/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508034/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4b8710>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775862%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775862/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828012/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775717/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508041/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508065/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508065>
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:40 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e510550>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822491%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822491/600 saved to cache
2026-03-28 11:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797347/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508076/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508076>
2026-03-28 11:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508096/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508096>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e412210>
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF65SSV%252F697910908%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910908/600 saved to cache
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0d734e44-52d9-57e4-8863-dc7d94854907
2026-03-28 11:06:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d734e44-52d9-57e4-8863-dc7d94854907, skipping ID generation
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d734e44-52d9-57e4-8863-dc7d94854907 sending to next pipeline
2026-03-28 11:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d734e44-52d9-57e4-8863-dc7d94854907, identifier: PF65%20SSV
2026-03-28 11:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d734e44-52d9-57e4-8863-dc7d94854907 with identifier: PF65%20SSV
2026-03-28 11:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d734e44-52d9-57e4-8863-dc7d94854907 with identifier: PF65%20SSV
2026-03-28 11:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d734e44-52d9-57e4-8863-dc7d94854907 with identifier: PF65%20SSV to the API
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910908/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_expert_report_file_fe15bd0c-47e4-4656-9d5a-080fe999272e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF65%20SSV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d734e44-52d9-57e4-8863-dc7d94854907',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF65 SSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF65%20SSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 85175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49586,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910878/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49111,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43298,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910904/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43425,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910908/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910914/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44008,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910921/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78612,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910945/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67849,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910963/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78838,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910982/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d734e44-52d9-57e4-8863-dc7d94854907/0d734e44-52d9-57e4-8863-dc7d94854907_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73602,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF65SSV/697910997/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2AN2GH576452',
 'year': 2016}
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520SSV%27 HTTP/1.1" 200 None
2026-03-28 11:06:41 [bca.uk] INFO: Saving data for PF65%20SSV: {'created_time': 1774696001.767737, 'last_price_update_time': 1774696001.767748, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF65%2520SSV') HTTP/1.1" 204 0
2026-03-28 11:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797362/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508050/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508153/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508153>
2026-03-28 11:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828006/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508065/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508115/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508115>
2026-03-28 11:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802365/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508131/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508131>
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff2bc90>
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802390%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802390/600 saved to cache
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4d7d0>
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797377%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797377/600 saved to cache
2026-03-28 11:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4ba210>
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508034%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508034/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4f9d0>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698828012%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828012/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8ec90>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775717%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775717/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e982310>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508041%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508041/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb77650>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797347%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797347/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4ce90>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775823%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775823/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc85c10>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797362%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797362/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb03f50>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508050%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508050/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf5c50>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698828006%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828006/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb00350>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508065%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508065/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5c0550>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802365%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802365/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508076/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822432/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822432>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508059/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698508059>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797337/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797337>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775708/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NG13GKJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766961/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF64ZPZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508096/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508131/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775798/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775798>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797351/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797351>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828001/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698828001>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802345/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802345>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813574>
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508115/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766961/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF64ZPZ/42807431?sv=2020-08-04&st=2026-03-28T11%3A06%3A08Z&se=2026-03-28T11%3A31%3A08Z&sr=b&sp=r&sig=zTPMpUxf%2BhngNuzjI%2BQOP8T%2B7FOOQvtjEXE5DDOAryk%3D)
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94aeb28450>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508076%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508076/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508153/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcbfc10>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508096%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508096/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3d0a90>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508131%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508131/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775708/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NG13GKJ/42807759?sv=2020-08-04&st=2026-03-28T11%3A06%3A06Z&se=2026-03-28T11%3A31%3A06Z&sr=b&sp=r&sig=ACq%2Fr6bTkpDm%2BM7YAdHbiyt9OdSqg8%2BN8n1NVGcS7hg%3D)
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797337/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508059/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD75EHO/42801458?sv=2020-08-04&st=2026-03-28T11%3A06%3A32Z&se=2026-03-28T11%3A31%3A32Z&sr=b&sp=r&sig=%2FHxpf8yFaqbKykgLRVa3DDOS6YdRsl98YIswXEtxcaM%3D)
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088439/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088439>
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822432/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YP18HSO/42808548?sv=2020-08-04&st=2026-03-28T11%3A06%3A04Z&se=2026-03-28T11%3A31%3A04Z&sr=b&sp=r&sig=9Cmmu9ovSlaapciZ5vpWzdXY%2FhPE8U6%2B3%2FHnZbRjHZM%3D)
2026-03-28 11:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797351/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802326>
2026-03-28 11:06:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827997>
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcad6d0>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508115%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508115/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae459390>
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF64ZPZ%252F698766961%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766961/600 saved to cache
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 65008501-d7e3-5111-b4f9-a8e8adb781bc
2026-03-28 11:06:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65008501-d7e3-5111-b4f9-a8e8adb781bc, skipping ID generation
2026-03-28 11:06:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65008501-d7e3-5111-b4f9-a8e8adb781bc sending to next pipeline
2026-03-28 11:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65008501-d7e3-5111-b4f9-a8e8adb781bc, identifier: MF64%20ZPZ
2026-03-28 11:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65008501-d7e3-5111-b4f9-a8e8adb781bc with identifier: MF64%20ZPZ
2026-03-28 11:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65008501-d7e3-5111-b4f9-a8e8adb781bc with identifier: MF64%20ZPZ
2026-03-28 11:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65008501-d7e3-5111-b4f9-a8e8adb781bc with identifier: MF64%20ZPZ to the API
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766961/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_expert_report_file_24c02b55-db0b-4514-ab0a-4813992ab63e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF64%20ZPZ-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65008501-d7e3-5111-b4f9-a8e8adb781bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF64 ZPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF64%20ZPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 106468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50703,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766961/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49652,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698766975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44859,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767002/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45013,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767015/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45486,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767030/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45208,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767042/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87710,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767070/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71263,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767087/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87425,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767101/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65008501-d7e3-5111-b4f9-a8e8adb781bc/65008501-d7e3-5111-b4f9-a8e8adb781bc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90572,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF64ZPZ/698767118/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0DXXGAKDEB77759',
 'year': 2014}
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZPZ%27 HTTP/1.1" 200 None
2026-03-28 11:06:43 [bca.uk] INFO: Saving data for MF64%20ZPZ: {'created_time': 1774696003.342627, 'last_price_update_time': 1774696003.342637, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF64%2520ZPZ') HTTP/1.1" 204 0
2026-03-28 11:06:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797339/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797339>
2026-03-28 11:06:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813551/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813551>
2026-03-28 11:06:43 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088431/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088431>
2026-03-28 11:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828001/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775798/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802345/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:43 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:43 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:43 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:43 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:43 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac535c10>
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508153%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508153/600 saved to cache
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2cf2d0>
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNG13GKJ%252F698775708%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775708/600 saved to cache
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3
2026-03-28 11:06:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3, skipping ID generation
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3 sending to next pipeline
2026-03-28 11:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3, identifier: NG13%20GKJ
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e6c50>
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797337%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797337/600 saved to cache
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebd6090>
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD75EHO%252F698508059%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508059/600 saved to cache
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c9b95dd9-3469-5e6e-ba6a-02b349aae404
2026-03-28 11:06:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c9b95dd9-3469-5e6e-ba6a-02b349aae404, skipping ID generation
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c9b95dd9-3469-5e6e-ba6a-02b349aae404 sending to next pipeline
2026-03-28 11:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9b95dd9-3469-5e6e-ba6a-02b349aae404, identifier: LD75%20EHO
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe55f10>
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYP18HSO%252F698822432%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822432/600 saved to cache
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d5f11c4c-dabf-588c-a1de-3167e7ec7290
2026-03-28 11:06:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5f11c4c-dabf-588c-a1de-3167e7ec7290, skipping ID generation
2026-03-28 11:06:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5f11c4c-dabf-588c-a1de-3167e7ec7290 sending to next pipeline
2026-03-28 11:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5f11c4c-dabf-588c-a1de-3167e7ec7290, identifier: YP18%20HSO
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebd4c90>
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797351%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797351/600 saved to cache
2026-03-28 11:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797303/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=VA19XRY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802310/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802310>
2026-03-28 11:06:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813520/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813520>
2026-03-28 11:06:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797326>
2026-03-28 11:06:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088419>
2026-03-28 11:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3 with identifier: NG13%20GKJ
2026-03-28 11:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3 with identifier: NG13%20GKJ
2026-03-28 11:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3 with identifier: NG13%20GKJ to the API
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775708/600>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_expert_report_file_2b65c788-dca3-4dbe-a88f-5b8180a9bdcd.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG13%20GKJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG13 GKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG13%20GKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 110676,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48391,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775708/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45335,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775717/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43618,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775719/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43491,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775725/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43924,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775731/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43402,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775738/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74463,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775765/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64199,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775800/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775843/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3/fcfcb124-8dbb-5693-bf0c-4bfa31aaf0a3_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76516,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NG13GKJ/698775887/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 TFSI 122 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 122 SPORT',
 'vin': 'WAUZZZ8V3EA019724',
 'year': 2013}
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520GKJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:44 [bca.uk] INFO: Saving data for NG13%20GKJ: {'created_time': 1774696004.414786, 'last_price_update_time': 1774696004.414797, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG13%2520GKJ') HTTP/1.1" 204 0
2026-03-28 11:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9b95dd9-3469-5e6e-ba6a-02b349aae404 with identifier: LD75%20EHO
2026-03-28 11:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9b95dd9-3469-5e6e-ba6a-02b349aae404 with identifier: LD75%20EHO
2026-03-28 11:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9b95dd9-3469-5e6e-ba6a-02b349aae404 with identifier: LD75%20EHO to the API
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508059/600>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_expert_report_file_68bb3d8c-9dd8-4f5c-a896-30dc2b154938.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD75%20EHO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c9b95dd9-3469-5e6e-ba6a-02b349aae404',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD75 EHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD75%20EHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 4826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45202,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508034/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45779,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508041/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44854,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508050/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45335,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508059/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42247,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508065/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43020,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508076/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78176,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508096/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72910,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508115/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82910,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508131/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c9b95dd9-3469-5e6e-ba6a-02b349aae404/c9b95dd9-3469-5e6e-ba6a-02b349aae404_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62481,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD75EHO/698508153/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD LONG RANGE',
 'vin': 'XP7YHCER1SB724397',
 'year': 2025}
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD75%2520EHO%27 HTTP/1.1" 200 None
2026-03-28 11:06:44 [bca.uk] INFO: Saving data for LD75%20EHO: {'created_time': 1774696004.79768, 'last_price_update_time': 1774696004.797689, 'auction_closing_time': 1775124000.0}
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD75%2520EHO') HTTP/1.1" 204 0
2026-03-28 11:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5f11c4c-dabf-588c-a1de-3167e7ec7290 with identifier: YP18%20HSO
2026-03-28 11:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5f11c4c-dabf-588c-a1de-3167e7ec7290 with identifier: YP18%20HSO
2026-03-28 11:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5f11c4c-dabf-588c-a1de-3167e7ec7290 with identifier: YP18%20HSO to the API
2026-03-28 11:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822432/600>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_expert_report_file_381d29fa-930f-4855-894a-e6a62f8844a0.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP18%20HSO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5f11c4c-dabf-588c-a1de-3167e7ec7290',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP18 HSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP18%20HSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 48634,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47143,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822357/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46807,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822371/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44644,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822389/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43455,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43893,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822432/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822455/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81904,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822491/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60343,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822519/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77908,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822543/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f11c4c-dabf-588c-a1de-3167e7ec7290/d5f11c4c-dabf-588c-a1de-3167e7ec7290_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79207,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YP18HSO/698822574/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN UP! 1.0 MPI 75 HIGH UP Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 75 HIGH UP',
 'vin': 'WVWZZZAAZJD169127',
 'year': 2018}
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520HSO%27 HTTP/1.1" 200 None
2026-03-28 11:06:45 [bca.uk] INFO: Saving data for YP18%20HSO: {'created_time': 1774696005.206371, 'last_price_update_time': 1774696005.206385, 'auction_closing_time': 1774864800.0}
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP18%2520HSO') HTTP/1.1" 204 0
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088439/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae46fc90>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698828001%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828001/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff28290>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698827997%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827997/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea4ba50>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775798%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775798/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff2bdd0>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802345%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802345/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2c990>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813574%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813574/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088431/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797339/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797313/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698797313>
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775753/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775753>
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827978/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698827978>
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802289/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802289>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf4350>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802326%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802326/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813551/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813482/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813482>
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf79d0>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088439%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088439/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eab8050>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088431%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088431/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2c550>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797339%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797339/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802310/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797303/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VA19XRY/42808075?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=bvwqNFShAI6aSO0HBVGMIyKqkBW3NT41bJp0tAVz7BA%3D)
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088413>
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775737/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PL68ZCX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813520/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3e1d0>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813551%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813551/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802289/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797313/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SD14UCC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775753/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827978/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802269/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PK14VAX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813482/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac411c50>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802310%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802310/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775737/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PL68ZCX/42807555?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=BSgxLxwJEeVcjSL35w5jndCZsrg8BZjGoLsFXU3fdqY%3D)
2026-03-28 11:06:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827975/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FH18LKJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc8090>
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVA19XRY%252F698797303%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797303/600 saved to cache
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15
2026-03-28 11:06:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15, skipping ID generation
2026-03-28 11:06:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15 sending to next pipeline
2026-03-28 11:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15, identifier: VA19%20XRY
2026-03-28 11:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088413/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15 with identifier: VA19%20XRY
2026-03-28 11:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15 with identifier: VA19%20XRY
2026-03-28 11:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20daa90f-0a84-5a6d-ba71-f0ccc13c1d15 with identifier: VA19%20XRY to the API
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797303/600>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_expert_report_file_a879bfe9-1f73-4a87-aef5-7a6099c5e587.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20XRY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20daa90f-0a84-5a6d-ba71-f0ccc13c1d15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA19 XRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20XRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 93314,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48891,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797303/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47186,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797314/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43436,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797325/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43538,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797337/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43029,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797347/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42862,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797359/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83858,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797378/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79030,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797392/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87778,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797411/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20daa90f-0a84-5a6d-ba71-f0ccc13c1d15/20daa90f-0a84-5a6d-ba71-f0ccc13c1d15_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65963,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VA19XRY/698797427/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 2WD SEL DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 2WD SEL DSG',
 'vin': 'WVGZZZ5NZKW382748',
 'year': 2019}
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-28 11:06:46 [bca.uk] INFO: Saving data for VA19%20XRY: {'created_time': 1774696006.395343, 'last_price_update_time': 1774696006.395356, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520XRY') HTTP/1.1" 204 0
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088405/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=694088405>
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813439/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698813439>
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK64%20WXM-GB>
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ16%20YOR-GB>
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088382/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KO17XBK-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3c2d0>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797326%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797326/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe86590>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813520%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813520/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff3dc10>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088419%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088419/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP70%20XEN-GB>
2026-03-28 11:06:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147572>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e423a10>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802289%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802289/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e861c10>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797313%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797313/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae77fb50>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775753%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775753/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcb1790>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698827978%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827978/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bc810>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813482%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813482/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac0ec510>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPL68ZCX%252F698775737%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775737/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e
2026-03-28 11:06:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c5f13b8-4d4a-53db-9b96-4c70590a110e, skipping ID generation
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c5f13b8-4d4a-53db-9b96-4c70590a110e sending to next pipeline
2026-03-28 11:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c5f13b8-4d4a-53db-9b96-4c70590a110e, identifier: PL68%20ZCX
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:46 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3ca7d0>
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088413%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088413/600 saved to cache
2026-03-28 11:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c5f13b8-4d4a-53db-9b96-4c70590a110e with identifier: PL68%20ZCX
2026-03-28 11:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c5f13b8-4d4a-53db-9b96-4c70590a110e with identifier: PL68%20ZCX
2026-03-28 11:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c5f13b8-4d4a-53db-9b96-4c70590a110e with identifier: PL68%20ZCX to the API
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775737/600>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_expert_report_file_2cac820e-8849-4404-be6f-d70e390508f4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL68%20ZCX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c5f13b8-4d4a-53db-9b96-4c70590a110e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL68 ZCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL68%20ZCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 46828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50260,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775737/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47541,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775753/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41251,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775764/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40961,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775782/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42557,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775798/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41795,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96977,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775862/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91436,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775899/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92052,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775931/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c5f13b8-4d4a-53db-9b96-4c70590a110e/2c5f13b8-4d4a-53db-9b96-4c70590a110e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78949,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PL68ZCX/698775957/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 115 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 R LINE',
 'vin': 'WVWZZZAWZKU036819',
 'year': 2019}
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL68%2520ZCX%27 HTTP/1.1" 200 None
2026-03-28 11:06:47 [bca.uk] INFO: Saving data for PL68%20ZCX: {'created_time': 1774696007.300985, 'last_price_update_time': 1774696007.301, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL68%2520ZCX') HTTP/1.1" 204 0
2026-03-28 11:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802269/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PK14VAX/42808180?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=EPVrf4lJsehdZUnOvl%2FU7v07eUhHivttOeL7LngIaRs%3D)
2026-03-28 11:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827975/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FH18LKJ/42808566?sv=2020-08-04&st=2026-03-28T11%3A06%3A03Z&se=2026-03-28T11%3A31%3A03Z&sr=b&sp=r&sig=cczMZdmTHaKqzvGe3UP9Xbu152P2Iw47Gy%2BT5bje5Tg%3D)
2026-03-28 11:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD14UCC/42807952?sv=2020-08-04&st=2026-03-28T11%3A06%3A02Z&se=2026-03-28T11%3A31%3A02Z&sr=b&sp=r&sig=Jku2q1rjdxaIz%2FCpJGjSOxCjNPOmI0j4qlKldYji8Ew%3D)
2026-03-28 11:06:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822546/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822546>
2026-03-28 11:06:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL67%20NGU-GB>
2026-03-28 11:06:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818401>
2026-03-28 11:06:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147549/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147549>
2026-03-28 11:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088382/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:47 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240951/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240951>
2026-03-28 11:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813439/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SD60OBV/42808330?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=AJmNgjY0mR%2FK4Ov6GRzjfP2o87bxL%2FVmxpwvz74h9mQ%3D)
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc3590>
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPK14VAX%252F698802269%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802269/600 saved to cache
2026-03-28 11:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bb25d155-3621-58d2-8d7a-91adc9b51d32
2026-03-28 11:06:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb25d155-3621-58d2-8d7a-91adc9b51d32, skipping ID generation
2026-03-28 11:06:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb25d155-3621-58d2-8d7a-91adc9b51d32 sending to next pipeline
2026-03-28 11:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb25d155-3621-58d2-8d7a-91adc9b51d32, identifier: PK14%20VAX
2026-03-28 11:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb25d155-3621-58d2-8d7a-91adc9b51d32 with identifier: PK14%20VAX
2026-03-28 11:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb25d155-3621-58d2-8d7a-91adc9b51d32 with identifier: PK14%20VAX
2026-03-28 11:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb25d155-3621-58d2-8d7a-91adc9b51d32 with identifier: PK14%20VAX to the API
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802269/600>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_expert_report_file_462a1f11-6fd1-4f6d-8b8a-deec6ca7d8a7.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK14%20VAX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb25d155-3621-58d2-8d7a-91adc9b51d32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK14 VAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK14%20VAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 91449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47842,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802269/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47124,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802289/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802310/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42877,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802326/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41080,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802345/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41896,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802365/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87810,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802390/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60350,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802411/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90112,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802434/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bb25d155-3621-58d2-8d7a-91adc9b51d32/bb25d155-3621-58d2-8d7a-91adc9b51d32_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68056,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PK14VAX/698802459/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN UP! 1.0 60 MOVE UP Hatchback',
 'transmission': 'manual',
 'trim': '60 MOVE UP',
 'vin': 'WVWZZZAAZED109160',
 'year': 2014}
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK14%2520VAX%27 HTTP/1.1" 200 None
2026-03-28 11:06:47 [bca.uk] INFO: Saving data for PK14%20VAX: {'created_time': 1774696007.9239, 'last_price_update_time': 1774696007.923916, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK14%2520VAX') HTTP/1.1" 204 0
2026-03-28 11:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088405/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KO17XBK/42715248?sv=2020-08-04&st=2026-03-28T11%3A06%3A00Z&se=2026-03-28T11%3A31%3A00Z&sr=b&sp=r&sig=Ob50kn5fZ9IA2V3s5D6HdhkEYn6vXcBQysgcP9s%2FZyU%3D)
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e981fd0>
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFH18LKJ%252F698827975%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827975/600 saved to cache
2026-03-28 11:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 01d1abad-b65f-5ff3-9afb-406711acef32
2026-03-28 11:06:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01d1abad-b65f-5ff3-9afb-406711acef32, skipping ID generation
2026-03-28 11:06:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01d1abad-b65f-5ff3-9afb-406711acef32 sending to next pipeline
2026-03-28 11:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01d1abad-b65f-5ff3-9afb-406711acef32, identifier: FH18%20LKJ
2026-03-28 11:06:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9abb50>
2026-03-28 11:06:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD14UCC%252F698797300%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797300/600 saved to cache
2026-03-28 11:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2
2026-03-28 11:06:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2, skipping ID generation
2026-03-28 11:06:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 166e720d-02de-5f8c-8f19-1a2cd23f9ef2 sending to next pipeline
2026-03-28 11:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2, identifier: SD14%20UCC
2026-03-28 11:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147549/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01d1abad-b65f-5ff3-9afb-406711acef32 with identifier: FH18%20LKJ
2026-03-28 11:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01d1abad-b65f-5ff3-9afb-406711acef32 with identifier: FH18%20LKJ
2026-03-28 11:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01d1abad-b65f-5ff3-9afb-406711acef32 with identifier: FH18%20LKJ to the API
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827975/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_expert_report_file_dc6b3bed-36b9-4c8c-bad0-58cf8fe78852.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH18%20LKJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01d1abad-b65f-5ff3-9afb-406711acef32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH18 LKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH18%20LKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 48290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48285,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827975/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45908,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827978/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43279,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827989/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42871,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698827997/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42363,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828001/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42428,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828006/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81074,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828012/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82320,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828020/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88949,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828028/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_01d1abad-b65f-5ff3-9afb-406711acef32/01d1abad-b65f-5ff3-9afb-406711acef32_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68352,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FH18LKJ/698828037/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC S',
 'vin': 'SALYA2AN3JA760580',
 'year': 2018}
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520LKJ%27 HTTP/1.1" 200 None
2026-03-28 11:06:48 [bca.uk] INFO: Saving data for FH18%20LKJ: {'created_time': 1774696008.628066, 'last_price_update_time': 1774696008.628077, 'auction_closing_time': 1774778400.0}
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH18%2520LKJ') HTTP/1.1" 204 0
2026-03-28 11:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2 with identifier: SD14%20UCC
2026-03-28 11:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2 with identifier: SD14%20UCC
2026-03-28 11:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 166e720d-02de-5f8c-8f19-1a2cd23f9ef2 with identifier: SD14%20UCC to the API
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797300/600>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_expert_report_file_cd33ebac-6791-4e90-86a6-49d40d1187c2.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD14%20UCC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '166e720d-02de-5f8c-8f19-1a2cd23f9ef2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD14 UCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD14%20UCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 76415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48050,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797300/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46734,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797313/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43630,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797326/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43836,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797339/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43836,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797351/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42736,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797362/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84343,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797377/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48227,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797390/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81601,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797407/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_166e720d-02de-5f8c-8f19-1a2cd23f9ef2/166e720d-02de-5f8c-8f19-1a2cd23f9ef2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75453,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD14UCC/698797417/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SE Hatchback',
 'transmission': 'automatic',
 'trim': '16V SE',
 'vin': 'W0L0SDL08E6049555',
 'year': 2014}
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520UCC%27 HTTP/1.1" 200 None
2026-03-28 11:06:49 [bca.uk] INFO: Saving data for SD14%20UCC: {'created_time': 1774696009.050863, 'last_price_update_time': 1774696009.050874, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD14%2520UCC') HTTP/1.1" 204 0
2026-03-28 11:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e863090>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088382%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088382/600 saved to cache
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffcc990>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSD60OBV%252F698813439%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813439/600 saved to cache
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fca0f45a-4408-54bd-8e77-e17744d1d730
2026-03-28 11:06:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fca0f45a-4408-54bd-8e77-e17744d1d730, skipping ID generation
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fca0f45a-4408-54bd-8e77-e17744d1d730 sending to next pipeline
2026-03-28 11:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fca0f45a-4408-54bd-8e77-e17744d1d730, identifier: SD60%20OBV
2026-03-28 11:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fca0f45a-4408-54bd-8e77-e17744d1d730 with identifier: SD60%20OBV
2026-03-28 11:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fca0f45a-4408-54bd-8e77-e17744d1d730 with identifier: SD60%20OBV
2026-03-28 11:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fca0f45a-4408-54bd-8e77-e17744d1d730 with identifier: SD60%20OBV to the API
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813439/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_expert_report_file_bcb297de-f80e-4ca6-b455-18838a675dd1.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD60%20OBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fca0f45a-4408-54bd-8e77-e17744d1d730',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD60 OBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD60%20OBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 87594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43605,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813381/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42955,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813390/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40900,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41548,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813410/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42019,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813424/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39242,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813439/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98843,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813482/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 54809,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813520/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84675,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813551/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fca0f45a-4408-54bd-8e77-e17744d1d730/fca0f45a-4408-54bd-8e77-e17744d1d730_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81275,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SD60OBV/698813574/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V EXTREME Hatchback',
 'transmission': 'manual',
 'trim': '16V EXTREME',
 'vin': 'VF1CR1J0H44178671',
 'year': 2010}
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD60%2520OBV%27 HTTP/1.1" 200 None
2026-03-28 11:06:49 [bca.uk] INFO: Saving data for SD60%20OBV: {'created_time': 1774696009.669559, 'last_price_update_time': 1774696009.66957, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD60%2520OBV') HTTP/1.1" 204 0
2026-03-28 11:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822546/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818377/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818377>
2026-03-28 11:06:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY68%20NKD-GB>
2026-03-28 11:06:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302489/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302489>
2026-03-28 11:06:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794280/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794280>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae97e8d0>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKO17XBK%252F694088405%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088405/600 saved to cache
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b
2026-03-28 11:06:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ce90445-cafa-5c75-bbfc-7c7467058c9b, skipping ID generation
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ce90445-cafa-5c75-bbfc-7c7467058c9b sending to next pipeline
2026-03-28 11:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ce90445-cafa-5c75-bbfc-7c7467058c9b, identifier: KO17%20XBK
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8f350>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147549%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147549/600 saved to cache
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac13d890>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818401%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818401/600 saved to cache
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:49 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e861e90>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147572%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147572/600 saved to cache
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0f9d0>
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_expert_report_file_7bec89ac-68dd-44ab-9d9e-3fce75498b7c.pdf HTTP/1.1" 201 0
2026-03-28 11:06:49 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09367c6e-3396-5657-95ea-a9c92174c186, skipping ID generation
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFP70XEN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FP70XEN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ce90445-cafa-5c75-bbfc-7c7467058c9b with identifier: KO17%20XBK
2026-03-28 11:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ce90445-cafa-5c75-bbfc-7c7467058c9b with identifier: KO17%20XBK
2026-03-28 11:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ce90445-cafa-5c75-bbfc-7c7467058c9b with identifier: KO17%20XBK to the API
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088405/600>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_expert_report_file_eb0674a4-af22-4e00-b9cf-86c1822c2e2a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO17%20XBK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ce90445-cafa-5c75-bbfc-7c7467058c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO17 XBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO17%20XBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 83059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49054,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088382/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47731,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088388/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46196,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088392/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48766,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088396/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46138,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088400/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42012,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088405/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66579,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088413/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69690,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088419/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83338,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088431/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ce90445-cafa-5c75-bbfc-7c7467058c9b/8ce90445-cafa-5c75-bbfc-7c7467058c9b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66747,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KO17XBK/694088439/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 2.0 BLUEHDI 180 GT EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 180 GT EAT6',
 'vin': 'VF3MJAHWWHS011750',
 'year': 2017}
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO17%2520XBK%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [bca.uk] INFO: Saving data for KO17%20XBK: {'created_time': 1774696010.336579, 'last_price_update_time': 1774696010.336594, 'auction_closing_time': 1774864800.0}
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO17%2520XBK') HTTP/1.1" 204 0
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822526/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822526>
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787041%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787041 not downloaded yet
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcbd810>
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_expert_report_file_b9810cc7-edd1-4335-add3-dbcb7b27247c.pdf HTTP/1.1" 201 0
2026-03-28 11:06:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 968e893f-f12d-5bf3-9181-e47269b48833, skipping ID generation
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBK64WXM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK64WXM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e89a450>
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_expert_report_file_2696f701-9075-495b-81b8-3830af7599e0.pdf HTTP/1.1" 201 0
2026-03-28 11:06:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f0a65b2-f444-59d5-a5b9-263002d87b3b, skipping ID generation
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFJ16YOR-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FJ16YOR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302485/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302485>
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240949/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240949>
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822505/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822505>
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818343/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818343>
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147533/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147533>
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY69%20LZL-GB>
2026-03-28 11:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240951/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787062%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787062 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775732%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775732 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802270%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802270 not downloaded yet
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e39d0>
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_expert_report_file_43dca273-c54d-4cca-b39c-060c6528b9c9.pdf HTTP/1.1" 201 0
2026-03-28 11:06:50 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1, skipping ID generation
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DYL67NGU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YL67NGU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8f6950>
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822546%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822546/600 saved to cache
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147516/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147516>
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787072%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787072 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775740%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775740 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802288%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802288 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802561%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802561 not downloaded yet
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:50 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb18210>
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240951%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240951/600 saved to cache
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296423/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296423>
2026-03-28 11:06:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240946/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240946>
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787090%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787090 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775757%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775757 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802304%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802304 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802584%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802584 not downloaded yet
2026-03-28 11:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818377/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822526/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794280/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302489/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787105%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787105 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775774%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775774 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802321%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802321 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802608%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802608 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787126%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787126 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775792%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775792 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802335%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802335 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802632%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802632 not downloaded yet
2026-03-28 11:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787149%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787149 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775833%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775833 not downloaded yet
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802360%27 HTTP/1.1" 200 None
2026-03-28 11:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802360 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802656%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802656 not downloaded yet
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147533/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302485/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa5010>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818377%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818377/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e876d90>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822526%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822526/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3d450>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794280%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794280/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2d890>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302489%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302489/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FJ16YOR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822505/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147516/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787176%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787176 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775876%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775876 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802383%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802383 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802685%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802685 not downloaded yet
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818343/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240949/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac412290>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_expert_report_file_613d7ea9-4ff2-48fa-b709-001cde516e03.pdf HTTP/1.1" 201 0
2026-03-28 11:06:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed0d6e28-3650-545d-831e-d2a8e2e62449, skipping ID generation
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEY68NKD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY68NKD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802584/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802584>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787222%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787222 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775911%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775911 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802401%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802401 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802710%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802710 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647782%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647782 not downloaded yet
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802632/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802632>
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802304/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802304>
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296423/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240946/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787090/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787090>
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775757/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775757>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775947%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775947 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802424%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802424 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802734%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802734 not downloaded yet
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac351f10>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_expert_report_file_42e903e8-e405-4c39-b8ea-646fe0e1a2e1.pdf HTTP/1.1" 201 0
2026-03-28 11:06:51 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75e6d52b-e0f5-58e1-add5-dd491e4ef466, skipping ID generation
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGY69LZL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY69LZL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc87550>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147533%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147533/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9fc10>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302485%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302485/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae46a4d0>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822505%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822505/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9e390>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147516%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147516/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802608/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802608>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647803%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647803 not downloaded yet
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802335/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802335>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698802749%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802749 not downloaded yet
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661550%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661550 not downloaded yet
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc52f10>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818343%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818343/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac242d10>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240949%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240949/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647816%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647816 not downloaded yet
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802360/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802360>
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775792/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775792>
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775833/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775833>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661562%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661562 not downloaded yet
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787149/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787149>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647826%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647826 not downloaded yet
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdb1fd0>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296423%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296423/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:51 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8eba50>
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240946%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240946/600 saved to cache
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:51 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802656>
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661569%27 HTTP/1.1" 200 None
2026-03-28 11:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661569 not downloaded yet
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802584/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775757/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647830%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647830 not downloaded yet
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661578%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661578 not downloaded yet
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a9950>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802257%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802257/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647845%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647845 not downloaded yet
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802304/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802335/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802710/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802710>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802401/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802401>
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787090/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661589%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661589 not downloaded yet
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647860%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647860 not downloaded yet
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787149/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661605%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661605 not downloaded yet
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802608/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647877%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647877 not downloaded yet
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea63b50>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802584%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802584/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e299750>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775757%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775757/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802632/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661622%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661622 not downloaded yet
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775792/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647816/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647816>
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698647904%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647904 not downloaded yet
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775833/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802360/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661635%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661635 not downloaded yet
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647826/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647826>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661562/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661562>
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698661648%27 HTTP/1.1" 200 None
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661648 not downloaded yet
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb03610>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802304%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802304/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac474a10>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802335%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802335/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e28a7d0>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787090%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787090/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e3a50>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787149%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787149/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e412c90>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802608%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802608/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647830/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647830>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661578/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661578>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647860/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647860>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661569/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661569>
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802401/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802710/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac474310>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802632%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802632/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac240b10>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775792%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775792/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac411310>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802656%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802656/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3c210>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775833%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775833/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e874e10>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802360%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802360/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661562/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647816/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661589/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661589>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661622/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661622>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647845/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647845>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661550/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661550>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661605/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661605>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647877/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647877>
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e611050>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802401%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802401/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:52 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fcb10>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802710%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802710/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3c83d0>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661562%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661562/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdfb6d0>
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647816%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647816/600 saved to cache
2026-03-28 11:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661648/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661648>
2026-03-28 11:06:52 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661635/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698661635>
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647830/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647877/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661578/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647860/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661569/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661622/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661589/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647904/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647904>
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661605/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661550/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647826/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffcff90>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647830%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647830/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949feca8d0>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647877%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647877/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802749/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802749>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647803/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647803>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802734/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802734>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661542/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY69LZL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4c250>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661578%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661578/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcbc110>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647860%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647860/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661635/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647845/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661648/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802424/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802424>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac483f50>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661569%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661569/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc8b110>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661622%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661622/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea89f10>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661589%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661589/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb59890>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661605%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661605/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1c650>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661550%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661550/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647782/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698647782>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775947/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775947>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775911/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775911>
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647904/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e874d10>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647826%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647826/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2f1c50>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661635%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661635/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e513e10>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647845%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647845/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a8e90>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661648%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661648/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661542/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY69LZL/42805594?sv=2020-08-04&st=2026-03-28T11%3A06%3A50Z&se=2026-03-28T11%3A31%3A50Z&sr=b&sp=r&sig=gHDpo76P2tMLHAniE%2B0CCYlRE0gIV434mgEjXAs8yXU%3D)
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647774/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EY68NKD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787222/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787222>
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802685/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802685>
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a87d0>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647904%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647904/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802424/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775911/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802383/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802383>
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647803/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787176>
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802734/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775876>
2026-03-28 11:06:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802749/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaeb490>
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY69LZL%252F698661542%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661542/600 saved to cache
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466
2026-03-28 11:06:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75e6d52b-e0f5-58e1-add5-dd491e4ef466, skipping ID generation
2026-03-28 11:06:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75e6d52b-e0f5-58e1-add5-dd491e4ef466 sending to next pipeline
2026-03-28 11:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75e6d52b-e0f5-58e1-add5-dd491e4ef466, identifier: GY69%20LZL
2026-03-28 11:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75e6d52b-e0f5-58e1-add5-dd491e4ef466 with identifier: GY69%20LZL
2026-03-28 11:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75e6d52b-e0f5-58e1-add5-dd491e4ef466 with identifier: GY69%20LZL
2026-03-28 11:06:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75e6d52b-e0f5-58e1-add5-dd491e4ef466 with identifier: GY69%20LZL to the API
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661542/600>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_expert_report_file_42e903e8-e405-4c39-b8ea-646fe0e1a2e1.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY69%20LZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75e6d52b-e0f5-58e1-add5-dd491e4ef466',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY69 LZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY69%20LZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 43678,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46253,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661542/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45922,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661550/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43071,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661562/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43223,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661569/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41868,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661578/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40631,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661589/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72992,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661605/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77135,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661622/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85694,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661635/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75e6d52b-e0f5-58e1-add5-dd491e4ef466/75e6d52b-e0f5-58e1-add5-dd491e4ef466_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86634,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY69LZL/698661648/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J686791',
 'year': 2019}
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY69%2520LZL%27 HTTP/1.1" 200 None
2026-03-28 11:06:54 [bca.uk] INFO: Saving data for GY69%20LZL: {'created_time': 1774696014.703655, 'last_price_update_time': 1774696014.703666, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY69%2520LZL') HTTP/1.1" 204 0
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647774/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787222/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787126/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787126>
2026-03-28 11:06:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802321>
2026-03-28 11:06:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775774/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775774>
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647782/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EY68NKD/42805434?sv=2020-08-04&st=2026-03-28T11%3A06%3A49Z&se=2026-03-28T11%3A31%3A49Z&sr=b&sp=r&sig=h1tgxVL2dV%2BGIwa2Xq%2FTXe6jA0fMe8N2u%2BVHqiaeJ2g%3D)
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775947/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802685/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e5290>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802424%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802424/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2b2d0>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775911%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775911/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5c3c50>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647803%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647803/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe98610>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802734%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802734/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd29890>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802749%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802749/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787105/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787105>
2026-03-28 11:06:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802288/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802288>
2026-03-28 11:06:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802561>
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802383/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebedc50>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647774%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647774/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bcd90>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787222%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787222/600 saved to cache
2026-03-28 11:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e420890>
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEY68NKD%252F698647782%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647782/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ed0d6e28-3650-545d-831e-d2a8e2e62449
2026-03-28 11:06:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed0d6e28-3650-545d-831e-d2a8e2e62449, skipping ID generation
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed0d6e28-3650-545d-831e-d2a8e2e62449 sending to next pipeline
2026-03-28 11:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed0d6e28-3650-545d-831e-d2a8e2e62449, identifier: EY68%20NKD
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc3b50>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775947%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775947/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3f950>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802685%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802685/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed0d6e28-3650-545d-831e-d2a8e2e62449 with identifier: EY68%20NKD
2026-03-28 11:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed0d6e28-3650-545d-831e-d2a8e2e62449 with identifier: EY68%20NKD
2026-03-28 11:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed0d6e28-3650-545d-831e-d2a8e2e62449 with identifier: EY68%20NKD to the API
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647782/600>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_expert_report_file_613d7ea9-4ff2-48fa-b709-001cde516e03.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY68%20NKD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed0d6e28-3650-545d-831e-d2a8e2e62449',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY68 NKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY68%20NKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 79605,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46137,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647774/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45344,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647782/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42142,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647803/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42451,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647816/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42252,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647826/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40638,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647830/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98481,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647845/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80327,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647860/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97336,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647877/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed0d6e28-3650-545d-831e-d2a8e2e62449/ed0d6e28-3650-545d-831e-d2a8e2e62449_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 110322,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EY68NKD/698647904/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.5 COOPER (7) Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER (7)',
 'vin': 'WMWYW320003F55996',
 'year': 2018}
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:06:55 [bca.uk] INFO: Saving data for EY68%20NKD: {'created_time': 1774696015.586755, 'last_price_update_time': 1774696015.586767, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY68%2520NKD') HTTP/1.1" 204 0
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775774/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775740/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775740>
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787072/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787072>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775732/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775732>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802270/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802270>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YL67NGU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787126/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fccaf10>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775876%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775876/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd28bd0>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802383%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802383/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2349d0>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787176%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787176/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e234610>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775774%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775774/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae787fd0>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802321%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802321/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802561/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8f7ad0>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787126%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787126/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775740/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802288/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787062/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787062>
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787105/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787041>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787027/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FP70XEN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775727/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK64WXM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb6a950>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802561%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802561/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802540/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YL67NGU/42807512?sv=2020-08-04&st=2026-03-28T11%3A06%3A46Z&se=2026-03-28T11%3A31%3A46Z&sr=b&sp=r&sig=0vqeyhZ6hbwaZkQZNHAj%2BVB0WSDyBbY4zUuVdJLyolE%3D)
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775732/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802270/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FJ16YOR/42808110?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=DH0qcDQSFQ4sB%2BuMEjMnz7QnOB42t1LKTC6EGl6MDf4%3D)
2026-03-28 11:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787072/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302478/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302478>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR18%20TNX-GB>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794258/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794258>
2026-03-28 11:06:55 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818321/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818321>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f5f90>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775740%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775740/600 saved to cache
2026-03-28 11:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e874610>
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802288%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802288/600 saved to cache
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787027/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296408/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296408>
2026-03-28 11:06:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147491/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147491>
2026-03-28 11:06:56 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822489/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822489>
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94bbc15550>
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787105%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787105/600 saved to cache
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787062/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9b390>
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYL67NGU%252F698802540%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802540/600 saved to cache
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1
2026-03-28 11:06:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1, skipping ID generation
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33c36545-ca6a-57a3-92cb-9ffd71b31ca1 sending to next pipeline
2026-03-28 11:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1, identifier: YL67%20NGU
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fd5d0>
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775732%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775732/600 saved to cache
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e238a50>
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFJ16YOR%252F698802270%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802270/600 saved to cache
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b
2026-03-28 11:06:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f0a65b2-f444-59d5-a5b9-263002d87b3b, skipping ID generation
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f0a65b2-f444-59d5-a5b9-263002d87b3b sending to next pipeline
2026-03-28 11:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f0a65b2-f444-59d5-a5b9-263002d87b3b, identifier: FJ16%20YOR
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5c2490>
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787072%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787072/600 saved to cache
2026-03-28 11:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1 with identifier: YL67%20NGU
2026-03-28 11:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1 with identifier: YL67%20NGU
2026-03-28 11:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33c36545-ca6a-57a3-92cb-9ffd71b31ca1 with identifier: YL67%20NGU to the API
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802540/600>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_expert_report_file_43dca273-c54d-4cca-b39c-060c6528b9c9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL67%20NGU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33c36545-ca6a-57a3-92cb-9ffd71b31ca1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL67 NGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL67%20NGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 88652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45477,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802540/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44379,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802561/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41849,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802584/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44623,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802608/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43846,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802632/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39531,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802656/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88716,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802685/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66702,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802710/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71079,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802734/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33c36545-ca6a-57a3-92cb-9ffd71b31ca1/33c36545-ca6a-57a3-92cb-9ffd71b31ca1_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85474,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YL67NGU/698802749/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 2.0 TDI 190 4D XCELLENCE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 4D XCELLENCE DSG',
 'vin': 'VSSZZZ5FZH6532356',
 'year': 2017}
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520NGU%27 HTTP/1.1" 200 None
2026-03-28 11:06:56 [bca.uk] INFO: Saving data for YL67%20NGU: {'created_time': 1774696016.840914, 'last_price_update_time': 1774696016.840925, 'auction_closing_time': 1774864800.0}
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL67%2520NGU') HTTP/1.1" 204 0
2026-03-28 11:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f0a65b2-f444-59d5-a5b9-263002d87b3b with identifier: FJ16%20YOR
2026-03-28 11:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f0a65b2-f444-59d5-a5b9-263002d87b3b with identifier: FJ16%20YOR
2026-03-28 11:06:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f0a65b2-f444-59d5-a5b9-263002d87b3b with identifier: FJ16%20YOR to the API
2026-03-28 11:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802270/600>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_expert_report_file_2696f701-9075-495b-81b8-3830af7599e0.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ16%20YOR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6f0a65b2-f444-59d5-a5b9-263002d87b3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ16 YOR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ16%20YOR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 128047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48917,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802257/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47509,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802270/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42509,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802288/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42213,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802304/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40940,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802321/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43507,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802335/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76423,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802360/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86816,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802383/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89428,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f0a65b2-f444-59d5-a5b9-263002d87b3b/6f0a65b2-f444-59d5-a5b9-263002d87b3b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84330,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FJ16YOR/698802424/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 184 GTD',
 'vin': 'WVWZZZAUZGW233190',
 'year': 2016}
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ16%2520YOR%27 HTTP/1.1" 200 None
2026-03-28 11:06:57 [bca.uk] INFO: Saving data for FJ16%20YOR: {'created_time': 1774696017.238004, 'last_price_update_time': 1774696017.238016, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ16%2520YOR') HTTP/1.1" 204 0
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775727/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK64WXM/42807519?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=NEcwes%2FGj1BwtfLlfaRGqyWeNNHnjcFJPJ%2FpOjr3NY4%3D)
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787041/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FP70XEN/42807937?sv=2020-08-04&st=2026-03-28T11%3A06%3A45Z&se=2026-03-28T11%3A31%3A45Z&sr=b&sp=r&sig=7f23fmGbsIqZU6HJRW5iVatDnJXvMHPQjJDV%2Bmbyo1c%3D)
2026-03-28 11:06:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296393/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296393>
2026-03-28 11:06:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302464/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302464>
2026-03-28 11:06:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240931/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240931>
2026-03-28 11:06:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF69%20ZBX-GB>
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302478/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac481310>
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787027%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787027/600 saved to cache
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e236790>
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787062%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787062/600 saved to cache
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794244/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794244>
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcbf850>
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK64WXM%252F698775727%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775727/600 saved to cache
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 968e893f-f12d-5bf3-9181-e47269b48833
2026-03-28 11:06:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 968e893f-f12d-5bf3-9181-e47269b48833, skipping ID generation
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 968e893f-f12d-5bf3-9181-e47269b48833 sending to next pipeline
2026-03-28 11:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 968e893f-f12d-5bf3-9181-e47269b48833, identifier: BK64%20WXM
2026-03-28 11:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 968e893f-f12d-5bf3-9181-e47269b48833 with identifier: BK64%20WXM
2026-03-28 11:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 968e893f-f12d-5bf3-9181-e47269b48833 with identifier: BK64%20WXM
2026-03-28 11:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 968e893f-f12d-5bf3-9181-e47269b48833 with identifier: BK64%20WXM to the API
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775727/600>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_expert_report_file_b9810cc7-edd1-4335-add3-dbcb7b27247c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK64%20WXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '968e893f-f12d-5bf3-9181-e47269b48833',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK64 WXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK64%20WXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 114178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49556,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775727/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48660,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775732/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43570,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775740/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43629,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775757/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41568,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775774/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41613,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775792/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96490,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775833/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88972,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775876/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 94543,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775911/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_968e893f-f12d-5bf3-9181-e47269b48833/968e893f-f12d-5bf3-9181-e47269b48833_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88096,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK64WXM/698775947/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA AVENSIS 2.0 D-4D ICON BUSINESS ED. Estate',
 'transmission': 'manual',
 'trim': 'D-4D ICON BUSINESS ED.',
 'vin': 'SB1ED76L70E136136',
 'year': 2014}
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520WXM%27 HTTP/1.1" 200 None
2026-03-28 11:06:57 [bca.uk] INFO: Saving data for BK64%20WXM: {'created_time': 1774696017.871188, 'last_price_update_time': 1774696017.871198, 'auction_closing_time': 1775037600.0}
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK64%2520WXM') HTTP/1.1" 204 0
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818321/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822489/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794258/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147491/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:57 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818273/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818273>
2026-03-28 11:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240931/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24a090>
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFP70XEN%252F698787041%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787041/600 saved to cache
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 09367c6e-3396-5657-95ea-a9c92174c186
2026-03-28 11:06:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09367c6e-3396-5657-95ea-a9c92174c186, skipping ID generation
2026-03-28 11:06:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09367c6e-3396-5657-95ea-a9c92174c186 sending to next pipeline
2026-03-28 11:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09367c6e-3396-5657-95ea-a9c92174c186, identifier: FP70%20XEN
2026-03-28 11:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09367c6e-3396-5657-95ea-a9c92174c186 with identifier: FP70%20XEN
2026-03-28 11:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09367c6e-3396-5657-95ea-a9c92174c186 with identifier: FP70%20XEN
2026-03-28 11:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09367c6e-3396-5657-95ea-a9c92174c186 with identifier: FP70%20XEN to the API
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787041/600>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_expert_report_file_7bec89ac-68dd-44ab-9d9e-3fce75498b7c.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP70%20XEN-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '09367c6e-3396-5657-95ea-a9c92174c186',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP70 XEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP70%20XEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 53928,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52056,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787027/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49161,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787041/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46200,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787062/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45309,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787072/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45660,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787090/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45808,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787105/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81164,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787126/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68984,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787149/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86822,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787176/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09367c6e-3396-5657-95ea-a9c92174c186/09367c6e-3396-5657-95ea-a9c92174c186_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61763,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FP70XEN/698787222/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 SE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 SE PREMIUM',
 'vin': 'VXKUPHNKKL4473239',
 'year': 2020}
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP70%2520XEN%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [bca.uk] INFO: Saving data for FP70%20XEN: {'created_time': 1774696018.390492, 'last_price_update_time': 1774696018.390502, 'auction_closing_time': 1774951200.0}
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP70%2520XEN') HTTP/1.1" 204 0
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac24b590>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302478%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302478/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3f9d0>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_expert_report_file_bcd3ad3b-f96b-46e1-8f98-ef103c4fc6fc.pdf HTTP/1.1" 201 0
2026-03-28 11:06:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:06:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e, skipping ID generation
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLR18TNX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LR18TNX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302464/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296378/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296378>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147475/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698147475>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822443/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822443>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240930/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240930>
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296393/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817943%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817943 not downloaded yet
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fe9d0>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818321%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818321/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac316f50>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822489%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822489/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e962150>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794258%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794258/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bbb50>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147491%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147491/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eae98d0>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240931%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240931/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817971%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817971 not downloaded yet
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794244/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818273/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302459/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302459>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240927/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240927>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV64%20RDZ-GB>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD13%20YCM-GB>
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698817993%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817993 not downloaded yet
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818015%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818015 not downloaded yet
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e9610>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_expert_report_file_d3214571-8711-4570-8b20-f8d8e1fe1bf8.pdf HTTP/1.1" 201 0
2026-03-28 11:06:58 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:06:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc1c110a-0c19-52b7-9903-ae3b1603e9d0, skipping ID generation
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSF69ZBX-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SF69ZBX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fecbf90>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302464%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302464/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:58 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff5db50>
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296393%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296393/600 saved to cache
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302455/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302455>
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147475/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240930/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20HPZ-GB>
2026-03-28 11:06:58 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX65%20UOP-GB>
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822443/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818041%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818041 not downloaded yet
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690137%27 HTTP/1.1" 200 None
2026-03-28 11:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690137 not downloaded yet
2026-03-28 11:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296378/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818073%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818073 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690154%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690154 not downloaded yet
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817943/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817943>
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302459/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817923/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LR18TNX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240927/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaeb3d0>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794244%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794244/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc8ab50>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818273%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818273/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818098%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818098 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690172%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690172 not downloaded yet
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794236/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YF18DCZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb93dd0>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147475%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147475/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb01ad0>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240930%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240930/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e28ab10>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822443%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822443/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:06:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:06:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:06:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:06:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea2cd50>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296378%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296378/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818123%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818123 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690205%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690205 not downloaded yet
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690118/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SF69ZBX-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302455/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818142%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818142 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690225%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690225 not downloaded yet
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb92950>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302459%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302459/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e1850>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240927%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240927/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818015/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818015>
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817993>
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690300%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690300 not downloaded yet
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690344%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690344 not downloaded yet
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4abf10>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_expert_report_file_a67ea902-4690-4260-823b-5f695bfbe668.pdf HTTP/1.1" 201 0
2026-03-28 11:06:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:06:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a253646d-ff93-5f25-9bed-24b8b03cc5a0, skipping ID generation
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBD13YCM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD13YCM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb5b450>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_expert_report_file_958ecba8-8a1d-42cd-bd5c-c33090cd0253.pdf HTTP/1.1" 201 0
2026-03-28 11:06:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:06:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84d34793-f006-56e8-8992-e370c8ef535e, skipping ID generation
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNV64RDZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NV64RDZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f5ed0>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302455%252F600') HTTP/1.1" 204 0
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302455/600 saved to cache
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690384%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690384 not downloaded yet
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817923/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817971/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817971>
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817943/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794236/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YF18DCZ/42808017?sv=2020-08-04&st=2026-03-28T11%3A05%3A50Z&se=2026-03-28T11%3A30%3A50Z&sr=b&sp=r&sig=vKMFkDSrwLG%2BNuzYFJvoas9IaxlkEE43Dj3RHsvdPa4%3D)
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690137/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690137>
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818041/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818041>
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690172/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690172>
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691005%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691005 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302374%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302374 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690415%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690415 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691019%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691019 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302379%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302379 not downloaded yet
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcaed90>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_expert_report_file_85bd8629-d25e-42ab-82a4-c262d0092b7d.pdf HTTP/1.1" 201 0
2026-03-28 11:06:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:06:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6183ae08-4168-54ba-9249-65d4fca6cc28, skipping ID generation
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD65HPZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD65HPZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b8bd0>
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:06:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_expert_report_file_1ba8b2e6-ec44-4b81-ba23-d3f7c68e4498.pdf HTTP/1.1" 201 0
2026-03-28 11:06:59 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:06:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29014a30-aed7-566e-b25c-53a44c08e631, skipping ID generation
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DDX65UOP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX65UOP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690118/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691033%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691033 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302384%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302384 not downloaded yet
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817993/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818015/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818250%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818250 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698781996%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781996 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691057%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691057 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302390%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302390 not downloaded yet
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690205/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690205>
2026-03-28 11:06:59 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818142/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818142>
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818283%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818283 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782014%27 HTTP/1.1" 200 None
2026-03-28 11:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782014 not downloaded yet
2026-03-28 11:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691087%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691087 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302395%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302395 not downloaded yet
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4dfd0>
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698817923%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817923/600 saved to cache
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac18cd90>
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698817943%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817943/600 saved to cache
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9f30d0>
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYF18DCZ%252F698794236%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794236/600 saved to cache
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 67600ccf-1252-5a76-8f87-7b1e24436699
2026-03-28 11:07:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67600ccf-1252-5a76-8f87-7b1e24436699, skipping ID generation
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67600ccf-1252-5a76-8f87-7b1e24436699 sending to next pipeline
2026-03-28 11:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67600ccf-1252-5a76-8f87-7b1e24436699, identifier: YF18%20DCZ
2026-03-28 11:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818041/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:07:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690225/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690225>
2026-03-28 11:07:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818123/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818123>
2026-03-28 11:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690172/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818310%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818310 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782033%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782033 not downloaded yet
2026-03-28 11:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67600ccf-1252-5a76-8f87-7b1e24436699 with identifier: YF18%20DCZ
2026-03-28 11:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67600ccf-1252-5a76-8f87-7b1e24436699 with identifier: YF18%20DCZ
2026-03-28 11:07:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67600ccf-1252-5a76-8f87-7b1e24436699 with identifier: YF18%20DCZ to the API
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794236/600>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_expert_report_file_8587a7f4-6c85-4846-a92b-409e403ed128.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF18%20DCZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '67600ccf-1252-5a76-8f87-7b1e24436699',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF18 DCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF18%20DCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '118I',
 'odometer': 79032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48140,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794236/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45796,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794238/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45369,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794244/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46160,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794251/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45136,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794258/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43064,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794267/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77259,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794280/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64960,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794290/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77833,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794300/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67600ccf-1252-5a76-8f87-7b1e24436699/67600ccf-1252-5a76-8f87-7b1e24436699_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93281,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YF18DCZ/698794307/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R520807A50933',
 'year': 2018}
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520DCZ%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [bca.uk] INFO: Saving data for YF18%20DCZ: {'created_time': 1774696020.784703, 'last_price_update_time': 1774696020.784715, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF18%2520DCZ') HTTP/1.1" 204 0
2026-03-28 11:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690137/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691156%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691156 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302404%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302404 not downloaded yet
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb69a10>
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690118%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690118/600 saved to cache
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817971/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:07:00 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302365/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NV64RDZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818335%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818335 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782055%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782055 not downloaded yet
2026-03-28 11:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296408/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691180%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691180 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302413%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302413 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818355%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818355 not downloaded yet
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782083%27 HTTP/1.1" 200 None
2026-03-28 11:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782083 not downloaded yet
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bf7d0>
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698817993%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817993/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ba210>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698818015%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818015/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb59d90>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698818041%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818041/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e980e50>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690172%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690172/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302379/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302379>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818233/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD65HPZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698690997/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD13YCM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691209%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691209 not downloaded yet
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302423%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302423 not downloaded yet
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781976/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DX65UOP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690344/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690344>
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690205/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818388%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818388 not downloaded yet
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782114%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782114 not downloaded yet
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818142/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691230%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691230 not downloaded yet
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698302429%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302429 not downloaded yet
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe6010>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690137%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690137/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac40cb90>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698817971%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817971/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e3810>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296408%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296408/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818411%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818411 not downloaded yet
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782155%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782155 not downloaded yet
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691087/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691087>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302395/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302395>
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818123/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818434%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818434 not downloaded yet
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782189%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782189 not downloaded yet
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea4bf90>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690205%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690205/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e281210>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698818142%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818142/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690225/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302365/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782014/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782014>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782055/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782055>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782033/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782033>
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818459%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818459 not downloaded yet
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782221%27 HTTP/1.1" 200 None
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782221 not downloaded yet
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff62b10>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698818123%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818123/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698690997/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302379/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818233/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4f950>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690225%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690225/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf92d0>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302365%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302365/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302423/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302423>
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781976/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691209/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691209>
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302395/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782033/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691087/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782155/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782155>
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690344/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4138d0>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698690997%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698690997/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97c190>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302379%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302379/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea15890>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818233%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818233/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782014/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782055/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818459/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818459>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782189/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782189>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782221/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782221>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818411/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818411>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818434/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818434>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd07490>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698781976%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781976/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdaaf50>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302395%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302395/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2404d0>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782033%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782033/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fda8190>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691087%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691087/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:01 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcb3550>
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690344%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690344/600 saved to cache
2026-03-28 11:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782083/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782083>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302429>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818388/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818388>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691230/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691230>
2026-03-28 11:07:01 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782114/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782114>
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782155/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691209/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302423/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdaa550>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782014%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782014/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d18d0>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782055%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782055/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782189/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782221/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818411/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818434/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818459/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818355/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818355>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302413/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302413>
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaeb290>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782155%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782155/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39a990>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691209%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691209/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac168510>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302423%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302423/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782114/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782083/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818388/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691230/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf4e10>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782189%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782189/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf9690>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782221%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782221/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac316dd0>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818411%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818411/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a54d0>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818434%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818434/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac314b90>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818459%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818459/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691180>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818335/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818335>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302404/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302404>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691156/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691156>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818283/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818283>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818310/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818310>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302390/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302390>
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302413/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffed690>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782114%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782114/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf6890>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698782083%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782083/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcb2150>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818388%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818388/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac295a90>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691230%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691230/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcb3850>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302429%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302429/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818250/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818250>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691033/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691033>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302384/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302384>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691057/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691057>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691019/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691019>
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781996/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781996>
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818355/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac5367d0>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302413%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302413/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302390/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:02 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690415/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690415>
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691156/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302404/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b2550>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818355%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818355/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691019/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781996/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX65UOP/42807479?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=%2FpLnFm3%2FWMW4iOz6DhZEmT95n609YVL0CKxHNHX9hKc%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691057/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818283/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691033/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302384/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e3010>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691180%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691180/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e288f50>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302390%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302390/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4ec50>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691156%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691156/600 saved to cache
2026-03-28 11:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:02 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb75a90>
2026-03-28 11:07:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302404%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302404/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690384/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690384>
2026-03-28 11:07:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690300>
2026-03-28 11:07:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691005/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691005>
2026-03-28 11:07:03 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302374/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302374>
2026-03-28 11:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818335/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818310/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690415/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818250/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD65HPZ/42808089?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=WDm0UVpOyR2at45wqshrvNUzlA%2FOMEDb%2FzNhdQImi6Y%3D)
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09cbd0>
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691019%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691019/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb6b4d0>
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX65UOP%252F698781996%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781996/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 29014a30-aed7-566e-b25c-53a44c08e631
2026-03-28 11:07:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29014a30-aed7-566e-b25c-53a44c08e631, skipping ID generation
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29014a30-aed7-566e-b25c-53a44c08e631 sending to next pipeline
2026-03-28 11:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29014a30-aed7-566e-b25c-53a44c08e631, identifier: DX65%20UOP
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94aeb29810>
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691057%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691057/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac16b010>
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818283%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818283/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8ded0>
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691033%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691033/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fffa910>
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302384%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302384/600 saved to cache
2026-03-28 11:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29014a30-aed7-566e-b25c-53a44c08e631 with identifier: DX65%20UOP
2026-03-28 11:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29014a30-aed7-566e-b25c-53a44c08e631 with identifier: DX65%20UOP
2026-03-28 11:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29014a30-aed7-566e-b25c-53a44c08e631 with identifier: DX65%20UOP to the API
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781996/600>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_expert_report_file_1ba8b2e6-ec44-4b81-ba23-d3f7c68e4498.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX65%20UOP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '29014a30-aed7-566e-b25c-53a44c08e631',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX65 UOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX65%20UOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 88215,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46739,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781976/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42593,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698781996/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46434,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782014/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43871,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782033/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44113,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782055/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782083/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85066,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782114/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86055,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782155/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89825,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782189/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29014a30-aed7-566e-b25c-53a44c08e631/29014a30-aed7-566e-b25c-53a44c08e631_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76681,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX65UOP/698782221/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 2.1 CDI SPORT EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'CDI SPORT EDITION',
 'vin': 'WDD1760082V095195',
 'year': 2015}
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520UOP%27 HTTP/1.1" 200 None
2026-03-28 11:07:04 [bca.uk] INFO: Saving data for DX65%20UOP: {'created_time': 1774696024.057289, 'last_price_update_time': 1774696024.057301, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX65%2520UOP') HTTP/1.1" 204 0
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818073/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818073>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690154/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690154>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147466/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NV21YRL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822398/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NY19XSW-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818232/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=DP21OWH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818098/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818098>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296357/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296357>
2026-03-28 11:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302374/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV64RDZ/42797673?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=aAv3YZUaWxjnWLRGaegSOvo7BWKKd5SjjTHHVa2vNis%3D)
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea15ad0>
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818335%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818335/600 saved to cache
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8cb10>
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818310%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818310/600 saved to cache
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:04 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:04 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:04 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:04 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff5e1d0>
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690415%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690415/600 saved to cache
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd1f5d0>
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD65HPZ%252F698818250%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818250/600 saved to cache
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6183ae08-4168-54ba-9249-65d4fca6cc28
2026-03-28 11:07:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6183ae08-4168-54ba-9249-65d4fca6cc28, skipping ID generation
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6183ae08-4168-54ba-9249-65d4fca6cc28 sending to next pipeline
2026-03-28 11:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6183ae08-4168-54ba-9249-65d4fca6cc28, identifier: LD65%20HPZ
2026-03-28 11:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6183ae08-4168-54ba-9249-65d4fca6cc28 with identifier: LD65%20HPZ
2026-03-28 11:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6183ae08-4168-54ba-9249-65d4fca6cc28 with identifier: LD65%20HPZ
2026-03-28 11:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6183ae08-4168-54ba-9249-65d4fca6cc28 with identifier: LD65%20HPZ to the API
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818250/600>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_expert_report_file_85bd8629-d25e-42ab-82a4-c262d0092b7d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20HPZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6183ae08-4168-54ba-9249-65d4fca6cc28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD65 HPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD65%20HPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 106578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44030,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818233/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44130,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818250/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44306,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818283/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818310/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42158,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818335/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41563,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818355/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 103128,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818388/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85641,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818411/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95775,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818434/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6183ae08-4168-54ba-9249-65d4fca6cc28/6183ae08-4168-54ba-9249-65d4fca6cc28_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85734,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD65HPZ/698818459/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.4 TDI 90 S Estate',
 'transmission': 'manual',
 'trim': 'TDI 90 S',
 'vin': 'TMBKJ6NJ2GZ074410',
 'year': 2015}
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520HPZ%27 HTTP/1.1" 200 None
2026-03-28 11:07:04 [bca.uk] INFO: Saving data for LD65%20HPZ: {'created_time': 1774696024.763702, 'last_price_update_time': 1774696024.763716, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520HPZ') HTTP/1.1" 204 0
2026-03-28 11:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691005/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD13YCM/42805959?sv=2020-08-04&st=2026-03-28T11%3A06%3A58Z&se=2026-03-28T11%3A31%3A58Z&sr=b&sp=r&sig=06nscUar1R0ankxe8%2F4XaOeEkf7Cv2dEBxVDkeoFcdE%3D)
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240922/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240922>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814176/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814176>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302450/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302450>
2026-03-28 11:07:04 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818137/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818137>
2026-03-28 11:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690384/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e961e50>
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV64RDZ%252F698302374%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302374/600 saved to cache
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 84d34793-f006-56e8-8992-e370c8ef535e
2026-03-28 11:07:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84d34793-f006-56e8-8992-e370c8ef535e, skipping ID generation
2026-03-28 11:07:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84d34793-f006-56e8-8992-e370c8ef535e sending to next pipeline
2026-03-28 11:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84d34793-f006-56e8-8992-e370c8ef535e, identifier: NV64%20RDZ
2026-03-28 11:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818098/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84d34793-f006-56e8-8992-e370c8ef535e with identifier: NV64%20RDZ
2026-03-28 11:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84d34793-f006-56e8-8992-e370c8ef535e with identifier: NV64%20RDZ
2026-03-28 11:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84d34793-f006-56e8-8992-e370c8ef535e with identifier: NV64%20RDZ to the API
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302374/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_expert_report_file_958ecba8-8a1d-42cd-bd5c-c33090cd0253.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV64%20RDZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '84d34793-f006-56e8-8992-e370c8ef535e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV64 RDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV64%20RDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 109203,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43888,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302365/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43777,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302374/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44363,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302379/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45582,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302384/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40632,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302390/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38929,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302395/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105364,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302404/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79544,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302413/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87869,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302423/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_84d34793-f006-56e8-8992-e370c8ef535e/84d34793-f006-56e8-8992-e370c8ef535e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83648,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV64RDZ/698302429/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 105 BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 105 BLACK EDITION',
 'vin': 'TMBBG7NE3F0032984',
 'year': 2015}
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV64%2520RDZ%27 HTTP/1.1" 200 None
2026-03-28 11:07:05 [bca.uk] INFO: Saving data for NV64%20RDZ: {'created_time': 1774696025.276863, 'last_price_update_time': 1774696025.276876, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV64%2520RDZ') HTTP/1.1" 204 0
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822398/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NY19XSW/42786978?sv=2020-08-04&st=2026-03-28T11%3A05%3A48Z&se=2026-03-28T11%3A30%3A48Z&sr=b&sp=r&sig=5FVxuu3c8NgD8IoV424BPI7ByeLswILSFitcenyrrqE%3D)
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690154/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SF69ZBX/42805950?sv=2020-08-04&st=2026-03-28T11%3A06%3A56Z&se=2026-03-28T11%3A31%3A56Z&sr=b&sp=r&sig=APhA3rKllfHrlMbW11%2BTzqDl92O25luWmEHJaGT5mxc%3D)
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147466/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NV21YRL/42795803?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=nbX503x044bzLWcg6V1xoxUFHBJ0TnY1Vvrm4No3EkI%3D)
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818232/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DP21OWH/42807579?sv=2020-08-04&st=2026-03-28T11%3A05%3A49Z&se=2026-03-28T11%3A30%3A49Z&sr=b&sp=r&sig=gKmrXr92CUURqdhO2%2B9AeqgdrcmU9wCPRHcsCwIBOuw%3D)
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296357/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:07:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM14%20HWD-GB>
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818073/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LR18TNX/42808436?sv=2020-08-04&st=2026-03-28T11%3A06%3A55Z&se=2026-03-28T11%3A31%3A55Z&sr=b&sp=r&sig=yqsV812nhXLyJLgalvMrIGbpyxdAtaW2FLIzZkdbiCU%3D)
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94af4b3e10>
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD13YCM%252F698691005%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691005/600 saved to cache
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a253646d-ff93-5f25-9bed-24b8b03cc5a0
2026-03-28 11:07:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a253646d-ff93-5f25-9bed-24b8b03cc5a0, skipping ID generation
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a253646d-ff93-5f25-9bed-24b8b03cc5a0 sending to next pipeline
2026-03-28 11:07:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a253646d-ff93-5f25-9bed-24b8b03cc5a0, identifier: BD13%20YCM
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf87d0>
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690384%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690384/600 saved to cache
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e238ad0>
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690300%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690300/600 saved to cache
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:05 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac476050>
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698818098%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818098/600 saved to cache
2026-03-28 11:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a253646d-ff93-5f25-9bed-24b8b03cc5a0 with identifier: BD13%20YCM
2026-03-28 11:07:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a253646d-ff93-5f25-9bed-24b8b03cc5a0 with identifier: BD13%20YCM
2026-03-28 11:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a253646d-ff93-5f25-9bed-24b8b03cc5a0 with identifier: BD13%20YCM to the API
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691005/600>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_expert_report_file_a67ea902-4690-4260-823b-5f695bfbe668.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD13%20YCM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a253646d-ff93-5f25-9bed-24b8b03cc5a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD13 YCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD13%20YCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 154478,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42189,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698690997/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42270,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691005/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45857,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691019/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43681,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691033/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41701,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691057/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42159,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691087/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68833,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691156/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62921,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691180/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65267,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691209/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a253646d-ff93-5f25-9bed-24b8b03cc5a0/a253646d-ff93-5f25-9bed-24b8b03cc5a0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76677,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD13YCM/698691230/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 3.0 B/TEC AMG SPORT TIP Estate',
 'transmission': 'manual',
 'trim': 'B/TEC AMG SPORT TIP',
 'vin': 'WDD2122262A837709',
 'year': 2013}
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520YCM%27 HTTP/1.1" 200 None
2026-03-28 11:07:05 [bca.uk] INFO: Saving data for BD13%20YCM: {'created_time': 1774696025.934058, 'last_price_update_time': 1774696025.934072, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD13%2520YCM') HTTP/1.1" 204 0
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302450/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:07:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240918/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=696240918>
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240922/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:07:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296352/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296352>
2026-03-28 11:07:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814144/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814144>
2026-03-28 11:07:05 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD66%20EUB-GB>
2026-03-28 11:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818137/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e861350>
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNY19XSW%252F698822398%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822398/600 saved to cache
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 20371ec6-8910-5760-a0a1-418fe02be3ea
2026-03-28 11:07:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20371ec6-8910-5760-a0a1-418fe02be3ea, skipping ID generation
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 20371ec6-8910-5760-a0a1-418fe02be3ea sending to next pipeline
2026-03-28 11:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20371ec6-8910-5760-a0a1-418fe02be3ea, identifier: NY19%20XSW
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3bdd0>
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSF69ZBX%252F698690154%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690154/600 saved to cache
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0
2026-03-28 11:07:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc1c110a-0c19-52b7-9903-ae3b1603e9d0, skipping ID generation
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc1c110a-0c19-52b7-9903-ae3b1603e9d0 sending to next pipeline
2026-03-28 11:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc1c110a-0c19-52b7-9903-ae3b1603e9d0, identifier: SF69%20ZBX
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d0c50>
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNV21YRL%252F698147466%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147466/600 saved to cache
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 315975b4-353c-5208-8d12-be9533c8f6fb
2026-03-28 11:07:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 315975b4-353c-5208-8d12-be9533c8f6fb, skipping ID generation
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 315975b4-353c-5208-8d12-be9533c8f6fb sending to next pipeline
2026-03-28 11:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 315975b4-353c-5208-8d12-be9533c8f6fb, identifier: NV21%20YRL
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac413490>
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDP21OWH%252F698818232%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818232/600 saved to cache
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9193af3e-cf78-59fe-adc3-c5316e575c5a
2026-03-28 11:07:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9193af3e-cf78-59fe-adc3-c5316e575c5a, skipping ID generation
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9193af3e-cf78-59fe-adc3-c5316e575c5a sending to next pipeline
2026-03-28 11:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9193af3e-cf78-59fe-adc3-c5316e575c5a, identifier: DP21%20OWH
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff61bd0>
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296357%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296357/600 saved to cache
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:07:06 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:06 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:06 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:06 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:06 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a8c10>
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:06 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLR18TNX%252F698818073%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818073/600 saved to cache
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e
2026-03-28 11:07:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e, skipping ID generation
2026-03-28 11:07:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e sending to next pipeline
2026-03-28 11:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e, identifier: LR18%20TNX
2026-03-28 11:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814176/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20371ec6-8910-5760-a0a1-418fe02be3ea with identifier: NY19%20XSW
2026-03-28 11:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20371ec6-8910-5760-a0a1-418fe02be3ea with identifier: NY19%20XSW
2026-03-28 11:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20371ec6-8910-5760-a0a1-418fe02be3ea with identifier: NY19%20XSW to the API
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822398/600>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_expert_report_file_7ee76f5d-b762-4636-a222-7897f8e5b690.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NY19%20XSW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '20371ec6-8910-5760-a0a1-418fe02be3ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NY19 XSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NY19%20XSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 43562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46421,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822398/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45319,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822426/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45586,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822443/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47395,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822467/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44962,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822489/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42428,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822505/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81616,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822526/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822546/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85869,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822571/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_20371ec6-8910-5760-a0a1-418fe02be3ea/20371ec6-8910-5760-a0a1-418fe02be3ea_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85151,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NY19XSW/698822593/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.0 IG-T 100 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'IG-T 100 ACENTA',
 'vin': 'VNVK1400162293296',
 'year': 2019}
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY19%2520XSW%27 HTTP/1.1" 200 None
2026-03-28 11:07:07 [bca.uk] INFO: Saving data for NY19%20XSW: {'created_time': 1774696027.019515, 'last_price_update_time': 1774696027.019526, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NY19%2520XSW') HTTP/1.1" 204 0
2026-03-28 11:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc1c110a-0c19-52b7-9903-ae3b1603e9d0 with identifier: SF69%20ZBX
2026-03-28 11:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc1c110a-0c19-52b7-9903-ae3b1603e9d0 with identifier: SF69%20ZBX
2026-03-28 11:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc1c110a-0c19-52b7-9903-ae3b1603e9d0 with identifier: SF69%20ZBX to the API
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690154/600>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_expert_report_file_d3214571-8711-4570-8b20-f8d8e1fe1bf8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF69%20ZBX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc1c110a-0c19-52b7-9903-ae3b1603e9d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF69 ZBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF69%20ZBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 103892,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45904,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690118/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45352,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690137/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42462,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690154/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42473,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690172/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43126,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690205/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42043,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690225/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89868,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690300/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80703,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690344/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83629,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690384/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc1c110a-0c19-52b7-9903-ae3b1603e9d0/dc1c110a-0c19-52b7-9903-ae3b1603e9d0_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70513,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SF69ZBX/698690415/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2AK3LA888981',
 'year': 2019}
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF69%2520ZBX%27 HTTP/1.1" 200 None
2026-03-28 11:07:07 [bca.uk] INFO: Saving data for SF69%20ZBX: {'created_time': 1774696027.432456, 'last_price_update_time': 1774696027.432473, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF69%2520ZBX') HTTP/1.1" 204 0
2026-03-28 11:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 315975b4-353c-5208-8d12-be9533c8f6fb with identifier: NV21%20YRL
2026-03-28 11:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 315975b4-353c-5208-8d12-be9533c8f6fb with identifier: NV21%20YRL
2026-03-28 11:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 315975b4-353c-5208-8d12-be9533c8f6fb with identifier: NV21%20YRL to the API
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147466/600>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_expert_report_file_2633d90f-2096-4c70-ae7a-cbead1af4fd9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV21%20YRL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '315975b4-353c-5208-8d12-be9533c8f6fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV21 YRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV21%20YRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 32508,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49529,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147466/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48457,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147470/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45524,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147475/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46058,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147482/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43276,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147491/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41722,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147516/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97572,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147533/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88613,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147549/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101829,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147559/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_315975b4-353c-5208-8d12-be9533c8f6fb/315975b4-353c-5208-8d12-be9533c8f6fb_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81443,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NV21YRL/698147572/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 35 TFSI BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': '35 TFSI BLACK ED.S-T',
 'vin': 'WAUZZZF44MA071324',
 'year': 2021}
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520YRL%27 HTTP/1.1" 200 None
2026-03-28 11:07:07 [bca.uk] INFO: Saving data for NV21%20YRL: {'created_time': 1774696027.860013, 'last_price_update_time': 1774696027.860024, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV21%2520YRL') HTTP/1.1" 204 0
2026-03-28 11:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9193af3e-cf78-59fe-adc3-c5316e575c5a with identifier: DP21%20OWH
2026-03-28 11:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9193af3e-cf78-59fe-adc3-c5316e575c5a with identifier: DP21%20OWH
2026-03-28 11:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9193af3e-cf78-59fe-adc3-c5316e575c5a with identifier: DP21%20OWH to the API
2026-03-28 11:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818232/600>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_expert_report_file_5df941cd-1fd2-4a87-8a7f-8b555dbdcb9a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP21%20OWH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9193af3e-cf78-59fe-adc3-c5316e575c5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP21 OWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP21%20OWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 28083,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48153,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818232/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46480,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818249/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46035,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818273/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47330,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818295/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45341,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818321/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42778,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818343/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 100141,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818377/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65703,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80176,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818428/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9193af3e-cf78-59fe-adc3-c5316e575c5a/9193af3e-cf78-59fe-adc3-c5316e575c5a_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81007,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DP21OWH/698818458/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SRI',
 'vin': 'W0VZRHNS9M6832547',
 'year': 2021}
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520OWH%27 HTTP/1.1" 200 None
2026-03-28 11:07:08 [bca.uk] INFO: Saving data for DP21%20OWH: {'created_time': 1774696028.342441, 'last_price_update_time': 1774696028.342453, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP21%2520OWH') HTTP/1.1" 204 0
2026-03-28 11:07:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e with identifier: LR18%20TNX
2026-03-28 11:07:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e with identifier: LR18%20TNX
2026-03-28 11:07:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e with identifier: LR18%20TNX to the API
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818073/600>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_expert_report_file_bcd3ad3b-f96b-46e1-8f98-ef103c4fc6fc.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR18%20TNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR18 TNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR18%20TNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'E350 E',
 'odometer': 128137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46369,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817923/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46086,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817943/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43590,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817971/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43313,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698817993/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41558,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818015/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41300,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818041/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105595,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818073/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818098/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96017,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818123/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e/849f2ad9-d3e5-52f2-b9db-a3a3f6f4496e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89570,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LR18TNX/698818142/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 E 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130502A438759',
 'year': 2018}
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520TNX%27 HTTP/1.1" 200 None
2026-03-28 11:07:08 [bca.uk] INFO: Saving data for LR18%20TNX: {'created_time': 1774696028.76876, 'last_price_update_time': 1774696028.768773, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR18%2520TNX') HTTP/1.1" 204 0
2026-03-28 11:07:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818112/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818112>
2026-03-28 11:07:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP69%20DTN-GB>
2026-03-28 11:07:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296344/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296344>
2026-03-28 11:07:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML11%20YCS-GB>
2026-03-28 11:07:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302444/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698302444>
2026-03-28 11:07:08 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814108/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814108>
2026-03-28 11:07:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe48cd0>
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302450%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302450/600 saved to cache
2026-03-28 11:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09c0d0>
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240922%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240922/600 saved to cache
2026-03-28 11:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9f21d0>
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698818137%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818137/600 saved to cache
2026-03-28 11:07:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:08 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb92bd0>
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814176%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814176/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818156/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818156>
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796862/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796862>
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240915/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MF17NRO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296352/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240918/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814144/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebeda50>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_expert_report_file_977ded88-ff73-4da6-b0d9-64c7e3bd7758.pdf HTTP/1.1" 201 0
2026-03-28 11:07:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c61e304-7d9e-5e1f-8212-e5585370b47b, skipping ID generation
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKM14HWD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM14HWD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649487%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649487 not downloaded yet
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302443/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YH09BCO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649498%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649498 not downloaded yet
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296344/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649513%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649513 not downloaded yet
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649528%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649528 not downloaded yet
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb6b450>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296352%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296352/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39aa50>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240918%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240918/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814108/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302444/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649542%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649542 not downloaded yet
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818088/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818088>
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240915/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MF17NRO/42758052?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=TLAmdisXKvB0gEM4RgxwlCY7%2F8%2FI8swKQhKzDI524q8%3D)
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818112/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e4990>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814144%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814144/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796862/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649577%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649577 not downloaded yet
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649607%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649607 not downloaded yet
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebd5dd0>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_expert_report_file_af49ad95-d18b-467f-af02-ab5ba906decc.pdf HTTP/1.1" 201 0
2026-03-28 11:07:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79920aac-a0d8-5e9e-8565-6a33b873ebb2, skipping ID generation
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBD66EUB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD66EUB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb699d0>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296344%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296344/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302443/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YH09BCO/42797616?sv=2020-08-04&st=2026-03-28T11%3A05%3A47Z&se=2026-03-28T11%3A30%3A47Z&sr=b&sp=r&sig=H%2B6MJk0GNLKYEuY21BPOQUmlzZRnSuHZNQD4Ldprt7A%3D)
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ64%20LVP-GB>
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296332/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296332>
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649471/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM14HWD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649498/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649498>
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649629%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649629 not downloaded yet
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818241%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818241 not downloaded yet
2026-03-28 11:07:09 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR55%20ULB-GB>
2026-03-28 11:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818156/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698649657%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649657 not downloaded yet
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818255%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818255 not downloaded yet
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e861e90>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814108%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814108/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc91f50>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302444%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302444/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb02250>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_expert_report_file_f4212057-cfe7-4de0-89e3-d20cb4c84039.pdf HTTP/1.1" 201 0
2026-03-28 11:07:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64370ae9-ee70-5b55-bab3-19bba1b36cad, skipping ID generation
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DKP69DTN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP69DTN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e89a690>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMF17NRO%252F696240915%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240915/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 30856a3b-be0e-5168-89b3-4f62e251696e
2026-03-28 11:07:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30856a3b-be0e-5168-89b3-4f62e251696e, skipping ID generation
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30856a3b-be0e-5168-89b3-4f62e251696e sending to next pipeline
2026-03-28 11:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30856a3b-be0e-5168-89b3-4f62e251696e, identifier: MF17%20NRO
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0e0d0>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698818112%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818112/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:09 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebd6350>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796862%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796862/600 saved to cache
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3cad50>
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_expert_report_file_3529c1db-4a5c-483f-acbf-d0859704cb78.pdf HTTP/1.1" 201 0
2026-03-28 11:07:09 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b24e560b-d815-5611-8097-f663470ed43b, skipping ID generation
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DML11YCS-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ML11YCS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818278%27 HTTP/1.1" 200 None
2026-03-28 11:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818278 not downloaded yet
2026-03-28 11:07:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30856a3b-be0e-5168-89b3-4f62e251696e with identifier: MF17%20NRO
2026-03-28 11:07:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30856a3b-be0e-5168-89b3-4f62e251696e with identifier: MF17%20NRO
2026-03-28 11:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30856a3b-be0e-5168-89b3-4f62e251696e with identifier: MF17%20NRO to the API
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240915/600>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_expert_report_file_6c0a7081-a1b2-4262-9e90-11a935ce82c7.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF17%20NRO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '30856a3b-be0e-5168-89b3-4f62e251696e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF17 NRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF17%20NRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SSANGYONG',
 'model': 'KORANDO',
 'odometer': 72065,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42721,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240915/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43084,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240918/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42468,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240922/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42275,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240927/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40930,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240930/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41953,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240931/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 105463,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240940/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80592,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240946/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85432,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240949/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_30856a3b-be0e-5168-89b3-4f62e251696e/30856a3b-be0e-5168-89b3-4f62e251696e_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96235,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MF17NRO/696240951/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SSANGYONG KORANDO 2.2 D 178 SE 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 178 SE 4WD',
 'vin': 'KPTB0A1WSHP250260',
 'year': 2017}
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520NRO%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [bca.uk] INFO: Saving data for MF17%20NRO: {'created_time': 1774696030.339479, 'last_price_update_time': 1774696030.339491, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF17%2520NRO') HTTP/1.1" 204 0
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649577/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649577>
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649528/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649528>
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649487/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649487>
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649513/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649513>
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818129/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818129>
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814071/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814071>
2026-03-28 11:07:10 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649542/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649542>
2026-03-28 11:07:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818088/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811749%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811749 not downloaded yet
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798191%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798191 not downloaded yet
2026-03-28 11:07:10 [scrapy.extensions.logstats] INFO: Crawled 180 pages (at 29 pages/min), scraped 381 items (at 57 items/min)
2026-03-28 11:07:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818296%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818296 not downloaded yet
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811762%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811762 not downloaded yet
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798214%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798214 not downloaded yet
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e241590>
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYH09BCO%252F698302443%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302443/600 saved to cache
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0d1fbca2-7850-5db9-a352-21626963fd57
2026-03-28 11:07:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d1fbca2-7850-5db9-a352-21626963fd57, skipping ID generation
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d1fbca2-7850-5db9-a352-21626963fd57 sending to next pipeline
2026-03-28 11:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d1fbca2-7850-5db9-a352-21626963fd57, identifier: YH09%20BCO
2026-03-28 11:07:10 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:10 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:10 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:10 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:10 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e281810>
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818156%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818156/600 saved to cache
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818319%27 HTTP/1.1" 200 None
2026-03-28 11:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818319 not downloaded yet
2026-03-28 11:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d1fbca2-7850-5db9-a352-21626963fd57 with identifier: YH09%20BCO
2026-03-28 11:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d1fbca2-7850-5db9-a352-21626963fd57 with identifier: YH09%20BCO
2026-03-28 11:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d1fbca2-7850-5db9-a352-21626963fd57 with identifier: YH09%20BCO to the API
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302443/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_expert_report_file_8f1f44b4-4e25-4ef2-a6d0-d3c7d0c24879.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH09%20BCO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d1fbca2-7850-5db9-a352-21626963fd57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH09 BCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH09%20BCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '520D',
 'odometer': 138062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42986,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302443/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44308,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302444/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44265,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302450/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45143,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302455/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43422,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302459/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42587,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302464/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90688,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302471/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72093,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302478/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85215,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302485/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0d1fbca2-7850-5db9-a352-21626963fd57/0d1fbca2-7850-5db9-a352-21626963fd57_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80142,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YH09BCO/698302489/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 177 M SPORT BUSINESS ED.TOURIN Estate',
 'transmission': 'automatic',
 'trim': '177 M SPORT BUSINESS ED.TOURIN',
 'vin': 'WBAPX32070C186589',
 'year': 2009}
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH09%2520BCO%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [bca.uk] INFO: Saving data for YH09%20BCO: {'created_time': 1774696031.036963, 'last_price_update_time': 1774696031.036975, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH09%2520BCO') HTTP/1.1" 204 0
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649471/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649498/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649607>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818224/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD66EUB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296332/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649542/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811775%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811775 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798235%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798235 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818353%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818353 not downloaded yet
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad2f6550>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698818088%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818088/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811788%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811788 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798251%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798251 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818376%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818376 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811812%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811812 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798262%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798262 not downloaded yet
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9f0b50>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649471%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649471/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d29d0>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649498%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649498/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea4a190>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296332%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296332/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e6a10>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649542%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649542/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818402%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818402 not downloaded yet
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814071/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649513/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649528/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649487/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798178/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=ML11YCS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818129/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811839%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811839 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798280%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798280 not downloaded yet
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649577/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818427%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818427 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811868%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811868 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798305%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798305 not downloaded yet
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e97e490>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_expert_report_file_181e4237-3d60-4007-b536-7a2ec7ba27e2.pdf HTTP/1.1" 201 0
2026-03-28 11:07:11 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: caf399da-ba62-5f8c-8c9c-a7254fd592b8, skipping ID generation
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DGR55ULB-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GR55ULB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818224/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811894%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811894 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798318%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798318 not downloaded yet
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818319/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818319>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811762/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811762>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818296/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818296>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798214/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798214>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798235/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798235>
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818265%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818265 not downloaded yet
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698811914%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811914 not downloaded yet
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698798338%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798338 not downloaded yet
2026-03-28 11:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798178/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818292%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818292 not downloaded yet
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdfab90>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_expert_report_file_7baa1484-f0ce-4f2d-8d37-bf4ab9f0c209.pdf HTTP/1.1" 201 0
2026-03-28 11:07:11 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6593b689-aaea-5140-bace-f18f7c63a758, skipping ID generation
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPJ64LVP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PJ64LVP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac39a410>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814071%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814071/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eab5fd0>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649513%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649513/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb02f10>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649528%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649528/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eab6a90>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649487%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649487/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaee6d0>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818129%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818129/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:11 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ff590>
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649577%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649577/600 saved to cache
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818308%27 HTTP/1.1" 200 None
2026-03-28 11:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818308 not downloaded yet
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818376/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818376>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798251>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818353/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818353>
2026-03-28 11:07:11 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811812>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818402/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818402>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798262/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798262>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811788/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811788>
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691114%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691114 not downloaded yet
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9d650>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818224%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818224/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818328%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818328 not downloaded yet
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798235/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691131%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691131 not downloaded yet
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818341%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818341 not downloaded yet
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e510f10>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649607%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649607/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff7f710>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798178%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798178/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691159%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691159 not downloaded yet
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798214/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811762/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798338/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798338>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798318/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798318>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818243/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GR55ULB-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818296/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818319/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818372%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818372 not downloaded yet
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691175%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691175 not downloaded yet
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcaee90>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798235%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798235/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818399%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818399 not downloaded yet
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811788/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691194%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691194 not downloaded yet
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818419%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818419 not downloaded yet
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691236%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691236 not downloaded yet
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698818442%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818442 not downloaded yet
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798262/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818328/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818328>
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691272%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691272 not downloaded yet
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea600d0>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798214%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798214/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad151f10>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811762%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811762/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea77750>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818296%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818296/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e288d50>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818319%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818319/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818243/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818402/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818353/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818376/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691300%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691300 not downloaded yet
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bea50>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811788%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811788/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698691324%27 HTTP/1.1" 200 None
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691324 not downloaded yet
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2994d0>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811812%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811812/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2bd90>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798262%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798262/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798318/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691159/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691159>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818399/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818399>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691114/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691114>
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818328/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691131/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691131>
2026-03-28 11:07:12 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818341/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818341>
2026-03-28 11:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798338/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffa4c90>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798251%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798251/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdaa5d0>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818243%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818243/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf9150>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818402%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818402/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaee3d0>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818353%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818353/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac169a50>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818376%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818376/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:12 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf9190>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798318%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798318/600 saved to cache
2026-03-28 11:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e5690>
2026-03-28 11:07:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818328%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818328/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4c750>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798338%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798338/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818372/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818372>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691194/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691194>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691236/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691236>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691175/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691175>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691272/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691272>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818442/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818442>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818419/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818419>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818341/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818419/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691300/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691300>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818308/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818308>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691131/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691159/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818399/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691324/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698691324>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8d3190>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818341%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818341/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691114/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691236/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691194/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691175/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691090/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PJ64LVP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818372/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818442/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3caad0>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818419%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818419/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691272/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818292>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818308/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818265/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818265>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691324/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811894/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811894>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac45fc50>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691131%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691131/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e513010>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691159%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691159/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a43d0>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818399%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818399/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811914/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811914>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691300/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811868/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811868>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798305/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798305>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e422690>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691114%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691114/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e897890>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691236%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691236/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf7010>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691194%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691194/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3e3d0>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691175%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691175/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffec0d0>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818372%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818372/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf7210>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818442%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818442/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcadb50>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691272%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691272/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e610e90>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818308%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818308/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd3c210>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691324%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691324/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691090/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PJ64LVP/42805938?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=Eh0Ws7IigyCDNQuzV4F8XswOxmYdX5%2BkmfSNEHE57wA%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798280/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798280>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811839/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811839>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818292/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818427/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818427>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811775/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811775>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798191/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798191>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811894/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:13 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e876990>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691300%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691300/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818278/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818278>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811738/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KP69DTN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:13 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811749/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698811749>
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818265/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GR55ULB/42808018?sv=2020-08-04&st=2026-03-28T11%3A07%3A09Z&se=2026-03-28T11%3A32%3A09Z&sr=b&sp=r&sig=J6vMgDCdxJxSm9RDf56yt8gPMvnyp8w3cJrKTR7%2Fl%2Fo%3D)
2026-03-28 11:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811868/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e898150>
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPJ64LVP%252F698691090%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691090/600 saved to cache
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6593b689-aaea-5140-bace-f18f7c63a758
2026-03-28 11:07:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6593b689-aaea-5140-bace-f18f7c63a758, skipping ID generation
2026-03-28 11:07:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6593b689-aaea-5140-bace-f18f7c63a758 sending to next pipeline
2026-03-28 11:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6593b689-aaea-5140-bace-f18f7c63a758, identifier: PJ64%20LVP
2026-03-28 11:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6593b689-aaea-5140-bace-f18f7c63a758 with identifier: PJ64%20LVP
2026-03-28 11:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6593b689-aaea-5140-bace-f18f7c63a758 with identifier: PJ64%20LVP
2026-03-28 11:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6593b689-aaea-5140-bace-f18f7c63a758 with identifier: PJ64%20LVP to the API
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691090/600>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_expert_report_file_7baa1484-f0ce-4f2d-8d37-bf4ab9f0c209.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ64%20LVP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6593b689-aaea-5140-bace-f18f7c63a758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ64 LVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ64%20LVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 65079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44874,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691090/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41715,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691114/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44779,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691131/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43232,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691159/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43040,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691175/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41527,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691194/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87124,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691236/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76772,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691272/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83172,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691300/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6593b689-aaea-5140-bace-f18f7c63a758/6593b689-aaea-5140-bace-f18f7c63a758_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83110,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PJ64LVP/698691324/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.4 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'U5YHN511LFL164158',
 'year': 2014}
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520LVP%27 HTTP/1.1" 200 None
2026-03-28 11:07:14 [bca.uk] INFO: Saving data for PJ64%20LVP: {'created_time': 1774696034.7769, 'last_price_update_time': 1774696034.776913, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ64%2520LVP') HTTP/1.1" 204 0
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798191/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798305/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811914/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811775/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:14 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818255/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818255>
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811839/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798280/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/ML11YCS/42807036?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=%2B%2FFRHnvD99m%2B4za2tn5pRB6AME%2FQVnig2YcsRglLpdk%3D)
2026-03-28 11:07:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818427/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc0c10>
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818292%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818292/600 saved to cache
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:14 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:14 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:14 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:14 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:14 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b27d0>
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811894%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811894/600 saved to cache
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4f6d0>
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGR55ULB%252F698818265%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818265/600 saved to cache
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item caf399da-ba62-5f8c-8c9c-a7254fd592b8
2026-03-28 11:07:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: caf399da-ba62-5f8c-8c9c-a7254fd592b8, skipping ID generation
2026-03-28 11:07:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item caf399da-ba62-5f8c-8c9c-a7254fd592b8 sending to next pipeline
2026-03-28 11:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: caf399da-ba62-5f8c-8c9c-a7254fd592b8, identifier: GR55%20ULB
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3153d0>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811868%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811868/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: caf399da-ba62-5f8c-8c9c-a7254fd592b8 with identifier: GR55%20ULB
2026-03-28 11:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: caf399da-ba62-5f8c-8c9c-a7254fd592b8 with identifier: GR55%20ULB
2026-03-28 11:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: caf399da-ba62-5f8c-8c9c-a7254fd592b8 with identifier: GR55%20ULB to the API
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818265/600>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_expert_report_file_181e4237-3d60-4007-b536-7a2ec7ba27e2.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR55%20ULB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'caf399da-ba62-5f8c-8c9c-a7254fd592b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR55 ULB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR55%20ULB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 86242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45352,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818243/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45276,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818265/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44662,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818292/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43755,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818308/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44549,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818328/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44048,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818341/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 100516,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818372/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66685,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818399/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77485,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818419/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_caf399da-ba62-5f8c-8c9c-a7254fd592b8/caf399da-ba62-5f8c-8c9c-a7254fd592b8_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77093,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GR55ULB/698818442/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I T3 Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I T3',
 'vin': 'VNKKL18380A214482',
 'year': 2005}
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR55%2520ULB%27 HTTP/1.1" 200 None
2026-03-28 11:07:15 [bca.uk] INFO: Saving data for GR55%20ULB: {'created_time': 1774696035.412305, 'last_price_update_time': 1774696035.412317, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR55%2520ULB') HTTP/1.1" 204 0
2026-03-28 11:07:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811749/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811738/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KP69DTN/42807914?sv=2020-08-04&st=2026-03-28T11%3A07%3A06Z&se=2026-03-28T11%3A32%3A06Z&sr=b&sp=r&sig=LPDlhGA68RUXK6Gi%2FTUSarFlCIrif43Hsg4ujer8JGY%3D)
2026-03-28 11:07:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818241/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818241>
2026-03-28 11:07:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649657/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649657>
2026-03-28 11:07:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818278/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818255/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796842/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796842>
2026-03-28 11:07:15 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649629/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698649629>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc62590>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798191%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798191/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2e650>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798305%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798305/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4cb10>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811914%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811914/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf47d0>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811775%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811775/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e899f90>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811839%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811839/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0c650>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FML11YCS%252F698798280%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798280/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b24e560b-d815-5611-8097-f663470ed43b
2026-03-28 11:07:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b24e560b-d815-5611-8097-f663470ed43b, skipping ID generation
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b24e560b-d815-5611-8097-f663470ed43b sending to next pipeline
2026-03-28 11:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b24e560b-d815-5611-8097-f663470ed43b, identifier: ML11%20YCS
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:15 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc8fd0>
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818427%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818427/600 saved to cache
2026-03-28 11:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b24e560b-d815-5611-8097-f663470ed43b with identifier: ML11%20YCS
2026-03-28 11:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b24e560b-d815-5611-8097-f663470ed43b with identifier: ML11%20YCS
2026-03-28 11:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b24e560b-d815-5611-8097-f663470ed43b with identifier: ML11%20YCS to the API
2026-03-28 11:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798280/600>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_expert_report_file_3529c1db-4a5c-483f-acbf-d0859704cb78.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML11%20YCS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b24e560b-d815-5611-8097-f663470ed43b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML11 YCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML11%20YCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 162978,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43771,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798178/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44550,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798191/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44936,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798214/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45209,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798235/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41597,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798251/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40151,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798262/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88590,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798280/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64753,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798305/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77924,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798318/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b24e560b-d815-5611-8097-f663470ed43b/b24e560b-d815-5611-8097-f663470ed43b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80502,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/ML11YCS/698798338/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 N-TEC',
 'vin': 'SJNFCAJ10U2290613',
 'year': 2011}
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520YCS%27 HTTP/1.1" 200 None
2026-03-28 11:07:16 [bca.uk] INFO: Saving data for ML11%20YCS: {'created_time': 1774696036.190351, 'last_price_update_time': 1774696036.190362, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML11%2520YCS') HTTP/1.1" 204 0
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814050/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814050>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796812/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796812>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818100/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818100>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296322/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KM66FHL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF66%20WCL-GB>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA17%20TWN-GB>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK10%20VKV-GB>
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad1763d0>
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811749%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811749/600 saved to cache
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd1c750>
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKP69DTN%252F698811738%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811738/600 saved to cache
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 64370ae9-ee70-5b55-bab3-19bba1b36cad
2026-03-28 11:07:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64370ae9-ee70-5b55-bab3-19bba1b36cad, skipping ID generation
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64370ae9-ee70-5b55-bab3-19bba1b36cad sending to next pipeline
2026-03-28 11:07:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64370ae9-ee70-5b55-bab3-19bba1b36cad, identifier: KP69%20DTN
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad1764d0>
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818278%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818278/600 saved to cache
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a9790>
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818255%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818255/600 saved to cache
2026-03-28 11:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64370ae9-ee70-5b55-bab3-19bba1b36cad with identifier: KP69%20DTN
2026-03-28 11:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64370ae9-ee70-5b55-bab3-19bba1b36cad with identifier: KP69%20DTN
2026-03-28 11:07:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64370ae9-ee70-5b55-bab3-19bba1b36cad with identifier: KP69%20DTN to the API
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811738/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_expert_report_file_f4212057-cfe7-4de0-89e3-d20cb4c84039.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP69%20DTN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64370ae9-ee70-5b55-bab3-19bba1b36cad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP69 DTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP69%20DTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 80382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43325,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811738/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41424,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811749/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44640,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811762/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42828,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811775/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42567,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811788/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42077,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811812/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93221,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811839/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86066,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811868/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92135,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811894/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_64370ae9-ee70-5b55-bab3-19bba1b36cad/64370ae9-ee70-5b55-bab3-19bba1b36cad_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 107360,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KP69DTN/698811914/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 R LINE DSG',
 'vin': 'WVWZZZAUZLW006264',
 'year': 2019}
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520DTN%27 HTTP/1.1" 200 None
2026-03-28 11:07:16 [bca.uk] INFO: Saving data for KP69%20DTN: {'created_time': 1774696036.948292, 'last_price_update_time': 1774696036.948303, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP69%2520DTN') HTTP/1.1" 204 0
2026-03-28 11:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649629/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF66%20DZV-GB>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM03%20CCZ-GB>
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796781/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796781>
2026-03-28 11:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818241/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD66EUB/42808154?sv=2020-08-04&st=2026-03-28T11%3A07%3A05Z&se=2026-03-28T11%3A32%3A05Z&sr=b&sp=r&sig=cYXkiwufFozXfijStFAyuh2%2Bvt9ZZBwkTE1vWXYzjEA%3D)
2026-03-28 11:07:16 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB17%20HFF-GB>
2026-03-28 11:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796842/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649657/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM14HWD/42805478?sv=2020-08-04&st=2026-03-28T11%3A07%3A04Z&se=2026-03-28T11%3A32%3A04Z&sr=b&sp=r&sig=19rueHJmuIswiVT6ZLSQI3jhcvc%2FMlvEuFpymGHPnGg%3D)
2026-03-28 11:07:17 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817988/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817988>
2026-03-28 11:07:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296322/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KM66FHL/42797329?sv=2020-08-04&st=2026-03-28T11%3A05%3A46Z&se=2026-03-28T11%3A30%3A46Z&sr=b&sp=r&sig=36w9DldJDp5%2FRRJXL4pIMrA9SqU1hM972r3kszMYgQ8%3D)
2026-03-28 11:07:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796812/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814050/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8b4d0>
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649629%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649629/600 saved to cache
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818100/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bcf50>
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD66EUB%252F698818241%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818241/600 saved to cache
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2
2026-03-28 11:07:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 79920aac-a0d8-5e9e-8565-6a33b873ebb2, skipping ID generation
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 79920aac-a0d8-5e9e-8565-6a33b873ebb2 sending to next pipeline
2026-03-28 11:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79920aac-a0d8-5e9e-8565-6a33b873ebb2, identifier: BD66%20EUB
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8bc290>
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796842%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796842/600 saved to cache
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:17 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea77950>
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM14HWD%252F698649657%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649657/600 saved to cache
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0c61e304-7d9e-5e1f-8212-e5585370b47b
2026-03-28 11:07:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c61e304-7d9e-5e1f-8212-e5585370b47b, skipping ID generation
2026-03-28 11:07:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c61e304-7d9e-5e1f-8212-e5585370b47b sending to next pipeline
2026-03-28 11:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c61e304-7d9e-5e1f-8212-e5585370b47b, identifier: KM14%20HWD
2026-03-28 11:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79920aac-a0d8-5e9e-8565-6a33b873ebb2 with identifier: BD66%20EUB
2026-03-28 11:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79920aac-a0d8-5e9e-8565-6a33b873ebb2 with identifier: BD66%20EUB
2026-03-28 11:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79920aac-a0d8-5e9e-8565-6a33b873ebb2 with identifier: BD66%20EUB to the API
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818241/600>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_expert_report_file_af49ad95-d18b-467f-af02-ab5ba906decc.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD66%20EUB-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '79920aac-a0d8-5e9e-8565-6a33b873ebb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD66 EUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD66%20EUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 59560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44746,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818224/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43245,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818241/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43035,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818255/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45467,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818278/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43669,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818296/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40576,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818319/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 101379,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818353/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818376/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82925,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818402/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79920aac-a0d8-5e9e-8565-6a33b873ebb2/79920aac-a0d8-5e9e-8565-6a33b873ebb2_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD66EUB/698818427/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 MPI 75 COLOUR EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 75 COLOUR EDITION',
 'vin': 'TMBFB6NJ2HZ068266',
 'year': 2016}
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD66%2520EUB%27 HTTP/1.1" 200 None
2026-03-28 11:07:17 [bca.uk] INFO: Saving data for BD66%20EUB: {'created_time': 1774696037.858715, 'last_price_update_time': 1774696037.858725, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD66%2520EUB') HTTP/1.1" 204 0
2026-03-28 11:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c61e304-7d9e-5e1f-8212-e5585370b47b with identifier: KM14%20HWD
2026-03-28 11:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c61e304-7d9e-5e1f-8212-e5585370b47b with identifier: KM14%20HWD
2026-03-28 11:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c61e304-7d9e-5e1f-8212-e5585370b47b with identifier: KM14%20HWD to the API
2026-03-28 11:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649657/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_expert_report_file_977ded88-ff73-4da6-b0d9-64c7e3bd7758.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM14%20HWD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0c61e304-7d9e-5e1f-8212-e5585370b47b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM14 HWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM14%20HWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '520D',
 'odometer': 125207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41508,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649471/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41379,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649487/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45848,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649498/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43147,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649513/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40027,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649528/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40341,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649542/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87333,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649577/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89749,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91739,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649629/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0c61e304-7d9e-5e1f-8212-e5585370b47b/0c61e304-7d9e-5e1f-8212-e5585370b47b_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86477,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM14HWD/698649657/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBA5J32000D340899',
 'year': 2014}
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM14%2520HWD%27 HTTP/1.1" 200 None
2026-03-28 11:07:18 [bca.uk] INFO: Saving data for KM14%20HWD: {'created_time': 1774696038.266527, 'last_price_update_time': 1774696038.266538, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM14%2520HWD') HTTP/1.1" 204 0
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796781/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX15%20VFY-GB>
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac09c990>
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKM66FHL%252F698296322%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296322/600 saved to cache
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c1dbde14-933f-5ed8-827d-25216bd45d38
2026-03-28 11:07:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1dbde14-933f-5ed8-827d-25216bd45d38, skipping ID generation
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1dbde14-933f-5ed8-827d-25216bd45d38 sending to next pipeline
2026-03-28 11:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1dbde14-933f-5ed8-827d-25216bd45d38, identifier: KM66%20FHL
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2a5d0>
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796812%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796812/600 saved to cache
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b8610>
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698814050%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814050/600 saved to cache
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae46f910>
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818100%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818100/600 saved to cache
2026-03-28 11:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1dbde14-933f-5ed8-827d-25216bd45d38 with identifier: KM66%20FHL
2026-03-28 11:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1dbde14-933f-5ed8-827d-25216bd45d38 with identifier: KM66%20FHL
2026-03-28 11:07:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1dbde14-933f-5ed8-827d-25216bd45d38 with identifier: KM66%20FHL to the API
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296322/600>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_expert_report_file_9b899e2a-ba34-4a58-bced-2de108a87cd4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM66%20FHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1dbde14-933f-5ed8-827d-25216bd45d38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM66 FHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM66%20FHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 158425,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42622,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296322/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44182,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296332/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44531,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296344/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45736,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296352/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42487,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296357/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42075,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296368/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 98576,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296378/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71805,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296393/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96313,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296408/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1dbde14-933f-5ed8-827d-25216bd45d38/c1dbde14-933f-5ed8-827d-25216bd45d38_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 97653,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KM66FHL/698296423/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 BLUEHDI 120 ACTIVE Estate',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ACTIVE',
 'vin': 'VF3LCBHZHGS146335',
 'year': 2016}
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520FHL%27 HTTP/1.1" 200 None
2026-03-28 11:07:18 [bca.uk] INFO: Saving data for KM66%20FHL: {'created_time': 1774696038.944477, 'last_price_update_time': 1774696038.944487, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM66%2520FHL') HTTP/1.1" 204 0
2026-03-28 11:07:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817962/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817962>
2026-03-28 11:07:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796769/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796769>
2026-03-28 11:07:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY65%20BZP-GB>
2026-03-28 11:07:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF66%20URS-GB>
2026-03-28 11:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817988/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:18 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN02%20DLN-GB>
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9f1b90>
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_expert_report_file_8a36d272-c1dc-42b1-ba58-ea2412fbe6fe.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a800e5a3-78c5-59ad-aee5-5985ded6f596, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFA17TWN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FA17TWN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce1c50>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_expert_report_file_7a2a65e7-fa0d-4865-8866-4bee2b203e32.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ffab2477-4674-596a-86bc-d7450140eaf9, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWF66WCL-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WF66WCL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcb1690>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796781%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796781/600 saved to cache
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce2610>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_expert_report_file_b6ba7e7c-4e0a-4c90-b8da-2106e582a013.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DPF66DZV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PF66DZV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e89b690>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_expert_report_file_e1a9db63-2999-4a24-b451-9e48ef22716e.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFM03CCZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FM03CCZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9a8210>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_expert_report_file_05185ec4-b139-4550-97ff-00dff568e965.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3432e69a-fc31-5aa0-a769-766a4874750d, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEK10VKV-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK10VKV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e281dd0>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_expert_report_file_d5ab8a08-cb61-4fe2-9929-427e1a463720.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 427eeecf-7f92-56d7-881b-e7294fabcb41, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLB17HFF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LB17HFF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817940/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817940>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818004/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818004>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN66%20TXZ-GB>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796759/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796759>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698813988/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FR62KCZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT13%20WRU-GB>
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794248%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794248 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698781993%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781993 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516241%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516241 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765203%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765203 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787694%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787694 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690540%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690540 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebad750>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698817988%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817988/600 saved to cache
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794257%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794257 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782008%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782008 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516251%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516251 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765229%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765229 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787707%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787707 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690550%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690550 not downloaded yet
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817962/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817969/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817969>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796750/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796750>
2026-03-28 11:07:19 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817921/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD62NNR-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796769/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794264%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794264 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782026%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782026 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516266%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516266 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765261%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765261 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787716%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787716 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690567%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690567 not downloaded yet
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794272%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794272 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782054%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782054 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516278%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516278 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765292%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765292 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787726%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787726 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690582%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690582 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdf6250>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_expert_report_file_94ed0591-d60a-4912-9561-2aca90a3c652.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55ea19b8-9abe-5537-af8c-51406928956c, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DEF66URS-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF66URS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796759/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818004/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698813988/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FR62KCZ/42807931?sv=2020-08-04&st=2026-03-28T11%3A05%3A44Z&se=2026-03-28T11%3A30%3A44Z&sr=b&sp=r&sig=7wA0rRoD9OLOkFTcHTvn%2Bd5o55A6wU2fg6dRbo67UNI%3D)
2026-03-28 11:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817940/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794285%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794285 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782077%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782077 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516290%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516290 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765305%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765305 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787738%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787738 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690592%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690592 not downloaded yet
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296193%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296193 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea744d0>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_expert_report_file_87df6f90-1fbf-4765-83b5-d0be82f3bfdd.pdf HTTP/1.1" 201 0
2026-03-28 11:07:19 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75bdd3e7-038e-5007-9137-32beb11d671f, skipping ID generation
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFX15VFY-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FX15VFY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e2923d0>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698817962%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817962/600 saved to cache
2026-03-28 11:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4a250>
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796769%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796769/600 saved to cache
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690540/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690540>
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794295%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794295 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782109%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782109 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516299%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516299 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765332%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765332 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787756%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787756 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690615%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690615 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296196%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296196 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912752%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912752 not downloaded yet
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e877690>
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_expert_report_file_e42732a7-96f3-402b-9052-817f3b46eb6f.pdf HTTP/1.1" 201 0
2026-03-28 11:07:20 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b0df2fc-e1e2-543c-aac0-0c570961652c, skipping ID generation
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DFY65BZP-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FY65BZP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796750/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817921/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD62NNR/42808503?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=bPHJfnwLq4MR9mu2qXq%2FFaCe%2BSRYLXiaGD%2Bi%2B87JEq4%3D)
2026-03-28 11:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817969/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690550/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690550>
2026-03-28 11:07:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787707/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787707>
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794308%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794308 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782141%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782141 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516310%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516310 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765370%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765370 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787768%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787768 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690634%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690634 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296199%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296199 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912771%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912771 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774802%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774802 not downloaded yet
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e60b5d0>
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_expert_report_file_d4b37a0d-8719-4eee-b5f6-3b7af54a2ab9.pdf HTTP/1.1" 201 0
2026-03-28 11:07:20 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63, skipping ID generation
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBN02DLN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BN02DLN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95b2d0>
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796759%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796759/600 saved to cache
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e56a890>
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698818004%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818004/600 saved to cache
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac116610>
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFR62KCZ%252F698813988%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698813988/600 saved to cache
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d
2026-03-28 11:07:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 060f8cd0-4649-57d3-b26d-21ea2185aa7d, skipping ID generation
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 060f8cd0-4649-57d3-b26d-21ea2185aa7d sending to next pipeline
2026-03-28 11:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 060f8cd0-4649-57d3-b26d-21ea2185aa7d, identifier: FR62%20KCZ
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b4b90>
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698817940%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817940/600 saved to cache
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765229/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765229>
2026-03-28 11:07:20 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690567/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690567>
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794318%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794318 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782180%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782180 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516326%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516326 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765399%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765399 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698787780%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787780 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690656%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690656 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296200%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296200 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912791%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912791 not downloaded yet
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774823%27 HTTP/1.1" 200 None
2026-03-28 11:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774823 not downloaded yet
2026-03-28 11:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 060f8cd0-4649-57d3-b26d-21ea2185aa7d with identifier: FR62%20KCZ
2026-03-28 11:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 060f8cd0-4649-57d3-b26d-21ea2185aa7d with identifier: FR62%20KCZ
2026-03-28 11:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 060f8cd0-4649-57d3-b26d-21ea2185aa7d with identifier: FR62%20KCZ to the API
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698813988/600>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_expert_report_file_ebbb64b9-b206-4a12-be61-d70d3d373822.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR62%20KCZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '060f8cd0-4649-57d3-b26d-21ea2185aa7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FR62 KCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR62%20KCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'JETTA',
 'odometer': 151818,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43880,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698813988/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42768,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814001/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44011,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814015/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814035/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41199,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814050/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39757,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814071/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84216,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814108/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 68790,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814144/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85958,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814176/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_060f8cd0-4649-57d3-b26d-21ea2185aa7d/060f8cd0-4649-57d3-b26d-21ea2185aa7d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91520,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FR62KCZ/698814208/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN JETTA 1.6 TDI CR 105 BMT S DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TDI CR 105 BMT S DSG',
 'vin': 'WVWZZZ16ZDM034265',
 'year': 2013}
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR62%2520KCZ%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [bca.uk] INFO: Saving data for FR62%20KCZ: {'created_time': 1774696041.294507, 'last_price_update_time': 1774696041.294518, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR62%2520KCZ') HTTP/1.1" 204 0
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511533%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511533 not downloaded yet
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e299f90>
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_expert_report_file_d50d2e72-9c6b-49d9-b2ec-d420f8856213.pdf HTTP/1.1" 201 0
2026-03-28 11:07:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 560ed465-d714-5f9f-9fcb-eeca023ff2cc, skipping ID generation
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLT13WRU-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT13WRU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac516050>
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_expert_report_file_6a42f13d-05bb-423f-892a-9a10eeab1b46.pdf HTTP/1.1" 201 0
2026-03-28 11:07:21 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09e16d97-cf19-589c-9507-63ba990dd971, skipping ID generation
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DSN66TXZ-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SN66TXZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc2a0d0>
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796750%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796750/600 saved to cache
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac183210>
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD62NNR%252F698817921%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817921/600 saved to cache
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac
2026-03-28 11:07:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac, skipping ID generation
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac sending to next pipeline
2026-03-28 11:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac, identifier: LD62%20NNR
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcb0390>
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698817969%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817969/600 saved to cache
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516278/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516278>
2026-03-28 11:07:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787726/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787726>
2026-03-28 11:07:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690582/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690582>
2026-03-28 11:07:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765292>
2026-03-28 11:07:21 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296191/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EF66URS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690540/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698794333%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794333 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698782213%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782213 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698516338%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516338 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698765436%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765436 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698690672%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690672 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296205%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296205 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912807%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912807 not downloaded yet
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774852%27 HTTP/1.1" 200 None
2026-03-28 11:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774852 not downloaded yet
2026-03-28 11:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac with identifier: LD62%20NNR
2026-03-28 11:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac with identifier: LD62%20NNR
2026-03-28 11:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac with identifier: LD62%20NNR to the API
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817921/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_expert_report_file_b494ec4b-7f58-4282-8a68-88e6d8680ca8.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD62%20NNR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD62 NNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD62%20NNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 169471,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47240,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817921/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47379,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817940/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44555,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817962/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45012,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698817988/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43462,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818009/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42514,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818036/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 95913,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818063/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78742,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818088/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85813,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818112/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac/c7fb3d0b-bfee-5cc2-b63f-e1f8a681beac_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81059,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD62NNR/698818137/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 MATCH',
 'vin': 'WVWZZZ1KZDP029210',
 'year': 2012}
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD62%2520NNR%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [bca.uk] INFO: Saving data for LD62%20NNR: {'created_time': 1774696042.312128, 'last_price_update_time': 1774696042.312138, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD62%2520NNR') HTTP/1.1" 204 0
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511541%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511541 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774806%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774806 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822409%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822409 not downloaded yet
2026-03-28 11:07:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912745/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FX15VFY-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296210%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296210 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912827%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912827 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774889%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774889 not downloaded yet
2026-03-28 11:07:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296196/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296196>
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511550%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511550 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774834%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774834 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822429%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822429 not downloaded yet
2026-03-28 11:07:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912752/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912752>
2026-03-28 11:07:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690615/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690615>
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690567/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774786/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FY65BZP-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690550/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296215%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296215 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912869%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912869 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774907%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774907 not downloaded yet
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac316350>
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690540%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690540/600 saved to cache
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787707/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765229/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511556%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511556 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774857%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774857 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822452%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822452 not downloaded yet
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296191/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296221%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296221 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912899%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912899 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774936%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774936 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511563%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511563 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774876%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774876 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822470%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822470 not downloaded yet
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690582/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:22 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774823>
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765292/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698296227%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296227 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912928%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912928 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774970%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774970 not downloaded yet
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296196/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912745/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511574%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511574 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774892%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774892 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822490%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822490 not downloaded yet
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787726/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516278/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698912954%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912954 not downloaded yet
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775005%27 HTTP/1.1" 200 None
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775005 not downloaded yet
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc60710>
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690567%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690567/600 saved to cache
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fed90>
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690550%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690550/600 saved to cache
2026-03-28 11:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac317310>
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787707%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787707/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2cfe50>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765229%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765229/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac241e50>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296191%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296191/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774786/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912752/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774889/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774889>
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511588%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511588 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774926%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774926 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822524%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822524 not downloaded yet
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690615/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775029%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775029 not downloaded yet
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac410990>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690582%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690582/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4a410>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765292%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765292/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511602%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511602 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774953%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774953 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822547%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822547 not downloaded yet
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822452/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822452>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822429/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822429>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912827/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912827>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774834/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774834>
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D693511615%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511615 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698774987%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774987 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822572%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822572 not downloaded yet
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4758d0>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296196%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296196/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae7882d0>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912745%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912745/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8b7d0>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787726%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787726/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac249410>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516278%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516278/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac115f10>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774786%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774786/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4ed10>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912752%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912752/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774970/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774970>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774936/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774936>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912899/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912899>
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698775015%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775015 not downloaded yet
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698822597%27 HTTP/1.1" 200 None
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822597 not downloaded yet
2026-03-28 11:07:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea4650>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690615%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690615/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296227/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296227>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822470/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822470>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912928/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912928>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcbf2d0>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774823%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774823/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774889/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822490/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822490>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912954/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912954>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775005/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775005>
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774834/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912827/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822452/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822429/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822572>
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912928/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912899/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822470/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774970/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe84710>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774889%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774889/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774936/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822597/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822597>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe6150>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774834%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774834/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8234d0>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912827%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912827/600 saved to cache
2026-03-28 11:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698775015/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775015>
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775005/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822490/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774987/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774987>
2026-03-28 11:07:23 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511615/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511615>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e28a850>
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822452%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822452/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912954/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e4390>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822429%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822429/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac5379d0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912928%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912928/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffdba90>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912899%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912899/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2f7790>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822470%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822470/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b7cd0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774970%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774970/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac5363d0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774936%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774936/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822547/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822547>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774953/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774953>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511602/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511602>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775029/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698775029>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822524/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822524>
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac40f510>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698775005%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775005/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4ba6d0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822490%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822490/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac40d310>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912954%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912954/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774926/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774926>
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2cf510>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822572%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822572/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511588/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511588>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774892/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774892>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511574/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511574>
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822597/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774987/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511615/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774953/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698775015/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822547/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775029/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce5f90>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822597%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822597/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774876/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774876>
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511602/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822524/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511588/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe9b1d0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774987%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774987/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774892/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774926/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511574/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc29850>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511615%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511615/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac248bd0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774953%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774953/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea899d0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698775015%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698775015/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511556/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511556>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296221/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296221>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774907/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774907>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774857/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774857>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511563/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511563>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912869/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912869>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296215/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296215>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774806/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774806>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822409/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698822409>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296210/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296210>
2026-03-28 11:07:24 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511550/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511550>
2026-03-28 11:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774876/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac248a50>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822547%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822547/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac314b10>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698775029%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775029/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e613ed0>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511602%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511602/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdab050>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822524%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822524/600 saved to cache
2026-03-28 11:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:24 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ad150>
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511588%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511588/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd30510>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774892%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774892/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa2490>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774926%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774926/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd30550>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511574%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511574/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296227/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2f08d0>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774876%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774876/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774852/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774852>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511541/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511541>
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296221/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774907/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511563/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511556/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511550/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2479d0>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296227%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296227/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774857/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822409/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912807/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912807>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296205/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296205>
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912869/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5fc910>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296221%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296221/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296215/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774806/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296210/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4120d0>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774907%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774907/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4b9e90>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511563%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511563/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4cad0>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511556%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511556/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2e590>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511550%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511550/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774852/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690672/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690672>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765436/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765436>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516338/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516338>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782213/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782213>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794333/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794333>
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511541/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4d290>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774857%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774857/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac32b110>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822409%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822409/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea88e50>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912869%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912869/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fecb410>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296215%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296215/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea8b350>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774806%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774806/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:25 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e282b50>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296210%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296210/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912807/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296205/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912791/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912791>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296200/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296200>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690656/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690656>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511533/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=693511533>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774784/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LT13WRU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822381/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SN66TXZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff7ef50>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774852%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774852/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8f010>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511541%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511541/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822381/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SN66TXZ/42797229?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=LRN0fZ%2F1UeNfSPPp%2Fw8Q%2BGS1ck%2FdkIRxCLRv9KbFOzQ%3D)
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787780/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787780>
2026-03-28 11:07:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765399/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765399>
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782213/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690672/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2ddd0>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912807%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912807/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765436/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516338/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2f710>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296205%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296205/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690656/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774784/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LT13WRU/42807603?sv=2020-08-04&st=2026-03-28T11%3A07%3A19Z&se=2026-03-28T11%3A32%3A19Z&sr=b&sp=r&sig=1DRKgOokscoMaU2Y8vVLt0OitKATcuX1M6CVkpA5rg4%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794333/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912791/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff7f110>
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSN66TXZ%252F698822381%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822381/600 saved to cache
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 09e16d97-cf19-589c-9507-63ba990dd971
2026-03-28 11:07:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09e16d97-cf19-589c-9507-63ba990dd971, skipping ID generation
2026-03-28 11:07:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09e16d97-cf19-589c-9507-63ba990dd971 sending to next pipeline
2026-03-28 11:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09e16d97-cf19-589c-9507-63ba990dd971, identifier: SN66%20TXZ
2026-03-28 11:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09e16d97-cf19-589c-9507-63ba990dd971 with identifier: SN66%20TXZ
2026-03-28 11:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09e16d97-cf19-589c-9507-63ba990dd971 with identifier: SN66%20TXZ
2026-03-28 11:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09e16d97-cf19-589c-9507-63ba990dd971 with identifier: SN66%20TXZ to the API
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822381/600>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_expert_report_file_6a42f13d-05bb-423f-892a-9a10eeab1b46.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN66%20TXZ-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '09e16d97-cf19-589c-9507-63ba990dd971',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN66 TXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN66%20TXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 47081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45103,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822381/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43970,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822409/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42201,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822429/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44607,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822452/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44959,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822470/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41112,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822490/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87301,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822524/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70010,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822547/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79195,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822572/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_09e16d97-cf19-589c-9507-63ba990dd971/09e16d97-cf19-589c-9507-63ba990dd971_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78779,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SN66TXZ/698822597/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE S',
 'vin': 'VF12RAJ1A56141327',
 'year': 2016}
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520TXZ%27 HTTP/1.1" 200 None
2026-03-28 11:07:26 [bca.uk] INFO: Saving data for SN66%20TXZ: {'created_time': 1774696046.832708, 'last_price_update_time': 1774696046.83272, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN66%2520TXZ') HTTP/1.1" 204 0
2026-03-28 11:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511533/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296200/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516326>
2026-03-28 11:07:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782180>
2026-03-28 11:07:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794318/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794318>
2026-03-28 11:07:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511527/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BN02DLN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765399/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787780/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e412650>
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782213%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782213/600 saved to cache
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa0450>
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690672%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690672/600 saved to cache
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fdab050>
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765436%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765436/600 saved to cache
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac16b090>
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516338%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516338/600 saved to cache
2026-03-28 11:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:26 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a7dd0>
2026-03-28 11:07:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690656%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690656/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff49dd0>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLT13WRU%252F698774784%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774784/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc
2026-03-28 11:07:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 560ed465-d714-5f9f-9fcb-eeca023ff2cc, skipping ID generation
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 560ed465-d714-5f9f-9fcb-eeca023ff2cc sending to next pipeline
2026-03-28 11:07:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 560ed465-d714-5f9f-9fcb-eeca023ff2cc, identifier: LT13%20WRU
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94aedb3ad0>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794333%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794333/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa1cd0>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912791%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912791/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 560ed465-d714-5f9f-9fcb-eeca023ff2cc with identifier: LT13%20WRU
2026-03-28 11:07:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 560ed465-d714-5f9f-9fcb-eeca023ff2cc with identifier: LT13%20WRU
2026-03-28 11:07:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 560ed465-d714-5f9f-9fcb-eeca023ff2cc with identifier: LT13%20WRU to the API
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774784/600>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_expert_report_file_d50d2e72-9c6b-49d9-b2ec-d420f8856213.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT13%20WRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '560ed465-d714-5f9f-9fcb-eeca023ff2cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT13 WRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT13%20WRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '520D',
 'odometer': 135907,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 51377,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774784/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50415,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774806/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47258,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774834/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47854,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774857/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43963,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774876/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42366,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774892/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75216,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774926/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72588,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774953/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88482,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698774987/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_560ed465-d714-5f9f-9fcb-eeca023ff2cc/560ed465-d714-5f9f-9fcb-eeca023ff2cc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78696,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LT13WRU/698775015/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT STEP S/S Saloon',
 'transmission': 'manual',
 'trim': 'M SPORT STEP S/S',
 'vin': 'WBAFW12080D274919',
 'year': 2013}
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520WRU%27 HTTP/1.1" 200 None
2026-03-28 11:07:27 [bca.uk] INFO: Saving data for LT13%20WRU: {'created_time': 1774696047.679144, 'last_price_update_time': 1774696047.679156, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT13%2520WRU') HTTP/1.1" 204 0
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774802/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698774802>
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787768/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787768>
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765370/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765370>
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690634/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690634>
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296199/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296199>
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912771/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698912771>
2026-03-28 11:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511527/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BN02DLN/42705703?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=K9YT06lOeF2S4u%2FVis30zOD0iemtMc%2BMvx1GbYZ0glo%3D)
2026-03-28 11:07:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516310/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516310>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2a4950>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511533%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511533/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd06310>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296200%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296200/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:27 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b1350>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765399%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765399/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad319210>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787780%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787780/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe787d0>
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBN02DLN%252F693511527%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511527/600 saved to cache
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63
2026-03-28 11:07:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63, skipping ID generation
2026-03-28 11:07:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07fe67d1-d6b7-52bf-9732-2bbbc048ea63 sending to next pipeline
2026-03-28 11:07:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63, identifier: BN02%20DLN
2026-03-28 11:07:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63 with identifier: BN02%20DLN
2026-03-28 11:07:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63 with identifier: BN02%20DLN
2026-03-28 11:07:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07fe67d1-d6b7-52bf-9732-2bbbc048ea63 with identifier: BN02%20DLN to the API
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511527/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_expert_report_file_d4b37a0d-8719-4eee-b5f6-3b7af54a2ab9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN02%20DLN-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '07fe67d1-d6b7-52bf-9732-2bbbc048ea63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN02 DLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN02%20DLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'GRAND SCENIC',
 'odometer': 45908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46447,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511527/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47030,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511533/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46504,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511541/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46890,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511550/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46380,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511556/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43947,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511563/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70536,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511574/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75256,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511588/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88076,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511602/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_07fe67d1-d6b7-52bf-9732-2bbbc048ea63/07fe67d1-d6b7-52bf-9732-2bbbc048ea63_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78584,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BN02DLN/693511615/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT GRAND SCENIC 1.6 DCI 130 DYNAMIQUE MPV',
 'transmission': 'manual',
 'trim': 'DCI 130 DYNAMIQUE',
 'vin': 'VF1RFA00156033703',
 'year': 2016}
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN02%2520DLN%27 HTTP/1.1" 200 None
2026-03-28 11:07:28 [bca.uk] INFO: Saving data for BN02%20DLN: {'created_time': 1774696048.378265, 'last_price_update_time': 1774696048.378276, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN02%2520DLN') HTTP/1.1" 204 0
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794308/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794308>
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782141/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782141>
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787756/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787756>
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765332/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765332>
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794318/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516310/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516299>
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912771/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FX15VFY/42809581?sv=2020-08-04&st=2026-03-28T11%3A07%3A17Z&se=2026-03-28T11%3A32%3A17Z&sr=b&sp=r&sig=Fhz0bBPio8XPzsxWu6aEHiP%2BQxuBaNxDN3JpEm1%2FjIw%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774802/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FY65BZP/42807549?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=JABOyyxAznO84%2BOp%2Bbnvu7eakbKOoCA4mG%2FPBLjpqH8%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765332/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765370/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb90890>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782180%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782180/600 saved to cache
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690634/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296199/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:28 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e99d0>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794318%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794318/600 saved to cache
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782141/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787768/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782109/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782109>
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794295/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794295>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eac37d0>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516326%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516326/600 saved to cache
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc0cd0>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516310%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516310/600 saved to cache
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794308/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296193/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698296193>
2026-03-28 11:07:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690592/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698690592>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac316e90>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFX15VFY%252F698912771%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912771/600 saved to cache
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 75bdd3e7-038e-5007-9137-32beb11d671f
2026-03-28 11:07:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75bdd3e7-038e-5007-9137-32beb11d671f, skipping ID generation
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75bdd3e7-038e-5007-9137-32beb11d671f sending to next pipeline
2026-03-28 11:07:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75bdd3e7-038e-5007-9137-32beb11d671f, identifier: FX15%20VFY
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac317b10>
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFY65BZP%252F698774802%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774802/600 saved to cache
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0b0df2fc-e1e2-543c-aac0-0c570961652c
2026-03-28 11:07:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b0df2fc-e1e2-543c-aac0-0c570961652c, skipping ID generation
2026-03-28 11:07:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b0df2fc-e1e2-543c-aac0-0c570961652c sending to next pipeline
2026-03-28 11:07:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b0df2fc-e1e2-543c-aac0-0c570961652c, identifier: FY65%20BZP
2026-03-28 11:07:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787756/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765305/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765305>
2026-03-28 11:07:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516290/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516290>
2026-03-28 11:07:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787738/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787738>
2026-03-28 11:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75bdd3e7-038e-5007-9137-32beb11d671f with identifier: FX15%20VFY
2026-03-28 11:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75bdd3e7-038e-5007-9137-32beb11d671f with identifier: FX15%20VFY
2026-03-28 11:07:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75bdd3e7-038e-5007-9137-32beb11d671f with identifier: FX15%20VFY to the API
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912771/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_expert_report_file_87df6f90-1fbf-4765-83b5-d0be82f3bfdd.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX15%20VFY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75bdd3e7-038e-5007-9137-32beb11d671f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX15 VFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX15%20VFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 81251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47855,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912745/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46286,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912752/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43832,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912771/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44749,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912791/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44436,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912807/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43585,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912827/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 86069,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912869/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 56319,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912899/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79073,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912928/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_75bdd3e7-038e-5007-9137-32beb11d671f/75bdd3e7-038e-5007-9137-32beb11d671f_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 69833,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FX15VFY/698912954/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHB351BLGZ041985',
 'year': 2015}
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520VFY%27 HTTP/1.1" 200 None
2026-03-28 11:07:29 [bca.uk] INFO: Saving data for FX15%20VFY: {'created_time': 1774696049.400871, 'last_price_update_time': 1774696049.400884, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX15%2520VFY') HTTP/1.1" 204 0
2026-03-28 11:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b0df2fc-e1e2-543c-aac0-0c570961652c with identifier: FY65%20BZP
2026-03-28 11:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b0df2fc-e1e2-543c-aac0-0c570961652c with identifier: FY65%20BZP
2026-03-28 11:07:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b0df2fc-e1e2-543c-aac0-0c570961652c with identifier: FY65%20BZP to the API
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774802/600>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_expert_report_file_e42732a7-96f3-402b-9052-817f3b46eb6f.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY65%20BZP-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b0df2fc-e1e2-543c-aac0-0c570961652c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY65 BZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY65%20BZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FIAT',
 'model': '500',
 'odometer': 47397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45676,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774786/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44000,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774802/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43946,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44059,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774852/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42959,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774889/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41696,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774907/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 89682,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774936/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72028,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698774970/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70062,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775005/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b0df2fc-e1e2-543c-aac0-0c570961652c/0b0df2fc-e1e2-543c-aac0-0c570961652c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66368,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FY65BZP/698775029/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP Hatchback',
 'transmission': 'manual',
 'trim': 'POP',
 'vin': 'ZFA3120000J475288',
 'year': 2015}
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520BZP%27 HTTP/1.1" 200 None
2026-03-28 11:07:29 [bca.uk] INFO: Saving data for FY65%20BZP: {'created_time': 1774696049.820508, 'last_price_update_time': 1774696049.820522, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY65%2520BZP') HTTP/1.1" 204 0
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac317010>
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765332%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765332/600 saved to cache
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd32150>
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765370%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765370/600 saved to cache
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa2fd0>
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690634%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690634/600 saved to cache
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac115810>
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296199%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296199/600 saved to cache
2026-03-28 11:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:29 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcc2e50>
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782141%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782141/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e28add0>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787768%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787768/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794285/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794285>
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782077/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782077>
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782054/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782054>
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc41d0>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794308%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794308/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc5310>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787756%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787756/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794272/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794272>
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787716/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787716>
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794295/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae491d10>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516299%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516299/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782109/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765261/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765261>
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765305/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690592/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787738/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516266/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516266>
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe35f10>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794295%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794295/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296193/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EF66URS/42797603?sv=2020-08-04&st=2026-03-28T11%3A07%3A18Z&se=2026-03-28T11%3A32%3A18Z&sr=b&sp=r&sig=IqH4ip9mMeeRbqqpkd%2FreZ1KkiuAXVVEim95CVmNMGE%3D)
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782077/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782026/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782026>
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782054/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:30 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac536f90>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782109%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782109/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794285/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516290/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4e4d0>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765305%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765305/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e962250>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690592%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690592/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794272/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516251/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516251>
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794264/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794264>
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782008/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698782008>
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765261/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:30 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794257/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794257>
2026-03-28 11:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787716/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe7950>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787738%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787738/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac279390>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEF66URS%252F698296193%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296193/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 55ea19b8-9abe-5537-af8c-51406928956c
2026-03-28 11:07:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55ea19b8-9abe-5537-af8c-51406928956c, skipping ID generation
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55ea19b8-9abe-5537-af8c-51406928956c sending to next pipeline
2026-03-28 11:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55ea19b8-9abe-5537-af8c-51406928956c, identifier: EF66%20URS
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae449690>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782077%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782077/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc9afd0>
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782054%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782054/600 saved to cache
2026-03-28 11:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55ea19b8-9abe-5537-af8c-51406928956c with identifier: EF66%20URS
2026-03-28 11:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55ea19b8-9abe-5537-af8c-51406928956c with identifier: EF66%20URS
2026-03-28 11:07:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55ea19b8-9abe-5537-af8c-51406928956c with identifier: EF66%20URS to the API
2026-03-28 11:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296193/600>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_expert_report_file_94ed0591-d60a-4912-9561-2aca90a3c652.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF66%20URS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55ea19b8-9abe-5537-af8c-51406928956c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF66 URS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF66%20URS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 47679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43269,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296191/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44776,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296193/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45153,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296196/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44568,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296199/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42551,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296200/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42409,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296205/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88555,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296210/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61171,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296215/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76183,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296221/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55ea19b8-9abe-5537-af8c-51406928956c/55ea19b8-9abe-5537-af8c-51406928956c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76190,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EF66URS/698296227/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHB351BLHZ260491',
 'year': 2016}
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF66%2520URS%27 HTTP/1.1" 200 None
2026-03-28 11:07:31 [bca.uk] INFO: Saving data for EF66%20URS: {'created_time': 1774696051.40345, 'last_price_update_time': 1774696051.403462, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF66%2520URS') HTTP/1.1" 204 0
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787694/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787694>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765203/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698765203>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781993/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698781993>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516241/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698516241>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794248/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698794248>
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782026/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690522/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LB17HFF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516266/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2474d0>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794285%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794285/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fce5090>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516290%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516290/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95b090>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794272%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794272/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b9850>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765261%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765261/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95b5d0>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787716%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787716/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794257/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782008/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787683/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=EK10VKV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765180/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FM03CCZ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794264/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516251/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8f4c50>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782026%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782026/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b7e10>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516266%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516266/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=PF66DZV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794248/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf6310>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794257%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794257/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc62d10>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698782008%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782008/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765203/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690522/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LB17HFF/42805885?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=nRdqPqKWJcli2epZ%2Be4B76t27aN208gjBt8yCiGNE78%3D)
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781974/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WF66WCL-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781993/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765180/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FM03CCZ/42807498?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=GZpEfmtLjK3yf2oGJLXhn8G0Lb2q4jkq3CpuSzYGxY4%3D)
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794240/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=FA17TWN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe54b90>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794264%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794264/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23ca90>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516251%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516251/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac297e90>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794248%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794248/600 saved to cache
2026-03-28 11:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA17%20CVN-GB>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817942/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698817942>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796739/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698796739>
2026-03-28 11:07:31 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NS16%20AHS-GB>
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787694/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516241/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/PF66DZV/42801966?sv=2020-08-04&st=2026-03-28T11%3A07%3A16Z&se=2026-03-28T11%3A32%3A16Z&sr=b&sp=r&sig=K8wq8tcQISIk2FoOjbVWZlN%2BQMkLQx2UzP8jfrznY5g%3D)
2026-03-28 11:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787683/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/EK10VKV/42807956?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=qyz4XYzQ69G9MSS09837juhEGlHiFoCO761I2L8m3kQ%3D)
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4e550>
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765203%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765203/600 saved to cache
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff63e50>
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLB17HFF%252F698690522%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690522/600 saved to cache
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 427eeecf-7f92-56d7-881b-e7294fabcb41
2026-03-28 11:07:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 427eeecf-7f92-56d7-881b-e7294fabcb41, skipping ID generation
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 427eeecf-7f92-56d7-881b-e7294fabcb41 sending to next pipeline
2026-03-28 11:07:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 427eeecf-7f92-56d7-881b-e7294fabcb41, identifier: LB17%20HFF
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad31b990>
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698781993%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781993/600 saved to cache
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e95a850>
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFM03CCZ%252F698765180%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765180/600 saved to cache
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12
2026-03-28 11:07:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12, skipping ID generation
2026-03-28 11:07:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60d1c3a6-a68e-5644-8bbe-75d64cacdc12 sending to next pipeline
2026-03-28 11:07:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12, identifier: FM03%20CCZ
2026-03-28 11:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 427eeecf-7f92-56d7-881b-e7294fabcb41 with identifier: LB17%20HFF
2026-03-28 11:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 427eeecf-7f92-56d7-881b-e7294fabcb41 with identifier: LB17%20HFF
2026-03-28 11:07:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 427eeecf-7f92-56d7-881b-e7294fabcb41 with identifier: LB17%20HFF to the API
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690522/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_expert_report_file_d5ab8a08-cb61-4fe2-9929-427e1a463720.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB17%20HFF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '427eeecf-7f92-56d7-881b-e7294fabcb41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB17 HFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB17%20HFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 57842,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47290,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690522/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48013,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690540/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48492,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690550/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48524,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690567/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46398,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690582/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45134,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690592/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91083,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690615/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77423,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690634/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 91633,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690656/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_427eeecf-7f92-56d7-881b-e7294fabcb41/427eeecf-7f92-56d7-881b-e7294fabcb41_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71947,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LB17HFF/698690672/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D4 190 AWD R DESIGN LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 AWD R DESIGN LUX G/T',
 'vin': 'YV1DZA5C6H2185158',
 'year': 2017}
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB17%2520HFF%27 HTTP/1.1" 200 None
2026-03-28 11:07:32 [bca.uk] INFO: Saving data for LB17%20HFF: {'created_time': 1774696052.784588, 'last_price_update_time': 1774696052.784601, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB17%2520HFF') HTTP/1.1" 204 0
2026-03-28 11:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12 with identifier: FM03%20CCZ
2026-03-28 11:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12 with identifier: FM03%20CCZ
2026-03-28 11:07:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60d1c3a6-a68e-5644-8bbe-75d64cacdc12 with identifier: FM03%20CCZ to the API
2026-03-28 11:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765180/600>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_expert_report_file_e1a9db63-2999-4a24-b451-9e48ef22716e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM03%20CCZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60d1c3a6-a68e-5644-8bbe-75d64cacdc12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM03 CCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM03%20CCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 90470,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47395,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765180/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46318,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765203/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45312,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765229/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46047,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765261/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45982,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765292/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45142,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765305/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83148,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765332/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67998,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765370/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74532,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765399/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d1c3a6-a68e-5644-8bbe-75d64cacdc12/60d1c3a6-a68e-5644-8bbe-75d64cacdc12_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66951,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FM03CCZ/698765436/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I T SPIRIT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I T SPIRIT',
 'vin': 'VNKKL18390A054774',
 'year': 2003}
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM03%2520CCZ%27 HTTP/1.1" 200 None
2026-03-28 11:07:33 [bca.uk] INFO: Saving data for FM03%20CCZ: {'created_time': 1774696053.172776, 'last_price_update_time': 1774696053.172788, 'auction_closing_time': 1775037600.0}
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM03%2520CCZ') HTTP/1.1" 204 0
2026-03-28 11:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781974/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WF66WCL/42807198?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=hfFGazaaFa7q8TEgwqztm80AkmQnfM5CnwKz9hszy1Q%3D)
2026-03-28 11:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794240/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/FA17TWN/42808019?sv=2020-08-04&st=2026-03-28T11%3A07%3A15Z&se=2026-03-28T11%3A32%3A15Z&sr=b&sp=r&sig=s58ifYhe9iYgzok9HJ1XUjsNvV%2FXePKDCxX7M4269%2Bs%3D)
2026-03-28 11:07:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817925/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YG10VAH-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796730/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=GY64VCN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786283/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698786283>
2026-03-28 11:07:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411959/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698411959>
2026-03-28 11:07:33 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO18%20YOD-GB>
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae612ad0>
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787694%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787694/600 saved to cache
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8f9d0>
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516241%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516241/600 saved to cache
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc62a10>
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FPF66DZV%252F698516228%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516228/600 saved to cache
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea
2026-03-28 11:07:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea, skipping ID generation
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea sending to next pipeline
2026-03-28 11:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea, identifier: PF66%20DZV
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc60150>
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FEK10VKV%252F698787683%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787683/600 saved to cache
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3432e69a-fc31-5aa0-a769-766a4874750d
2026-03-28 11:07:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3432e69a-fc31-5aa0-a769-766a4874750d, skipping ID generation
2026-03-28 11:07:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3432e69a-fc31-5aa0-a769-766a4874750d sending to next pipeline
2026-03-28 11:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3432e69a-fc31-5aa0-a769-766a4874750d, identifier: EK10%20VKV
2026-03-28 11:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea with identifier: PF66%20DZV
2026-03-28 11:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea with identifier: PF66%20DZV
2026-03-28 11:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a9750db-a0d5-5087-b9f8-ed3e178eb3ea with identifier: PF66%20DZV to the API
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516228/600>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_expert_report_file_b6ba7e7c-4e0a-4c90-b8da-2106e582a013.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF66%20DZV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7a9750db-a0d5-5087-b9f8-ed3e178eb3ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF66 DZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF66%20DZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'RELAY 35 HD',
 'odometer': 112445,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 26,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 139767,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516228/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 149378,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516241/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 128875,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516251/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 136529,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516266/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 148797,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516278/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174596,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516290/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174401,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516299/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 172068,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516310/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 172727,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516326/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7a9750db-a0d5-5087-b9f8-ed3e178eb3ea/7a9750db-a0d5-5087-b9f8-ed3e178eb3ea_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 205609,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/PF66DZV/698516338/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 HD 2.2 HDI 130 L4 H2 PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 130 L4 H2',
 'vin': 'VF7YDUMAU12B06819',
 'year': 2016}
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520DZV%27 HTTP/1.1" 200 None
2026-03-28 11:07:34 [bca.uk] INFO: Saving data for PF66%20DZV: {'created_time': 1774696054.013752, 'last_price_update_time': 1774696054.013762, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF66%2520DZV') HTTP/1.1" 204 0
2026-03-28 11:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3432e69a-fc31-5aa0-a769-766a4874750d with identifier: EK10%20VKV
2026-03-28 11:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3432e69a-fc31-5aa0-a769-766a4874750d with identifier: EK10%20VKV
2026-03-28 11:07:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3432e69a-fc31-5aa0-a769-766a4874750d with identifier: EK10%20VKV to the API
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787683/600>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_expert_report_file_05185ec4-b139-4550-97ff-00dff568e965.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK10%20VKV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3432e69a-fc31-5aa0-a769-766a4874750d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK10 VKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK10%20VKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 190350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 193140,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787683/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 204793,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787694/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 214982,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787707/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 230465,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787716/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 177838,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787726/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 152621,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787738/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 158869,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787756/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 179968,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787768/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3432e69a-fc31-5aa0-a769-766a4874750d/3432e69a-fc31-5aa0-a769-766a4874750d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 182777,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/EK10VKV/698787780/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 110 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 110 TITANIUM',
 'vin': 'WF0PXXWPDPAS44688',
 'year': 2010}
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK10%2520VKV%27 HTTP/1.1" 200 None
2026-03-28 11:07:34 [bca.uk] INFO: Saving data for EK10%20VKV: {'created_time': 1774696054.457667, 'last_price_update_time': 1774696054.457679, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK10%2520VKV') HTTP/1.1" 204 0
2026-03-28 11:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907412/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907412>
2026-03-28 11:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817942/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796739/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906828/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906828>
2026-03-28 11:07:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906825/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906825>
2026-03-28 11:07:34 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907400/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907400>
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd30c90>
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWF66WCL%252F698781974%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781974/600 saved to cache
2026-03-28 11:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ffab2477-4674-596a-86bc-d7450140eaf9
2026-03-28 11:07:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ffab2477-4674-596a-86bc-d7450140eaf9, skipping ID generation
2026-03-28 11:07:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ffab2477-4674-596a-86bc-d7450140eaf9 sending to next pipeline
2026-03-28 11:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffab2477-4674-596a-86bc-d7450140eaf9, identifier: WF66%20WCL
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fffa810>
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FFA17TWN%252F698794240%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794240/600 saved to cache
2026-03-28 11:07:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a800e5a3-78c5-59ad-aee5-5985ded6f596
2026-03-28 11:07:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a800e5a3-78c5-59ad-aee5-5985ded6f596, skipping ID generation
2026-03-28 11:07:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a800e5a3-78c5-59ad-aee5-5985ded6f596 sending to next pipeline
2026-03-28 11:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a800e5a3-78c5-59ad-aee5-5985ded6f596, identifier: FA17%20TWN
2026-03-28 11:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffab2477-4674-596a-86bc-d7450140eaf9 with identifier: WF66%20WCL
2026-03-28 11:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffab2477-4674-596a-86bc-d7450140eaf9 with identifier: WF66%20WCL
2026-03-28 11:07:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffab2477-4674-596a-86bc-d7450140eaf9 with identifier: WF66%20WCL to the API
2026-03-28 11:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781974/600>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_expert_report_file_7a2a65e7-fa0d-4865-8866-4bee2b203e32.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF66%20WCL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffab2477-4674-596a-86bc-d7450140eaf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF66 WCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF66%20WCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'C250 D',
 'odometer': 101230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41695,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781974/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40643,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698781993/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42835,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782008/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41499,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782026/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782054/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40525,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782077/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50357,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782109/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 57291,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782141/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70371,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782180/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ffab2477-4674-596a-86bc-d7450140eaf9/ffab2477-4674-596a-86bc-d7450140eaf9_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 72988,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WF66WCL/698782213/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 D 2.1 AMG LINE Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2050082R233791',
 'year': 2016}
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520WCL%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [bca.uk] INFO: Saving data for WF66%20WCL: {'created_time': 1774696055.119779, 'last_price_update_time': 1774696055.11979, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF66%2520WCL') HTTP/1.1" 204 0
2026-03-28 11:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a800e5a3-78c5-59ad-aee5-5985ded6f596 with identifier: FA17%20TWN
2026-03-28 11:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a800e5a3-78c5-59ad-aee5-5985ded6f596 with identifier: FA17%20TWN
2026-03-28 11:07:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a800e5a3-78c5-59ad-aee5-5985ded6f596 with identifier: FA17%20TWN to the API
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794240/600>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_expert_report_file_8a36d272-c1dc-42b1-ba58-ea2412fbe6fe.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA17%20TWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a800e5a3-78c5-59ad-aee5-5985ded6f596',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA17 TWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA17%20TWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'E200 D',
 'odometer': 56438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 52139,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794240/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50238,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794248/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48051,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794257/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49238,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794264/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44772,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794272/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43429,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794285/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77424,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794295/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78704,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794308/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81231,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794318/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a800e5a3-78c5-59ad-aee5-5985ded6f596/a800e5a3-78c5-59ad-aee5-5985ded6f596_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87053,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/FA17TWN/698794333/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130132A284041',
 'year': 2017}
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520TWN%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [bca.uk] INFO: Saving data for FA17%20TWN: {'created_time': 1774696055.548441, 'last_price_update_time': 1774696055.548453, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA17%2520TWN') HTTP/1.1" 204 0
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796730/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GY64VCN/42808067?sv=2020-08-04&st=2026-03-28T11%3A05%3A41Z&se=2026-03-28T11%3A30%3A41Z&sr=b&sp=r&sig=WQawEonPk8YAj3BmWwDpbja0aEp2D%2Bgk1cCdQ0vq0GE%3D)
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411959/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817925/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YG10VAH/42808504?sv=2020-08-04&st=2026-03-28T11%3A05%3A42Z&se=2026-03-28T11%3A30%3A42Z&sr=b&sp=r&sig=jnpkglP9Y6PRkEQHLONWwsnG9vSbEZ%2FAOAP5PsricxI%3D)
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786283/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:07:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786252/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WN68XXC-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411949/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NK17UZV-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea48c10>
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_expert_report_file_ec47aedb-797e-470b-8679-9d6812f9f558.pdf HTTP/1.1" 201 0
2026-03-28 11:07:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9295467-dc05-5a7c-8170-d45a3e57c067, skipping ID generation
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNS16AHS-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NS16AHS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8b9010>
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698817942%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817942/600 saved to cache
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb18d10>
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796739%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796739/600 saved to cache
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0e110>
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_expert_report_file_7a61b0c1-325b-4ddb-a583-f3c2a04c23a4.pdf HTTP/1.1" 201 0
2026-03-28 11:07:35 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc26d888-e1c0-5316-bed2-e9f8b9e59c12, skipping ID generation
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DMA17CVN-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA17CVN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907400/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:07:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798716/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798716>
2026-03-28 11:07:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907392/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698907392>
2026-03-28 11:07:35 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906823/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698906823>
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752731%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752731 not downloaded yet
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387146%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387146 not downloaded yet
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906825/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906828/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752758%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752758 not downloaded yet
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387158%27 HTTP/1.1" 200 None
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387158 not downloaded yet
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff3ec10>
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGY64VCN%252F698796730%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796730/600 saved to cache
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a810a8a8-d5e9-52db-8f4f-157b36d1163d
2026-03-28 11:07:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a810a8a8-d5e9-52db-8f4f-157b36d1163d, skipping ID generation
2026-03-28 11:07:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a810a8a8-d5e9-52db-8f4f-157b36d1163d sending to next pipeline
2026-03-28 11:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a810a8a8-d5e9-52db-8f4f-157b36d1163d, identifier: GY64%20VCN
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd33e50>
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411959%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411959/600 saved to cache
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff61750>
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYG10VAH%252F698817925%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817925/600 saved to cache
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8045aeca-0321-548f-849f-0212d3ae522c
2026-03-28 11:07:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8045aeca-0321-548f-849f-0212d3ae522c, skipping ID generation
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8045aeca-0321-548f-849f-0212d3ae522c sending to next pipeline
2026-03-28 11:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8045aeca-0321-548f-849f-0212d3ae522c, identifier: YG10%20VAH
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b7790>
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786283%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786283/600 saved to cache
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac18e990>
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_expert_report_file_4ea98ed2-1516-44ea-88fe-18fbe9a5f181.pdf HTTP/1.1" 201 0
2026-03-28 11:07:36 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87e614a2-94ae-5d47-88c5-1096d8457081, skipping ID generation
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DWO18YOD-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WO18YOD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:36 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818374/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=SY63BZU-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752789%27 HTTP/1.1" 200 None
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752789 not downloaded yet
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387166%27 HTTP/1.1" 200 None
2026-03-28 11:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387166 not downloaded yet
2026-03-28 11:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a810a8a8-d5e9-52db-8f4f-157b36d1163d with identifier: GY64%20VCN
2026-03-28 11:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a810a8a8-d5e9-52db-8f4f-157b36d1163d with identifier: GY64%20VCN
2026-03-28 11:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a810a8a8-d5e9-52db-8f4f-157b36d1163d with identifier: GY64%20VCN to the API
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796730/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_expert_report_file_fdeda8f1-38b5-44c4-ad09-60048656dd4a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY64%20VCN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a810a8a8-d5e9-52db-8f4f-157b36d1163d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY64 VCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY64%20VCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 114888,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48907,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796730/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48356,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796739/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45336,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796750/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45949,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796759/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44425,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796769/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42264,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796781/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92064,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796796/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 67084,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796812/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77154,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796842/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a810a8a8-d5e9-52db-8f4f-157b36d1163d/a810a8a8-d5e9-52db-8f4f-157b36d1163d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81028,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GY64VCN/698796862/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D 148 ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 148 ICON 4WD',
 'vin': 'JTMRCREV50D061098',
 'year': 2014}
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520VCN%27 HTTP/1.1" 200 None
2026-03-28 11:07:36 [bca.uk] INFO: Saving data for GY64%20VCN: {'created_time': 1774696056.766733, 'last_price_update_time': 1774696056.766746, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY64%2520VCN') HTTP/1.1" 204 0
2026-03-28 11:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8045aeca-0321-548f-849f-0212d3ae522c with identifier: YG10%20VAH
2026-03-28 11:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8045aeca-0321-548f-849f-0212d3ae522c with identifier: YG10%20VAH
2026-03-28 11:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8045aeca-0321-548f-849f-0212d3ae522c with identifier: YG10%20VAH to the API
2026-03-28 11:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817925/600>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_expert_report_file_5c4c7940-b947-49f6-8fc3-d9e2bd4f2971.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG10%20VAH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8045aeca-0321-548f-849f-0212d3ae522c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG10 VAH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG10%20VAH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '320D',
 'odometer': 147564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49487,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817925/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48471,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817942/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45978,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698817969/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46341,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818004/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45135,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818025/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44217,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818047/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 85158,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818072/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80504,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818100/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 81634,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818129/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8045aeca-0321-548f-849f-0212d3ae522c/8045aeca-0321-548f-849f-0212d3ae522c_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80123,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YG10VAH/698818156/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EFFICIENTDYNAMICS Saloon',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBAPP52020A790994',
 'year': 2010}
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520VAH%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [bca.uk] INFO: Saving data for YG10%20VAH: {'created_time': 1774696057.192487, 'last_price_update_time': 1774696057.192498, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG10%2520VAH') HTTP/1.1" 204 0
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411949/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NK17UZV/42799458?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=fmavXMl3jaF9XEHmaZ1WU328cl%2BeVapPCvT4KObkDO0%3D)
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786252/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN68XXC/42807892?sv=2020-08-04&st=2026-03-28T11%3A02%3A23Z&se=2026-03-28T11%3A27%3A23Z&sr=b&sp=r&sig=Iny70FZYOa5GEm3160iV3YOE8Xp4D9Dj9tVTWACuUj0%3D)
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798677/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798677>
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20YDM-GB>
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814276%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814276 not downloaded yet
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798649/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798649>
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798681/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798681>
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752818%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752818 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387175%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387175 not downloaded yet
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907412/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814292%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814292 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752842%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752842 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387185%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387185 not downloaded yet
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e822fd0>
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907400%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907400/600 saved to cache
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e627e90>
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906825%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906825/600 saved to cache
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5c2cd0>
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906828%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906828/600 saved to cache
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814313%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814313 not downloaded yet
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814332/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814332>
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387137/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=MA17CVN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387146/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387146>
2026-03-28 11:07:37 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752731/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752731>
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798716/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752875%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752875 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387204%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387204 not downloaded yet
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906823/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SL07BVB/42809427?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=3mxyS1qgrAJ8ir2ZTcJR0DYtoyDbuwQcKZ3pD6WH6RU%3D)
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814329%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814329 not downloaded yet
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907392/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/GU09BHP/42809433?sv=2020-08-04&st=2026-03-28T11%3A02%3A22Z&se=2026-03-28T11%3A27%3A22Z&sr=b&sp=r&sig=w7Lo4DLNcZlPZqXI2k2hzlw7iKZSH9SpQIDbQ%2FP2Jjg%3D)
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752906%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752906 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387228%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387228 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814344%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814344 not downloaded yet
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff3e210>
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNK17UZV%252F698411949%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411949/600 saved to cache
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3902049c-7c47-5636-bbb3-3468c754f44d
2026-03-28 11:07:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3902049c-7c47-5636-bbb3-3468c754f44d, skipping ID generation
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3902049c-7c47-5636-bbb3-3468c754f44d sending to next pipeline
2026-03-28 11:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3902049c-7c47-5636-bbb3-3468c754f44d, identifier: NK17%20UZV
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc7050>
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN68XXC%252F698786252%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786252/600 saved to cache
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 80b8c73c-e33d-5f05-b1b8-6f3101793112
2026-03-28 11:07:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 80b8c73c-e33d-5f05-b1b8-6f3101793112, skipping ID generation
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 80b8c73c-e33d-5f05-b1b8-6f3101793112 sending to next pipeline
2026-03-28 11:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80b8c73c-e33d-5f05-b1b8-6f3101793112, identifier: WN68%20XXC
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff3dd10>
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907412%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907412/600 saved to cache
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818374/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/SY63BZU/42808482?sv=2020-08-04&st=2026-03-28T11%3A01%3A22Z&se=2026-03-28T11%3A26%3A22Z&sr=b&sp=r&sig=LlsOSbfKIKjSKJCEN78xvAhc3w7ylaq7WfCAciHM4Gk%3D)
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752933%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752933 not downloaded yet
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387247%27 HTTP/1.1" 200 None
2026-03-28 11:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387247 not downloaded yet
2026-03-28 11:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3902049c-7c47-5636-bbb3-3468c754f44d with identifier: NK17%20UZV
2026-03-28 11:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3902049c-7c47-5636-bbb3-3468c754f44d with identifier: NK17%20UZV
2026-03-28 11:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3902049c-7c47-5636-bbb3-3468c754f44d with identifier: NK17%20UZV to the API
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411949/600>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_expert_report_file_40bfee53-c0cf-4883-b4ea-8ce4d39ff0e9.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK17%20UZV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3902049c-7c47-5636-bbb3-3468c754f44d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK17 UZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK17%20UZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 37495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45464,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411949/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43922,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411952/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41136,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411959/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41973,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411965/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41036,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411970/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40379,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411973/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70797,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411978/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 60261,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411984/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73661,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411990/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3902049c-7c47-5636-bbb3-3468c754f44d/3902049c-7c47-5636-bbb3-3468c754f44d_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70989,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NK17UZV/698411997/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 BLUEHDI 100 FLAIR S/S Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 FLAIR S/S',
 'vin': 'VF7SXBHY6GT561444',
 'year': 2017}
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520UZV%27 HTTP/1.1" 200 None
2026-03-28 11:07:38 [bca.uk] INFO: Saving data for NK17%20UZV: {'created_time': 1774696058.340666, 'last_price_update_time': 1774696058.340679, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK17%2520UZV') HTTP/1.1" 204 0
2026-03-28 11:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80b8c73c-e33d-5f05-b1b8-6f3101793112 with identifier: WN68%20XXC
2026-03-28 11:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80b8c73c-e33d-5f05-b1b8-6f3101793112 with identifier: WN68%20XXC
2026-03-28 11:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80b8c73c-e33d-5f05-b1b8-6f3101793112 with identifier: WN68%20XXC to the API
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786252/600>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_expert_report_file_9b59233c-976e-451c-bb0d-069127e2e5eb.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN68%20XXC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80b8c73c-e33d-5f05-b1b8-6f3101793112',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN68 XXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN68%20XXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 72772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49348,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786252/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48239,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786267/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45716,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786283/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45991,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786299/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45438,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786321/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43941,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786334/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 92190,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786353/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 66718,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786377/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78428,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786401/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_80b8c73c-e33d-5f05-b1b8-6f3101793112/80b8c73c-e33d-5f05-b1b8-6f3101793112_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73847,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN68XXC/698786420/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851ALKZ485555',
 'year': 2018}
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN68%2520XXC%27 HTTP/1.1" 200 None
2026-03-28 11:07:38 [bca.uk] INFO: Saving data for WN68%20XXC: {'created_time': 1774696058.723529, 'last_price_update_time': 1774696058.723544, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN68%2520XXC') HTTP/1.1" 204 0
2026-03-28 11:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798677/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D)
2026-03-28 11:07:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387158/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387158>
2026-03-28 11:07:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814270/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=WO18YOD-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798681/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VN54DZL/42808137?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=qf0jPnBs9kEZx0kCISPWyAnTF5%2FHmUBTBzEUSHUjgwM%3D)
2026-03-28 11:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798649/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK05KCN/42808014?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=gANA8pybdk4x89IPcI7C6tEJdd9J09Ln4zVAzOu53iI%3D)
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814382%27 HTTP/1.1" 200 None
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814382 not downloaded yet
2026-03-28 11:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:38 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387175/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387175>
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698752965%27 HTTP/1.1" 200 None
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752965 not downloaded yet
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D697387262%27 HTTP/1.1" 200 None
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387262 not downloaded yet
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814414%27 HTTP/1.1" 200 None
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814414 not downloaded yet
2026-03-28 11:07:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae627ad0>
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798716%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798716/600 saved to cache
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc8bd10>
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSL07BVB%252F698906823%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906823/600 saved to cache
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 965bc451-0889-5f8d-976c-d99f3e039949
2026-03-28 11:07:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 965bc451-0889-5f8d-976c-d99f3e039949, skipping ID generation
2026-03-28 11:07:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 965bc451-0889-5f8d-976c-d99f3e039949 sending to next pipeline
2026-03-28 11:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 965bc451-0889-5f8d-976c-d99f3e039949, identifier: SL07%20BVB
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1ec50>
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FGU09BHP%252F698907392%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907392/600 saved to cache
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a
2026-03-28 11:07:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7cf4ba2-074e-565a-8e3d-b27be7a9586a, skipping ID generation
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7cf4ba2-074e-565a-8e3d-b27be7a9586a sending to next pipeline
2026-03-28 11:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7cf4ba2-074e-565a-8e3d-b27be7a9586a, identifier: GU09%20BHP
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5cdc50>
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_168964c4-009e-5f86-a5de-a609e726f9b5/168964c4-009e-5f86-a5de-a609e726f9b5_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FSY63BZU%252F698818374%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818374/600 saved to cache
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 168964c4-009e-5f86-a5de-a609e726f9b5
2026-03-28 11:07:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 168964c4-009e-5f86-a5de-a609e726f9b5, skipping ID generation
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 168964c4-009e-5f86-a5de-a609e726f9b5 sending to next pipeline
2026-03-28 11:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 168964c4-009e-5f86-a5de-a609e726f9b5, identifier: SY63%20BZU
2026-03-28 11:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387137/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752731/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814443%27 HTTP/1.1" 200 None
2026-03-28 11:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814443 not downloaded yet
2026-03-28 11:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 965bc451-0889-5f8d-976c-d99f3e039949 with identifier: SL07%20BVB
2026-03-28 11:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 965bc451-0889-5f8d-976c-d99f3e039949 with identifier: SL07%20BVB
2026-03-28 11:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 965bc451-0889-5f8d-976c-d99f3e039949 with identifier: SL07%20BVB to the API
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906823/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_expert_report_file_8c392565-4849-4593-9050-431ad55d4c02.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL07%20BVB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '965bc451-0889-5f8d-976c-d99f3e039949',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL07 BVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL07%20BVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 91745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 168639,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 175546,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906821/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 161584,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906823/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 157858,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906825/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 152887,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906828/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 148258,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906830/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 156950,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906833/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 174442,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906835/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_965bc451-0889-5f8d-976c-d99f3e039949/965bc451-0889-5f8d-976c-d99f3e039949_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 163193,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SL07BVB/698906838/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMF32010TT11804',
 'year': 2007}
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL07%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:07:39 [bca.uk] INFO: Saving data for SL07%20BVB: {'created_time': 1774696059.655732, 'last_price_update_time': 1774696059.655744, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL07%2520BVB') HTTP/1.1" 204 0
2026-03-28 11:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7cf4ba2-074e-565a-8e3d-b27be7a9586a with identifier: GU09%20BHP
2026-03-28 11:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7cf4ba2-074e-565a-8e3d-b27be7a9586a with identifier: GU09%20BHP
2026-03-28 11:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7cf4ba2-074e-565a-8e3d-b27be7a9586a with identifier: GU09%20BHP to the API
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907392/600>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_expert_report_file_727a3a5a-2210-4d29-97f1-023b5c0ecb96.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU09%20BHP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7cf4ba2-074e-565a-8e3d-b27be7a9586a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU09 BHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU09%20BHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 163429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 9,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 197019,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907388/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 178223,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907392/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 184669,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907400/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 196750,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907412/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164849,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907426/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 142615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907441/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 164172,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907453/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 158183,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907464/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c7cf4ba2-074e-565a-8e3d-b27be7a9586a/c7cf4ba2-074e-565a-8e3d-b27be7a9586a_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 166961,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/GU09BHP/698907470/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM',
 'vin': 'WF0GXXGAJG8L46696',
 'year': 2009}
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU09%2520BHP%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [bca.uk] INFO: Saving data for GU09%20BHP: {'created_time': 1774696060.039291, 'last_price_update_time': 1774696060.039302, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU09%2520BHP') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 168964c4-009e-5f86-a5de-a609e726f9b5 with identifier: SY63%20BZU
2026-03-28 11:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 168964c4-009e-5f86-a5de-a609e726f9b5 with identifier: SY63%20BZU
2026-03-28 11:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 168964c4-009e-5f86-a5de-a609e726f9b5 with identifier: SY63%20BZU to the API
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818374/600>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_168964c4-009e-5f86-a5de-a609e726f9b5/168964c4-009e-5f86-a5de-a609e726f9b5_expert_report_file_2c91661d-7fab-40bc-9139-9fb4e426face.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY63%20BZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '168964c4-009e-5f86-a5de-a609e726f9b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY63 BZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY63%20BZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 71780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_168964c4-009e-5f86-a5de-a609e726f9b5/168964c4-009e-5f86-a5de-a609e726f9b5_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42529,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/SY63BZU/698818374/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.2 2 Hatchback',
 'transmission': 'automatic',
 'trim': '2',
 'vin': 'KNABX512MDT549562',
 'year': 2013}
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY63%2520BZU%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [bca.uk] INFO: Saving data for SY63%20BZU: {'created_time': 1774696060.43139, 'last_price_update_time': 1774696060.431402, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY63%2520BZU') HTTP/1.1" 204 0
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387146/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814313/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814313>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387185/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387185>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814329/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814329>
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814270/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814332/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC60AWJ/42808422?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=RQQ4sN7yvoCoEuv1AhH2XXwb0rtF4sUe2LFKtHE6sHE%3D)
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698814475%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814475 not downloaded yet
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe7e50>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD08AYG%252F698798677%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798677/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebd7210>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVN54DZL%252F698798681%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798681/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 46d5df6b-48cf-580f-b920-c2fa62de29df
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5c3890>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK05KCN%252F698798649%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798649/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae449cd0>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_expert_report_file_4d5375e3-6012-48f0-b079-b3630ddb2a1a.pdf HTTP/1.1" 201 0
2026-03-28 11:07:40 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de32900b-a9ba-5cbc-8ed6-8c924f786c60, skipping ID generation
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DNJ18YDM-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NJ18YDM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387158/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814344/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814344>
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809489%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809489 not downloaded yet
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac16b550>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387137%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387137/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc9ad0>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752731%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752731/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387228/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387228>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752906/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752906>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387247/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387247>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814414/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814414>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387204/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387204>
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809506%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809506 not downloaded yet
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac32aa50>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387146%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387146/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b2ed0>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814270%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814270/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4a8cd0>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYC60AWJ%252F698814332%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814332/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387175/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809521%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809521 not downloaded yet
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387262/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387262>
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814329/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809534%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809534 not downloaded yet
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb8bc50>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387158%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387158/600 saved to cache
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814443/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814443>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752965/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752965>
2026-03-28 11:07:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814382/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814382>
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809548%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809548 not downloaded yet
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814313/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809572%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809572 not downloaded yet
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814344/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809592%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809592 not downloaded yet
2026-03-28 11:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387185/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809606%27 HTTP/1.1" 200 None
2026-03-28 11:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809606 not downloaded yet
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4eed10>
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387175%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387175/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809475/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NJ18YDM-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387228/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752906/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809506>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387204/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809621%27 HTTP/1.1" 200 None
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809621 not downloaded yet
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae784990>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814329%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814329/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814414/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387247/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f5950>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814313%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814313/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd051d0>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814344%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814344/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae784310>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387185%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387185/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809592/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809592>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809572>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809534/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809534>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809521/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809521>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387262/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814443/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814382/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8e7890>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387228%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387228/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4ab710>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752906%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752906/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff48d50>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387204%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387204/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0d110>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814414%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814414/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff49c10>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387247%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387247/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809606/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809606>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809548/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809548>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809475/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752965/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac278310>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387262%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387262/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea61b50>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814443%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814443/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebe7fd0>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814382%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814382/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814475/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814475>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752933/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752933>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809489/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809489>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809592/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809534/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebee8d0>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809506%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809506/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfa710>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809475%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809475/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e983810>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752965%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752965/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809521/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809621/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809621>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752875/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752875>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752842/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752842>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814292/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814292>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752818/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752818>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809548/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809606/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe78550>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809592%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809592/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe4f590>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809572%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809572/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae44b310>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809534%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809534/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814276/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814276>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752789/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752789>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387166/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=697387166>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809489/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752758/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698752758>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752818/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752933/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814475/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e288ed0>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809521%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809521/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd89d0>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809548%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809548/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:41 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ea690>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809606%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809606/600 saved to cache
2026-03-28 11:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752842/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787506/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787506>
2026-03-28 11:07:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752706/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=NS16AHS-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809621/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NJ18YDM/42808162?sv=2020-08-04&st=2026-03-28T11%3A07%3A35Z&se=2026-03-28T11%3A32%3A35Z&sr=b&sp=r&sig=bi0qTLyr4n04ypBMGQH%2B%2FNeYAMQxFASJRT325gETITg%3D)
2026-03-28 11:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752875/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ac090>
2026-03-28 11:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809489%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809489/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b2210>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752818%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752818/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fea4210>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752933%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752933/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e7650>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814475%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814475/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752758/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802709/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802709>
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814292/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818412/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818412>
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802690/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802690>
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752789/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814276/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WO18YOD/42807596?sv=2020-08-04&st=2026-03-28T11%3A07%3A32Z&se=2026-03-28T11%3A32%3A32Z&sr=b&sp=r&sig=6m1%2Btz1O4%2BGb6Zlk1WHV569aO4jhE4hnl9B%2F09r0WOw%3D)
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387166/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/MA17CVN/42779312?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=R4ecz98BDyxeIh%2Bp1X%2Fq0d%2Bj6byWg6XH6mXKArdiUUo%3D)
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe1c890>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752842%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752842/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac356b10>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNJ18YDM%252F698809621%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809621/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item de32900b-a9ba-5cbc-8ed6-8c924f786c60
2026-03-28 11:07:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de32900b-a9ba-5cbc-8ed6-8c924f786c60, skipping ID generation
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de32900b-a9ba-5cbc-8ed6-8c924f786c60 sending to next pipeline
2026-03-28 11:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de32900b-a9ba-5cbc-8ed6-8c924f786c60, identifier: NJ18%20YDM
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:42 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94b7d15e90>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752875%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752875/600 saved to cache
2026-03-28 11:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de32900b-a9ba-5cbc-8ed6-8c924f786c60 with identifier: NJ18%20YDM
2026-03-28 11:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de32900b-a9ba-5cbc-8ed6-8c924f786c60 with identifier: NJ18%20YDM
2026-03-28 11:07:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de32900b-a9ba-5cbc-8ed6-8c924f786c60 with identifier: NJ18%20YDM to the API
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809621/600>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_expert_report_file_4d5375e3-6012-48f0-b079-b3630ddb2a1a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20YDM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de32900b-a9ba-5cbc-8ed6-8c924f786c60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 YDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20YDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '420D',
 'odometer': 76413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43662,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809475/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45538,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809489/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43942,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809506/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44082,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809521/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41185,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809534/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40744,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809548/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62699,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809572/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62639,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809592/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 80638,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809606/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_de32900b-a9ba-5cbc-8ed6-8c924f786c60/de32900b-a9ba-5cbc-8ed6-8c924f786c60_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61978,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NJ18YDM/698809621/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA4X32050AF29918',
 'year': 2018}
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:07:42 [bca.uk] INFO: Saving data for NJ18%20YDM: {'created_time': 1774696062.933874, 'last_price_update_time': 1774696062.933887, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520YDM') HTTP/1.1" 204 0
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752706/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/NS16AHS/42807029?sv=2020-08-04&st=2026-03-28T11%3A07%3A31Z&se=2026-03-28T11%3A32%3A31Z&sr=b&sp=r&sig=Lzpd%2FcmaWkDAkMm9xUPghkeqtVJyfHe3dTAOo46XCQo%3D)
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915692/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915692>
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802731/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802731>
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798670/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798670>
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915669/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915669>
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787506/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KW55WSO/42807921?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=ECObaVyd9gRgz05Xmcp%2BESM7xLmJDF9h2X%2FEVj26GEo%3D)
2026-03-28 11:07:42 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798707/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798707>
2026-03-28 11:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802690/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae4b0590>
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752758%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752758/600 saved to cache
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0c610>
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814292%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814292/600 saved to cache
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb5add0>
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752789%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752789/600 saved to cache
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe7ac10>
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWO18YOD%252F698814276%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814276/600 saved to cache
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 87e614a2-94ae-5d47-88c5-1096d8457081
2026-03-28 11:07:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87e614a2-94ae-5d47-88c5-1096d8457081, skipping ID generation
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87e614a2-94ae-5d47-88c5-1096d8457081 sending to next pipeline
2026-03-28 11:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87e614a2-94ae-5d47-88c5-1096d8457081, identifier: WO18%20YOD
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5f7ad0>
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FMA17CVN%252F697387166%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387166/600 saved to cache
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12
2026-03-28 11:07:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc26d888-e1c0-5316-bed2-e9f8b9e59c12, skipping ID generation
2026-03-28 11:07:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc26d888-e1c0-5316-bed2-e9f8b9e59c12 sending to next pipeline
2026-03-28 11:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc26d888-e1c0-5316-bed2-e9f8b9e59c12, identifier: MA17%20CVN
2026-03-28 11:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87e614a2-94ae-5d47-88c5-1096d8457081 with identifier: WO18%20YOD
2026-03-28 11:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87e614a2-94ae-5d47-88c5-1096d8457081 with identifier: WO18%20YOD
2026-03-28 11:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87e614a2-94ae-5d47-88c5-1096d8457081 with identifier: WO18%20YOD to the API
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814276/600>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_expert_report_file_4ea98ed2-1516-44ea-88fe-18fbe9a5f181.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO18%20YOD-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87e614a2-94ae-5d47-88c5-1096d8457081',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO18 YOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO18%20YOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'MONDEO VIGNALE',
 'odometer': 23314,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 47780,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814270/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46156,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814276/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45222,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814292/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46003,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814313/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45075,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814329/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43459,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814344/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84176,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814382/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76725,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814414/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90002,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814443/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_87e614a2-94ae-5d47-88c5-1096d8457081/87e614a2-94ae-5d47-88c5-1096d8457081_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 83093,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WO18YOD/698814475/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO VIGNALE 2.0 TDCI 210 P/S Saloon',
 'transmission': 'automatic',
 'trim': 'TDCI 210 P/S',
 'vin': 'WF0DXXWPCDHU39920',
 'year': 2018}
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520YOD%27 HTTP/1.1" 200 None
2026-03-28 11:07:43 [bca.uk] INFO: Saving data for WO18%20YOD: {'created_time': 1774696063.696392, 'last_price_update_time': 1774696063.696402, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO18%2520YOD') HTTP/1.1" 204 0
2026-03-28 11:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc26d888-e1c0-5316-bed2-e9f8b9e59c12 with identifier: MA17%20CVN
2026-03-28 11:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc26d888-e1c0-5316-bed2-e9f8b9e59c12 with identifier: MA17%20CVN
2026-03-28 11:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc26d888-e1c0-5316-bed2-e9f8b9e59c12 with identifier: MA17%20CVN to the API
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387166/600>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_expert_report_file_7a61b0c1-325b-4ddb-a583-f3c2a04c23a4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA17%20CVN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc26d888-e1c0-5316-bed2-e9f8b9e59c12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA17 CVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA17%20CVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 51384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43030,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387137/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43823,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387146/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41581,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387158/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41222,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387166/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40169,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387175/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40647,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387185/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 76615,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387204/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41556,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387228/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 74087,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387247/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc26d888-e1c0-5316-bed2-e9f8b9e59c12/dc26d888-e1c0-5316-bed2-e9f8b9e59c12_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 84591,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/MA17CVN/697387262/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 110 PERFORMANCE LINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 PERFORMANCE LINE',
 'vin': 'VF7SAHNZ6HW504569',
 'year': 2017}
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520CVN%27 HTTP/1.1" 200 None
2026-03-28 11:07:44 [bca.uk] INFO: Saving data for MA17%20CVN: {'created_time': 1774696064.094092, 'last_price_update_time': 1774696064.094102, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA17%2520CVN') HTTP/1.1" 204 0
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798673/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798673>
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814318/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814318>
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802686/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802686>
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798641/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798641>
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787499/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787499>
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818412/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D)
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802709/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D)
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac168810>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FNS16AHS%252F698752706%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752706/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a9295467-dc05-5a7c-8170-d45a3e57c067
2026-03-28 11:07:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9295467-dc05-5a7c-8170-d45a3e57c067, skipping ID generation
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a9295467-dc05-5a7c-8170-d45a3e57c067 sending to next pipeline
2026-03-28 11:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9295467-dc05-5a7c-8170-d45a3e57c067, identifier: NS16%20AHS
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea600d0>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKW55WSO%252F698787506%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787506/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9bb250>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802690%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802690/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798707/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9295467-dc05-5a7c-8170-d45a3e57c067 with identifier: NS16%20AHS
2026-03-28 11:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9295467-dc05-5a7c-8170-d45a3e57c067 with identifier: NS16%20AHS
2026-03-28 11:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9295467-dc05-5a7c-8170-d45a3e57c067 with identifier: NS16%20AHS to the API
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752706/600>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_expert_report_file_ec47aedb-797e-470b-8679-9d6812f9f558.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NS16%20AHS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a9295467-dc05-5a7c-8170-d45a3e57c067',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NS16 AHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NS16%20AHS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 79197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 49820,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752706/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 48075,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752731/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45600,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752758/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46537,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752789/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43550,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752818/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42609,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752842/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62470,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752875/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 61993,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752906/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75837,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752933/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a9295467-dc05-5a7c-8170-d45a3e57c067/a9295467-dc05-5a7c-8170-d45a3e57c067_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79262,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/NS16AHS/698752965/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082J483170',
 'year': 2016}
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NS16%2520AHS%27 HTTP/1.1" 200 None
2026-03-28 11:07:44 [bca.uk] INFO: Saving data for NS16%20AHS: {'created_time': 1774696064.719009, 'last_price_update_time': 1774696064.719022, 'auction_closing_time': 1774951200.0}
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NS16%2520AHS') HTTP/1.1" 204 0
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802662/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802662>
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798670/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D)
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818387/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818387>
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915645/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915645>
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915692/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915669/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802731/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b9b10>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCE58JHU%252F698818412%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818412/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e422e50>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN58UCF%252F698802709%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802709/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea62dd0>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798707%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798707/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787499/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KW55WSO/42807921?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=ECObaVyd9gRgz05Xmcp%2BESM7xLmJDF9h2X%2FEVj26GEo%3D)
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798641/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK05KCN/42808014?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=gANA8pybdk4x89IPcI7C6tEJdd9J09Ln4zVAzOu53iI%3D)
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814318/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC60AWJ/42808422?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=RQQ4sN7yvoCoEuv1AhH2XXwb0rtF4sUe2LFKtHE6sHE%3D)
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798673/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VN54DZL/42808137?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=qf0jPnBs9kEZx0kCISPWyAnTF5%2FHmUBTBzEUSHUjgwM%3D)
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802711/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802711>
2026-03-28 11:07:44 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915668/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915668>
2026-03-28 11:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802686/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D)
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffd8fd0>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD08AYG%252F698798670%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798670/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc98dd0>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915692%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915692/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaca350>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915669%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915669/600 saved to cache
2026-03-28 11:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:44 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac315650>
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802731%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802731/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798689/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798689>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798661/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798661>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798665/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798665>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798636>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814304/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698814304>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818387/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802662/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae786310>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKW55WSO%252F698787499%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787499/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3e4950>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK05KCN%252F698798641%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798641/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcf4050>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYC60AWJ%252F698814318%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814318/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac115650>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVN54DZL%252F698798673%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798673/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 46d5df6b-48cf-580f-b920-c2fa62de29df
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff5f850>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN58UCF%252F698802686%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802686/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915645/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802671/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802671>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787492/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698787492>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802640/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802640>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915636/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915636>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818373/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818373>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915668/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaa30d0>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCE58JHU%252F698818387%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818387/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad319490>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802662%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802662/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915646/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915646>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802711/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK05KCN/42808014?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=gANA8pybdk4x89IPcI7C6tEJdd9J09Ln4zVAzOu53iI%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798661/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798689/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac3b6e90>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915645%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915645/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814304/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC60AWJ/42808422?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=RQQ4sN7yvoCoEuv1AhH2XXwb0rtF4sUe2LFKtHE6sHE%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915636/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802687/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802687>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802640/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798665/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/VN54DZL/42808137?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=qf0jPnBs9kEZx0kCISPWyAnTF5%2FHmUBTBzEUSHUjgwM%3D)
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e23ef50>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915668%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915668/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818373/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787492/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KW55WSO/42807921?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=ECObaVyd9gRgz05Xmcp%2BESM7xLmJDF9h2X%2FEVj26GEo%3D)
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc623d0>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802711%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802711/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798675/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798675>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798654/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798654>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802671/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D)
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc856d0>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK05KCN%252F698798636%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798636/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe36650>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD08AYG%252F698798661%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798661/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:45 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffda550>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798689%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798689/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798634/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BK05KCN-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814291/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=YC60AWJ-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=KW55WSO-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915646/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD17%20TZF-GB>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802654/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802654>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818359/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818359>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802687/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798654/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D)
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802625/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802625>
2026-03-28 11:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798675/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915624/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915624>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915626/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915626>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798668/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798668>
2026-03-28 11:07:45 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802668/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802668>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac317010>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYC60AWJ%252F698814304%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814304/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb92490>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915636%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915636/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac243f90>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802640%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802640/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb27050>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FVN54DZL%252F698798665%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798665/600 saved to cache
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 46d5df6b-48cf-580f-b920-c2fa62de29df
2026-03-28 11:07:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46d5df6b-48cf-580f-b920-c2fa62de29df, skipping ID generation
2026-03-28 11:07:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 46d5df6b-48cf-580f-b920-c2fa62de29df sending to next pipeline
2026-03-28 11:07:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46d5df6b-48cf-580f-b920-c2fa62de29df, identifier: VN54%20DZL
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e8ea150>
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCE58JHU%252F698818373%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818373/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ae786210>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKW55WSO%252F698787492%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787492/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4229d0>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN58UCF%252F698802671%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802671/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:07:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46d5df6b-48cf-580f-b920-c2fa62de29df with identifier: VN54%20DZL
2026-03-28 11:07:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46d5df6b-48cf-580f-b920-c2fa62de29df with identifier: VN54%20DZL
2026-03-28 11:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46d5df6b-48cf-580f-b920-c2fa62de29df with identifier: VN54%20DZL to the API
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798665/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_expert_report_file_81012564-0707-4cba-b88d-00a091286b79.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN54%20DZL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '46d5df6b-48cf-580f-b920-c2fa62de29df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN54 DZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN54%20DZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 54818,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45850,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798665/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42815,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798673/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_46d5df6b-48cf-580f-b920-c2fa62de29df/46d5df6b-48cf-580f-b920-c2fa62de29df_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41117,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/VN54DZL/698798681/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 FLAME Hatchback',
 'transmission': 'manual',
 'trim': 'FLAME',
 'vin': 'WF0DXXGAJD4L77547',
 'year': 2004}
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN54%2520DZL%27 HTTP/1.1" 200 None
2026-03-28 11:07:46 [bca.uk] INFO: Saving data for VN54%20DZL: {'created_time': 1774696066.463224, 'last_price_update_time': 1774696066.46324, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN54%2520DZL') HTTP/1.1" 204 0
2026-03-28 11:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818359/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D)
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebfb610>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915646%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915646/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fffa9d0>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802687%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802687/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814291/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/YC60AWJ/42808422?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=RQQ4sN7yvoCoEuv1AhH2XXwb0rtF4sUe2LFKtHE6sHE%3D)
2026-03-28 11:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/KW55WSO/42807921?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=ECObaVyd9gRgz05Xmcp%2BESM7xLmJDF9h2X%2FEVj26GEo%3D)
2026-03-28 11:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798634/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BK05KCN/42808014?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=gANA8pybdk4x89IPcI7C6tEJdd9J09Ln4zVAzOu53iI%3D)
2026-03-28 11:07:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798644/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798644>
2026-03-28 11:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802654/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D)
2026-03-28 11:07:46 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D> from <GET https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD55%20ULT-GB>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94bac6ab10>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD08AYG%252F698798654%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798654/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea490d0>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798675%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798675/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94bc134c10>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCE58JHU%252F698818359%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818359/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e281d50>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FYC60AWJ%252F698814291%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814291/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3c1070f3-e634-5279-aa25-131d59b68f50
2026-03-28 11:07:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c1070f3-e634-5279-aa25-131d59b68f50, skipping ID generation
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c1070f3-e634-5279-aa25-131d59b68f50 sending to next pipeline
2026-03-28 11:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c1070f3-e634-5279-aa25-131d59b68f50, identifier: YC60%20AWJ
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fff8cd0>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FKW55WSO%252F698787484%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787484/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a76f855b-ad2f-5512-95a5-962ebc6ded4f
2026-03-28 11:07:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a76f855b-ad2f-5512-95a5-962ebc6ded4f, skipping ID generation
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a76f855b-ad2f-5512-95a5-962ebc6ded4f sending to next pipeline
2026-03-28 11:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a76f855b-ad2f-5512-95a5-962ebc6ded4f, identifier: KW55%20WSO
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd28c50>
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBK05KCN%252F698798634%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798634/600 saved to cache
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4285709e-1eb4-5199-8692-2365a9114f52
2026-03-28 11:07:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4285709e-1eb4-5199-8692-2365a9114f52, skipping ID generation
2026-03-28 11:07:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4285709e-1eb4-5199-8692-2365a9114f52 sending to next pipeline
2026-03-28 11:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4285709e-1eb4-5199-8692-2365a9114f52, identifier: BK05%20KCN
2026-03-28 11:07:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4ed390>
2026-03-28 11:07:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN58UCF%252F698802654%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802654/600 saved to cache
2026-03-28 11:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c1070f3-e634-5279-aa25-131d59b68f50 with identifier: YC60%20AWJ
2026-03-28 11:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c1070f3-e634-5279-aa25-131d59b68f50 with identifier: YC60%20AWJ
2026-03-28 11:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c1070f3-e634-5279-aa25-131d59b68f50 with identifier: YC60%20AWJ to the API
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814291/600>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_expert_report_file_41fe7e38-6201-4553-bcf2-d8712c8967c4.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC60%20AWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c1070f3-e634-5279-aa25-131d59b68f50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC60 AWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC60%20AWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 144876,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43125,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814291/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43082,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814304/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41099,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814318/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3c1070f3-e634-5279-aa25-131d59b68f50/3c1070f3-e634-5279-aa25-131d59b68f50_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40362,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/YC60AWJ/698814332/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V EXTREME Hatchback',
 'transmission': 'manual',
 'trim': '16V EXTREME',
 'vin': 'VF1CR1J0H44178724',
 'year': 2010}
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC60%2520AWJ%27 HTTP/1.1" 200 None
2026-03-28 11:07:47 [bca.uk] INFO: Saving data for YC60%20AWJ: {'created_time': 1774696067.4809, 'last_price_update_time': 1774696067.480913, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC60%2520AWJ') HTTP/1.1" 204 0
2026-03-28 11:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a76f855b-ad2f-5512-95a5-962ebc6ded4f with identifier: KW55%20WSO
2026-03-28 11:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a76f855b-ad2f-5512-95a5-962ebc6ded4f with identifier: KW55%20WSO
2026-03-28 11:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a76f855b-ad2f-5512-95a5-962ebc6ded4f with identifier: KW55%20WSO to the API
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787484/600>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_expert_report_file_4e1b40af-3e96-42a6-9165-33f650378858.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW55%20WSO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a76f855b-ad2f-5512-95a5-962ebc6ded4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW55 WSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW55%20WSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 129947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45789,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787484/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45297,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787492/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43289,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787499/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a76f855b-ad2f-5512-95a5-962ebc6ded4f/a76f855b-ad2f-5512-95a5-962ebc6ded4f_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42440,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/KW55WSO/698787506/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 HDI 16V SX Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 16V SX',
 'vin': 'VF7FC9HXC27381310',
 'year': 2006}
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW55%2520WSO%27 HTTP/1.1" 200 None
2026-03-28 11:07:47 [bca.uk] INFO: Saving data for KW55%20WSO: {'created_time': 1774696067.844548, 'last_price_update_time': 1774696067.844559, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW55%2520WSO') HTTP/1.1" 204 0
2026-03-28 11:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4285709e-1eb4-5199-8692-2365a9114f52 with identifier: BK05%20KCN
2026-03-28 11:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4285709e-1eb4-5199-8692-2365a9114f52 with identifier: BK05%20KCN
2026-03-28 11:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4285709e-1eb4-5199-8692-2365a9114f52 with identifier: BK05%20KCN to the API
2026-03-28 11:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798634/600>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_expert_report_file_ae33db86-af49-4f42-a781-061547ad83cc.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK05%20KCN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4285709e-1eb4-5199-8692-2365a9114f52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK05 KCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK05%20KCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'XSARA PICASSO',
 'odometer': 106296,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45221,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798634/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44591,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798636/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43859,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798641/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4285709e-1eb4-5199-8692-2365a9114f52/4285709e-1eb4-5199-8692-2365a9114f52_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43642,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BK05KCN/698798649/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'CITROEN XSARA PICASSO 1.6 DESIRE 2 MPV',
 'transmission': 'manual',
 'trim': 'DESIRE 2',
 'vin': 'VF7CHNFVK39873989',
 'year': 2005}
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK05%2520KCN%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [bca.uk] INFO: Saving data for BK05%20KCN: {'created_time': 1774696068.303896, 'last_price_update_time': 1774696068.303907, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK05%2520KCN') HTTP/1.1" 204 0
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802631/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802631>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818336/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698818336>
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802668/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802602/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802602>
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915626/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798668/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915624/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802625/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ad151ed0>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_expert_report_file_b32e1f51-f450-42b9-bcc8-d519f1f77a95.pdf HTTP/1.1" 201 0
2026-03-28 11:07:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49adde6a-8f07-509c-9265-f5190a0663cc, skipping ID generation
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DBD17TZF-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD17TZF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809468%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809468 not downloaded yet
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809484%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809484 not downloaded yet
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809500%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809500 not downloaded yet
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809516%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809516 not downloaded yet
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915600/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915600>
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809543%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809543 not downloaded yet
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798640/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD08AYG-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b9390>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802668%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802668/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ae650>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915626%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915626/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4ba1d0>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798668%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798668/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e288ad0>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915624%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915624/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9b9390>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802625%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802625/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802648/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802648>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915594/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915594>
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802602/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798662/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798662>
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809561%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809561 not downloaded yet
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798644/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D)
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809584%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809584 not downloaded yet
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D> (referer: https://www.bca.co.uk/)
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809607%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809607 not downloaded yet
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698809629%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809629 not downloaded yet
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818336/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/CE58JHU/42808487?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=CKbwWrZY9nVcIaAK5C160N9MiIGtMB077y7MjW%2Fl8zE%3D)
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802631/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WN58UCF/42808237?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=GE%2Fv84thQY8aA4Kq4krNKdJNX6nACri7UAL5PYKyXwM%3D)
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915573/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915573>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802581/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802581>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798655/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698798655>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802630/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698802630>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915572/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698915572>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc9ab50>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802602%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802602/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798640/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD08AYG/42808150?sv=2020-08-04&st=2026-03-28T11%3A01%3A17Z&se=2026-03-28T11%3A26%3A17Z&sr=b&sp=r&sig=WDFPy7VeVWoOfojPtQLzYA8%2Fa2Gl8pGmPY3QQF6Z6II%3D)
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebef050>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD08AYG%252F698798644%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798644/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915600/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915594/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809516/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809516>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809584/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809584>
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809543/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809543>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac13c190>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_expert_report_file_2efc781d-9fe0-459e-9167-ab5ca7b59d76.pdf HTTP/1.1" 201 0
2026-03-28 11:07:48 [crawlers.middlewares.report_download_middleware] INFO: Downloaded report for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7, skipping ID generation
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26Reg%3DLD55ULT-GB%26grp%3Dpublic%26obl%3Dhht3%2CManheim%26minwidth%3D600%26width%3D600%26default%3D5%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD55ULT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5 not downloaded yet
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798662/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802648/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:07:48 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809607/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809607>
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780293%27 HTTP/1.1" 200 None
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780293 not downloaded yet
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e874ed0>
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FCE58JHU%252F698818336%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818336/600 saved to cache
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0
2026-03-28 11:07:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0, skipping ID generation
2026-03-28 11:07:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 sending to next pipeline
2026-03-28 11:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0, identifier: CE58%20JHU
2026-03-28 11:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 with identifier: CE58%20JHU
2026-03-28 11:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 with identifier: CE58%20JHU
2026-03-28 11:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28d234b0-1058-54d8-a5a5-a13b20ccbdc0 with identifier: CE58%20JHU to the API
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818336/600>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_expert_report_file_ed193d62-783f-4a4b-82c2-f70db407762d.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE58%20JHU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28d234b0-1058-54d8-a5a5-a13b20ccbdc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE58 JHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE58%20JHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 98740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41734,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818336/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41143,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818359/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38722,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818373/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 38993,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818387/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_28d234b0-1058-54d8-a5a5-a13b20ccbdc0/28d234b0-1058-54d8-a5a5-a13b20ccbdc0_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 93438,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/CE58JHU/698818412/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 CLUB 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'CLUB 16V',
 'vin': 'W0L0SDL0894006593',
 'year': 2008}
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE58%2520JHU%27 HTTP/1.1" 200 None
2026-03-28 11:07:49 [bca.uk] INFO: Saving data for CE58%20JHU: {'created_time': 1774696069.408737, 'last_price_update_time': 1774696069.408749, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE58%2520JHU') HTTP/1.1" 204 0
2026-03-28 11:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802630/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX16MYY/42808230?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=Y0r6kYyp7vWvkmvjM%2Bnt9IiVNuIH%2BkNFWrv%2BBS%2BpMrY%3D)
2026-03-28 11:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798655/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/DX15JFF/42808021?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=uBRxC59tAY%2FpFEHNCDiYslT84vK0MpOsrkrqPXG2f%2FI%3D)
2026-03-28 11:07:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809629/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809629>
2026-03-28 11:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915573/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/WK70VKG/42809582?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=EzIYjFaJaRqFr4ULMWYM9RM53xrwCgTnu5JUcClkzU4%3D)
2026-03-28 11:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802581/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BT13WSV/42808235?sv=2020-08-04&st=2026-03-28T11%3A01%3A15Z&se=2026-03-28T11%3A26%3A15Z&sr=b&sp=r&sig=wO50KdP9zQ4Dvd%2B%2F7jg3LzSw1f9c%2F2y62kNrKH7kEmA%3D)
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780299%27 HTTP/1.1" 200 None
2026-03-28 11:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780299 not downloaded yet
2026-03-28 11:07:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ebf9ad0>
2026-03-28 11:07:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWN58UCF%252F698802631%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802631/600 saved to cache
2026-03-28 11:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 408cf7cd-5c88-5b19-ae14-d015866edb29
2026-03-28 11:07:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 408cf7cd-5c88-5b19-ae14-d015866edb29, skipping ID generation
2026-03-28 11:07:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 408cf7cd-5c88-5b19-ae14-d015866edb29 sending to next pipeline
2026-03-28 11:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 408cf7cd-5c88-5b19-ae14-d015866edb29, identifier: WN58%20UCF
2026-03-28 11:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915572/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BL57MXT/42809690?sv=2020-08-04&st=2026-03-28T11%3A01%3A16Z&se=2026-03-28T11%3A26%3A16Z&sr=b&sp=r&sig=DhewLjFAaMBsajk1rwu8ZaI4WpOOoHxTV7uPKKDmzDo%3D)
2026-03-28 11:07:49 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809561/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809561>
2026-03-28 11:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809543/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 408cf7cd-5c88-5b19-ae14-d015866edb29 with identifier: WN58%20UCF
2026-03-28 11:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 408cf7cd-5c88-5b19-ae14-d015866edb29 with identifier: WN58%20UCF
2026-03-28 11:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 408cf7cd-5c88-5b19-ae14-d015866edb29 with identifier: WN58%20UCF to the API
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802631/600>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_expert_report_file_4352c607-02c9-40bc-9534-c927f88e8e76.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN58%20UCF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '408cf7cd-5c88-5b19-ae14-d015866edb29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN58 UCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN58%20UCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FIAT',
 'model': '500',
 'odometer': 80045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43741,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802631/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43014,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802654/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41260,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802671/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41129,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802686/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408cf7cd-5c88-5b19-ae14-d015866edb29/408cf7cd-5c88-5b19-ae14-d015866edb29_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 87450,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WN58UCF/698802709/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.4 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA31200000101005',
 'year': 2008}
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN58%2520UCF%27 HTTP/1.1" 200 None
2026-03-28 11:07:49 [bca.uk] INFO: Saving data for WN58%20UCF: {'created_time': 1774696069.990276, 'last_price_update_time': 1774696069.990287, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN58%2520UCF') HTTP/1.1" 204 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780306%27 HTTP/1.1" 200 None
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780306 not downloaded yet
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac2f5610>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD08AYG%252F698798640%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798640/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a
2026-03-28 11:07:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f403886d-03c6-5fb8-8b41-8c5d5e920a1a, skipping ID generation
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f403886d-03c6-5fb8-8b41-8c5d5e920a1a sending to next pipeline
2026-03-28 11:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f403886d-03c6-5fb8-8b41-8c5d5e920a1a, identifier: BD08%20AYG
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0e310>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915600%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915600/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb19390>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915594%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915594/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fe0df90>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798662%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798662/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd319d0>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802648%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802648/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:07:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809500/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809500>
2026-03-28 11:07:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809484/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809484>
2026-03-28 11:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809516/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f403886d-03c6-5fb8-8b41-8c5d5e920a1a with identifier: BD08%20AYG
2026-03-28 11:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f403886d-03c6-5fb8-8b41-8c5d5e920a1a with identifier: BD08%20AYG
2026-03-28 11:07:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f403886d-03c6-5fb8-8b41-8c5d5e920a1a with identifier: BD08%20AYG to the API
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798640/600>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_expert_report_file_6e358888-d3d7-4e54-9a2b-a80de8a9fd65.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD08%20AYG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f403886d-03c6-5fb8-8b41-8c5d5e920a1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD08 AYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD08%20AYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 145558,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44475,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798640/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43993,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798644/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42606,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798654/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41797,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798661/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42805,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798670/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f403886d-03c6-5fb8-8b41-8c5d5e920a1a/f403886d-03c6-5fb8-8b41-8c5d5e920a1a_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42583,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD08AYG/698798677/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.5 DCI 106 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 106 DYNAMIQUE',
 'vin': 'VF1CMSE0639035738',
 'year': 2008}
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AYG%27 HTTP/1.1" 200 None
2026-03-28 11:07:50 [bca.uk] INFO: Saving data for BD08%20AYG: {'created_time': 1774696070.674342, 'last_price_update_time': 1774696070.674354, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD08%2520AYG') HTTP/1.1" 204 0
2026-03-28 11:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809584/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809607/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780312%27 HTTP/1.1" 200 None
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780312 not downloaded yet
2026-03-28 11:07:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780282/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=LD55ULT-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:50 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809468/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698809468>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e422950>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX16MYY%252F698802630%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802630/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b761556c-b9e2-584e-8b60-6ef79cfe0123
2026-03-28 11:07:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b761556c-b9e2-584e-8b60-6ef79cfe0123, skipping ID generation
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b761556c-b9e2-584e-8b60-6ef79cfe0123 sending to next pipeline
2026-03-28 11:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b761556c-b9e2-584e-8b60-6ef79cfe0123, identifier: DX16%20MYY
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e4200d0>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FDX15JFF%252F698798655%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798655/600 saved to cache
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e
2026-03-28 11:07:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cbb3191-6cbb-56b9-a02d-5948ba86518e, skipping ID generation
2026-03-28 11:07:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cbb3191-6cbb-56b9-a02d-5948ba86518e sending to next pipeline
2026-03-28 11:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cbb3191-6cbb-56b9-a02d-5948ba86518e, identifier: DX15%20JFF
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e9c0bd0>
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FWK70VKG%252F698915573%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915573/600 saved to cache
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21
2026-03-28 11:07:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21, skipping ID generation
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 sending to next pipeline
2026-03-28 11:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21, identifier: WK70%20VKG
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eac91d0>
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBT13WSV%252F698802581%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802581/600 saved to cache
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85
2026-03-28 11:07:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ed2dcfb-35de-5ada-ad91-353ae2183e85, skipping ID generation
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ed2dcfb-35de-5ada-ad91-353ae2183e85 sending to next pipeline
2026-03-28 11:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ed2dcfb-35de-5ada-ad91-353ae2183e85, identifier: BT13%20WSV
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff3cf50>
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBL57MXT%252F698915572%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915572/600 saved to cache
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1e488065-6fe4-54f4-8f63-4ae87132ae79
2026-03-28 11:07:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e488065-6fe4-54f4-8f63-4ae87132ae79, skipping ID generation
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e488065-6fe4-54f4-8f63-4ae87132ae79 sending to next pipeline
2026-03-28 11:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e488065-6fe4-54f4-8f63-4ae87132ae79, identifier: BL57%20MXT
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e420990>
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809543%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809543/600 saved to cache
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809629/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780320%27 HTTP/1.1" 200 None
2026-03-28 11:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780320 not downloaded yet
2026-03-28 11:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b761556c-b9e2-584e-8b60-6ef79cfe0123 with identifier: DX16%20MYY
2026-03-28 11:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b761556c-b9e2-584e-8b60-6ef79cfe0123 with identifier: DX16%20MYY
2026-03-28 11:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b761556c-b9e2-584e-8b60-6ef79cfe0123 with identifier: DX16%20MYY to the API
2026-03-28 11:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802630/600>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_expert_report_file_e741c999-cae1-40e3-b29d-b08cd497670e.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX16%20MYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b761556c-b9e2-584e-8b60-6ef79cfe0123',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX16 MYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX16%20MYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43018,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802630/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42556,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802648/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42483,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802668/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42492,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802687/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75566,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802711/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71529,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802731/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b761556c-b9e2-584e-8b60-6ef79cfe0123/b761556c-b9e2-584e-8b60-6ef79cfe0123_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 77098,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX16MYY/698802750/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF05XXGCC5GB19734',
 'year': 2016}
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520MYY%27 HTTP/1.1" 200 None
2026-03-28 11:07:52 [bca.uk] INFO: Saving data for DX16%20MYY: {'created_time': 1774696072.208053, 'last_price_update_time': 1774696072.208063, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX16%2520MYY') HTTP/1.1" 204 0
2026-03-28 11:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cbb3191-6cbb-56b9-a02d-5948ba86518e with identifier: DX15%20JFF
2026-03-28 11:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cbb3191-6cbb-56b9-a02d-5948ba86518e with identifier: DX15%20JFF
2026-03-28 11:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cbb3191-6cbb-56b9-a02d-5948ba86518e with identifier: DX15%20JFF to the API
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798655/600>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_expert_report_file_1b5bc984-71db-44b9-b340-4d1259238a5a.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX15%20JFF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8cbb3191-6cbb-56b9-a02d-5948ba86518e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX15 JFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX15%20JFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 47880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45958,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798655/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44254,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798662/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43419,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798668/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43631,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798675/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 96789,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798689/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 71434,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798707/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8cbb3191-6cbb-56b9-a02d-5948ba86518e/8cbb3191-6cbb-56b9-a02d-5948ba86518e_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 90530,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/DX15JFF/698798716/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDFC81978',
 'year': 2015}
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX15%2520JFF%27 HTTP/1.1" 200 None
2026-03-28 11:07:52 [bca.uk] INFO: Saving data for DX15%20JFF: {'created_time': 1774696072.606533, 'last_price_update_time': 1774696072.606544, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX15%2520JFF') HTTP/1.1" 204 0
2026-03-28 11:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 with identifier: WK70%20VKG
2026-03-28 11:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 with identifier: WK70%20VKG
2026-03-28 11:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc5fb3ee-7390-59a9-99c4-1e98d0b53d21 with identifier: WK70%20VKG to the API
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915573/600>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_expert_report_file_9d147983-bab0-45dc-8c26-0bf506d09dde.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK70%20VKG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cc5fb3ee-7390-59a9-99c4-1e98d0b53d21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK70 VKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK70%20VKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 37092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44663,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915573/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43143,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915594/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42092,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915626/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41006,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915636/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40832,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915645/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64520,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915669/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cc5fb3ee-7390-59a9-99c4-1e98d0b53d21/cc5fb3ee-7390-59a9-99c4-1e98d0b53d21_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64000,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/WK70VKG/698915699/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ELITE S/S',
 'vin': 'W0V7H9EB3L4329560',
 'year': 2020}
2026-03-28 11:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK70%2520VKG%27 HTTP/1.1" 200 None
2026-03-28 11:07:53 [bca.uk] INFO: Saving data for WK70%20VKG: {'created_time': 1774696073.002829, 'last_price_update_time': 1774696073.002841, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK70%2520VKG') HTTP/1.1" 204 0
2026-03-28 11:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ed2dcfb-35de-5ada-ad91-353ae2183e85 with identifier: BT13%20WSV
2026-03-28 11:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ed2dcfb-35de-5ada-ad91-353ae2183e85 with identifier: BT13%20WSV
2026-03-28 11:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ed2dcfb-35de-5ada-ad91-353ae2183e85 with identifier: BT13%20WSV to the API
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802581/600>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_expert_report_file_5d92f9a1-71bc-44d6-9863-100d47e887c5.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT13%20WSV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ed2dcfb-35de-5ada-ad91-353ae2183e85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT13 WSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT13%20WSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 127069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43245,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802581/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42389,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802602/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41394,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802625/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40327,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802640/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40152,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802662/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78671,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802690/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ed2dcfb-35de-5ada-ad91-353ae2183e85/6ed2dcfb-35de-5ada-ad91-353ae2183e85_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 62060,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BT13WSV/698802722/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 TEKNA S/S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 130 TEKNA S/S',
 'vin': 'SJNFEAJ10U2829678',
 'year': 2013}
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT13%2520WSV%27 HTTP/1.1" 200 None
2026-03-28 11:07:53 [bca.uk] INFO: Saving data for BT13%20WSV: {'created_time': 1774696073.381553, 'last_price_update_time': 1774696073.381565, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT13%2520WSV') HTTP/1.1" 204 0
2026-03-28 11:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e488065-6fe4-54f4-8f63-4ae87132ae79 with identifier: BL57%20MXT
2026-03-28 11:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e488065-6fe4-54f4-8f63-4ae87132ae79 with identifier: BL57%20MXT
2026-03-28 11:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e488065-6fe4-54f4-8f63-4ae87132ae79 with identifier: BL57%20MXT to the API
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915572/600>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_expert_report_file_70285c88-ec07-45d7-ad23-b8edfe3c69c0.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL57%20MXT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e488065-6fe4-54f4-8f63-4ae87132ae79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL57 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL57%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 49832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42974,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915572/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 42035,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915600/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41168,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915624/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41262,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915646/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 75212,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915668/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 50969,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915692/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1e488065-6fe4-54f4-8f63-4ae87132ae79/1e488065-6fe4-54f4-8f63-4ae87132ae79_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 65314,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BL57MXT/698915717/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.5 GLX Hatchback',
 'transmission': 'automatic',
 'trim': 'GLX',
 'vin': 'TSMMZC21S00504052',
 'year': 2007}
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL57%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:07:53 [bca.uk] INFO: Saving data for BL57%20MXT: {'created_time': 1774696073.75828, 'last_price_update_time': 1774696073.758291, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL57%2520MXT') HTTP/1.1" 204 0
2026-03-28 11:07:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780293/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780293>
2026-03-28 11:07:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809453/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&Reg=BD17TZF-GB&grp=public&obl=hht3,Manheim&minwidth=600&width=600&default=5>
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5e24d0>
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809516%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809516/600 saved to cache
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780299/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780299>
2026-03-28 11:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809500/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809484/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809561/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780326%27 HTTP/1.1" 200 None
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780326 not downloaded yet
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff63e10>
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809584%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809584/600 saved to cache
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eaef910>
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809607%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809607/600 saved to cache
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac483ad0>
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809629%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809629/600 saved to cache
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780282/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809468/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780312/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780312>
2026-03-28 11:07:53 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780306/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780306>
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780339%27 HTTP/1.1" 200 None
2026-03-28 11:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780339 not downloaded yet
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780350%27 HTTP/1.1" 200 None
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780350 not downloaded yet
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac35f050>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809500%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809500/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ff7cdd0>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809484%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809484/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:54 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:54 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:54 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:54 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:54 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc85610>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809561%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809561/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780293/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780299/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809453/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/BD17TZF/42808107?sv=2020-08-04&st=2026-03-28T11%3A07%3A45Z&se=2026-03-28T11%3A32%3A45Z&sr=b&sp=r&sig=QNUrtAkX4o0e3kapEVKtkKqvbPJqnmBEc%2BGmL5OBc7s%3D)
2026-03-28 11:07:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780320/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780320>
2026-03-28 11:07:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780326/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780326>
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780312/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780306/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fwww1.bcaimage.com%252FDocument%253FDocType%3DVehicleImage%26width%3D600%26docId%3D698780363%27 HTTP/1.1" 200 None
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780363 not downloaded yet
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc87910>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780282%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780282/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949e5ce950>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809468%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809468/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd4a690>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_1.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780293%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780293/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780339/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780339>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949eb68f50>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_2.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780299%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780299/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780320/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780363/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780363>
2026-03-28 11:07:54 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (302) to <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780350/600> from <GET https://www1.bcaimage.com/Document?DocType=VehicleImage&width=600&docId=698780350>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ffc5b10>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_0.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FBD17TZF%252F698809453%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809453/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 49adde6a-8f07-509c-9265-f5190a0663cc
2026-03-28 11:07:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49adde6a-8f07-509c-9265-f5190a0663cc, skipping ID generation
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49adde6a-8f07-509c-9265-f5190a0663cc sending to next pipeline
2026-03-28 11:07:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49adde6a-8f07-509c-9265-f5190a0663cc, identifier: BD17%20TZF
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4839d0>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_4.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780312%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780312/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fc879d0>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_3.jpg HTTP/1.1" 201 0
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780306%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780306/600 saved to cache
2026-03-28 11:07:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49adde6a-8f07-509c-9265-f5190a0663cc with identifier: BD17%20TZF
2026-03-28 11:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49adde6a-8f07-509c-9265-f5190a0663cc with identifier: BD17%20TZF
2026-03-28 11:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49adde6a-8f07-509c-9265-f5190a0663cc with identifier: BD17%20TZF to the API
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809453/600>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_expert_report_file_b32e1f51-f450-42b9-bcc8-d519f1f77a95.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD17%20TZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49adde6a-8f07-509c-9265-f5190a0663cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD17 TZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD17%20TZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 80313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44110,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809453/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45478,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809468/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43279,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809484/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44048,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809500/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 40410,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809516/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 39891,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809543/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 82619,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809561/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70444,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809584/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 88145,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809607/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49adde6a-8f07-509c-9265-f5190a0663cc/49adde6a-8f07-509c-9265-f5190a0663cc_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 73315,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/BD17TZF/698809629/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJBB4AN3HCY52097',
 'year': 2017}
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD17%2520TZF%27 HTTP/1.1" 200 None
2026-03-28 11:07:54 [bca.uk] INFO: Saving data for BD17%20TZF: {'created_time': 1774696074.9718, 'last_price_update_time': 1774696074.971811, 'auction_closing_time': 1774864800.0}
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD17%2520TZF') HTTP/1.1" 204 0
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780326/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780339/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fd2a110>
2026-03-28 11:07:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_5.jpg HTTP/1.1" 201 0
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780320%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780320/600 saved to cache
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac4ab850>
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_6.jpg HTTP/1.1" 201 0
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780326%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780326/600 saved to cache
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780363/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f94ac480b90>
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_7.jpg HTTP/1.1" 201 0
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780339%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780339/600 saved to cache
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780350/600> (referer: https://bcamediaprod.blob.core.windows.net/private/pdfs/InspectionBase/GB/LD55ULT/42807189?sv=2020-08-04&st=2026-03-28T11%3A07%3A46Z&se=2026-03-28T11%3A32%3A46Z&sr=b&sp=r&sig=%2FK9L8j79eeq9FPbJ7Rm%2BSAdA0%2FuaOjJnWwBdlqBvBr4%3D)
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949fcbfdd0>
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_9.jpg HTTP/1.1" 201 0
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780363%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780363/600 saved to cache
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 46 - Data Location: 74 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 58 - Data Location: 82 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-28 11:07:55 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'Z\x00\x00\x00'
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f949ea2e8d0>
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 11:07:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_8.jpg HTTP/1.1" 201 0
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='bca.uk',RowKey='https%3A%252F%252Fbcamediaprod.blob.core.windows.net%252Fpublic%252Fimages%252Fvehicle%252FGB%252FLD55ULT%252F698780350%252F600') HTTP/1.1" 204 0
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780350/600 saved to cache
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7
2026-03-28 11:07:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7, skipping ID generation
2026-03-28 11:07:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7 sending to next pipeline
2026-03-28 11:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7, identifier: LD55%20ULT
2026-03-28 11:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7 with identifier: LD55%20ULT
2026-03-28 11:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7 with identifier: LD55%20ULT
2026-03-28 11:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 083142a2-ea8c-5bb3-879b-0acbe8e4cdb7 with identifier: LD55%20ULT to the API
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780350/600>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_blob_url': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_expert_report_file_2efc781d-9fe0-459e-9167-ab5ca7b59d76.pdf',
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD55%20ULT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '083142a2-ea8c-5bb3-879b-0acbe8e4cdb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD55 ULT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD55%20ULT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 83859,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 11,
 'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_0.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44471,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780282/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_1.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 46402,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780293/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_2.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 44969,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780299/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_3.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 45137,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780306/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_4.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 43140,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780312/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_5.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 41954,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780320/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_6.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 78200,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780326/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_7.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 64772,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780339/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_8.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 70625,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780350/600',
             'Width': 600},
            {'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_083142a2-ea8c-5bb3-879b-0acbe8e4cdb7/083142a2-ea8c-5bb3-879b-0acbe8e4cdb7_image_9.jpg',
             'Extension': 'jpg',
             'FileSizeInBytes': 79898,
             'Height': 338,
             'OriginUrl': 'https://bcamediaprod.blob.core.windows.net/public/images/vehicle/GB/LD55ULT/698780363/600',
             'Width': 600}],
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.5 CRDI LX Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI LX',
 'vin': 'KNEDE244266033150',
 'year': 2005}
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD55%2520ULT%27 HTTP/1.1" 200 None
2026-03-28 11:07:55 [bca.uk] INFO: Saving data for LD55%20ULT: {'created_time': 1774696075.766512, 'last_price_update_time': 1774696075.766523, 'auction_closing_time': 1774778400.0}
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD55%2520ULT') HTTP/1.1" 204 0
2026-03-28 11:08:10 [scrapy.extensions.logstats] INFO: Crawled 197 pages (at 17 pages/min), scraped 428 items (at 47 items/min)
2026-03-28 11:08:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:08:47 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 132.299(s), this was the 1st time calling it.
2026-03-28 11:08:47 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.3326134801582565 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-28 11:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 11:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=11&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:02 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded
2026-03-28 11:09:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: KP21%20EYJ
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP21%2520EYJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for KP21%20EYJ: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: R16%20RRX
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R16%2520RRX%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for R16%20RRX: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: YH64%20HNO
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520HNO%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for YH64%20HNO: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: YC25%20ZFZ
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520ZFZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for YC25%20ZFZ: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: AF73%20EOV
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EOV%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for AF73%20EOV: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: AF73%20FEJ
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520FEJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for AF73%20FEJ: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BC74%20HHL
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520HHL%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BC74%20HHL: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BG24%20XXM
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520XXM%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BG24%20XXM: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BK24%20ZKV
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BK24%20ZKV: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BL73%20ZKG
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520ZKG%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BL73%20ZKG: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BP73%20HWG
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HWG%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BP73%20HWG: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BP73%20KDO
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520KDO%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BP73%20KDO: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BT23%20XZC
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520XZC%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BT23%20XZC: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: BW74%20DWK
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for BW74%20DWK: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: CF74%20PHA
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PHA%27 HTTP/1.1" 200 None
2026-03-28 11:09:02 [bca.uk] INFO: Scrape type for CF74%20PHA: 0
2026-03-28 11:09:02 [bca.uk] INFO: Found listing with ID: CF74%20PJJ
2026-03-28 11:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PJJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for CF74%20PJJ: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DL73%20LCP
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCP%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DL73%20LCP: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DL73%20LSZ
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DL73%20LSZ: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DN24%20UWB
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UWB%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DN24%20UWB: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DN70%20KGO
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520KGO%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DN70%20KGO: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DV24%20BZA
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520BZA%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DV24%20BZA: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DX71%20AAF
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520AAF%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DX71%20AAF: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DY74%20BVW
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVW%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DY74%20BVW: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: FD72%20URU
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520URU%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for FD72%20URU: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: FX19%20KVO
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX19%2520KVO%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for FX19%20KVO: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: GF23%20UCB
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520UCB%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for GF23%20UCB: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: GY24%20CFU
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520CFU%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for GY24%20CFU: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: HK73%20JYE
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520JYE%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for HK73%20JYE: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: KF73%20CNX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CNX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for KF73%20CNX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: KJ19%20XCZ
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520XCZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for KJ19%20XCZ: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: KJ23%20NNB
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ23%2520NNB%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for KJ23%20NNB: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: KW24%20FNA
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW24%2520FNA%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for KW24%20FNA: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: KY19%20TNM
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520TNM%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for KY19%20TNM: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LG20%20CFV
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520CFV%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LG20%20CFV: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LG24%20ZDK
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520ZDK%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LG24%20ZDK: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LL74%20DHM
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHM%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LL74%20DHM: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LN24%20RKU
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RKU%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LN24%20RKU: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LS24%20EMK
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EMK%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LS24%20EMK: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LS24%20VUX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VUX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LS24%20VUX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: MD74%20GXE
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GXE%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for MD74%20GXE: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: MH24%20ZDS
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520ZDS%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for MH24%20ZDS: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: ML74%20XNN
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNN%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for ML74%20XNN: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: MW23%20BYZ
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520BYZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for MW23%20BYZ: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: MW23%20LSZ
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LSZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for MW23%20LSZ: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: OU72%20LYV
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU72%2520LYV%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for OU72%20LYV: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: SA69%20XVY
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520XVY%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for SA69%20XVY: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: SC69%20XMR
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520XMR%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for SC69%20XMR: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: SD73%20CPU
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD73%2520CPU%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for SD73%20CPU: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: SG69%20WDL
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG69%2520WDL%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for SG69%20WDL: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: SG71%20YGU
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520YGU%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for SG71%20YGU: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: VK24%20NBM
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520NBM%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for VK24%20NBM: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: WD74%20ECW
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520ECW%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for WD74%20ECW: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: WN74%20JZX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520JZX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for WN74%20JZX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: WN74%20OBX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520OBX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for WN74%20OBX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: WR74%20XCX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520XCX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for WR74%20XCX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YF23%20UOG
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UOG%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YF23%20UOG: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YJ73%20WSK
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WSK%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YJ73%20WSK: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YJ73%20WUU
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WUU%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YJ73%20WUU: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YM22%20GWY
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM22%2520GWY%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YM22%20GWY: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YY73%20UHG
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520UHG%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YY73%20UHG: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YY73%20UHP
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520UHP%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YY73%20UHP: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YY73%20XEX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XEX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YY73%20XEX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YY73%20XFS
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFS%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YY73%20XFS: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: YY73%20XHE
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHE%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for YY73%20XHE: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: EK73%20WBT
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK73%2520WBT%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for EK73%20WBT: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: CV18%20ZGK
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520ZGK%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for CV18%20ZGK: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LM63%20VTK
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520VTK%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LM63%20VTK: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: KP69%20EZC
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520EZC%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for KP69%20EZC: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: LM58%20ZKW
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM58%2520ZKW%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for LM58%20ZKW: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: ND66%20WXW
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520WXW%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for ND66%20WXW: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: PE15%20XVX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE15%2520XVX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for PE15%20XVX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: BJ68%20DAO
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for BJ68%20DAO: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: BJ70%20ULF
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520ULF%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for BJ70%20ULF: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: BN70%20UTW
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN70%2520UTW%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for BN70%20UTW: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: DF67%20WXX
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF67%2520WXX%27 HTTP/1.1" 200 None
2026-03-28 11:09:03 [bca.uk] INFO: Scrape type for DF67%20WXX: 0
2026-03-28 11:09:03 [bca.uk] INFO: Found listing with ID: EO68%20OSM
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520OSM%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for EO68%20OSM: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: GM17%20BGK
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM17%2520BGK%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for GM17%20BGK: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: KO67%20BZU
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO67%2520BZU%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for KO67%20BZU: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: KS69%20AUH
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520AUH%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for KS69%20AUH: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: LO66%20AAU
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520AAU%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for LO66%20AAU: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: MF71%20ZHD
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF71%2520ZHD%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for MF71%20ZHD: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: MW70%20BVB
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW70%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for MW70%20BVB: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: OY17%20KRU
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520KRU%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for OY17%20KRU: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: OY17%20SPZ
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520SPZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for OY17%20SPZ: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: OY66%20YSS
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520YSS%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for OY66%20YSS: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: YC68%20MYL
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520MYL%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for YC68%20MYL: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: RO72%20MAE
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520MAE%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for RO72%20MAE: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: DS65%20OCU
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520OCU%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for DS65%20OCU: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: FE67%20JCX
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520JCX%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for FE67%20JCX: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: HT68%20ERK
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520ERK%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for HT68%20ERK: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: KU65%20DZH
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU65%2520DZH%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for KU65%20DZH: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: SB12%20AFZ
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB12%2520AFZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for SB12%20AFZ: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: SB64%20HJV
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520HJV%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for SB64%20HJV: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: CJ19%20GAA
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520GAA%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for CJ19%20GAA: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: SB19%20OJD
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520OJD%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for SB19%20OJD: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: EK22%20EKC
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520EKC%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for EK22%20EKC: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: GD69%20YNC
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520YNC%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for GD69%20YNC: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: GSZ%206855
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GSZ%25206855%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for GSZ%206855: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: LL69%20HKX
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HKX%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for LL69%20HKX: 0
2026-03-28 11:09:04 [bca.uk] INFO: Found listing with ID: LR72%20YRF
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520YRF%27 HTTP/1.1" 200 None
2026-03-28 11:09:04 [bca.uk] INFO: Scrape type for LR72%20YRF: 0
2026-03-28 11:09:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:09:10 [scrapy.extensions.logstats] INFO: Crawled 198 pages (at 1 pages/min), scraped 428 items (at 0 items/min)
2026-03-28 11:09:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:16 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded
2026-03-28 11:09:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: EF72%20YJG
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF72%2520YJG%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for EF72%20YJG: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: LY16%20SWW
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520SWW%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for LY16%20SWW: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: LT14%20MTK
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT14%2520MTK%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for LT14%20MTK: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: MV18%20ZXU
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520ZXU%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for MV18%20ZXU: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: SY24%20KFV
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520KFV%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for SY24%20KFV: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: OE21%20WRR
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for OE21%20WRR: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: GD19%20SZV
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520SZV%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for GD19%20SZV: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: KV70%20XWE
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520XWE%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for KV70%20XWE: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: PK18%20LLR
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520LLR%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for PK18%20LLR: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: SA20%20CZR
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA20%2520CZR%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for SA20%20CZR: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: SR19%20ZZV
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520ZZV%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for SR19%20ZZV: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: ST69%20RVR
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST69%2520RVR%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for ST69%20RVR: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: HN73%20OYE
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OYE%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for HN73%20OYE: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: CV22%20JHX
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520JHX%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for CV22%20JHX: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: CA20%20HMO
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520HMO%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for CA20%20HMO: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: D21%20CPN
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D21%2520CPN%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for D21%20CPN: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: KR70%20AOW
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520AOW%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for KR70%20AOW: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: LM19%20YBF
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520YBF%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for LM19%20YBF: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: MP19%20XWS
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520XWS%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for MP19%20XWS: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: CK22%20BGY
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BGY%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for CK22%20BGY: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: DE64%20WRU
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520WRU%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for DE64%20WRU: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: BM19%20KKC
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520KKC%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for BM19%20KKC: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: CU19%20HWD
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU19%2520HWD%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for CU19%20HWD: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: DA19%20JWL
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA19%2520JWL%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for DA19%20JWL: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: WT19%20AXJ
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520AXJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for WT19%20AXJ: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: YP20%20XCH
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520XCH%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for YP20%20XCH: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: LM22%20HEV
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520HEV%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for LM22%20HEV: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: FX18%20HGJ
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX18%2520HGJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for FX18%20HGJ: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: GX10%20TFN
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX10%2520TFN%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for GX10%20TFN: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: LR22%20POJ
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520POJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for LR22%20POJ: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: MV19%20OZD
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV19%2520OZD%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for MV19%20OZD: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: KK18%20NLT
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK18%2520NLT%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for KK18%20NLT: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: OY68%20HXZ
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520HXZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for OY68%20HXZ: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: WK18%20TYG
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK18%2520TYG%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for WK18%20TYG: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: KL68%20YWS
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL68%2520YWS%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for KL68%20YWS: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: PF21%20VOH
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520VOH%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for PF21%20VOH: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: YT71%20ZPB
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT71%2520ZPB%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for YT71%20ZPB: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: SC69%20VLR
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520VLR%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for SC69%20VLR: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: YG70%20JFZ
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520JFZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for YG70%20JFZ: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: LL65%20LYY
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL65%2520LYY%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for LL65%20LYY: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: KX19%20ZFM
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520ZFM%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for KX19%20ZFM: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: DA14%20XSM
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA14%2520XSM%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for DA14%20XSM: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: RX73%20ZDN
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX73%2520ZDN%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for RX73%20ZDN: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: GY25%20ONT
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY25%2520ONT%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for GY25%20ONT: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: HX69%20ZKF
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for HX69%20ZKF: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: DV20%20VXP
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520VXP%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for DV20%20VXP: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: EF69%20NVG
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520NVG%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for EF69%20NVG: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: GD68%20RFO
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD68%2520RFO%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for GD68%20RFO: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: HF18%20LDC
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520LDC%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for HF18%20LDC: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: HY69%20RKF
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY69%2520RKF%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for HY69%20RKF: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: RV19%20HHT
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV19%2520HHT%27 HTTP/1.1" 200 None
2026-03-28 11:09:16 [bca.uk] INFO: Scrape type for RV19%20HHT: 0
2026-03-28 11:09:16 [bca.uk] INFO: Found listing with ID: DF21%20FZO
2026-03-28 11:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520FZO%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for DF21%20FZO: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: BU68%20VWW
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520VWW%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for BU68%20VWW: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: BV19%20GVW
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520GVW%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for BV19%20GVW: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: DG22%20CTE
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520CTE%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for DG22%20CTE: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: ML18%20XJB
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520XJB%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for ML18%20XJB: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: MW69%20HFC
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW69%2520HFC%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for MW69%20HFC: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: SA69%20LHZ
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520LHZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for SA69%20LHZ: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: VX19%20FEH
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX19%2520FEH%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for VX19%20FEH: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: DE70%20TSU
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520TSU%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for DE70%20TSU: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: SA18%20CFY
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520CFY%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for SA18%20CFY: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: YF71%20WVH
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WVH%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for YF71%20WVH: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: YL68%20ORJ
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520ORJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for YL68%20ORJ: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: YS18%20FWH
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520FWH%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for YS18%20FWH: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: BP69%20OJJ
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520OJJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for BP69%20OJJ: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: CK70%20YMM
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK70%2520YMM%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for CK70%20YMM: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: CX20%20KFW
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520KFW%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for CX20%20KFW: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: KW70%20FHN
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520FHN%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for KW70%20FHN: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: WJ22%20BOV
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520BOV%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for WJ22%20BOV: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: WN18%20XLF
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for WN18%20XLF: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: KN21%20ZVO
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN21%2520ZVO%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for KN21%20ZVO: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: VK69%20CTV
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for VK69%20CTV: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: EJ22%20VBB
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ22%2520VBB%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for EJ22%20VBB: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: GP68%20URE
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP68%2520URE%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for GP68%20URE: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: KM08%20XXA
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM08%2520XXA%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for KM08%20XXA: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: YP66%20YKK
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520YKK%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for YP66%20YKK: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: YC13%20XDV
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC13%2520XDV%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for YC13%20XDV: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: EX09%20CTK
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX09%2520CTK%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for EX09%20CTK: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: EX15%20XAZ
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX15%2520XAZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for EX15%20XAZ: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: GJ09%20UCB
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ09%2520UCB%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for GJ09%20UCB: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: KP61%20KHZ
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP61%2520KHZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for KP61%20KHZ: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: KU14%20VPZ
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU14%2520VPZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for KU14%20VPZ: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: KU62%20UWG
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU62%2520UWG%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for KU62%20UWG: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: OY62%20KUU
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520KUU%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for OY62%20KUU: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: PJ11%20LRU
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ11%2520LRU%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for PJ11%20LRU: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: ST13%20ZHD
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520ZHD%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for ST13%20ZHD: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: TT04%20RJB
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TT04%2520RJB%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for TT04%20RJB: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: VE63%20BUO
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE63%2520BUO%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for VE63%20BUO: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: AO65%20AOR
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520AOR%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for AO65%20AOR: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: AU61%20VFD
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU61%2520VFD%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for AU61%20VFD: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: AV07%20KPN
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV07%2520KPN%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for AV07%20KPN: 0
2026-03-28 11:09:17 [bca.uk] INFO: Found listing with ID: AV61%20LYA
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV61%2520LYA%27 HTTP/1.1" 200 None
2026-03-28 11:09:17 [bca.uk] INFO: Scrape type for AV61%20LYA: 2
2026-03-28 11:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA
2026-03-28 11:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472b83a-ddd3-5e85-b379-4edea78d234a with scrape type 2
2026-03-28 11:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8472b83a-ddd3-5e85-b379-4edea78d234a with scrape type 2
2026-03-28 11:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8472b83a-ddd3-5e85-b379-4edea78d234a, identifier: AV61%20LYA
2026-03-28 11:09:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA
2026-03-28 11:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA
2026-03-28 11:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8472b83a-ddd3-5e85-b379-4edea78d234a with identifier: AV61%20LYA to the API
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=12&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV61%20LYA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8472b83a-ddd3-5e85-b379-4edea78d234a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV61 LYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV61%20LYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 136827,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.2 3 Hatchback',
 'transmission': 'manual',
 'trim': '3',
 'vin': 'KNABX512LCT072785',
 'year': 2011}
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV61%2520LYA%27 HTTP/1.1" 200 None
2026-03-28 11:09:18 [bca.uk] INFO: Saving data for AV61%20LYA: {'auction_closing_time': 1774778400.0, 'created_time': 1773820262.62169, 'last_price_update_time': 1774696158.854418}
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV61%2520LYA') HTTP/1.1" 204 0
2026-03-28 11:09:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:09:18 [bca.uk] INFO: Found listing with ID: BJ07%20OXE
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520OXE%27 HTTP/1.1" 200 None
2026-03-28 11:09:18 [bca.uk] INFO: Scrape type for BJ07%20OXE: 0
2026-03-28 11:09:18 [bca.uk] INFO: Found listing with ID: CX11%20XLL
2026-03-28 11:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX11%2520XLL%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for CX11%20XLL: 0
2026-03-28 11:09:19 [bca.uk] INFO: Found listing with ID: DP11%20NCY
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP11%2520NCY%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for DP11%20NCY: 0
2026-03-28 11:09:19 [bca.uk] INFO: Found listing with ID: EU62%20AEF
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU62%2520AEF%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for EU62%20AEF: 0
2026-03-28 11:09:19 [bca.uk] INFO: Found listing with ID: MJ16%20FXK
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ16%2520FXK%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for MJ16%20FXK: 0
2026-03-28 11:09:19 [bca.uk] INFO: Found listing with ID: DY09%20AUK
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY09%2520AUK%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for DY09%20AUK: 0
2026-03-28 11:09:19 [bca.uk] INFO: Found listing with ID: SD13%20NWC
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520NWC%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for SD13%20NWC: 0
2026-03-28 11:09:19 [bca.uk] INFO: Found listing with ID: YK62%20XBF
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK62%2520XBF%27 HTTP/1.1" 200 None
2026-03-28 11:09:19 [bca.uk] INFO: Scrape type for YK62%20XBF: 0
2026-03-28 11:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=13&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:26 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:26 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded
2026-03-28 11:09:26 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:26 [bca.uk] INFO: Found listing with ID: VN17%20XMU
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN17%2520XMU%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for VN17%20XMU: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: EA63%20PVE
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA63%2520PVE%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for EA63%20PVE: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: GL67%20YWJ
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520YWJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for GL67%20YWJ: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: IGZ%203878
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IGZ%25203878%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for IGZ%203878: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: NK19%20LMM
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK19%2520LMM%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for NK19%20LMM: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: T140%20LPV
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T140%2520LPV%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for T140%20LPV: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: YX13%20FTY
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX13%2520FTY%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for YX13%20FTY: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: BG61%20YNC
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG61%2520YNC%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for BG61%20YNC: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: SL15%20UGO
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520UGO%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for SL15%20UGO: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: LV59%20VRK
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520VRK%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for LV59%20VRK: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: VU63%20XOL
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU63%2520XOL%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for VU63%20XOL: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: YX17%20UZK
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX17%2520UZK%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for YX17%20UZK: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: LO17%20BZM
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520BZM%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for LO17%20BZM: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: ND64%20XVK
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND64%2520XVK%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for ND64%20XVK: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: LM05%20PMY
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM05%2520PMY%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for LM05%20PMY: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WN08%20EJO
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520EJO%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WN08%20EJO: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: LT64%20RFY
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT64%2520RFY%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for LT64%20RFY: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WM18%20TOV
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM18%2520TOV%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WM18%20TOV: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: DL65%20RZM
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520RZM%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for DL65%20RZM: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: AU14%20XMG
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520XMG%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for AU14%20XMG: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: DY11%20JYC
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520JYC%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for DY11%20JYC: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: NA12%20HKW
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520HKW%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for NA12%20HKW: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: AK12%20OAP
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK12%2520OAP%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for AK12%20OAP: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: ML21%20PXH
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML21%2520PXH%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for ML21%20PXH: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: BXZ%204666
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BXZ%25204666%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for BXZ%204666: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: NX63%20LFL
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520LFL%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for NX63%20LFL: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: YN64%20OSM
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OSM%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for YN64%20OSM: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: CK64%20JOH
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520JOH%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for CK64%20JOH: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: DC12%20SEE
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC12%2520SEE%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for DC12%20SEE: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: FE59%20XRV
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE59%2520XRV%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for FE59%20XRV: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: RA08%20JWP
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA08%2520JWP%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for RA08%20JWP: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: SA06%20UMJ
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA06%2520UMJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for SA06%20UMJ: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: MW63%20FXS
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520FXS%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for MW63%20FXS: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: YX18%20XUA
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520XUA%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for YX18%20XUA: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: SO14%20FTD
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520FTD%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for SO14%20FTD: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: KN14%20YFH
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520YFH%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for KN14%20YFH: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: SY13%20GYG
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520GYG%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for SY13%20GYG: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: AK64%20WNF
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520WNF%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for AK64%20WNF: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: MJ66%20YYD
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520YYD%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for MJ66%20YYD: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: YG59%20LXX
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG59%2520LXX%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for YG59%20LXX: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: FT63%20VNN
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520VNN%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for FT63%20VNN: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: HY63%20XBB
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520XBB%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for HY63%20XBB: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: LV06%20XDN
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV06%2520XDN%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for LV06%20XDN: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: VK15%20FJO
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK15%2520FJO%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for VK15%20FJO: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WX63%20EOP
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX63%2520EOP%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WX63%20EOP: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: MF70%20WBE
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520WBE%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for MF70%20WBE: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: LL67%20VDZ
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520VDZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for LL67%20VDZ: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WU64%20WLK
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU64%2520WLK%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WU64%20WLK: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WM63%20BYZ
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520BYZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WM63%20BYZ: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: MJ64%20RVZ
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ64%2520RVZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for MJ64%20RVZ: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: P19%20KMM
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P19%2520KMM%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for P19%20KMM: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: PN62%20MZW
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN62%2520MZW%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for PN62%20MZW: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WP11%20XBH
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520XBH%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WP11%20XBH: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: WP59%20FLB
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520FLB%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for WP59%20FLB: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: YJ14%20XFY
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ14%2520XFY%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for YJ14%20XFY: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: CE59%20OEW
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE59%2520OEW%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for CE59%20OEW: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: CE63%20AXV
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE63%2520AXV%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for CE63%20AXV: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: EX61%20HKJ
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520HKJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:27 [bca.uk] INFO: Scrape type for EX61%20HKJ: 0
2026-03-28 11:09:27 [bca.uk] INFO: Found listing with ID: HG57%20ZGN
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG57%2520ZGN%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for HG57%20ZGN: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: KY16%20LRL
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY16%2520LRL%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for KY16%20LRL: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: EO16%20YSH
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520YSH%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for EO16%20YSH: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: FG19%20CUA
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520CUA%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for FG19%20CUA: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: AY13%20HJN
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY13%2520HJN%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for AY13%20HJN: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: CA62%20GJO
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA62%2520GJO%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for CA62%20GJO: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: SH13%20PNF
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH13%2520PNF%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for SH13%20PNF: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: WG65%20NYY
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520NYY%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for WG65%20NYY: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: MF12%20VBY
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520VBY%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for MF12%20VBY: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: GF58%20XOE
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF58%2520XOE%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for GF58%20XOE: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: WNZ%201898
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WNZ%25201898%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for WNZ%201898: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: RA16%20FGU
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520FGU%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for RA16%20FGU: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: AJ15%20UCW
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520UCW%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for AJ15%20UCW: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: GU59%20DWO
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520DWO%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for GU59%20DWO: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: RK11%20VNW
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK11%2520VNW%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for RK11%20VNW: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: SP08%20NVS
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP08%2520NVS%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for SP08%20NVS: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: BU11%20RTV
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU11%2520RTV%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for BU11%20RTV: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: KR65%20OTY
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520OTY%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for KR65%20OTY: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: RK64%20CYT
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520CYT%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for RK64%20CYT: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: LN10%20VMY
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN10%2520VMY%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for LN10%20VMY: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: DG59%20XEM
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG59%2520XEM%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for DG59%20XEM: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: SN65%20YTA
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520YTA%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for SN65%20YTA: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: YJ18%20ZAG
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520ZAG%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for YJ18%20ZAG: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: CK15%20AEP
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520AEP%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for CK15%20AEP: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: DA66%20OXP
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520OXP%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for DA66%20OXP: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: DE14%20WTA
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520WTA%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for DE14%20WTA: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: DV64%20VUB
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520VUB%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for DV64%20VUB: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: GV65%20GPK
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV65%2520GPK%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for GV65%20GPK: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: KS65%20YFC
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520YFC%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for KS65%20YFC: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: MJ18%20MZG
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520MZG%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for MJ18%20MZG: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: MT67%20CGG
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for MT67%20CGG: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: NL64%20YGU
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520YGU%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for NL64%20YGU: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: PN15%20XLB
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN15%2520XLB%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for PN15%20XLB: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: PX64%20PPV
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX64%2520PPV%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for PX64%20PPV: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: RV64%20NSO
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520NSO%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for RV64%20NSO: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: CP64%20LLR
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP64%2520LLR%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for CP64%20LLR: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: SY15%20WZH
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520WZH%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for SY15%20WZH: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: AF68%20SVE
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF68%2520SVE%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for AF68%20SVE: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: MV65%20OCE
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520OCE%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for MV65%20OCE: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: PO13%20XES
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO13%2520XES%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for PO13%20XES: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: PX08%20FZF
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX08%2520FZF%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for PX08%20FZF: 0
2026-03-28 11:09:28 [bca.uk] INFO: Found listing with ID: RJ67%20ZGP
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520ZGP%27 HTTP/1.1" 200 None
2026-03-28 11:09:28 [bca.uk] INFO: Scrape type for RJ67%20ZGP: 0
2026-03-28 11:09:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=14&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:31 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded
2026-03-28 11:09:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: SM11%20YYC
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM11%2520YYC%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for SM11%20YYC: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: WF09%20WWO
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520WWO%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for WF09%20WWO: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: YD15%20FET
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520FET%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for YD15%20FET: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: YJ63%20EVM
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520EVM%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for YJ63%20EVM: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: YN08%20UVD
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN08%2520UVD%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for YN08%20UVD: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: YR60%20HSF
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520HSF%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for YR60%20HSF: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: ET10%20FWV
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520FWV%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for ET10%20FWV: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: FFZ%202461
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FFZ%25202461%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for FFZ%202461: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: GD10%20BNJ
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD10%2520BNJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for GD10%20BNJ: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: J222%20SOB
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J222%2520SOB%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for J222%20SOB: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: LK08%20VLX
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK08%2520VLX%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for LK08%20VLX: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: ML10%20HFR
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML10%2520HFR%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for ML10%20HFR: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: NA52%20HNU
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA52%2520HNU%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for NA52%20HNU: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: NU62%20FVV
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520FVV%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for NU62%20FVV: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: AP14%20DLE
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP14%2520DLE%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for AP14%20DLE: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: BG61%20XGP
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG61%2520XGP%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for BG61%20XGP: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: BV07%20PTY
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV07%2520PTY%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for BV07%20PTY: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: DA59%20ZDF
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA59%2520ZDF%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for DA59%20ZDF: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: DN62%20BXP
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520BXP%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for DN62%20BXP: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: DU11%20ZKX
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520ZKX%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for DU11%20ZKX: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: EA63%20XHB
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA63%2520XHB%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for EA63%20XHB: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: EJ09%20JZU
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ09%2520JZU%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for EJ09%20JZU: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: EJ11%20WXD
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ11%2520WXD%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for EJ11%20WXD: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: AE08%20JGR
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE08%2520JGR%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for AE08%20JGR: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: AF63%20VLZ
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520VLZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for AF63%20VLZ: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: AJ59%20YCC
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ59%2520YCC%27 HTTP/1.1" 200 None
2026-03-28 11:09:31 [bca.uk] INFO: Scrape type for AJ59%20YCC: 0
2026-03-28 11:09:31 [bca.uk] INFO: Found listing with ID: EF69%20FGP
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520FGP%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for EF69%20FGP: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: KS71%20LRF
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520LRF%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for KS71%20LRF: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: MV22%20UCS
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520UCS%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for MV22%20UCS: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: VK73%20CAE
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK73%2520CAE%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for VK73%20CAE: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: NA14%20MLY
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520MLY%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for NA14%20MLY: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: DV12%20NKX
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV12%2520NKX%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for DV12%20NKX: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YE13%20TGX
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE13%2520TGX%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YE13%20TGX: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: KX63%20VRW
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX63%2520VRW%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for KX63%20VRW: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: WU56%20JVV
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU56%2520JVV%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for WU56%20JVV: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: MW14%20VSG
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW14%2520VSG%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for MW14%20VSG: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YG63%20XMA
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520XMA%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YG63%20XMA: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: WM64%20MZY
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520MZY%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for WM64%20MZY: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: PK67%20WXJ
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WXJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for PK67%20WXJ: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: BG68%20USB
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520USB%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for BG68%20USB: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: CF22%20XZJ
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520XZJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for CF22%20XZJ: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YF64%20HNX
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520HNX%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YF64%20HNX: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: MK20%20NXW
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK20%2520NXW%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for MK20%20NXW: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: ND15%20ZTH
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND15%2520ZTH%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for ND15%20ZTH: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: BF65%20MXK
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520MXK%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for BF65%20MXK: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: CJ21%20DMF
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ21%2520DMF%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for CJ21%20DMF: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: CX17%20HLC
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520HLC%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for CX17%20HLC: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: CU67%20WRO
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520WRO%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for CU67%20WRO: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: NU20%20BYM
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520BYM%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for NU20%20BYM: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SE23%20USB
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE23%2520USB%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SE23%20USB: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: CX19%20CMZ
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520CMZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for CX19%20CMZ: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SJ19%20TZN
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520TZN%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SJ19%20TZN: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: HX07%20WBO
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX07%2520WBO%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for HX07%20WBO: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YT69%20XRC
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520XRC%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YT69%20XRC: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SV63%20OHA
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV63%2520OHA%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SV63%20OHA: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: WN11%20LZE
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN11%2520LZE%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for WN11%20LZE: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: WF08%20GUH
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520GUH%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for WF08%20GUH: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: PE15%20VEP
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE15%2520VEP%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for PE15%20VEP: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: BF68%20XZH
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520XZH%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for BF68%20XZH: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: WH19%20KYM
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520KYM%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for WH19%20KYM: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: KV65%20KKF
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520KKF%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for KV65%20KKF: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: BD61%20LZS
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520LZS%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for BD61%20LZS: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: GK70%20LKL
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK70%2520LKL%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for GK70%20LKL: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: MF15%20LOA
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF15%2520LOA%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for MF15%20LOA: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SB67%20ZDO
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB67%2520ZDO%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SB67%20ZDO: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YB23%20NJU
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520NJU%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YB23%20NJU: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: VA18%20JZP
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA18%2520JZP%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for VA18%20JZP: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: PF65%20MKM
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520MKM%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for PF65%20MKM: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SY68%20MYK
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520MYK%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SY68%20MYK: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YB15%20YCN
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB15%2520YCN%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YB15%20YCN: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YP70%20OYG
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP70%2520OYG%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YP70%20OYG: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: P12%20TBE
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P12%2520TBE%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for P12%20TBE: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SA72%20DPN
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA72%2520DPN%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SA72%20DPN: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: BD64%20SVN
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520SVN%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for BD64%20SVN: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SG16%20XEM
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520XEM%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for SG16%20XEM: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: BX64%20YVD
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX64%2520YVD%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for BX64%20YVD: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: EO60%20XFZ
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520XFZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for EO60%20XFZ: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: DS65%20VAY
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520VAY%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for DS65%20VAY: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: YA72%20EKD
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520EKD%27 HTTP/1.1" 200 None
2026-03-28 11:09:32 [bca.uk] INFO: Scrape type for YA72%20EKD: 0
2026-03-28 11:09:32 [bca.uk] INFO: Found listing with ID: SG17%20XAA
2026-03-28 11:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520XAA%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for SG17%20XAA: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: WA16%20TJO
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520TJO%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for WA16%20TJO: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: EK13%20NDL
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK13%2520NDL%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for EK13%20NDL: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: AY66%20EOR
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520EOR%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for AY66%20EOR: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: FL70%20WDY
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520WDY%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for FL70%20WDY: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: HK71%20UCC
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520UCC%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for HK71%20UCC: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: HN67%20XHO
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520XHO%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for HN67%20XHO: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: HK22%20RGO
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520RGO%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for HK22%20RGO: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: DS67%20KWK
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS67%2520KWK%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for DS67%20KWK: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: CX15%20ULU
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520ULU%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for CX15%20ULU: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: RO14%20MMV
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520MMV%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for RO14%20MMV: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: MA13%20FHH
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA13%2520FHH%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for MA13%20FHH: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: MK17%20JHJ
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK17%2520JHJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for MK17%20JHJ: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: SG16%20EAC
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520EAC%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for SG16%20EAC: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: YS65%20LZV
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS65%2520LZV%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for YS65%20LZV: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: KO18%20CWM
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520CWM%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for KO18%20CWM: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: KP61%20JVR
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP61%2520JVR%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for KP61%20JVR: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: WK15%20WKR
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK15%2520WKR%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for WK15%20WKR: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: WX60%20CFO
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX60%2520CFO%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for WX60%20CFO: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: VK66%20PZX
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520PZX%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for VK66%20PZX: 0
2026-03-28 11:09:33 [bca.uk] INFO: Found listing with ID: SJ64%20WFB
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ64%2520WFB%27 HTTP/1.1" 200 None
2026-03-28 11:09:33 [bca.uk] INFO: Scrape type for SJ64%20WFB: 0
2026-03-28 11:09:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:09:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:41 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded
2026-03-28 11:09:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: WN62%20OGT
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN62%2520OGT%27 HTTP/1.1" 200 None
2026-03-28 11:09:41 [bca.uk] INFO: Scrape type for WN62%20OGT: 0
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: HF66%20XPD
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF66%2520XPD%27 HTTP/1.1" 200 None
2026-03-28 11:09:41 [bca.uk] INFO: Scrape type for HF66%20XPD: 0
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: NA68%20PNX
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520PNX%27 HTTP/1.1" 200 None
2026-03-28 11:09:41 [bca.uk] INFO: Scrape type for NA68%20PNX: 0
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: SH66%20VEY
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520VEY%27 HTTP/1.1" 200 None
2026-03-28 11:09:41 [bca.uk] INFO: Scrape type for SH66%20VEY: 0
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: SA67%20LLK
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA67%2520LLK%27 HTTP/1.1" 200 None
2026-03-28 11:09:41 [bca.uk] INFO: Scrape type for SA67%20LLK: 0
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: OE62%20XHT
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE62%2520XHT%27 HTTP/1.1" 200 None
2026-03-28 11:09:41 [bca.uk] INFO: Scrape type for OE62%20XHT: 0
2026-03-28 11:09:41 [bca.uk] INFO: Found listing with ID: BP74%20GVC
2026-03-28 11:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520GVC%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for BP74%20GVC: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: M5%20OPK
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M5%2520OPK%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for M5%20OPK: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: YB14%20PZY
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520PZY%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for YB14%20PZY: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: YT15%20HZM
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520HZM%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for YT15%20HZM: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: SB17%20NPK
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520NPK%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for SB17%20NPK: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: OX73%20BFE
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX73%2520BFE%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for OX73%20BFE: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: EY13%20FZE
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY13%2520FZE%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for EY13%20FZE: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: BC73%20NTT
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC73%2520NTT%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for BC73%20NTT: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: VK21%20GPO
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520GPO%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for VK21%20GPO: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: PK65%20OBP
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520OBP%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for PK65%20OBP: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: AY66%20ZNA
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520ZNA%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for AY66%20ZNA: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: NA07%20HJZ
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA07%2520HJZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for NA07%20HJZ: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: RV18%20HSL
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520HSL%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for RV18%20HSL: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: YR70%20UMF
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520UMF%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for YR70%20UMF: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: FJ18%20XJY
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ18%2520XJY%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for FJ18%20XJY: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: RA15%20GLF
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520GLF%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for RA15%20GLF: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: VN62%20UNY
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520UNY%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for VN62%20UNY: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: FSZ%204071
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FSZ%25204071%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for FSZ%204071: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: DP24%20AKN
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP24%2520AKN%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for DP24%20AKN: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: MM22%20HGF
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520HGF%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for MM22%20HGF: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: OY67%20EZZ
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520EZZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for OY67%20EZZ: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: AO63%20VPL
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520VPL%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for AO63%20VPL: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: SJ19%20FLS
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520FLS%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for SJ19%20FLS: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: SM73%20DNX
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520DNX%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for SM73%20DNX: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: EA23%20YLO
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA23%2520YLO%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for EA23%20YLO: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: KU63%20WEA
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU63%2520WEA%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for KU63%20WEA: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: WP69%20UHB
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UHB%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for WP69%20UHB: 0
2026-03-28 11:09:42 [bca.uk] INFO: Found listing with ID: YS69%20ZKF
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520ZKF%27 HTTP/1.1" 200 None
2026-03-28 11:09:42 [bca.uk] INFO: Scrape type for YS69%20ZKF: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: YM71%20FSP
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM71%2520FSP%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for YM71%20FSP: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: YS16%20DMO
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520DMO%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for YS16%20DMO: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: DN13%20XYJ
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN13%2520XYJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for DN13%20XYJ: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: GK24%20HMF
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK24%2520HMF%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for GK24%20HMF: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: WN22%20TKD
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for WN22%20TKD: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: LO23%20GPU
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520GPU%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for LO23%20GPU: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: YP68%20XHL
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520XHL%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for YP68%20XHL: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: YA23%20TZR
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA23%2520TZR%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for YA23%20TZR: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: VN18%20WGJ
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WGJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for VN18%20WGJ: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: BN16%20YCC
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN16%2520YCC%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for BN16%20YCC: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: EF15%20ECY
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF15%2520ECY%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for EF15%20ECY: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: BV64%20HHP
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV64%2520HHP%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for BV64%20HHP: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: WP22%20CZC
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520CZC%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for WP22%20CZC: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: YH21%20NLM
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520NLM%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for YH21%20NLM: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: CE69%20XSY
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520XSY%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for CE69%20XSY: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: FL68%20XDW
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520XDW%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for FL68%20XDW: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: AO62%20OXD
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO62%2520OXD%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for AO62%20OXD: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: PX56%20GKL
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX56%2520GKL%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for PX56%20GKL: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: MD19%20WYP
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520WYP%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for MD19%20WYP: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: KE73%20AZL
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520AZL%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for KE73%20AZL: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: LM72%20ZKZ
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520ZKZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for LM72%20ZKZ: 0
2026-03-28 11:09:43 [bca.uk] INFO: Found listing with ID: VO24%20OZH
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OZH%27 HTTP/1.1" 200 None
2026-03-28 11:09:43 [bca.uk] INFO: Scrape type for VO24%20OZH: 2
2026-03-28 11:09:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6006bc6-6a7a-5784-ab2f-35c3c234ee22 with identifier: VO24%20OZH
2026-03-28 11:09:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6006bc6-6a7a-5784-ab2f-35c3c234ee22 with scrape type 2
2026-03-28 11:09:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6006bc6-6a7a-5784-ab2f-35c3c234ee22 with scrape type 2
2026-03-28 11:09:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6006bc6-6a7a-5784-ab2f-35c3c234ee22, identifier: VO24%20OZH
2026-03-28 11:09:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6006bc6-6a7a-5784-ab2f-35c3c234ee22 with identifier: VO24%20OZH
2026-03-28 11:09:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6006bc6-6a7a-5784-ab2f-35c3c234ee22 with identifier: VO24%20OZH
2026-03-28 11:09:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6006bc6-6a7a-5784-ab2f-35c3c234ee22 with identifier: VO24%20OZH to the API
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20OZH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6006bc6-6a7a-5784-ab2f-35c3c234ee22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 OZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20OZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 7455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY515843',
 'year': 2024}
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OZH%27 HTTP/1.1" 200 None
2026-03-28 11:09:44 [bca.uk] INFO: Saving data for VO24%20OZH: {'auction_closing_time': 1775037600.0, 'created_time': 1773821497.444928, 'last_price_update_time': 1774696184.128585}
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520OZH') HTTP/1.1" 204 0
2026-03-28 11:09:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:09:44 [bca.uk] INFO: Found listing with ID: DK14%20KWN
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520KWN%27 HTTP/1.1" 200 None
2026-03-28 11:09:44 [bca.uk] INFO: Scrape type for DK14%20KWN: 0
2026-03-28 11:09:44 [bca.uk] INFO: Found listing with ID: LR23%20ZDW
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZDW%27 HTTP/1.1" 200 None
2026-03-28 11:09:44 [bca.uk] INFO: Scrape type for LR23%20ZDW: 0
2026-03-28 11:09:44 [bca.uk] INFO: Found listing with ID: GV74%20XLD
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520XLD%27 HTTP/1.1" 200 None
2026-03-28 11:09:44 [bca.uk] INFO: Scrape type for GV74%20XLD: 2
2026-03-28 11:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8d4f97e-ae21-55ad-b049-021e8e1bb310 with identifier: GV74%20XLD
2026-03-28 11:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8d4f97e-ae21-55ad-b049-021e8e1bb310 with scrape type 2
2026-03-28 11:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8d4f97e-ae21-55ad-b049-021e8e1bb310 with scrape type 2
2026-03-28 11:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8d4f97e-ae21-55ad-b049-021e8e1bb310, identifier: GV74%20XLD
2026-03-28 11:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8d4f97e-ae21-55ad-b049-021e8e1bb310 with identifier: GV74%20XLD
2026-03-28 11:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8d4f97e-ae21-55ad-b049-021e8e1bb310 with identifier: GV74%20XLD
2026-03-28 11:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8d4f97e-ae21-55ad-b049-021e8e1bb310 with identifier: GV74%20XLD to the API
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV74%20XLD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8d4f97e-ae21-55ad-b049-021e8e1bb310',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV74 XLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV74%20XLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 9564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY5SS014093',
 'year': 2025}
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520XLD%27 HTTP/1.1" 200 None
2026-03-28 11:09:44 [bca.uk] INFO: Saving data for GV74%20XLD: {'auction_closing_time': 1775124000.0, 'created_time': 1773933733.879725, 'last_price_update_time': 1774696184.886768}
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV74%2520XLD') HTTP/1.1" 204 0
2026-03-28 11:09:44 [bca.uk] INFO: Found listing with ID: LM74%20XOF
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520XOF%27 HTTP/1.1" 200 None
2026-03-28 11:09:44 [bca.uk] INFO: Scrape type for LM74%20XOF: 2
2026-03-28 11:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1 with identifier: LM74%20XOF
2026-03-28 11:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1 with scrape type 2
2026-03-28 11:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1 with scrape type 2
2026-03-28 11:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1, identifier: LM74%20XOF
2026-03-28 11:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1 with identifier: LM74%20XOF
2026-03-28 11:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1 with identifier: LM74%20XOF
2026-03-28 11:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1 with identifier: LM74%20XOF to the API
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM74%20XOF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '42be7ba9-bbf0-5b5e-a25b-00b3090c6ea1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM74 XOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM74%20XOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'E-5008',
 'odometer': 4178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-5008 157KW 73KWH GT StationWagon',
 'transmission': 'automatic',
 'trim': '157KW 73KWH GT',
 'vin': 'VR3KCZKZ3RS117443',
 'year': 2024}
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520XOF%27 HTTP/1.1" 200 None
2026-03-28 11:09:45 [bca.uk] INFO: Saving data for LM74%20XOF: {'auction_closing_time': 1775124000.0, 'created_time': 1773835097.617083, 'last_price_update_time': 1774696185.442083}
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM74%2520XOF') HTTP/1.1" 204 0
2026-03-28 11:09:45 [bca.uk] INFO: Found listing with ID: LP72%20VEW
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VEW%27 HTTP/1.1" 200 None
2026-03-28 11:09:45 [bca.uk] INFO: Scrape type for LP72%20VEW: 2
2026-03-28 11:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a064e7-d3b7-518d-ae6c-ab784c30dd38 with identifier: LP72%20VEW
2026-03-28 11:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a064e7-d3b7-518d-ae6c-ab784c30dd38 with scrape type 2
2026-03-28 11:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a064e7-d3b7-518d-ae6c-ab784c30dd38 with scrape type 2
2026-03-28 11:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73a064e7-d3b7-518d-ae6c-ab784c30dd38, identifier: LP72%20VEW
2026-03-28 11:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73a064e7-d3b7-518d-ae6c-ab784c30dd38 with identifier: LP72%20VEW
2026-03-28 11:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73a064e7-d3b7-518d-ae6c-ab784c30dd38 with identifier: LP72%20VEW
2026-03-28 11:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73a064e7-d3b7-518d-ae6c-ab784c30dd38 with identifier: LP72%20VEW to the API
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20VEW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '73a064e7-d3b7-518d-ae6c-ab784c30dd38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 VEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20VEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 18998,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 PHEV 180 GT E-EAT8 Estate',
 'transmission': 'automatic',
 'trim': 'PHEV 180 GT E-EAT8',
 'vin': 'VR3F4DGXTPY502521',
 'year': 2023}
2026-03-28 11:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VEW%27 HTTP/1.1" 200 None
2026-03-28 11:09:46 [bca.uk] INFO: Saving data for LP72%20VEW: {'auction_closing_time': 1775124000.0, 'created_time': 1773842002.966412, 'last_price_update_time': 1774696186.012455}
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520VEW') HTTP/1.1" 204 0
2026-03-28 11:09:46 [bca.uk] INFO: Found listing with ID: MD24%20WCJ
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD24%2520WCJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:46 [bca.uk] INFO: Scrape type for MD24%20WCJ: 2
2026-03-28 11:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7edab048-8793-5e8c-8998-59f82ee7abd8 with identifier: MD24%20WCJ
2026-03-28 11:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7edab048-8793-5e8c-8998-59f82ee7abd8 with scrape type 2
2026-03-28 11:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7edab048-8793-5e8c-8998-59f82ee7abd8 with scrape type 2
2026-03-28 11:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7edab048-8793-5e8c-8998-59f82ee7abd8, identifier: MD24%20WCJ
2026-03-28 11:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7edab048-8793-5e8c-8998-59f82ee7abd8 with identifier: MD24%20WCJ
2026-03-28 11:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7edab048-8793-5e8c-8998-59f82ee7abd8 with identifier: MD24%20WCJ
2026-03-28 11:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7edab048-8793-5e8c-8998-59f82ee7abd8 with identifier: MD24%20WCJ to the API
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD24%20WCJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7edab048-8793-5e8c-8998-59f82ee7abd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD24 WCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD24%20WCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 23671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNS3RJ710049',
 'year': 2024}
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD24%2520WCJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:46 [bca.uk] INFO: Saving data for MD24%20WCJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841962.181373, 'last_price_update_time': 1774696186.717514}
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD24%2520WCJ') HTTP/1.1" 204 0
2026-03-28 11:09:46 [bca.uk] INFO: Found listing with ID: BC74%20HAX
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520HAX%27 HTTP/1.1" 200 None
2026-03-28 11:09:46 [bca.uk] INFO: Scrape type for BC74%20HAX: 0
2026-03-28 11:09:46 [bca.uk] INFO: Found listing with ID: EO23%20LML
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520LML%27 HTTP/1.1" 200 None
2026-03-28 11:09:46 [bca.uk] INFO: Scrape type for EO23%20LML: 2
2026-03-28 11:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68419bff-341b-5d12-ada5-93c0d97b2fa2 with identifier: EO23%20LML
2026-03-28 11:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68419bff-341b-5d12-ada5-93c0d97b2fa2 with scrape type 2
2026-03-28 11:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68419bff-341b-5d12-ada5-93c0d97b2fa2 with scrape type 2
2026-03-28 11:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68419bff-341b-5d12-ada5-93c0d97b2fa2, identifier: EO23%20LML
2026-03-28 11:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68419bff-341b-5d12-ada5-93c0d97b2fa2 with identifier: EO23%20LML
2026-03-28 11:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68419bff-341b-5d12-ada5-93c0d97b2fa2 with identifier: EO23%20LML
2026-03-28 11:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68419bff-341b-5d12-ada5-93c0d97b2fa2 with identifier: EO23%20LML to the API
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO23%20LML-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '68419bff-341b-5d12-ada5-93c0d97b2fa2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO23 LML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO23%20LML&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 8835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UHZKXZPT512915',
 'year': 2023}
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520LML%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Saving data for EO23%20LML: {'auction_closing_time': 1775124000.0, 'created_time': 1773842001.936317, 'last_price_update_time': 1774696187.331557}
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO23%2520LML') HTTP/1.1" 204 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: EU16%20VPP
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520VPP%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for EU16%20VPP: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: EO74%20OPL
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520OPL%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for EO74%20OPL: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: DA15%20KME
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520KME%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for DA15%20KME: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: DN17%20OTR
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520OTR%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for DN17%20OTR: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: LL23%20KPF
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520KPF%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for LL23%20KPF: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: Y863%20PSL
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y863%2520PSL%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for Y863%20PSL: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: FY72%20ATU
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY72%2520ATU%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for FY72%20ATU: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: SR19%20KRE
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520KRE%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for SR19%20KRE: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: AX72%20JJV
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JJV%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for AX72%20JJV: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: AF21%20VSG
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520VSG%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for AF21%20VSG: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: DX23%20TSO
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TSO%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for DX23%20TSO: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: KN69%20NPV
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN69%2520NPV%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for KN69%20NPV: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: YF72%20VKM
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520VKM%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for YF72%20VKM: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: DY72%20BZT
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520BZT%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for DY72%20BZT: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: P123%20PJG
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520PJG%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for P123%20PJG: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: AO22%20TKN
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO22%2520TKN%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for AO22%20TKN: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: AX72%20KAU
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KAU%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for AX72%20KAU: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: GY21%20ECT
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY21%2520ECT%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for GY21%20ECT: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: GC23%20CTV
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC23%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for GC23%20CTV: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: YF68%20ZTR
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZTR%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for YF68%20ZTR: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: GV24%20ECT
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV24%2520ECT%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for GV24%20ECT: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: GY23%20TYF
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520TYF%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for GY23%20TYF: 0
2026-03-28 11:09:47 [bca.uk] INFO: Found listing with ID: WU18%20RYO
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU18%2520RYO%27 HTTP/1.1" 200 None
2026-03-28 11:09:47 [bca.uk] INFO: Scrape type for WU18%20RYO: 2
2026-03-28 11:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87074d6b-22d8-5855-8f29-a1906723cba7 with identifier: WU18%20RYO
2026-03-28 11:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87074d6b-22d8-5855-8f29-a1906723cba7 with scrape type 2
2026-03-28 11:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87074d6b-22d8-5855-8f29-a1906723cba7 with scrape type 2
2026-03-28 11:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87074d6b-22d8-5855-8f29-a1906723cba7, identifier: WU18%20RYO
2026-03-28 11:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87074d6b-22d8-5855-8f29-a1906723cba7 with identifier: WU18%20RYO
2026-03-28 11:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87074d6b-22d8-5855-8f29-a1906723cba7 with identifier: WU18%20RYO
2026-03-28 11:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87074d6b-22d8-5855-8f29-a1906723cba7 with identifier: WU18%20RYO to the API
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:09:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=15&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU18%20RYO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87074d6b-22d8-5855-8f29-a1906723cba7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU18 RYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU18%20RYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 74876,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM',
 'vin': 'WF0AXXWPMAJY81656',
 'year': 2018}
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU18%2520RYO%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Saving data for WU18%20RYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774276679.237575, 'last_price_update_time': 1774696188.352052}
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU18%2520RYO') HTTP/1.1" 204 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: OV71%20KBY
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520KBY%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for OV71%20KBY: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: KV72%20VJL
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV72%2520VJL%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for KV72%20VJL: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: VO17%20JDK
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO17%2520JDK%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for VO17%20JDK: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: OV21%20JZF
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520JZF%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for OV21%20JZF: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: DU20%20NZO
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520NZO%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for DU20%20NZO: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: VK72%20WFR
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520WFR%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for VK72%20WFR: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: GD20%20BRZ
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520BRZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for GD20%20BRZ: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: FM19%20TZB
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520TZB%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for FM19%20TZB: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: HJ23%20YHS
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520YHS%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for HJ23%20YHS: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: KT68%20ENX
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520ENX%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for KT68%20ENX: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: FV18%20YDD
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV18%2520YDD%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for FV18%20YDD: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: KD16%20EZL
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for KD16%20EZL: 0
2026-03-28 11:09:48 [bca.uk] INFO: Found listing with ID: YS63%20PYT
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS63%2520PYT%27 HTTP/1.1" 200 None
2026-03-28 11:09:48 [bca.uk] INFO: Scrape type for YS63%20PYT: 0
2026-03-28 11:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=16&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:55 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded
2026-03-28 11:09:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YS08%20YXV
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS08%2520YXV%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YS08%20YXV: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YS08%20ZJO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS08%2520ZJO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YS08%20ZJO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: EK71%20HZV
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520HZV%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for EK71%20HZV: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: BT67%20OWK
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520OWK%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for BT67%20OWK: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: RX65%20HHD
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520HHD%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for RX65%20HHD: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: VO68%20DSX
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520DSX%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for VO68%20DSX: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YO19%20YDJ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO19%2520YDJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YO19%20YDJ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: KR18%20BKJ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR18%2520BKJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for KR18%20BKJ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: WU13%20UEB
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU13%2520UEB%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for WU13%20UEB: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YN15%20UFJ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520UFJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YN15%20UFJ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: LS17%20GEO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520GEO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for LS17%20GEO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: SH14%20WXM
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520WXM%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for SH14%20WXM: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: FX63%20YEF
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520YEF%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for FX63%20YEF: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: FP65%20TEO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520TEO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for FP65%20TEO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: AV68%20GXP
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV68%2520GXP%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for AV68%20GXP: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: SC68%20NNM
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520NNM%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for SC68%20NNM: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: MK61%20GYH
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520GYH%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for MK61%20GYH: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: FV08%20DGX
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DGX%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for FV08%20DGX: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: FG18%20GHU
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520GHU%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for FG18%20GHU: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: FG64%20LKJ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG64%2520LKJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for FG64%20LKJ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: WX17%20XDB
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX17%2520XDB%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for WX17%20XDB: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YF68%20LHH
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520LHH%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YF68%20LHH: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YC17%20AVU
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YC17%20AVU: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: LV62%20VKA
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520VKA%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for LV62%20VKA: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: MT14%20SOU
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520SOU%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for MT14%20SOU: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NG63%20RMZ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG63%2520RMZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NG63%20RMZ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: VU66%20URO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520URO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for VU66%20URO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: GX14%20TLV
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520TLV%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for GX14%20TLV: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NA64%20UVD
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA64%2520UVD%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NA64%20UVD: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NJ12%20XTN
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ12%2520XTN%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NJ12%20XTN: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: VN14%20HVP
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520HVP%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for VN14%20HVP: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NV66%20ZTE
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV66%2520ZTE%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NV66%20ZTE: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: BF65%20FCL
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520FCL%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for BF65%20FCL: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: CE63%20PBY
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE63%2520PBY%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for CE63%20PBY: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YY59%20CYA
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY59%2520CYA%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YY59%20CYA: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: HV67%20RZT
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RZT%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for HV67%20RZT: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: GJ60%20KJA
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520KJA%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for GJ60%20KJA: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: SB60%20CNO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520CNO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for SB60%20CNO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: YP06%20NXZ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP06%2520NXZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for YP06%20NXZ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: EJ66%20XPA
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ66%2520XPA%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for EJ66%20XPA: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: BK13%20TGJ
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK13%2520TGJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for BK13%20TGJ: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NU14%20YFL
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU14%2520YFL%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NU14%20YFL: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: SK12%20HUV
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK12%2520HUV%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for SK12%20HUV: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NU68%20WCD
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520WCD%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NU68%20WCD: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NV11%20BAO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV11%2520BAO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NV11%20BAO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NX63%20OSO
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520OSO%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NX63%20OSO: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: NU66%20UWF
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520UWF%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for NU66%20UWF: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: OV19%20NWU
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520NWU%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for OV19%20NWU: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: DS65%20WCC
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520WCC%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for DS65%20WCC: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: ND12%20FCP
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND12%2520FCP%27 HTTP/1.1" 200 None
2026-03-28 11:09:55 [bca.uk] INFO: Scrape type for ND12%20FCP: 0
2026-03-28 11:09:55 [bca.uk] INFO: Found listing with ID: VO11%20WKT
2026-03-28 11:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO11%2520WKT%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for VO11%20WKT: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SJ15%20VEV
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VEV%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SJ15%20VEV: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: ND13%20HSY
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520HSY%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for ND13%20HSY: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: ND15%20SFU
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND15%2520SFU%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for ND15%20SFU: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: ND53%20EJZ
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND53%2520EJZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for ND53%20EJZ: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SL10%20HRP
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL10%2520HRP%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SL10%20HRP: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: FE64%20FGV
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE64%2520FGV%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for FE64%20FGV: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: A13%20MVN
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A13%2520MVN%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for A13%20MVN: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: AK17%20GUU
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520GUU%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for AK17%20GUU: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NG15%20FSV
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520FSV%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NG15%20FSV: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NX64%20XJU
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520XJU%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NX64%20XJU: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: PX17%20KLK
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX17%2520KLK%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for PX17%20KLK: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: XJZ%202720
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XJZ%25202720%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for XJZ%202720: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: YB66%20XOJ
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520XOJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for YB66%20XOJ: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SB63%20LBV
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB63%2520LBV%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SB63%20LBV: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NG09%20OHE
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG09%2520OHE%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NG09%20OHE: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NL14%20EJE
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520EJE%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NL14%20EJE: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NL64%20FPJ
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520FPJ%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NL64%20FPJ: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SN13%20ZFP
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520ZFP%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SN13%20ZFP: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SD20%20GGV
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD20%2520GGV%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SD20%20GGV: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: DT70%20EYC
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520EYC%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for DT70%20EYC: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NG17%20OYT
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OYT%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NG17%20OYT: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: RV12%20YXK
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV12%2520YXK%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for RV12%20YXK: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SG16%20NZO
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520NZO%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SG16%20NZO: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: SH63%20LDY
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH63%2520LDY%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for SH63%20LDY: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: NJ58%20LNC
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520LNC%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for NJ58%20LNC: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: AF70%20ZNZ
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for AF70%20ZNZ: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: HK66%20JFA
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520JFA%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for HK66%20JFA: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: PN64%20HCG
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN64%2520HCG%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for PN64%20HCG: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: YA17%20WGF
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA17%2520WGF%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for YA17%20WGF: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: DV65%20WKF
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520WKF%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for DV65%20WKF: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: KU66%20ZTZ
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for KU66%20ZTZ: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: YR66%20PXG
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520PXG%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for YR66%20PXG: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: AO65%20UZE
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520UZE%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for AO65%20UZE: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: FA15%20RVP
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA15%2520RVP%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for FA15%20RVP: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: AY18%20HNV
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520HNV%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for AY18%20HNV: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: LL66%20FWD
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520FWD%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for LL66%20FWD: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: AO10%20TKU
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO10%2520TKU%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for AO10%20TKU: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: WG17%20UXC
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520UXC%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for WG17%20UXC: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: YK59%20SRO
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK59%2520SRO%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for YK59%20SRO: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: WF67%20DFL
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520DFL%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for WF67%20DFL: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: RX72%20LTT
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520LTT%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for RX72%20LTT: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: FV10%20XXD
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV10%2520XXD%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for FV10%20XXD: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: WK61%20ZTU
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK61%2520ZTU%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for WK61%20ZTU: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: BU18%20NGO
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NGO%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for BU18%20NGO: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: RO63%20YYB
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO63%2520YYB%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for RO63%20YYB: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: OW15%20CWM
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW15%2520CWM%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for OW15%20CWM: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: WD21%20HYN
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD21%2520HYN%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for WD21%20HYN: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: VN64%20GJE
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN64%2520GJE%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for VN64%20GJE: 0
2026-03-28 11:09:56 [bca.uk] INFO: Found listing with ID: WA22%20OGO
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520OGO%27 HTTP/1.1" 200 None
2026-03-28 11:09:56 [bca.uk] INFO: Scrape type for WA22%20OGO: 0
2026-03-28 11:09:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:09:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:09:59 [bca.uk] INFO: Total items found: 100
2026-03-28 11:09:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded
2026-03-28 11:09:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:09:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: WF63%20PZN
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520PZN%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for WF63%20PZN: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: CF16%20VCC
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520VCC%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for CF16%20VCC: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: YF23%20UNU
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNU%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for YF23%20UNU: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: CE67%20DUA
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520DUA%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for CE67%20DUA: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: VA15%20PGV
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520PGV%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for VA15%20PGV: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: WF62%20FHV
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF62%2520FHV%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for WF62%20FHV: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: WP64%20OMX
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP64%2520OMX%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for WP64%20OMX: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: KT17%20GKL
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520GKL%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for KT17%20GKL: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: HP08%20CJP
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HP08%2520CJP%27 HTTP/1.1" 200 None
2026-03-28 11:09:59 [bca.uk] INFO: Scrape type for HP08%20CJP: 0
2026-03-28 11:09:59 [bca.uk] INFO: Found listing with ID: SG15%20DHC
2026-03-28 11:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG15%2520DHC%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for SG15%20DHC: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: FD17%20YNY
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520YNY%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for FD17%20YNY: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: WR62%20NLM
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520NLM%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for WR62%20NLM: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: NA14%20BWZ
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520BWZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for NA14%20BWZ: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: BD03%20HWG
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD03%2520HWG%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for BD03%20HWG: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: BG68%20PDX
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520PDX%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for BG68%20PDX: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: OE04%20DZX
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE04%2520DZX%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for OE04%20DZX: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: VO64%20EHR
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO64%2520EHR%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for VO64%20EHR: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: ND63%20LNP
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520LNP%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for ND63%20LNP: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: SL64%20FZK
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520FZK%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for SL64%20FZK: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: AU56%20WCK
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU56%2520WCK%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for AU56%20WCK: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: FM56%20CRV
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM56%2520CRV%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for FM56%20CRV: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: ML67%20ONM
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520ONM%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for ML67%20ONM: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: PK17%20EOC
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520EOC%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for PK17%20EOC: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: YC68%20CCO
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CCO%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for YC68%20CCO: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: YK19%20YDN
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520YDN%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for YK19%20YDN: 0
2026-03-28 11:10:00 [bca.uk] INFO: Found listing with ID: VO24%20YPP
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520YPP%27 HTTP/1.1" 200 None
2026-03-28 11:10:00 [bca.uk] INFO: Scrape type for VO24%20YPP: 2
2026-03-28 11:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac4ecb8-e136-5a0c-8432-4ccd50af8946 with identifier: VO24%20YPP
2026-03-28 11:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac4ecb8-e136-5a0c-8432-4ccd50af8946 with scrape type 2
2026-03-28 11:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac4ecb8-e136-5a0c-8432-4ccd50af8946 with scrape type 2
2026-03-28 11:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dac4ecb8-e136-5a0c-8432-4ccd50af8946, identifier: VO24%20YPP
2026-03-28 11:10:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dac4ecb8-e136-5a0c-8432-4ccd50af8946 with identifier: VO24%20YPP
2026-03-28 11:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dac4ecb8-e136-5a0c-8432-4ccd50af8946 with identifier: VO24%20YPP
2026-03-28 11:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dac4ecb8-e136-5a0c-8432-4ccd50af8946 with identifier: VO24%20YPP to the API
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20YPP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dac4ecb8-e136-5a0c-8432-4ccd50af8946',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 YPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20YPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 26041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY518836',
 'year': 2024}
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520YPP%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Saving data for VO24%20YPP: {'auction_closing_time': 1775210400.0, 'created_time': 1773842138.323411, 'last_price_update_time': 1774696201.059455}
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520YPP') HTTP/1.1" 204 0
2026-03-28 11:10:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: SL63%20OXM
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520OXM%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for SL63%20OXM: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: YH63%20SRO
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH63%2520SRO%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for YH63%20SRO: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: OY16%20GVN
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520GVN%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for OY16%20GVN: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: YD16%20XEJ
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520XEJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for YD16%20XEJ: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: VO24%20ONM
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ONM%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for VO24%20ONM: 2
2026-03-28 11:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0 with identifier: VO24%20ONM
2026-03-28 11:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0 with scrape type 2
2026-03-28 11:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0 with scrape type 2
2026-03-28 11:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0, identifier: VO24%20ONM
2026-03-28 11:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0 with identifier: VO24%20ONM
2026-03-28 11:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0 with identifier: VO24%20ONM
2026-03-28 11:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0 with identifier: VO24%20ONM to the API
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20ONM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ff5d5e5-d7ad-5c5b-a68e-94dd745e25f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 ONM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20ONM&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 7175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY514077',
 'year': 2024}
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ONM%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Saving data for VO24%20ONM: {'auction_closing_time': 1775037600.0, 'created_time': 1773844909.696212, 'last_price_update_time': 1774696201.805746}
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520ONM') HTTP/1.1" 204 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: YB17%20SGV
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520SGV%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for YB17%20SGV: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: MW54%20PAS
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW54%2520PAS%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for MW54%20PAS: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: CK18%20CFX
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520CFX%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for CK18%20CFX: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: DF64%20XZL
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF64%2520XZL%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for DF64%20XZL: 0
2026-03-28 11:10:01 [bca.uk] INFO: Found listing with ID: VN24%20OFL
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN24%2520OFL%27 HTTP/1.1" 200 None
2026-03-28 11:10:01 [bca.uk] INFO: Scrape type for VN24%20OFL: 2
2026-03-28 11:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fff08332-9ec1-5103-91bd-3271bc97682d with identifier: VN24%20OFL
2026-03-28 11:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fff08332-9ec1-5103-91bd-3271bc97682d with scrape type 2
2026-03-28 11:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fff08332-9ec1-5103-91bd-3271bc97682d with scrape type 2
2026-03-28 11:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fff08332-9ec1-5103-91bd-3271bc97682d, identifier: VN24%20OFL
2026-03-28 11:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fff08332-9ec1-5103-91bd-3271bc97682d with identifier: VN24%20OFL
2026-03-28 11:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fff08332-9ec1-5103-91bd-3271bc97682d with identifier: VN24%20OFL
2026-03-28 11:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fff08332-9ec1-5103-91bd-3271bc97682d with identifier: VN24%20OFL to the API
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN24%20OFL-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fff08332-9ec1-5103-91bd-3271bc97682d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN24 OFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN24%20OFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 12415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VR3FPHNSTRY558519',
 'year': 2024}
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN24%2520OFL%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Saving data for VN24%20OFL: {'auction_closing_time': 1775124000.0, 'created_time': 1773843548.099658, 'last_price_update_time': 1774696202.441204}
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN24%2520OFL') HTTP/1.1" 204 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: DV18%20UGL
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV18%2520UGL%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for DV18%20UGL: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: PF68%20UBR
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520UBR%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for PF68%20UBR: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: FG64%20CDE
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG64%2520CDE%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for FG64%20CDE: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: RX66%20PZR
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520PZR%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for RX66%20PZR: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: VO15%20ZYX
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO15%2520ZYX%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for VO15%20ZYX: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: CA65%20XLF
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for CA65%20XLF: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: FG17%20UWY
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG17%2520UWY%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for FG17%20UWY: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: RV10%20KSE
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520KSE%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for RV10%20KSE: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: RJ74%20TCK
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520TCK%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for RJ74%20TCK: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: ML24%20FDM
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520FDM%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for ML24%20FDM: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: MW74%20DCV
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DCV%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for MW74%20DCV: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: AF66%20ZRY
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF66%2520ZRY%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for AF66%20ZRY: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: CT19%20VYM
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520VYM%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for CT19%20VYM: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: LB69%20LHJ
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520LHJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for LB69%20LHJ: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: WT18%20AFV
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520AFV%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for WT18%20AFV: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: GB07%20RWC
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GB07%2520RWC%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for GB07%20RWC: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: BG16%20LZX
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG16%2520LZX%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for BG16%20LZX: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: BJ15%20TGX
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ15%2520TGX%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for BJ15%20TGX: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: HJ14%20NWA
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520NWA%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for HJ14%20NWA: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: LA17%20FSO
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520FSO%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for LA17%20FSO: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: LY14%20ERJ
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520ERJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for LY14%20ERJ: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: NK16%20WBZ
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for NK16%20WBZ: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: MD74%20GVX
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GVX%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for MD74%20GVX: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: MW74%20DWK
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWK%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for MW74%20DWK: 0
2026-03-28 11:10:02 [bca.uk] INFO: Found listing with ID: VK24%20OHL
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520OHL%27 HTTP/1.1" 200 None
2026-03-28 11:10:02 [bca.uk] INFO: Scrape type for VK24%20OHL: 2
2026-03-28 11:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab411977-bc96-5410-a944-59210d9c5f22 with identifier: VK24%20OHL
2026-03-28 11:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab411977-bc96-5410-a944-59210d9c5f22 with scrape type 2
2026-03-28 11:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab411977-bc96-5410-a944-59210d9c5f22 with scrape type 2
2026-03-28 11:10:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab411977-bc96-5410-a944-59210d9c5f22, identifier: VK24%20OHL
2026-03-28 11:10:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab411977-bc96-5410-a944-59210d9c5f22 with identifier: VK24%20OHL
2026-03-28 11:10:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab411977-bc96-5410-a944-59210d9c5f22 with identifier: VK24%20OHL
2026-03-28 11:10:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab411977-bc96-5410-a944-59210d9c5f22 with identifier: VK24%20OHL to the API
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=17&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK24%20OHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab411977-bc96-5410-a944-59210d9c5f22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK24 OHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK24%20OHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 7456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSXRY535364',
 'year': 2024}
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520OHL%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Saving data for VK24%20OHL: {'auction_closing_time': 1775037600.0, 'created_time': 1773834894.87429, 'last_price_update_time': 1774696203.476969}
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK24%2520OHL') HTTP/1.1" 204 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: WU66%20YYE
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520YYE%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for WU66%20YYE: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: SV65%20YEU
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV65%2520YEU%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for SV65%20YEU: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: GK64%20CWW
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520CWW%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for GK64%20CWW: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: NA64%20WUD
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA64%2520WUD%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for NA64%20WUD: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: SB14%20EVY
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520EVY%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for SB14%20EVY: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: DU14%20WPP
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU14%2520WPP%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for DU14%20WPP: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: SY16%20OXD
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY16%2520OXD%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for SY16%20OXD: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: VK16%20VFS
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520VFS%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for VK16%20VFS: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: YE66%20NZJ
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE66%2520NZJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for YE66%20NZJ: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: YY66%20PPX
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520PPX%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for YY66%20PPX: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: BD64%20BTV
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520BTV%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for BD64%20BTV: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: JA06%20MCR
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JA06%2520MCR%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for JA06%20MCR: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: KY66%20CUX
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY66%2520CUX%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for KY66%20CUX: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: LD19%20UEV
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520UEV%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for LD19%20UEV: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: PK19%20YDR
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520YDR%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for PK19%20YDR: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: R29%20OMM
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R29%2520OMM%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for R29%20OMM: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: SJ15%20ZWE
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520ZWE%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for SJ15%20ZWE: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: SP64%20OPY
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP64%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:10:03 [bca.uk] INFO: Scrape type for SP64%20OPY: 0
2026-03-28 11:10:03 [bca.uk] INFO: Found listing with ID: VE16%20WMP
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WMP%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for VE16%20WMP: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: NV73%20GTZ
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520GTZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for NV73%20GTZ: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: DA66%20BXD
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520BXD%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for DA66%20BXD: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: VA19%20HFN
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520HFN%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for VA19%20HFN: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: SV15%20WNG
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520WNG%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for SV15%20WNG: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: SV16%20YLZ
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV16%2520YLZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for SV16%20YLZ: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: VO17%20HSY
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO17%2520HSY%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for VO17%20HSY: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: WD18%20XLJ
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520XLJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for WD18%20XLJ: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: MT59%20YVK
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT59%2520YVK%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for MT59%20YVK: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: PN16%20UZP
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520UZP%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for PN16%20UZP: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: VK10%20KPJ
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK10%2520KPJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for VK10%20KPJ: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: YE67%20KRX
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520KRX%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for YE67%20KRX: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: BL68%20LXP
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520LXP%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for BL68%20LXP: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: CV69%20XUM
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV69%2520XUM%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for CV69%20XUM: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: FV64%20AUX
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520AUX%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for FV64%20AUX: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: RX66%20YGF
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520YGF%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for RX66%20YGF: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: BX65%20XZP
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520XZP%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for BX65%20XZP: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: HY17%20KLO
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY17%2520KLO%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for HY17%20KLO: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: YH59%20GXB
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520GXB%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for YH59%20GXB: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: NX70%20KFF
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520KFF%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for NX70%20KFF: 0
2026-03-28 11:10:04 [bca.uk] INFO: Found listing with ID: YS14%20XLG
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520XLG%27 HTTP/1.1" 200 None
2026-03-28 11:10:04 [bca.uk] INFO: Scrape type for YS14%20XLG: 0
2026-03-28 11:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:10:06 [bca.uk] INFO: Total items found: 100
2026-03-28 11:10:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded
2026-03-28 11:10:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:10:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:06 [bca.uk] INFO: Found listing with ID: BD24%20OJP
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OJP%27 HTTP/1.1" 200 None
2026-03-28 11:10:06 [bca.uk] INFO: Scrape type for BD24%20OJP: 0
2026-03-28 11:10:06 [bca.uk] INFO: Found listing with ID: BV60%20VXT
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520VXT%27 HTTP/1.1" 200 None
2026-03-28 11:10:06 [bca.uk] INFO: Scrape type for BV60%20VXT: 0
2026-03-28 11:10:06 [bca.uk] INFO: Found listing with ID: BX68%20WYV
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX68%2520WYV%27 HTTP/1.1" 200 None
2026-03-28 11:10:06 [bca.uk] INFO: Scrape type for BX68%20WYV: 0
2026-03-28 11:10:06 [bca.uk] INFO: Found listing with ID: FP13%20WNN
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP13%2520WNN%27 HTTP/1.1" 200 None
2026-03-28 11:10:06 [bca.uk] INFO: Scrape type for FP13%20WNN: 0
2026-03-28 11:10:06 [bca.uk] INFO: Found listing with ID: LS24%20EXV
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EXV%27 HTTP/1.1" 200 None
2026-03-28 11:10:06 [bca.uk] INFO: Scrape type for LS24%20EXV: 2
2026-03-28 11:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af32816f-1c01-5083-bcb1-b55141e24caa with identifier: LS24%20EXV
2026-03-28 11:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af32816f-1c01-5083-bcb1-b55141e24caa with scrape type 2
2026-03-28 11:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af32816f-1c01-5083-bcb1-b55141e24caa with scrape type 2
2026-03-28 11:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af32816f-1c01-5083-bcb1-b55141e24caa, identifier: LS24%20EXV
2026-03-28 11:10:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af32816f-1c01-5083-bcb1-b55141e24caa with identifier: LS24%20EXV
2026-03-28 11:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af32816f-1c01-5083-bcb1-b55141e24caa with identifier: LS24%20EXV
2026-03-28 11:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af32816f-1c01-5083-bcb1-b55141e24caa with identifier: LS24%20EXV to the API
2026-03-28 11:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20EXV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af32816f-1c01-5083-bcb1-b55141e24caa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 EXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20EXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 9504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY514958',
 'year': 2024}
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EXV%27 HTTP/1.1" 200 None
2026-03-28 11:10:07 [bca.uk] INFO: Saving data for LS24%20EXV: {'auction_closing_time': 1775037600.0, 'created_time': 1774004550.165575, 'last_price_update_time': 1774696207.22749}
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520EXV') HTTP/1.1" 204 0
2026-03-28 11:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:10:07 [bca.uk] INFO: Found listing with ID: MK24%20ZBW
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZBW%27 HTTP/1.1" 200 None
2026-03-28 11:10:07 [bca.uk] INFO: Scrape type for MK24%20ZBW: 2
2026-03-28 11:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbe748c8-84b6-5d76-8015-27874a4d59a5 with identifier: MK24%20ZBW
2026-03-28 11:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbe748c8-84b6-5d76-8015-27874a4d59a5 with scrape type 2
2026-03-28 11:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbe748c8-84b6-5d76-8015-27874a4d59a5 with scrape type 2
2026-03-28 11:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbe748c8-84b6-5d76-8015-27874a4d59a5, identifier: MK24%20ZBW
2026-03-28 11:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbe748c8-84b6-5d76-8015-27874a4d59a5 with identifier: MK24%20ZBW
2026-03-28 11:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbe748c8-84b6-5d76-8015-27874a4d59a5 with identifier: MK24%20ZBW
2026-03-28 11:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbe748c8-84b6-5d76-8015-27874a4d59a5 with identifier: MK24%20ZBW to the API
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK24%20ZBW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bbe748c8-84b6-5d76-8015-27874a4d59a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK24 ZBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK24%20ZBW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 19719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VR3FPHNS0RY520629',
 'year': 2024}
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZBW%27 HTTP/1.1" 200 None
2026-03-28 11:10:07 [bca.uk] INFO: Saving data for MK24%20ZBW: {'auction_closing_time': 1775037600.0, 'created_time': 1774004544.957712, 'last_price_update_time': 1774696207.818544}
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK24%2520ZBW') HTTP/1.1" 204 0
2026-03-28 11:10:07 [bca.uk] INFO: Found listing with ID: MW74%20DWM
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWM%27 HTTP/1.1" 200 None
2026-03-28 11:10:07 [bca.uk] INFO: Scrape type for MW74%20DWM: 2
2026-03-28 11:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6a2986f-1152-5ae2-b239-ec6a9e57ae0a with identifier: MW74%20DWM
2026-03-28 11:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6a2986f-1152-5ae2-b239-ec6a9e57ae0a with scrape type 2
2026-03-28 11:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6a2986f-1152-5ae2-b239-ec6a9e57ae0a with scrape type 2
2026-03-28 11:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6a2986f-1152-5ae2-b239-ec6a9e57ae0a, identifier: MW74%20DWM
2026-03-28 11:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6a2986f-1152-5ae2-b239-ec6a9e57ae0a with identifier: MW74%20DWM
2026-03-28 11:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6a2986f-1152-5ae2-b239-ec6a9e57ae0a with identifier: MW74%20DWM
2026-03-28 11:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6a2986f-1152-5ae2-b239-ec6a9e57ae0a with identifier: MW74%20DWM to the API
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DWM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6a2986f-1152-5ae2-b239-ec6a9e57ae0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 DWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 6112,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE7R4306066',
 'year': 2024}
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWM%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Saving data for MW74%20DWM: {'auction_closing_time': 1775037600.0, 'created_time': 1773821488.83745, 'last_price_update_time': 1774696208.329176}
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DWM') HTTP/1.1" 204 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: MW74%20DWY
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWY%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for MW74%20DWY: 2
2026-03-28 11:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2d68c38-6d2f-53cd-8725-215f4892a16a with identifier: MW74%20DWY
2026-03-28 11:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2d68c38-6d2f-53cd-8725-215f4892a16a with scrape type 2
2026-03-28 11:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2d68c38-6d2f-53cd-8725-215f4892a16a with scrape type 2
2026-03-28 11:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2d68c38-6d2f-53cd-8725-215f4892a16a, identifier: MW74%20DWY
2026-03-28 11:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2d68c38-6d2f-53cd-8725-215f4892a16a with identifier: MW74%20DWY
2026-03-28 11:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2d68c38-6d2f-53cd-8725-215f4892a16a with identifier: MW74%20DWY
2026-03-28 11:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2d68c38-6d2f-53cd-8725-215f4892a16a with identifier: MW74%20DWY to the API
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DWY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2d68c38-6d2f-53cd-8725-215f4892a16a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 DWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 6860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE8R4306061',
 'year': 2024}
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DWY%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Saving data for MW74%20DWY: {'auction_closing_time': 1775037600.0, 'created_time': 1773821480.065819, 'last_price_update_time': 1774696208.801973}
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DWY') HTTP/1.1" 204 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: AE16%20SPZ
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520SPZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for AE16%20SPZ: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: FD16%20VWM
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520VWM%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for FD16%20VWM: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: GN65%20TBO
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520TBO%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for GN65%20TBO: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: MJ66%20SUX
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520SUX%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for MJ66%20SUX: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: MT15%20AUN
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520AUN%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for MT15%20AUN: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: N99%20CYS
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N99%2520CYS%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for N99%20CYS: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: ND66%20MOV
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520MOV%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for ND66%20MOV: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: OY64%20CEU
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520CEU%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for OY64%20CEU: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: PX15%20ZRE
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX15%2520ZRE%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for PX15%20ZRE: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: VF15%20MWC
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF15%2520MWC%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for VF15%20MWC: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: LS62%20KHW
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS62%2520KHW%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for LS62%20KHW: 0
2026-03-28 11:10:08 [bca.uk] INFO: Found listing with ID: MJ74%20PBU
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PBU%27 HTTP/1.1" 200 None
2026-03-28 11:10:08 [bca.uk] INFO: Scrape type for MJ74%20PBU: 2
2026-03-28 11:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 991a9db3-870f-5aa3-b4cc-8e133bd85f20 with identifier: MJ74%20PBU
2026-03-28 11:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 991a9db3-870f-5aa3-b4cc-8e133bd85f20 with scrape type 2
2026-03-28 11:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 991a9db3-870f-5aa3-b4cc-8e133bd85f20 with scrape type 2
2026-03-28 11:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 991a9db3-870f-5aa3-b4cc-8e133bd85f20, identifier: MJ74%20PBU
2026-03-28 11:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 991a9db3-870f-5aa3-b4cc-8e133bd85f20 with identifier: MJ74%20PBU
2026-03-28 11:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 991a9db3-870f-5aa3-b4cc-8e133bd85f20 with identifier: MJ74%20PBU
2026-03-28 11:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 991a9db3-870f-5aa3-b4cc-8e133bd85f20 with identifier: MJ74%20PBU to the API
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20PBU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '991a9db3-870f-5aa3-b4cc-8e133bd85f20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 PBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20PBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 10164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY8RS115820',
 'year': 2024}
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PBU%27 HTTP/1.1" 200 None
2026-03-28 11:10:09 [bca.uk] INFO: Saving data for MJ74%20PBU: {'auction_closing_time': 1775124000.0, 'created_time': 1773841982.061269, 'last_price_update_time': 1774696209.445566}
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520PBU') HTTP/1.1" 204 0
2026-03-28 11:10:09 [bca.uk] INFO: Found listing with ID: MK74%20HBP
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK74%2520HBP%27 HTTP/1.1" 200 None
2026-03-28 11:10:09 [bca.uk] INFO: Scrape type for MK74%20HBP: 2
2026-03-28 11:10:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f96705-4de4-5366-aa5e-7e0dbd5bca26 with identifier: MK74%20HBP
2026-03-28 11:10:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f96705-4de4-5366-aa5e-7e0dbd5bca26 with scrape type 2
2026-03-28 11:10:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45f96705-4de4-5366-aa5e-7e0dbd5bca26 with scrape type 2
2026-03-28 11:10:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45f96705-4de4-5366-aa5e-7e0dbd5bca26, identifier: MK74%20HBP
2026-03-28 11:10:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45f96705-4de4-5366-aa5e-7e0dbd5bca26 with identifier: MK74%20HBP
2026-03-28 11:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45f96705-4de4-5366-aa5e-7e0dbd5bca26 with identifier: MK74%20HBP
2026-03-28 11:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45f96705-4de4-5366-aa5e-7e0dbd5bca26 with identifier: MK74%20HBP to the API
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK74%20HBP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '45f96705-4de4-5366-aa5e-7e0dbd5bca26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK74 HBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK74%20HBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 5997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE3R4306064',
 'year': 2024}
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK74%2520HBP%27 HTTP/1.1" 200 None
2026-03-28 11:10:10 [bca.uk] INFO: Saving data for MK74%20HBP: {'auction_closing_time': 1775124000.0, 'created_time': 1773821487.703582, 'last_price_update_time': 1774696210.041272}
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK74%2520HBP') HTTP/1.1" 204 0
2026-03-28 11:10:10 [bca.uk] INFO: Found listing with ID: VU24%20HZM
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU24%2520HZM%27 HTTP/1.1" 200 None
2026-03-28 11:10:10 [bca.uk] INFO: Scrape type for VU24%20HZM: 2
2026-03-28 11:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5dfce0-43ed-5650-80a2-abceb15c2b5f with identifier: VU24%20HZM
2026-03-28 11:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5dfce0-43ed-5650-80a2-abceb15c2b5f with scrape type 2
2026-03-28 11:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5dfce0-43ed-5650-80a2-abceb15c2b5f with scrape type 2
2026-03-28 11:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a5dfce0-43ed-5650-80a2-abceb15c2b5f, identifier: VU24%20HZM
2026-03-28 11:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a5dfce0-43ed-5650-80a2-abceb15c2b5f with identifier: VU24%20HZM
2026-03-28 11:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a5dfce0-43ed-5650-80a2-abceb15c2b5f with identifier: VU24%20HZM
2026-03-28 11:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a5dfce0-43ed-5650-80a2-abceb15c2b5f with identifier: VU24%20HZM to the API
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU24%20HZM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a5dfce0-43ed-5650-80a2-abceb15c2b5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VU24 HZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU24%20HZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 21998,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS8RY524718',
 'year': 2024}
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU24%2520HZM%27 HTTP/1.1" 200 None
2026-03-28 11:10:10 [bca.uk] INFO: Saving data for VU24%20HZM: {'auction_closing_time': 1775124000.0, 'created_time': 1774004547.22977, 'last_price_update_time': 1774696210.480414}
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU24%2520HZM') HTTP/1.1" 204 0
2026-03-28 11:10:10 [bca.uk] INFO: Found listing with ID: BN25%20RFX
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RFX%27 HTTP/1.1" 200 None
2026-03-28 11:10:10 [bca.uk] INFO: Scrape type for BN25%20RFX: 2
2026-03-28 11:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d57fb1c-c3cb-501c-a318-acef6541495b with identifier: BN25%20RFX
2026-03-28 11:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d57fb1c-c3cb-501c-a318-acef6541495b with scrape type 2
2026-03-28 11:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d57fb1c-c3cb-501c-a318-acef6541495b with scrape type 2
2026-03-28 11:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d57fb1c-c3cb-501c-a318-acef6541495b, identifier: BN25%20RFX
2026-03-28 11:10:10 [scrapy.extensions.logstats] INFO: Crawled 205 pages (at 7 pages/min), scraped 447 items (at 19 items/min)
2026-03-28 11:10:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d57fb1c-c3cb-501c-a318-acef6541495b with identifier: BN25%20RFX
2026-03-28 11:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d57fb1c-c3cb-501c-a318-acef6541495b with identifier: BN25%20RFX
2026-03-28 11:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d57fb1c-c3cb-501c-a318-acef6541495b with identifier: BN25%20RFX to the API
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1d57fb1c-c3cb-501c-a318-acef6541495b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 27010,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY1SS020604',
 'year': 2025}
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RFX%27 HTTP/1.1" 200 None
2026-03-28 11:10:10 [bca.uk] INFO: Saving data for BN25%20RFX: {'auction_closing_time': 1775124000.0, 'created_time': 1773842947.329803, 'last_price_update_time': 1774696210.958029}
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RFX') HTTP/1.1" 204 0
2026-03-28 11:10:10 [bca.uk] INFO: Found listing with ID: MA24%20JNK
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520JNK%27 HTTP/1.1" 200 None
2026-03-28 11:10:10 [bca.uk] INFO: Scrape type for MA24%20JNK: 2
2026-03-28 11:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ad78c57-2ba2-5bc6-802e-7c207f35f729 with identifier: MA24%20JNK
2026-03-28 11:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ad78c57-2ba2-5bc6-802e-7c207f35f729 with scrape type 2
2026-03-28 11:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ad78c57-2ba2-5bc6-802e-7c207f35f729 with scrape type 2
2026-03-28 11:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ad78c57-2ba2-5bc6-802e-7c207f35f729, identifier: MA24%20JNK
2026-03-28 11:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ad78c57-2ba2-5bc6-802e-7c207f35f729 with identifier: MA24%20JNK
2026-03-28 11:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ad78c57-2ba2-5bc6-802e-7c207f35f729 with identifier: MA24%20JNK
2026-03-28 11:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ad78c57-2ba2-5bc6-802e-7c207f35f729 with identifier: MA24%20JNK to the API
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20JNK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3ad78c57-2ba2-5bc6-802e-7c207f35f729',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 JNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20JNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 17152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH E-STYLE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH E-STYLE',
 'vin': 'VR3UHZKX8P4373605',
 'year': 2024}
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520JNK%27 HTTP/1.1" 200 None
2026-03-28 11:10:11 [bca.uk] INFO: Saving data for MA24%20JNK: {'auction_closing_time': 1775124000.0, 'created_time': 1774004541.805961, 'last_price_update_time': 1774696211.57519}
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520JNK') HTTP/1.1" 204 0
2026-03-28 11:10:11 [bca.uk] INFO: Found listing with ID: MA74%20XZG
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520XZG%27 HTTP/1.1" 200 None
2026-03-28 11:10:11 [bca.uk] INFO: Scrape type for MA74%20XZG: 2
2026-03-28 11:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25931547-0c9a-5d6f-89fe-2a1cea86d335 with identifier: MA74%20XZG
2026-03-28 11:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25931547-0c9a-5d6f-89fe-2a1cea86d335 with scrape type 2
2026-03-28 11:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25931547-0c9a-5d6f-89fe-2a1cea86d335 with scrape type 2
2026-03-28 11:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25931547-0c9a-5d6f-89fe-2a1cea86d335, identifier: MA74%20XZG
2026-03-28 11:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25931547-0c9a-5d6f-89fe-2a1cea86d335 with identifier: MA74%20XZG
2026-03-28 11:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25931547-0c9a-5d6f-89fe-2a1cea86d335 with identifier: MA74%20XZG
2026-03-28 11:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25931547-0c9a-5d6f-89fe-2a1cea86d335 with identifier: MA74%20XZG to the API
2026-03-28 11:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA74%20XZG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '25931547-0c9a-5d6f-89fe-2a1cea86d335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA74 XZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA74%20XZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'E-308',
 'odometer': 5168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-308 115KW 54KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 54KWH GT',
 'vin': 'VR3FMZKW3RY525104',
 'year': 2024}
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520XZG%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Saving data for MA74%20XZG: {'auction_closing_time': 1775124000.0, 'created_time': 1774265590.394024, 'last_price_update_time': 1774696212.201886}
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA74%2520XZG') HTTP/1.1" 204 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: DC66%20YYE
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520YYE%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for DC66%20YYE: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: KW70%20UST
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UST%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for KW70%20UST: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: KN17%20YTF
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520YTF%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for KN17%20YTF: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: CK63%20KKN
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520KKN%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for CK63%20KKN: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: BK24%20HFU
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520HFU%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for BK24%20HFU: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: KF73%20DDU
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520DDU%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for KF73%20DDU: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: MH73%20VJA
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH73%2520VJA%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for MH73%20VJA: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: MJ73%20PXM
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ73%2520PXM%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for MJ73%20PXM: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: BD72%20HUJ
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520HUJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for BD72%20HUJ: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: PK72%20OLE
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK72%2520OLE%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for PK72%20OLE: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: DV74%20ORK
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520ORK%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for DV74%20ORK: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: SB61%20FZU
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB61%2520FZU%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for SB61%20FZU: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: BP72%20UKO
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKO%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for BP72%20UKO: 0
2026-03-28 11:10:12 [bca.uk] INFO: Found listing with ID: CV73%20TVT
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520TVT%27 HTTP/1.1" 200 None
2026-03-28 11:10:12 [bca.uk] INFO: Scrape type for CV73%20TVT: 2
2026-03-28 11:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83f02412-7ef0-5800-961d-43e56966fd8a with identifier: CV73%20TVT
2026-03-28 11:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83f02412-7ef0-5800-961d-43e56966fd8a with scrape type 2
2026-03-28 11:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83f02412-7ef0-5800-961d-43e56966fd8a with scrape type 2
2026-03-28 11:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83f02412-7ef0-5800-961d-43e56966fd8a, identifier: CV73%20TVT
2026-03-28 11:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83f02412-7ef0-5800-961d-43e56966fd8a with identifier: CV73%20TVT
2026-03-28 11:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83f02412-7ef0-5800-961d-43e56966fd8a with identifier: CV73%20TVT
2026-03-28 11:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83f02412-7ef0-5800-961d-43e56966fd8a with identifier: CV73%20TVT to the API
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV73%20TVT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '83f02412-7ef0-5800-961d-43e56966fd8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CV73 TVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV73%20TVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '508 FASTBACK',
 'odometer': 9034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 508 FASTBACK 1.6 PHEV-4 PSE E-EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV-4 PSE E-EAT8',
 'vin': 'VR3F35GBTPY588362',
 'year': 2023}
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520TVT%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Saving data for CV73%20TVT: {'auction_closing_time': 1775037600.0, 'created_time': 1773835018.583201, 'last_price_update_time': 1774696213.000473}
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV73%2520TVT') HTTP/1.1" 204 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: GY24%20FOF
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520FOF%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for GY24%20FOF: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: LO73%20OTD
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for LO73%20OTD: 2
2026-03-28 11:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD
2026-03-28 11:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e5b8768-c5d6-5a63-a48a-f87fe118407e with scrape type 2
2026-03-28 11:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e5b8768-c5d6-5a63-a48a-f87fe118407e with scrape type 2
2026-03-28 11:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e5b8768-c5d6-5a63-a48a-f87fe118407e, identifier: LO73%20OTD
2026-03-28 11:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD
2026-03-28 11:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD
2026-03-28 11:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e5b8768-c5d6-5a63-a48a-f87fe118407e with identifier: LO73%20OTD to the API
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO73%20OTD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e5b8768-c5d6-5a63-a48a-f87fe118407e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO73 OTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO73%20OTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 9894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSPJ866222',
 'year': 2023}
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO73%2520OTD%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Saving data for LO73%20OTD: {'auction_closing_time': 1775124000.0, 'created_time': 1773841944.963033, 'last_price_update_time': 1774696213.669257}
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO73%2520OTD') HTTP/1.1" 204 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: BK25%20JPY
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520JPY%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for BK25%20JPY: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: BN25%20YFP
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFP%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for BN25%20YFP: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: ML24%20ZWD
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520ZWD%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for ML24%20ZWD: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: MP73%20JGY
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JGY%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for MP73%20JGY: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: FE23%20WVO
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVO%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for FE23%20WVO: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: DL74%20WCW
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WCW%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for DL74%20WCW: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: DL24%20KTE
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520KTE%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for DL24%20KTE: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: RF69%20NDU
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF69%2520NDU%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for RF69%20NDU: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: GD18%20PWN
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520PWN%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for GD18%20PWN: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: LC54%20OBX
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC54%2520OBX%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for LC54%20OBX: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: PF67%20TMY
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF67%2520TMY%27 HTTP/1.1" 200 None
2026-03-28 11:10:13 [bca.uk] INFO: Scrape type for PF67%20TMY: 0
2026-03-28 11:10:13 [bca.uk] INFO: Found listing with ID: KP09%20NHV
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP09%2520NHV%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for KP09%20NHV: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: HD19%20BVL
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520BVL%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for HD19%20BVL: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: YR68%20LNT
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520LNT%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for YR68%20LNT: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: AO58%20XLV
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO58%2520XLV%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for AO58%20XLV: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: AY67%20XMG
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY67%2520XMG%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for AY67%20XMG: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: FP65%20XHH
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520XHH%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for FP65%20XHH: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: HF15%20WKE
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF15%2520WKE%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for HF15%20WKE: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: KS14%20BAA
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS14%2520BAA%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for KS14%20BAA: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WK14%20MMJ
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520MMJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WK14%20MMJ: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WR63%20FVN
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR63%2520FVN%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WR63%20FVN: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WW66%20ATW
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WW66%2520ATW%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WW66%20ATW: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: YC14%20HNO
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC14%2520HNO%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for YC14%20HNO: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: YT14%20AXC
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520AXC%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for YT14%20AXC: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: PE71%20WFO
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE71%2520WFO%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for PE71%20WFO: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: CV16%20UMD
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV16%2520UMD%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for CV16%20UMD: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: LC72%20OCH
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for LC72%20OCH: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WG63%20CKL
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG63%2520CKL%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WG63%20CKL: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: CJZ%205249
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJZ%25205249%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for CJZ%205249: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: BX69%20LMO
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520LMO%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for BX69%20LMO: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: BK73%20UUW
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520UUW%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for BK73%20UUW: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: HV74%20EPJ
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520EPJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for HV74%20EPJ: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WP24%20EAF
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EAF%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WP24%20EAF: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WT25%20FYY
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520FYY%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WT25%20FYY: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: WV25%20PZF
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV25%2520PZF%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for WV25%20PZF: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: FG72%20LTY
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LTY%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for FG72%20LTY: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: HY75%20LNV
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY75%2520LNV%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for HY75%20LNV: 0
2026-03-28 11:10:14 [bca.uk] INFO: Found listing with ID: MK24%20ZJJ
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:14 [bca.uk] INFO: Scrape type for MK24%20ZJJ: 2
2026-03-28 11:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bc7b7f-3e50-5873-bb61-0aaea288b5cb with identifier: MK24%20ZJJ
2026-03-28 11:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bc7b7f-3e50-5873-bb61-0aaea288b5cb with scrape type 2
2026-03-28 11:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bc7b7f-3e50-5873-bb61-0aaea288b5cb with scrape type 2
2026-03-28 11:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21bc7b7f-3e50-5873-bb61-0aaea288b5cb, identifier: MK24%20ZJJ
2026-03-28 11:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21bc7b7f-3e50-5873-bb61-0aaea288b5cb with identifier: MK24%20ZJJ
2026-03-28 11:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21bc7b7f-3e50-5873-bb61-0aaea288b5cb with identifier: MK24%20ZJJ
2026-03-28 11:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21bc7b7f-3e50-5873-bb61-0aaea288b5cb with identifier: MK24%20ZJJ to the API
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK24%20ZJJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21bc7b7f-3e50-5873-bb61-0aaea288b5cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK24 ZJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK24%20ZJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 12975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSURS021322',
 'year': 2024}
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:15 [bca.uk] INFO: Saving data for MK24%20ZJJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773933172.678275, 'last_price_update_time': 1774696215.118238}
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK24%2520ZJJ') HTTP/1.1" 204 0
2026-03-28 11:10:15 [bca.uk] INFO: Found listing with ID: WF24%20RVO
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520RVO%27 HTTP/1.1" 200 None
2026-03-28 11:10:15 [bca.uk] INFO: Scrape type for WF24%20RVO: 0
2026-03-28 11:10:15 [bca.uk] INFO: Found listing with ID: LS24%20WGD
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520WGD%27 HTTP/1.1" 200 None
2026-03-28 11:10:15 [bca.uk] INFO: Scrape type for LS24%20WGD: 2
2026-03-28 11:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36f67ac1-6ad4-52f9-8af0-ca8def5108d0 with identifier: LS24%20WGD
2026-03-28 11:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36f67ac1-6ad4-52f9-8af0-ca8def5108d0 with scrape type 2
2026-03-28 11:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36f67ac1-6ad4-52f9-8af0-ca8def5108d0 with scrape type 2
2026-03-28 11:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36f67ac1-6ad4-52f9-8af0-ca8def5108d0, identifier: LS24%20WGD
2026-03-28 11:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36f67ac1-6ad4-52f9-8af0-ca8def5108d0 with identifier: LS24%20WGD
2026-03-28 11:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36f67ac1-6ad4-52f9-8af0-ca8def5108d0 with identifier: LS24%20WGD
2026-03-28 11:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36f67ac1-6ad4-52f9-8af0-ca8def5108d0 with identifier: LS24%20WGD to the API
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20WGD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36f67ac1-6ad4-52f9-8af0-ca8def5108d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 WGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20WGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 10789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VR3FPHNS5RY521713',
 'year': 2024}
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520WGD%27 HTTP/1.1" 200 None
2026-03-28 11:10:15 [bca.uk] INFO: Saving data for LS24%20WGD: {'auction_closing_time': 1775124000.0, 'created_time': 1773933709.008659, 'last_price_update_time': 1774696215.715809}
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520WGD') HTTP/1.1" 204 0
2026-03-28 11:10:15 [bca.uk] INFO: Found listing with ID: VO24%20UZR
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520UZR%27 HTTP/1.1" 200 None
2026-03-28 11:10:15 [bca.uk] INFO: Scrape type for VO24%20UZR: 2
2026-03-28 11:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c494883-3607-5ba3-861b-5281b78f84a2 with identifier: VO24%20UZR
2026-03-28 11:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c494883-3607-5ba3-861b-5281b78f84a2 with scrape type 2
2026-03-28 11:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c494883-3607-5ba3-861b-5281b78f84a2 with scrape type 2
2026-03-28 11:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c494883-3607-5ba3-861b-5281b78f84a2, identifier: VO24%20UZR
2026-03-28 11:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c494883-3607-5ba3-861b-5281b78f84a2 with identifier: VO24%20UZR
2026-03-28 11:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c494883-3607-5ba3-861b-5281b78f84a2 with identifier: VO24%20UZR
2026-03-28 11:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c494883-3607-5ba3-861b-5281b78f84a2 with identifier: VO24%20UZR to the API
2026-03-28 11:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20UZR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c494883-3607-5ba3-861b-5281b78f84a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 UZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20UZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 23515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS3RY523699',
 'year': 2024}
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520UZR%27 HTTP/1.1" 200 None
2026-03-28 11:10:16 [bca.uk] INFO: Saving data for VO24%20UZR: {'auction_closing_time': 1775124000.0, 'created_time': 1773933720.155593, 'last_price_update_time': 1774696216.174677}
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520UZR') HTTP/1.1" 204 0
2026-03-28 11:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=19&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:10:16 [bca.uk] INFO: Found listing with ID: NL12%20XCO
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520XCO%27 HTTP/1.1" 200 None
2026-03-28 11:10:16 [bca.uk] INFO: Scrape type for NL12%20XCO: 0
2026-03-28 11:10:16 [bca.uk] INFO: Found listing with ID: CF74%20HXJ
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520HXJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:16 [bca.uk] INFO: Scrape type for CF74%20HXJ: 2
2026-03-28 11:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ee6f822-5487-5245-a9d9-fd18f2e91f0e with identifier: CF74%20HXJ
2026-03-28 11:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ee6f822-5487-5245-a9d9-fd18f2e91f0e with scrape type 2
2026-03-28 11:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ee6f822-5487-5245-a9d9-fd18f2e91f0e with scrape type 2
2026-03-28 11:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ee6f822-5487-5245-a9d9-fd18f2e91f0e, identifier: CF74%20HXJ
2026-03-28 11:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ee6f822-5487-5245-a9d9-fd18f2e91f0e with identifier: CF74%20HXJ
2026-03-28 11:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ee6f822-5487-5245-a9d9-fd18f2e91f0e with identifier: CF74%20HXJ
2026-03-28 11:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ee6f822-5487-5245-a9d9-fd18f2e91f0e with identifier: CF74%20HXJ to the API
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20HXJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ee6f822-5487-5245-a9d9-fd18f2e91f0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 HXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20HXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 19368,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE2R4299169',
 'year': 2024}
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520HXJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:16 [bca.uk] INFO: Saving data for CF74%20HXJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841913.709633, 'last_price_update_time': 1774696216.649638}
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520HXJ') HTTP/1.1" 204 0
2026-03-28 11:10:16 [bca.uk] INFO: Found listing with ID: ML24%20FWG
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520FWG%27 HTTP/1.1" 200 None
2026-03-28 11:10:16 [bca.uk] INFO: Scrape type for ML24%20FWG: 0
2026-03-28 11:10:16 [bca.uk] INFO: Found listing with ID: BN74%20PFA
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:10:16 [bca.uk] INFO: Scrape type for BN74%20PFA: 2
2026-03-28 11:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5106963a-9d0c-54d1-b969-9da1b3fa53d8 with identifier: BN74%20PFA
2026-03-28 11:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5106963a-9d0c-54d1-b969-9da1b3fa53d8 with scrape type 2
2026-03-28 11:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5106963a-9d0c-54d1-b969-9da1b3fa53d8 with scrape type 2
2026-03-28 11:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5106963a-9d0c-54d1-b969-9da1b3fa53d8, identifier: BN74%20PFA
2026-03-28 11:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5106963a-9d0c-54d1-b969-9da1b3fa53d8 with identifier: BN74%20PFA
2026-03-28 11:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5106963a-9d0c-54d1-b969-9da1b3fa53d8 with identifier: BN74%20PFA
2026-03-28 11:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5106963a-9d0c-54d1-b969-9da1b3fa53d8 with identifier: BN74%20PFA to the API
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN74%20PFA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5106963a-9d0c-54d1-b969-9da1b3fa53d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN74 PFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN74%20PFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 27591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS2RY564048',
 'year': 2024}
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Saving data for BN74%20PFA: {'auction_closing_time': 1775037600.0, 'created_time': 1773909404.555264, 'last_price_update_time': 1774696217.101142}
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN74%2520PFA') HTTP/1.1" 204 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: BN74%20PFG
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFG%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for BN74%20PFG: 2
2026-03-28 11:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f439090-4db9-5223-9a7c-b9a7af4b9506 with identifier: BN74%20PFG
2026-03-28 11:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f439090-4db9-5223-9a7c-b9a7af4b9506 with scrape type 2
2026-03-28 11:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f439090-4db9-5223-9a7c-b9a7af4b9506 with scrape type 2
2026-03-28 11:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f439090-4db9-5223-9a7c-b9a7af4b9506, identifier: BN74%20PFG
2026-03-28 11:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f439090-4db9-5223-9a7c-b9a7af4b9506 with identifier: BN74%20PFG
2026-03-28 11:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f439090-4db9-5223-9a7c-b9a7af4b9506 with identifier: BN74%20PFG
2026-03-28 11:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f439090-4db9-5223-9a7c-b9a7af4b9506 with identifier: BN74%20PFG to the API
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=18&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN74%20PFG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f439090-4db9-5223-9a7c-b9a7af4b9506',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN74 PFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN74%20PFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 15286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS3RY564110',
 'year': 2024}
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFG%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Saving data for BN74%20PFG: {'auction_closing_time': 1775037600.0, 'created_time': 1773826280.579236, 'last_price_update_time': 1774696217.579772}
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN74%2520PFG') HTTP/1.1" 204 0
2026-03-28 11:10:17 [bca.uk] INFO: Total items found: 100
2026-03-28 11:10:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded
2026-03-28 11:10:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:10:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: CK20%20HYT
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520HYT%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for CK20%20HYT: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: CU67%20XXH
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520XXH%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for CU67%20XXH: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: NA68%20XGU
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520XGU%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for NA68%20XGU: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: NU21%20OGO
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520OGO%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for NU21%20OGO: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: WF21%20HLG
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF21%2520HLG%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for WF21%20HLG: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: WP18%20YCL
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520YCL%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for WP18%20YCL: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: BD16%20KZP
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520KZP%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for BD16%20KZP: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: CF24%20PVA
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF24%2520PVA%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for CF24%20PVA: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: YC18%20RMV
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC18%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for YC18%20RMV: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: BN12%20KXP
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN12%2520KXP%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for BN12%20KXP: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: BT61%20XNA
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT61%2520XNA%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for BT61%20XNA: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: CK08%20CVS
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK08%2520CVS%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for CK08%20CVS: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: DS16%20VMX
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520VMX%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for DS16%20VMX: 0
2026-03-28 11:10:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: FV64%20PXZ
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520PXZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for FV64%20PXZ: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: KV64%20UGE
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520UGE%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for KV64%20UGE: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: YF57%20YKB
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520YKB%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for YF57%20YKB: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: YN63%20HJU
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN63%2520HJU%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for YN63%20HJU: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: YR61%20KFN
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR61%2520KFN%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for YR61%20KFN: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: LS13%20MVJ
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520MVJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for LS13%20MVJ: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: MD11%20XHJ
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD11%2520XHJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for MD11%20XHJ: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: SJ63%20URU
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520URU%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for SJ63%20URU: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: SY13%20WKR
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520WKR%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for SY13%20WKR: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: VA64%20FFD
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520FFD%27 HTTP/1.1" 200 None
2026-03-28 11:10:17 [bca.uk] INFO: Scrape type for VA64%20FFD: 0
2026-03-28 11:10:17 [bca.uk] INFO: Found listing with ID: YC10%20VCE
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520VCE%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for YC10%20VCE: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: YD62%20CXW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520CXW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for YD62%20CXW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: YH07%20EZO
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH07%2520EZO%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for YH07%20EZO: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: YH11%20VVD
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520VVD%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for YH11%20VVD: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: YH63%20TXR
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH63%2520TXR%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for YH63%20TXR: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BG17%20FBZ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG17%2520FBZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for BG17%20FBZ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BK14%20BWW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520BWW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for BK14%20BWW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BV62%20XPX
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520XPX%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for BV62%20XPX: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: CV15%20YWG
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YWG%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for CV15%20YWG: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DU64%20MTJ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520MTJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DU64%20MTJ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: EU13%20RYM
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU13%2520RYM%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for EU13%20RYM: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: FN62%20KSE
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN62%2520KSE%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for FN62%20KSE: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: HY13%20KZZ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520KZZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for HY13%20KZZ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LE14%20MAZ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE14%2520MAZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LE14%20MAZ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LO59%20WEW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO59%2520WEW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LO59%20WEW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: GU68%20BPY
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520BPY%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for GU68%20BPY: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20TKJ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TKJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20TKJ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: NU68%20ZKE
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520ZKE%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for NU68%20ZKE: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LO17%20DVV
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520DVV%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LO17%20DVV: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20TFA
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TFA%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20TFA: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: VO65%20FFY
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO65%2520FFY%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for VO65%20FFY: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LO16%20XHU
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO16%2520XHU%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LO16%20XHU: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: YR58%20LGK
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520LGK%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for YR58%20LGK: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BF09%20YCP
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF09%2520YCP%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for BF09%20YCP: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BW15%20CWC
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520CWC%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for BW15%20CWC: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: CK13%20HGY
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK13%2520HGY%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for CK13%20HGY: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DU16%20DZP
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU16%2520DZP%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DU16%20DZP: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LC63%20KKO
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC63%2520KKO%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LC63%20KKO: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: PK62%20FRL
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK62%2520FRL%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for PK62%20FRL: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: SJ14%20OEO
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ14%2520OEO%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for SJ14%20OEO: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: VU63%20VOH
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU63%2520VOH%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for VU63%20VOH: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20UDX
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520UDX%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20UDX: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BG18%20KHJ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520KHJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for BG18%20KHJ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: VO23%20XPB
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520XPB%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for VO23%20XPB: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LN12%20FCM
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN12%2520FCM%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LN12%20FCM: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: MM64%20HTZ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520HTZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for MM64%20HTZ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: WP65%20BKF
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP65%2520BKF%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for WP65%20BKF: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: AE16%20PZA
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520PZA%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for AE16%20PZA: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: EG17%20GCX
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG17%2520GCX%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for EG17%20GCX: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: KY15%20XBT
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY15%2520XBT%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for KY15%20XBT: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: KY16%20YLL
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY16%2520YLL%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for KY16%20YLL: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20TDO
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TDO%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20TDO: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20TTV
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TTV%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20TTV: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DS13%20FUY
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS13%2520FUY%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DS13%20FUY: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: EU63%20XYW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU63%2520XYW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for EU63%20XYW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: ND63%20BDY
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520BDY%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for ND63%20BDY: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: PO63%20YJM
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520YJM%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for PO63%20YJM: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20TBV
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TBV%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20TBV: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DP23%20TLK
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520TLK%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DP23%20TLK: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LX63%20NNP
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520NNP%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LX63%20NNP: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: MT55%20RZS
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT55%2520RZS%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for MT55%20RZS: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: PX63%20KGU
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520KGU%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for PX63%20KGU: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: KV11%20VXT
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV11%2520VXT%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for KV11%20VXT: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: AF16%20MHA
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520MHA%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for AF16%20MHA: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: DS65%20GCV
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520GCV%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for DS65%20GCV: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: EK11%20EKW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK11%2520EKW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for EK11%20EKW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: LV13%20AFO
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520AFO%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for LV13%20AFO: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: MT66%20ALO
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520ALO%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for MT66%20ALO: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: NU70%20NRJ
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU70%2520NRJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for NU70%20NRJ: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: EK60%20DYW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK60%2520DYW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for EK60%20DYW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: HG60%20EWW
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520EWW%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for HG60%20EWW: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: SM58%20BYK
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM58%2520BYK%27 HTTP/1.1" 200 None
2026-03-28 11:10:18 [bca.uk] INFO: Scrape type for SM58%20BYK: 0
2026-03-28 11:10:18 [bca.uk] INFO: Found listing with ID: BT16%20ZKM
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520ZKM%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for BT16%20ZKM: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: NA14%20KDN
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA14%2520KDN%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for NA14%20KDN: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: LXZ%202306
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25202306%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for LXZ%202306: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: SB59%20ZXF
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB59%2520ZXF%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for SB59%20ZXF: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: SN63%20BDZ
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520BDZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for SN63%20BDZ: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: MW61%20RRY
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW61%2520RRY%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for MW61%20RRY: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: FG63%20KGP
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG63%2520KGP%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for FG63%20KGP: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: FT63%20LWA
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520LWA%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for FT63%20LWA: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: LD63%20SKU
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SKU%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for LD63%20SKU: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: SA17%20FAF
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520FAF%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for SA17%20FAF: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: ST18%20ZDH
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520ZDH%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for ST18%20ZDH: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: SL17%20NGU
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL17%2520NGU%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for SL17%20NGU: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: KE10%20GKG
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE10%2520GKG%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for KE10%20GKG: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: NJ65%20EOT
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520EOT%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for NJ65%20EOT: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: SF65%20JXH
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF65%2520JXH%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for SF65%20JXH: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: AO63%20XYY
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520XYY%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for AO63%20XYY: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: SV09%20YGZ
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV09%2520YGZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for SV09%20YGZ: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: HX14%20DND
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520DND%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for HX14%20DND: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: BL12%20XGC
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520XGC%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for BL12%20XGC: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: CE68%20ACJ
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520ACJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for CE68%20ACJ: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: GV16%20GUF
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520GUF%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for GV16%20GUF: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: YH59%20CCY
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520CCY%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for YH59%20CCY: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: KP12%20CGG
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for KP12%20CGG: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: LG13%20VGK
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG13%2520VGK%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for LG13%20VGK: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: MJ10%20PDX
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ10%2520PDX%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for MJ10%20PDX: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: RE16%20YZZ
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520YZZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for RE16%20YZZ: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: GX08%20LUH
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX08%2520LUH%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for GX08%20LUH: 0
2026-03-28 11:10:19 [bca.uk] INFO: Found listing with ID: LC59%20TXU
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC59%2520TXU%27 HTTP/1.1" 200 None
2026-03-28 11:10:19 [bca.uk] INFO: Scrape type for LC59%20TXU: 0
2026-03-28 11:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:10:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:10:29 [bca.uk] INFO: Total items found: 100
2026-03-28 11:10:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded
2026-03-28 11:10:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:10:29 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: LR57%20XYT
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR57%2520XYT%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for LR57%20XYT: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: BK14%20WCG
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520WCG%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for BK14%20WCG: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: SN13%20JLU
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520JLU%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for SN13%20JLU: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: FH68%20GOC
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520GOC%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for FH68%20GOC: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: MJ18%20TFA
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520TFA%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for MJ18%20TFA: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: AE69%20JHY
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520JHY%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for AE69%20JHY: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: AJ71%20VEF
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520VEF%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for AJ71%20VEF: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: BN22%20KRF
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520KRF%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for BN22%20KRF: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: CU22%20ZXR
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520ZXR%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for CU22%20ZXR: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: FD71%20JXN
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD71%2520JXN%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for FD71%20JXN: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: FH73%20MKE
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520MKE%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for FH73%20MKE: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: KE72%20LSK
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LSK%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for KE72%20LSK: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: N28%20CVL
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N28%2520CVL%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for N28%20CVL: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: NV19%20EUZ
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520EUZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for NV19%20EUZ: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: OV19%20VEK
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520VEK%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for OV19%20VEK: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: OV23%20GWX
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520GWX%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for OV23%20GWX: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: OY20%20RGO
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520RGO%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for OY20%20RGO: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: RJ70%20WKD
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520WKD%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for RJ70%20WKD: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: SJ21%20YDN
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520YDN%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for SJ21%20YDN: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: WR65%20VAA
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR65%2520VAA%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for WR65%20VAA: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: BF65%20UEM
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520UEM%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for BF65%20UEM: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: BK66%20UHO
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK66%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for BK66%20UHO: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: BN16%20NVM
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN16%2520NVM%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for BN16%20NVM: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: DF15%20DVU
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520DVU%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for DF15%20DVU: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: DS65%20TDO
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520TDO%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for DS65%20TDO: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: EK15%20BVP
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520BVP%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for EK15%20BVP: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: HJ67%20ZKN
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ67%2520ZKN%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for HJ67%20ZKN: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: LV14%20OLB
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520OLB%27 HTTP/1.1" 200 None
2026-03-28 11:10:29 [bca.uk] INFO: Scrape type for LV14%20OLB: 0
2026-03-28 11:10:29 [bca.uk] INFO: Found listing with ID: SY64%20TWV
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY64%2520TWV%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for SY64%20TWV: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: WN16%20YNB
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520YNB%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for WN16%20YNB: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: AF16%20VPJ
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520VPJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for AF16%20VPJ: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: AU16%20ZSX
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520ZSX%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for AU16%20ZSX: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: AF22%20UDK
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UDK%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for AF22%20UDK: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: AW21%20DVU
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AW21%2520DVU%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for AW21%20DVU: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: AY22%20JSZ
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY22%2520JSZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for AY22%20JSZ: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: BJ73%20XAY
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520XAY%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for BJ73%20XAY: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: BP72%20FTD
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520FTD%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for BP72%20FTD: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: BP72%20ZZO
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520ZZO%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for BP72%20ZZO: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: CV23%20KXX
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520KXX%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for CV23%20KXX: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: DE23%20JPO
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520JPO%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for DE23%20JPO: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: DG24%20FYS
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520FYS%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for DG24%20FYS: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: FJ21%20VJM
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ21%2520VJM%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for FJ21%20VJM: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: FJ71%20TZW
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ71%2520TZW%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for FJ71%20TZW: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: FN22%20LFB
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LFB%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for FN22%20LFB: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: GJ22%20RXN
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520RXN%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for GJ22%20RXN: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: GN73%20XFP
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN73%2520XFP%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for GN73%20XFP: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: GP21%20FTU
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520FTU%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for GP21%20FTU: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: GU23%20XLN
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XLN%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for GU23%20XLN: 0
2026-03-28 11:10:30 [bca.uk] INFO: Found listing with ID: GV71%20PYT
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV71%2520PYT%27 HTTP/1.1" 200 None
2026-03-28 11:10:30 [bca.uk] INFO: Scrape type for GV71%20PYT: 2
2026-03-28 11:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT
2026-03-28 11:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31de69ed-cb0c-5a26-8df8-038956215375 with scrape type 2
2026-03-28 11:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31de69ed-cb0c-5a26-8df8-038956215375 with scrape type 2
2026-03-28 11:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31de69ed-cb0c-5a26-8df8-038956215375, identifier: GV71%20PYT
2026-03-28 11:10:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT
2026-03-28 11:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT
2026-03-28 11:10:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31de69ed-cb0c-5a26-8df8-038956215375 with identifier: GV71%20PYT to the API
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=20&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV71%20PYT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '31de69ed-cb0c-5a26-8df8-038956215375',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV71 PYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV71%20PYT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 32850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18100,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC S',
 'vin': 'SALZA2AT7NH171130',
 'year': 2022}
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV71%2520PYT%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Saving data for GV71%20PYT: {'auction_closing_time': 1774854000.0, 'created_time': 1773837724.268671, 'last_price_update_time': 1774696231.575009}
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV71%2520PYT') HTTP/1.1" 204 0
2026-03-28 11:10:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: HF21%20UKM
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF21%2520UKM%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for HF21%20UKM: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: HK72%20LDL
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520LDL%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for HK72%20LDL: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: KR71%20YZK
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520YZK%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for KR71%20YZK: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LE21%20ONP
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE21%2520ONP%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LE21%20ONP: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LJ21%20ANZ
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ21%2520ANZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LJ21%20ANZ: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LJ22%20YNM
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520YNM%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LJ22%20YNM: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LL73%20PTZ
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520PTZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LL73%20PTZ: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LM72%20OEH
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520OEH%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LM72%20OEH: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LN22%20XRO
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN22%2520XRO%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LN22%20XRO: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LN23%20XRZ
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN23%2520XRZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LN23%20XRZ: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LR22%20SKZ
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520SKZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LR22%20SKZ: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LR22%20WDE
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520WDE%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LR22%20WDE: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LS21%20UXD
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520UXD%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LS21%20UXD: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LT24%20SPZ
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SPZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LT24%20SPZ: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: LY21%20FXP
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520FXP%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for LY21%20FXP: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: MA23%20LUR
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520LUR%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for MA23%20LUR: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: MA23%20UCM
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCM%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for MA23%20UCM: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: MF22%20THU
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520THU%27 HTTP/1.1" 200 None
2026-03-28 11:10:31 [bca.uk] INFO: Scrape type for MF22%20THU: 0
2026-03-28 11:10:31 [bca.uk] INFO: Found listing with ID: MF22%20UNL
2026-03-28 11:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520UNL%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MF22%20UNL: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: MJ21%20JYX
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520JYX%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MJ21%20JYX: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: MJ23%20GNK
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ23%2520GNK%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MJ23%20GNK: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: MJ24%20DYX
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520DYX%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MJ24%20DYX: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: MJ71%20NLT
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520NLT%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MJ71%20NLT: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: MV71%20KKN
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KKN%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MV71%20KKN: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: MW71%20XLP
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520XLP%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for MW71%20XLP: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: NC21%20FCD
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520FCD%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for NC21%20FCD: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: NG23%20VZA
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG23%2520VZA%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for NG23%20VZA: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: NL23%20SYE
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520SYE%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for NL23%20SYE: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: NL72%20VLB
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520VLB%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for NL72%20VLB: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: OE72%20JDU
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520JDU%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for OE72%20JDU: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: OV23%20CVP
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CVP%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for OV23%20CVP: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: OY25%20GNO
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GNO%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for OY25%20GNO: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: PE71%20XBG
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE71%2520XBG%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for PE71%20XBG: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: RF70%20EGV
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF70%2520EGV%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for RF70%20EGV: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: RV23%20WJK
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520WJK%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for RV23%20WJK: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: SG22%20ORL
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520ORL%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for SG22%20ORL: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: SM22%20NNB
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM22%2520NNB%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for SM22%20NNB: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: VO23%20NNV
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NNV%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for VO23%20NNV: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: WD24%20HDC
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD24%2520HDC%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for WD24%20HDC: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: WG72%20ORF
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520ORF%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for WG72%20ORF: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: WR71%20ZHH
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for WR71%20ZHH: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: WX23%20GXK
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX23%2520GXK%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for WX23%20GXK: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: YK22%20TBV
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520TBV%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for YK22%20TBV: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: YK22%20TEO
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520TEO%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for YK22%20TEO: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: YK72%20UPF
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520UPF%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for YK72%20UPF: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: YP72%20NTM
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520NTM%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for YP72%20NTM: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: YR72%20HSU
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520HSU%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for YR72%20HSU: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: YT72%20CDF
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520CDF%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for YT72%20CDF: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: KS14%20BJJ
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS14%2520BJJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for KS14%20BJJ: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: NA63%20LLX
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA63%2520LLX%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for NA63%20LLX: 0
2026-03-28 11:10:32 [bca.uk] INFO: Found listing with ID: WP59%20WKJ
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WKJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:32 [bca.uk] INFO: Scrape type for WP59%20WKJ: 0
2026-03-28 11:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:10:46 [bca.uk] INFO: Total items found: 100
2026-03-28 11:10:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded
2026-03-28 11:10:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:10:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: DU68%20ZPW
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520ZPW%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for DU68%20ZPW: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: FY60%20ZRJ
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY60%2520ZRJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for FY60%20ZRJ: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: WJ18%20YOH
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YOH%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for WJ18%20YOH: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: HX14%20FFC
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520FFC%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for HX14%20FFC: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: FP66%20XYT
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520XYT%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for FP66%20XYT: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: LC16%20YNE
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520YNE%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for LC16%20YNE: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: LR67%20EWJ
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520EWJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for LR67%20EWJ: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: RC54%20MON
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RC54%2520MON%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for RC54%20MON: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: YY16%20SEO
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520SEO%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for YY16%20SEO: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: DL15%20CXP
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL15%2520CXP%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for DL15%20CXP: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: DY64%20FEV
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY64%2520FEV%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for DY64%20FEV: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: ET17%20HVJ
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520HVJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for ET17%20HVJ: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: PE68%20XAZ
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520XAZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for PE68%20XAZ: 0
2026-03-28 11:10:46 [bca.uk] INFO: Found listing with ID: HG65%20AUR
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520AUR%27 HTTP/1.1" 200 None
2026-03-28 11:10:46 [bca.uk] INFO: Scrape type for HG65%20AUR: 2
2026-03-28 11:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR
2026-03-28 11:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9eeccc7-c90c-534b-a860-d13c401bb736 with scrape type 2
2026-03-28 11:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9eeccc7-c90c-534b-a860-d13c401bb736 with scrape type 2
2026-03-28 11:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9eeccc7-c90c-534b-a860-d13c401bb736, identifier: HG65%20AUR
2026-03-28 11:10:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR
2026-03-28 11:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR
2026-03-28 11:10:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9eeccc7-c90c-534b-a860-d13c401bb736 with identifier: HG65%20AUR to the API
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG65%20AUR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9eeccc7-c90c-534b-a860-d13c401bb736',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG65 AUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG65%20AUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 98422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 EXCITE',
 'vin': 'W0LPC6ED3FG102931',
 'year': 2015}
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520AUR%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Saving data for HG65%20AUR: {'auction_closing_time': 1774778400.0, 'created_time': 1774419061.371234, 'last_price_update_time': 1774696247.082399}
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG65%2520AUR') HTTP/1.1" 204 0
2026-03-28 11:10:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: NL14%20CZM
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520CZM%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for NL14%20CZM: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: SE14%20HLX
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE14%2520HLX%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for SE14%20HLX: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: SW15%20DBY
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW15%2520DBY%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for SW15%20DBY: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: VU64%20OMG
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU64%2520OMG%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for VU64%20OMG: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: YS64%20XOK
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XOK%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for YS64%20XOK: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: BG16%20WDZ
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG16%2520WDZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for BG16%20WDZ: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: G19%20CRV
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27G19%2520CRV%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for G19%20CRV: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: GY58%20YRU
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY58%2520YRU%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for GY58%20YRU: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: BX20%20OGT
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX20%2520OGT%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for BX20%20OGT: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: EA61%20YJB
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520YJB%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for EA61%20YJB: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: OY57%20WCL
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY57%2520WCL%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for OY57%20WCL: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: YE15%20JYC
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520JYC%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for YE15%20JYC: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: HT68%20DTX
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520DTX%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for HT68%20DTX: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: N4%20FHD
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N4%2520FHD%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for N4%20FHD: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: YC68%20JHG
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520JHG%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for YC68%20JHG: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: FG18%20YVH
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520YVH%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for FG18%20YVH: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: AH13%20NEY
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH13%2520NEY%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for AH13%20NEY: 0
2026-03-28 11:10:47 [bca.uk] INFO: Found listing with ID: VK14%20FOH
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520FOH%27 HTTP/1.1" 200 None
2026-03-28 11:10:47 [bca.uk] INFO: Scrape type for VK14%20FOH: 2
2026-03-28 11:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH
2026-03-28 11:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53746d5e-fdae-5e1c-9a63-6bad5724b128 with scrape type 2
2026-03-28 11:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53746d5e-fdae-5e1c-9a63-6bad5724b128 with scrape type 2
2026-03-28 11:10:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53746d5e-fdae-5e1c-9a63-6bad5724b128, identifier: VK14%20FOH
2026-03-28 11:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH
2026-03-28 11:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH
2026-03-28 11:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53746d5e-fdae-5e1c-9a63-6bad5724b128 with identifier: VK14%20FOH to the API
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK14%20FOH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53746d5e-fdae-5e1c-9a63-6bad5724b128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK14 FOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK14%20FOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 115065,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 170 DISTINCTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'TB M/AIR 170 DISTINCTIVE',
 'vin': 'ZAR94000007319412',
 'year': 2014}
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520FOH%27 HTTP/1.1" 200 None
2026-03-28 11:10:48 [bca.uk] INFO: Saving data for VK14%20FOH: {'auction_closing_time': 1774778400.0, 'created_time': 1774217228.141147, 'last_price_update_time': 1774696248.072785}
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK14%2520FOH') HTTP/1.1" 204 0
2026-03-28 11:10:48 [bca.uk] INFO: Found listing with ID: VU67%20YNN
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU67%2520YNN%27 HTTP/1.1" 200 None
2026-03-28 11:10:48 [bca.uk] INFO: Scrape type for VU67%20YNN: 2
2026-03-28 11:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN
2026-03-28 11:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with scrape type 2
2026-03-28 11:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with scrape type 2
2026-03-28 11:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f, identifier: VU67%20YNN
2026-03-28 11:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN
2026-03-28 11:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN
2026-03-28 11:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26f1d05f-0c7b-53f4-91d0-bd54595a4d3f with identifier: VU67%20YNN to the API
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU67%20YNN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26f1d05f-0c7b-53f4-91d0-bd54595a4d3f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU67 YNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU67%20YNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'VENGA',
 'odometer': 101080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA VENGA 1.6 3 ISG Hatchback',
 'transmission': 'manual',
 'trim': '3 ISG',
 'vin': 'U5YEH812LHL169294',
 'year': 2017}
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU67%2520YNN%27 HTTP/1.1" 200 None
2026-03-28 11:10:48 [bca.uk] INFO: Saving data for VU67%20YNN: {'auction_closing_time': 1774778400.0, 'created_time': 1774418772.123615, 'last_price_update_time': 1774696248.616629}
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU67%2520YNN') HTTP/1.1" 204 0
2026-03-28 11:10:48 [bca.uk] INFO: Found listing with ID: YK16%20YBE
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520YBE%27 HTTP/1.1" 200 None
2026-03-28 11:10:48 [bca.uk] INFO: Scrape type for YK16%20YBE: 0
2026-03-28 11:10:48 [bca.uk] INFO: Found listing with ID: YP15%20RXZ
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520RXZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:48 [bca.uk] INFO: Scrape type for YP15%20RXZ: 0
2026-03-28 11:10:48 [bca.uk] INFO: Found listing with ID: EK66%20XSM
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520XSM%27 HTTP/1.1" 200 None
2026-03-28 11:10:48 [bca.uk] INFO: Scrape type for EK66%20XSM: 2
2026-03-28 11:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM
2026-03-28 11:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with scrape type 2
2026-03-28 11:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with scrape type 2
2026-03-28 11:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42, identifier: EK66%20XSM
2026-03-28 11:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM
2026-03-28 11:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM
2026-03-28 11:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42 with identifier: EK66%20XSM to the API
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK66%20XSM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4a67ecc-fc0a-5ba7-a9e4-d2c4571e2f42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK66 XSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK66%20XSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 50918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 82 CHIC Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 CHIC',
 'vin': 'VF7SAHMZ6GW621269',
 'year': 2016}
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520XSM%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Saving data for EK66%20XSM: {'auction_closing_time': 1774778400.0, 'created_time': 1774418796.877735, 'last_price_update_time': 1774696249.114032}
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK66%2520XSM') HTTP/1.1" 204 0
2026-03-28 11:10:49 [bca.uk] INFO: Found listing with ID: GN65%20MLV
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520MLV%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Scrape type for GN65%20MLV: 2
2026-03-28 11:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV
2026-03-28 11:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 018eb27f-061f-5cfa-b757-8088c3545930 with scrape type 2
2026-03-28 11:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 018eb27f-061f-5cfa-b757-8088c3545930 with scrape type 2
2026-03-28 11:10:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 018eb27f-061f-5cfa-b757-8088c3545930, identifier: GN65%20MLV
2026-03-28 11:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV
2026-03-28 11:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV
2026-03-28 11:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 018eb27f-061f-5cfa-b757-8088c3545930 with identifier: GN65%20MLV to the API
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN65%20MLV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '018eb27f-061f-5cfa-b757-8088c3545930',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN65 MLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN65%20MLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 79910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 120 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 120 ZETEC',
 'vin': 'WF0JXXWPCJFT31623',
 'year': 2015}
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520MLV%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Saving data for GN65%20MLV: {'auction_closing_time': 1774778400.0, 'created_time': 1774418788.547214, 'last_price_update_time': 1774696249.623192}
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN65%2520MLV') HTTP/1.1" 204 0
2026-03-28 11:10:49 [bca.uk] INFO: Found listing with ID: HN16%20FEM
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520FEM%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Scrape type for HN16%20FEM: 0
2026-03-28 11:10:49 [bca.uk] INFO: Found listing with ID: NG14%20TWX
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG14%2520TWX%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Scrape type for NG14%20TWX: 0
2026-03-28 11:10:49 [bca.uk] INFO: Found listing with ID: OV16%20KRE
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV16%2520KRE%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Scrape type for OV16%20KRE: 0
2026-03-28 11:10:49 [bca.uk] INFO: Found listing with ID: PF16%20GYX
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF16%2520GYX%27 HTTP/1.1" 200 None
2026-03-28 11:10:49 [bca.uk] INFO: Scrape type for PF16%20GYX: 2
2026-03-28 11:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX
2026-03-28 11:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732b4768-609e-5bb7-adcb-a56b74e4348d with scrape type 2
2026-03-28 11:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732b4768-609e-5bb7-adcb-a56b74e4348d with scrape type 2
2026-03-28 11:10:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 732b4768-609e-5bb7-adcb-a56b74e4348d, identifier: PF16%20GYX
2026-03-28 11:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX
2026-03-28 11:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX
2026-03-28 11:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 732b4768-609e-5bb7-adcb-a56b74e4348d with identifier: PF16%20GYX to the API
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:10:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:10:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=21&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF16%20GYX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '732b4768-609e-5bb7-adcb-a56b74e4348d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF16 GYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF16%20GYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 82797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.6 BLUEHDI 120 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ELEGANCE',
 'vin': 'VF7NXBHZMGY534297',
 'year': 2016}
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF16%2520GYX%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Saving data for PF16%20GYX: {'auction_closing_time': 1774778400.0, 'created_time': 1774217065.297257, 'last_price_update_time': 1774696250.108911}
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF16%2520GYX') HTTP/1.1" 204 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: RE17%20OYR
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520OYR%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for RE17%20OYR: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: RO17%20UUB
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520UUB%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for RO17%20UUB: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: SB17%20NXA
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520NXA%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for SB17%20NXA: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: UIG%202744
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25202744%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for UIG%202744: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: VE17%20HYF
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE17%2520HYF%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for VE17%20HYF: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: AF64%20AWM
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520AWM%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for AF64%20AWM: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: AJ64%20PTU
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ64%2520PTU%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for AJ64%20PTU: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: DU64%20BVB
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for DU64%20BVB: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: VO63%20XSD
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO63%2520XSD%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for VO63%20XSD: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: FV13%20YPL
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520YPL%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for FV13%20YPL: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: KR63%20ZRG
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520ZRG%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for KR63%20ZRG: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: PY14%20EBA
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520EBA%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for PY14%20EBA: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: KT15%20GYV
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520GYV%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for KT15%20GYV: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: SG13%20UOY
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG13%2520UOY%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for SG13%20UOY: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: KU17%20ZLW
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520ZLW%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for KU17%20ZLW: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: KF68%20LCE
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF68%2520LCE%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for KF68%20LCE: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: EA18%20YDV
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520YDV%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for EA18%20YDV: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: OO67%20KEZ
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OO67%2520KEZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for OO67%20KEZ: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: RF68%20YKB
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520YKB%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for RF68%20YKB: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: GU65%20UKH
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU65%2520UKH%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for GU65%20UKH: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: KT67%20RDO
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT67%2520RDO%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for KT67%20RDO: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: LN16%20WFY
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN16%2520WFY%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for LN16%20WFY: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: SM70%20LKK
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM70%2520LKK%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for SM70%20LKK: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: AO65%20YFV
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520YFV%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for AO65%20YFV: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: BN67%20LSL
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520LSL%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for BN67%20LSL: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: AK60%20PLZ
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520PLZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for AK60%20PLZ: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: LT10%20XJA
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520XJA%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for LT10%20XJA: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: VN12%20XCH
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN12%2520XCH%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for VN12%20XCH: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: ML63%20NKT
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML63%2520NKT%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for ML63%20NKT: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: DC65%20VLJ
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520VLJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for DC65%20VLJ: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: DX68%20HXN
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520HXN%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for DX68%20HXN: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: RX56%20XOZ
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX56%2520XOZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for RX56%20XOZ: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: WR58%20YUW
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR58%2520YUW%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for WR58%20YUW: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: WA20%20YHO
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520YHO%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for WA20%20YHO: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: Y20%20RDE
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y20%2520RDE%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for Y20%20RDE: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: YA12%20PDK
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA12%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for YA12%20PDK: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: YJ63%20CVO
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520CVO%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for YJ63%20CVO: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: YP60%20UFT
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP60%2520UFT%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for YP60%20UFT: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: FV64%20UGS
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520UGS%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for FV64%20UGS: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: GJ62%20OWW
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520OWW%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for GJ62%20OWW: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: HD66%20AYV
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD66%2520AYV%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for HD66%20AYV: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: HX65%20VZY
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX65%2520VZY%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for HX65%20VZY: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: KN60%20UXA
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN60%2520UXA%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for KN60%20UXA: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: LC62%20ENO
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC62%2520ENO%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for LC62%20ENO: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: LS18%20GSV
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520GSV%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for LS18%20GSV: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: MV17%20GRK
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV17%2520GRK%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for MV17%20GRK: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: BG12%20YSA
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520YSA%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for BG12%20YSA: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: BJ59%20YSS
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ59%2520YSS%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for BJ59%20YSS: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: BP06%20UJK
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP06%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for BP06%20UJK: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: BV17%20NCY
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520NCY%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for BV17%20NCY: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: DE18%20HKD
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE18%2520HKD%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for DE18%20HKD: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: EA65%20ZCT
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA65%2520ZCT%27 HTTP/1.1" 200 None
2026-03-28 11:10:50 [bca.uk] INFO: Scrape type for EA65%20ZCT: 0
2026-03-28 11:10:50 [bca.uk] INFO: Found listing with ID: EX06%20UKK
2026-03-28 11:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX06%2520UKK%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for EX06%20UKK: 0
2026-03-28 11:10:51 [bca.uk] INFO: Found listing with ID: DG67%20VFW
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG67%2520VFW%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for DG67%20VFW: 0
2026-03-28 11:10:51 [bca.uk] INFO: Found listing with ID: FT12%20FXJ
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT12%2520FXJ%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for FT12%20FXJ: 0
2026-03-28 11:10:51 [bca.uk] INFO: Found listing with ID: RK63%20MWY
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK63%2520MWY%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for RK63%20MWY: 0
2026-03-28 11:10:51 [bca.uk] INFO: Found listing with ID: RV12%20MMU
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV12%2520MMU%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for RV12%20MMU: 0
2026-03-28 11:10:51 [bca.uk] INFO: Found listing with ID: AE63%20YYL
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520YYL%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for AE63%20YYL: 0
2026-03-28 11:10:51 [bca.uk] INFO: Found listing with ID: LC16%20NGZ
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520NGZ%27 HTTP/1.1" 200 None
2026-03-28 11:10:51 [bca.uk] INFO: Scrape type for LC16%20NGZ: 0
2026-03-28 11:11:10 [scrapy.extensions.logstats] INFO: Crawled 208 pages (at 3 pages/min), scraped 465 items (at 18 items/min)
2026-03-28 11:11:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:11:57 [bca.uk] INFO: Total items found: 100
2026-03-28 11:11:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded
2026-03-28 11:11:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:11:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: LN59%20YGP
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN59%2520YGP%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for LN59%20YGP: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: NC54%20KGO
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC54%2520KGO%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for NC54%20KGO: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: WD64%20EXR
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520EXR%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for WD64%20EXR: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: BN60%20OLC
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN60%2520OLC%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for BN60%20OLC: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: DA59%20JYT
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA59%2520JYT%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for DA59%20JYT: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: DN65%20HSO
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520HSO%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for DN65%20HSO: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: FE60%20VKH
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE60%2520VKH%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for FE60%20VKH: 0
2026-03-28 11:11:57 [bca.uk] INFO: Found listing with ID: GU14%20OGB
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520OGB%27 HTTP/1.1" 200 None
2026-03-28 11:11:57 [bca.uk] INFO: Scrape type for GU14%20OGB: 2
2026-03-28 11:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB
2026-03-28 11:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dbe8966-26d8-59e1-b9fb-18ce10289425 with scrape type 2
2026-03-28 11:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dbe8966-26d8-59e1-b9fb-18ce10289425 with scrape type 2
2026-03-28 11:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dbe8966-26d8-59e1-b9fb-18ce10289425, identifier: GU14%20OGB
2026-03-28 11:11:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:11:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB
2026-03-28 11:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB
2026-03-28 11:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dbe8966-26d8-59e1-b9fb-18ce10289425 with identifier: GU14%20OGB to the API
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:11:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU14%20OGB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4dbe8966-26d8-59e1-b9fb-18ce10289425',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU14 OGB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU14%20OGB&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VAUXHALL',
 'model': 'MERIVA',
 'odometer': 69835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MERIVA 1.6 CDTI 136 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': 'CDTI 136 EXCLUSIV',
 'vin': 'W0LSD9ES7E4153680',
 'year': 2014}
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520OGB%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Saving data for GU14%20OGB: {'auction_closing_time': 1774951200.0, 'created_time': 1773829050.096014, 'last_price_update_time': 1774696318.320064}
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU14%2520OGB') HTTP/1.1" 204 0
2026-03-28 11:11:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: VA16%20LRV
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA16%2520LRV%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for VA16%20LRV: 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: AO12%20GNP
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO12%2520GNP%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for AO12%20GNP: 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: BK64%20AOB
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520AOB%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for BK64%20AOB: 2
2026-03-28 11:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB
2026-03-28 11:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10fc625-992b-5f86-9bf1-f20fff7dea9b with scrape type 2
2026-03-28 11:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10fc625-992b-5f86-9bf1-f20fff7dea9b with scrape type 2
2026-03-28 11:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d10fc625-992b-5f86-9bf1-f20fff7dea9b, identifier: BK64%20AOB
2026-03-28 11:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB
2026-03-28 11:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB
2026-03-28 11:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d10fc625-992b-5f86-9bf1-f20fff7dea9b with identifier: BK64%20AOB to the API
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:11:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK64%20AOB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd10fc625-992b-5f86-9bf1-f20fff7dea9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK64 AOB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK64%20AOB&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 85885,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 DIG-S ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-S ACENTA PREMIUM',
 'vin': 'SJNTBAE12U1077599',
 'year': 2014}
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520AOB%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Saving data for BK64%20AOB: {'auction_closing_time': 1774951200.0, 'created_time': 1773933136.807833, 'last_price_update_time': 1774696318.886989}
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK64%2520AOB') HTTP/1.1" 204 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: DU67%20LVD
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520LVD%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for DU67%20LVD: 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: EK56%20PGO
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK56%2520PGO%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for EK56%20PGO: 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: EN59%20AMK
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN59%2520AMK%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for EN59%20AMK: 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: EY08%20YGX
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520YGX%27 HTTP/1.1" 200 None
2026-03-28 11:11:58 [bca.uk] INFO: Scrape type for EY08%20YGX: 0
2026-03-28 11:11:58 [bca.uk] INFO: Found listing with ID: LF61%20YNV
2026-03-28 11:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF61%2520YNV%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LF61%20YNV: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: LS06%20OUH
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS06%2520OUH%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LS06%20OUH: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: NU66%20PYW
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU66%2520PYW%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for NU66%20PYW: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: PE58%20NTM
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520NTM%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for PE58%20NTM: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: VN68%20KUJ
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KUJ%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for VN68%20KUJ: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: NL23%20SUU
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520SUU%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for NL23%20SUU: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: EU15%20YBM
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520YBM%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for EU15%20YBM: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: GK19%20YXX
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520YXX%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for GK19%20YXX: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: CV06%20ZKK
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV06%2520ZKK%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for CV06%20ZKK: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: GF57%20UHV
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF57%2520UHV%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for GF57%20UHV: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: BG08%20KAK
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG08%2520KAK%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for BG08%20KAK: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: YP58%20TBU
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP58%2520TBU%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for YP58%20TBU: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: HG07%20WOA
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG07%2520WOA%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for HG07%20WOA: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: KC57%20UUR
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC57%2520UUR%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for KC57%20UUR: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: KG05%20BVL
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KG05%2520BVL%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for KG05%20BVL: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: LA56%20LHG
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA56%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LA56%20LHG: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: LC05%20LHB
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC05%2520LHB%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LC05%20LHB: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: LG61%20WYL
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520WYL%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LG61%20WYL: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: LV13%20WFN
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520WFN%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LV13%20WFN: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: MJ61%20XRS
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520XRS%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for MJ61%20XRS: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: NA69%20XBT
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520XBT%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for NA69%20XBT: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: SD13%20SXO
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520SXO%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for SD13%20SXO: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: SG09%20FNU
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG09%2520FNU%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for SG09%20FNU: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: SM61%20URB
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM61%2520URB%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for SM61%20URB: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: VF07%20KYX
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF07%2520KYX%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for VF07%20KYX: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: WG63%20YYE
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG63%2520YYE%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for WG63%20YYE: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: WJ07%20XUC
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ07%2520XUC%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for WJ07%20XUC: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: DF14%20TKV
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520TKV%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for DF14%20TKV: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: DU16%20VYC
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU16%2520VYC%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for DU16%20VYC: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: EJ14%20VDR
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ14%2520VDR%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for EJ14%20VDR: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: GJ61%20FMC
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ61%2520FMC%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for GJ61%20FMC: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: GU64%20NXK
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU64%2520NXK%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for GU64%20NXK: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: HD07%20EZL
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD07%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for HD07%20EZL: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: FP17%20UOB
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520UOB%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for FP17%20UOB: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: RY56%20RNF
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY56%2520RNF%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for RY56%20RNF: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: VK23%20RVT
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520RVT%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for VK23%20RVT: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: FV59%20MFZ
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV59%2520MFZ%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for FV59%20MFZ: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: GX63%20OJP
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX63%2520OJP%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for GX63%20OJP: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: KS58%20OPT
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520OPT%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for KS58%20OPT: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: LM62%20GWZ
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM62%2520GWZ%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for LM62%20GWZ: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: MJ62%20EOL
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ62%2520EOL%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for MJ62%20EOL: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: NJ60%20NMX
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520NMX%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for NJ60%20NMX: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: SH18%20GZJ
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520GZJ%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for SH18%20GZJ: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: AC59%20DAC
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AC59%2520DAC%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for AC59%20DAC: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: FD63%20KVK
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520KVK%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for FD63%20KVK: 0
2026-03-28 11:11:59 [bca.uk] INFO: Found listing with ID: FL72%20ZHH
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520ZHH%27 HTTP/1.1" 200 None
2026-03-28 11:11:59 [bca.uk] INFO: Scrape type for FL72%20ZHH: 2
2026-03-28 11:11:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH
2026-03-28 11:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdddea0f-e5d5-597d-b832-d85eb21e4f82 with scrape type 2
2026-03-28 11:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdddea0f-e5d5-597d-b832-d85eb21e4f82 with scrape type 2
2026-03-28 11:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdddea0f-e5d5-597d-b832-d85eb21e4f82, identifier: FL72%20ZHH
2026-03-28 11:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH
2026-03-28 11:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH
2026-03-28 11:12:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdddea0f-e5d5-597d-b832-d85eb21e4f82 with identifier: FL72%20ZHH to the API
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=22&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL72%20ZHH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bdddea0f-e5d5-597d-b832-d85eb21e4f82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL72 ZHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL72%20ZHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 18499,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 MPI 80 SE COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 80 SE COMFORT',
 'vin': 'TMBFE6PJ6P4009690',
 'year': 2022}
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520ZHH%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Saving data for FL72%20ZHH: {'auction_closing_time': 1774951200.0, 'created_time': 1773844487.492502, 'last_price_update_time': 1774696320.362217}
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL72%2520ZHH') HTTP/1.1" 204 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: BJ66%20NYU
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520NYU%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for BJ66%20NYU: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: SW13%20EBX
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW13%2520EBX%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for SW13%20EBX: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: VN66%20YVE
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520YVE%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for VN66%20YVE: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: SH57%20NLP
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH57%2520NLP%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for SH57%20NLP: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: FD69%20ZHX
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520ZHX%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for FD69%20ZHX: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: EK57%20YWZ
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK57%2520YWZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for EK57%20YWZ: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: PF67%20ENX
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF67%2520ENX%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for PF67%20ENX: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: WP14%20FBF
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520FBF%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for WP14%20FBF: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: WT16%20KKB
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520KKB%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for WT16%20KKB: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YB66%20CAV
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520CAV%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YB66%20CAV: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YP61%20WOR
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP61%2520WOR%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YP61%20WOR: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YX14%20ORY
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520ORY%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YX14%20ORY: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: SY10%20OOD
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY10%2520OOD%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for SY10%20OOD: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: FY62%20VGM
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY62%2520VGM%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for FY62%20VGM: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: SH09%20CPE
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH09%2520CPE%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for SH09%20CPE: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: SV60%20MXJ
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV60%2520MXJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for SV60%20MXJ: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: FH10%20OZN
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH10%2520OZN%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for FH10%20OZN: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: NX67%20XBD
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX67%2520XBD%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for NX67%20XBD: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: FV17%20ZVH
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520ZVH%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for FV17%20ZVH: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: NX14%20ZHM
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for NX14%20ZHM: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: PJ16%20CME
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ16%2520CME%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for PJ16%20CME: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: FY09%20CJO
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY09%2520CJO%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for FY09%20CJO: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YS09%20GUK
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS09%2520GUK%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YS09%20GUK: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YM24%20JBU
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM24%2520JBU%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YM24%20JBU: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YG17%20ONF
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520ONF%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YG17%20ONF: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: YH61%20SGV
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520SGV%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for YH61%20SGV: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: DN58%20UWL
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN58%2520UWL%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for DN58%20UWL: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: NJ09%20OGF
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ09%2520OGF%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for NJ09%20OGF: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: PK12%20TXL
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520TXL%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for PK12%20TXL: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: PX08%20GWJ
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX08%2520GWJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for PX08%20GWJ: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: RF12%20FYR
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF12%2520FYR%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for RF12%20FYR: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: WG19%20UHJ
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520UHJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for WG19%20UHJ: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: WP62%20XYU
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520XYU%27 HTTP/1.1" 200 None
2026-03-28 11:12:00 [bca.uk] INFO: Scrape type for WP62%20XYU: 0
2026-03-28 11:12:00 [bca.uk] INFO: Found listing with ID: GK60%20RPO
2026-03-28 11:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK60%2520RPO%27 HTTP/1.1" 200 None
2026-03-28 11:12:01 [bca.uk] INFO: Scrape type for GK60%20RPO: 0
2026-03-28 11:12:01 [bca.uk] INFO: Found listing with ID: PL73%20JNF
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520JNF%27 HTTP/1.1" 200 None
2026-03-28 11:12:01 [bca.uk] INFO: Scrape type for PL73%20JNF: 0
2026-03-28 11:12:01 [bca.uk] INFO: Found listing with ID: SL58%20KKF
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL58%2520KKF%27 HTTP/1.1" 200 None
2026-03-28 11:12:01 [bca.uk] INFO: Scrape type for SL58%20KKF: 0
2026-03-28 11:12:01 [bca.uk] INFO: Found listing with ID: RO22%20NRL
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NRL%27 HTTP/1.1" 200 None
2026-03-28 11:12:01 [bca.uk] INFO: Scrape type for RO22%20NRL: 0
2026-03-28 11:12:01 [bca.uk] INFO: Found listing with ID: FG65%20XLO
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520XLO%27 HTTP/1.1" 200 None
2026-03-28 11:12:01 [bca.uk] INFO: Scrape type for FG65%20XLO: 0
2026-03-28 11:12:01 [bca.uk] INFO: Found listing with ID: FG68%20DDA
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520DDA%27 HTTP/1.1" 200 None
2026-03-28 11:12:01 [bca.uk] INFO: Scrape type for FG68%20DDA: 0
2026-03-28 11:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:05 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded
2026-03-28 11:12:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:05 [bca.uk] INFO: Found listing with ID: FJ14%20YWV
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ14%2520YWV%27 HTTP/1.1" 200 None
2026-03-28 11:12:05 [bca.uk] INFO: Scrape type for FJ14%20YWV: 0
2026-03-28 11:12:05 [bca.uk] INFO: Found listing with ID: KN19%20TJW
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN19%2520TJW%27 HTTP/1.1" 200 None
2026-03-28 11:12:05 [bca.uk] INFO: Scrape type for KN19%20TJW: 2
2026-03-28 11:12:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW
2026-03-28 11:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with scrape type 2
2026-03-28 11:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with scrape type 2
2026-03-28 11:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53a6d89f-9b82-5a91-95d3-5453b16c6a66, identifier: KN19%20TJW
2026-03-28 11:12:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW
2026-03-28 11:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW
2026-03-28 11:12:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53a6d89f-9b82-5a91-95d3-5453b16c6a66 with identifier: KN19%20TJW to the API
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN19%20TJW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53a6d89f-9b82-5a91-95d3-5453b16c6a66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN19 TJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN19%20TJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 46391,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 150 GT DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 GT DSG',
 'vin': 'WVWZZZAUZKP589627',
 'year': 2019}
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN19%2520TJW%27 HTTP/1.1" 200 None
2026-03-28 11:12:05 [bca.uk] INFO: Saving data for KN19%20TJW: {'auction_closing_time': 1774951200.0, 'created_time': 1774045375.39546, 'last_price_update_time': 1774696325.802656}
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN19%2520TJW') HTTP/1.1" 204 0
2026-03-28 11:12:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:05 [bca.uk] INFO: Found listing with ID: SP12%20XJU
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP12%2520XJU%27 HTTP/1.1" 200 None
2026-03-28 11:12:05 [bca.uk] INFO: Scrape type for SP12%20XJU: 2
2026-03-28 11:12:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU
2026-03-28 11:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with scrape type 2
2026-03-28 11:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with scrape type 2
2026-03-28 11:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9, identifier: SP12%20XJU
2026-03-28 11:12:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU
2026-03-28 11:12:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU
2026-03-28 11:12:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9 with identifier: SP12%20XJU to the API
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP12%20XJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c13f4245-2d4b-5b73-bc93-40e7c4cb7ee9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP12 XJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP12%20XJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 132585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'MDHFBUK13U0110011',
 'year': 2012}
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP12%2520XJU%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Saving data for SP12%20XJU: {'auction_closing_time': 1774951200.0, 'created_time': 1773932213.686087, 'last_price_update_time': 1774696326.370427}
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP12%2520XJU') HTTP/1.1" 204 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: SW15%20NYA
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW15%2520NYA%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for SW15%20NYA: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: Y676%20PLE
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y676%2520PLE%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for Y676%20PLE: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: DG13%20DVZ
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520DVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for DG13%20DVZ: 2
2026-03-28 11:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ
2026-03-28 11:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7914db67-da20-5b10-8337-4618d537ab9b with scrape type 2
2026-03-28 11:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7914db67-da20-5b10-8337-4618d537ab9b with scrape type 2
2026-03-28 11:12:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7914db67-da20-5b10-8337-4618d537ab9b, identifier: DG13%20DVZ
2026-03-28 11:12:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ
2026-03-28 11:12:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ
2026-03-28 11:12:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7914db67-da20-5b10-8337-4618d537ab9b with identifier: DG13%20DVZ to the API
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG13%20DVZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7914db67-da20-5b10-8337-4618d537ab9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG13 DVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG13%20DVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MITSUBISHI',
 'model': 'ASX',
 'odometer': 246338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI ASX 1.6 2 CLEARTEC Estate',
 'transmission': 'manual',
 'trim': '2 CLEARTEC',
 'vin': 'JMAXNGA1WCZ000673',
 'year': 2013}
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520DVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Saving data for DG13%20DVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774045371.647714, 'last_price_update_time': 1774696326.87522}
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG13%2520DVZ') HTTP/1.1" 204 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: DL67%20NKJ
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520NKJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for DL67%20NKJ: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: NL12%20MVO
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520MVO%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for NL12%20MVO: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: GV68%20ULZ
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520ULZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for GV68%20ULZ: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: RJ22%20EBZ
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520EBZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for RJ22%20EBZ: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: DX16%20RWJ
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520RWJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:06 [bca.uk] INFO: Scrape type for DX16%20RWJ: 0
2026-03-28 11:12:06 [bca.uk] INFO: Found listing with ID: EY64%20EXD
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY64%2520EXD%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for EY64%20EXD: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: KS64%20PHK
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS64%2520PHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for KS64%20PHK: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: BF08%20UUE
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF08%2520UUE%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for BF08%20UUE: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: EK59%20ZHH
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK59%2520ZHH%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for EK59%20ZHH: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: EN62%20ZKT
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN62%2520ZKT%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for EN62%20ZKT: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: LS14%20SFJ
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS14%2520SFJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for LS14%20SFJ: 2
2026-03-28 11:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ
2026-03-28 11:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bbdaa88-e122-557e-a178-19393606b75c with scrape type 2
2026-03-28 11:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bbdaa88-e122-557e-a178-19393606b75c with scrape type 2
2026-03-28 11:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bbdaa88-e122-557e-a178-19393606b75c, identifier: LS14%20SFJ
2026-03-28 11:12:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ
2026-03-28 11:12:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ
2026-03-28 11:12:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bbdaa88-e122-557e-a178-19393606b75c with identifier: LS14%20SFJ to the API
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS14%20SFJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bbdaa88-e122-557e-a178-19393606b75c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS14 SFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS14%20SFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 53102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J173661',
 'year': 2014}
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS14%2520SFJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Saving data for LS14%20SFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773844273.015875, 'last_price_update_time': 1774696327.523909}
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS14%2520SFJ') HTTP/1.1" 204 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: LS54%20SVP
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS54%2520SVP%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for LS54%20SVP: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: LT11%20NGE
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT11%2520NGE%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for LT11%20NGE: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: LX12%20APO
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX12%2520APO%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for LX12%20APO: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: M60%20MSU
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M60%2520MSU%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for M60%20MSU: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: MJ10%20HPE
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ10%2520HPE%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for MJ10%20HPE: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: MK14%20VLE
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK14%2520VLE%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for MK14%20VLE: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: NL61%20FOD
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520FOD%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for NL61%20FOD: 0
2026-03-28 11:12:07 [bca.uk] INFO: Found listing with ID: RJ17%20SVK
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520SVK%27 HTTP/1.1" 200 None
2026-03-28 11:12:07 [bca.uk] INFO: Scrape type for RJ17%20SVK: 2
2026-03-28 11:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK
2026-03-28 11:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with scrape type 2
2026-03-28 11:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with scrape type 2
2026-03-28 11:12:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f, identifier: RJ17%20SVK
2026-03-28 11:12:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK
2026-03-28 11:12:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK
2026-03-28 11:12:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18acdfb1-07cc-5e2f-a941-a6dbe4762f6f with identifier: RJ17%20SVK to the API
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ17%20SVK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '18acdfb1-07cc-5e2f-a941-a6dbe4762f6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ17 SVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ17%20SVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 84813,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 LIMITED ED.',
 'vin': 'W0L0XEP08H6086497',
 'year': 2017}
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520SVK%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Saving data for RJ17%20SVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774045333.473042, 'last_price_update_time': 1774696328.263912}
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ17%2520SVK') HTTP/1.1" 204 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: SP13%20VCL
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520VCL%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for SP13%20VCL: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: VE16%20FUD
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520FUD%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for VE16%20FUD: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: BD16%20ZNJ
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520ZNJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for BD16%20ZNJ: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: BN63%20JDF
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN63%2520JDF%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for BN63%20JDF: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: DU12%20AXD
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU12%2520AXD%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for DU12%20AXD: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: EA19%20FCD
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA19%2520FCD%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for EA19%20FCD: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: GU62%20WMM
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520WMM%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for GU62%20WMM: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: GY14%20KTD
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520KTD%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for GY14%20KTD: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: KF05%20WVN
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF05%2520WVN%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for KF05%20WVN: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: LN11%20SXC
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN11%2520SXC%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for LN11%20SXC: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: SK13%20SOC
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520SOC%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for SK13%20SOC: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: WK14%20WOD
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520WOD%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for WK14%20WOD: 0
2026-03-28 11:12:08 [bca.uk] INFO: Found listing with ID: DL64%20MPX
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520MPX%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Scrape type for DL64%20MPX: 2
2026-03-28 11:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX
2026-03-28 11:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bc7619d-b97c-5380-a235-2eedae1023ce with scrape type 2
2026-03-28 11:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bc7619d-b97c-5380-a235-2eedae1023ce with scrape type 2
2026-03-28 11:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bc7619d-b97c-5380-a235-2eedae1023ce, identifier: DL64%20MPX
2026-03-28 11:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX
2026-03-28 11:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX
2026-03-28 11:12:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bc7619d-b97c-5380-a235-2eedae1023ce with identifier: DL64%20MPX to the API
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=23&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL64%20MPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bc7619d-b97c-5380-a235-2eedae1023ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL64 MPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL64%20MPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 38152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT SXI Hatchback',
 'transmission': 'manual',
 'trim': 'VVT SXI',
 'vin': 'W0L0SDL08E6120488',
 'year': 2015}
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520MPX%27 HTTP/1.1" 200 None
2026-03-28 11:12:08 [bca.uk] INFO: Saving data for DL64%20MPX: {'auction_closing_time': 1774951200.0, 'created_time': 1773930359.056099, 'last_price_update_time': 1774696328.950383}
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL64%2520MPX') HTTP/1.1" 204 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: SF16%20SMW
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520SMW%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for SF16%20SMW: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: AF66%20XYX
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF66%2520XYX%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for AF66%20XYX: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CK15%20YEG
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520YEG%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CK15%20YEG: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: EX14%20FSZ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520FSZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for EX14%20FSZ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: FE65%20UJU
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520UJU%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for FE65%20UJU: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: HK15%20VKT
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520VKT%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for HK15%20VKT: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: KV57%20GEK
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV57%2520GEK%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for KV57%20GEK: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: KY65%20TBU
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520TBU%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for KY65%20TBU: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: N13%20GWM
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N13%2520GWM%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for N13%20GWM: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: PL14%20HJK
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL14%2520HJK%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for PL14%20HJK: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: VE65%20YLT
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE65%2520YLT%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for VE65%20YLT: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: WG62%20WDW
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520WDW%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for WG62%20WDW: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: WU05%20WWZ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU05%2520WWZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for WU05%20WWZ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: AV17%20OEJ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520OEJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for AV17%20OEJ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CA62%20PRV
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA62%2520PRV%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CA62%20PRV: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CK18%20EYV
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520EYV%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CK18%20EYV: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CU65%20MXK
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU65%2520MXK%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CU65%20MXK: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CV58%20YNE
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV58%2520YNE%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CV58%20YNE: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CV64%20HRP
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HRP%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CV64%20HRP: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: DG64%20SWO
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SWO%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for DG64%20SWO: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: DN14%20GKA
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN14%2520GKA%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for DN14%20GKA: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: DN62%20GZL
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520GZL%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for DN62%20GZL: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: DN67%20DUH
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN67%2520DUH%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for DN67%20DUH: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: BC18%20CLU
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520CLU%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for BC18%20CLU: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: HF16%20FLG
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF16%2520FLG%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for HF16%20FLG: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: AD56%20DJY
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD56%2520DJY%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for AD56%20DJY: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: CE05%20VFX
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE05%2520VFX%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for CE05%20VFX: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: FR12%20PKZ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR12%2520PKZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for FR12%20PKZ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: LR04%20NYG
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR04%2520NYG%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for LR04%20NYG: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: EN15%20YTY
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN15%2520YTY%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for EN15%20YTY: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: SJ07%20LJK
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ07%2520LJK%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for SJ07%20LJK: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: WG11%20KFJ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520KFJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for WG11%20KFJ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: WK59%20VGD
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK59%2520VGD%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for WK59%20VGD: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: WK61%20THG
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK61%2520THG%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for WK61%20THG: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: WV64%20PJX
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV64%2520PJX%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for WV64%20PJX: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: YE10%20LCX
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE10%2520LCX%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for YE10%20LCX: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: BR53%20NNR
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR53%2520NNR%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for BR53%20NNR: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: DK10%20USC
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520USC%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for DK10%20USC: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: GY60%20KSU
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY60%2520KSU%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for GY60%20KSU: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: LR61%20CGG
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR61%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for LR61%20CGG: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: MA17%20EEJ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520EEJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for MA17%20EEJ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: NA10%20FLB
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA10%2520FLB%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for NA10%20FLB: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: RJ13%20ABV
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520ABV%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for RJ13%20ABV: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: KN71%20FCZ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520FCZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for KN71%20FCZ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: KN71%20FFC
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520FFC%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for KN71%20FFC: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: KN71%20FHS
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520FHS%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for KN71%20FHS: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: FE64%20FHS
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE64%2520FHS%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for FE64%20FHS: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: PY64%20DMO
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY64%2520DMO%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for PY64%20DMO: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: DV13%20YRE
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520YRE%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for DV13%20YRE: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: GF59%20YWE
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF59%2520YWE%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for GF59%20YWE: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: ND15%20CVZ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND15%2520CVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:09 [bca.uk] INFO: Scrape type for ND15%20CVZ: 0
2026-03-28 11:12:09 [bca.uk] INFO: Found listing with ID: YP17%20FUJ
2026-03-28 11:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP17%2520FUJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for YP17%20FUJ: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: YS17%20LHG
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for YS17%20LHG: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: FV67%20NKF
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520NKF%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for FV67%20NKF: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: KN67%20KNP
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN67%2520KNP%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for KN67%20KNP: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: LD66%20AWC
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520AWC%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for LD66%20AWC: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: OU64%20WSZ
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520WSZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for OU64%20WSZ: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: DA03%20RYT
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA03%2520RYT%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for DA03%20RYT: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: HK60%20FNC
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK60%2520FNC%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for HK60%20FNC: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: LG03%20ZTW
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG03%2520ZTW%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for LG03%20ZTW: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: SM57%20UMV
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM57%2520UMV%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for SM57%20UMV: 0
2026-03-28 11:12:10 [bca.uk] INFO: Found listing with ID: VA12%20NWM
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA12%2520NWM%27 HTTP/1.1" 200 None
2026-03-28 11:12:10 [bca.uk] INFO: Scrape type for VA12%20NWM: 0
2026-03-28 11:12:10 [scrapy.extensions.logstats] INFO: Crawled 210 pages (at 2 pages/min), scraped 474 items (at 9 items/min)
2026-03-28 11:12:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:18 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded
2026-03-28 11:12:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: VE61%20YSX
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE61%2520YSX%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for VE61%20YSX: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: WF11%20YRA
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF11%2520YRA%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for WF11%20YRA: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: WP12%20KFK
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP12%2520KFK%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for WP12%20KFK: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: WU58%20MYB
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU58%2520MYB%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for WU58%20MYB: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: KP61%20YTC
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP61%2520YTC%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for KP61%20YTC: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: KR58%20KAE
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR58%2520KAE%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for KR58%20KAE: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: KV57%20OHT
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV57%2520OHT%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for KV57%20OHT: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: KY12%20OTH
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520OTH%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for KY12%20OTH: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: LC08%20BYV
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC08%2520BYV%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for LC08%20BYV: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: LC69%20YNW
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520YNW%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for LC69%20YNW: 0
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: LD62%20FVN
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD62%2520FVN%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for LD62%20FVN: 2
2026-03-28 11:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN
2026-03-28 11:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217b8cd7-79f8-5ae1-8695-27d133a488f9 with scrape type 2
2026-03-28 11:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217b8cd7-79f8-5ae1-8695-27d133a488f9 with scrape type 2
2026-03-28 11:12:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 217b8cd7-79f8-5ae1-8695-27d133a488f9, identifier: LD62%20FVN
2026-03-28 11:12:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN
2026-03-28 11:12:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN
2026-03-28 11:12:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 217b8cd7-79f8-5ae1-8695-27d133a488f9 with identifier: LD62%20FVN to the API
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD62%20FVN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '217b8cd7-79f8-5ae1-8695-27d133a488f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD62 FVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD62%20FVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 140883,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 CRDI 126 E/D 3 Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 126 E/D 3',
 'vin': 'U5YHN516LDL036686',
 'year': 2012}
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD62%2520FVN%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Saving data for LD62%20FVN: {'auction_closing_time': 1774951200.0, 'created_time': 1774045352.707732, 'last_price_update_time': 1774696338.870753}
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD62%2520FVN') HTTP/1.1" 204 0
2026-03-28 11:12:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:18 [bca.uk] INFO: Found listing with ID: MC65%20YPK
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC65%2520YPK%27 HTTP/1.1" 200 None
2026-03-28 11:12:18 [bca.uk] INFO: Scrape type for MC65%20YPK: 2
2026-03-28 11:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK
2026-03-28 11:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with scrape type 2
2026-03-28 11:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with scrape type 2
2026-03-28 11:12:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff, identifier: MC65%20YPK
2026-03-28 11:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK
2026-03-28 11:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK
2026-03-28 11:12:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9dd2926-7cad-5d6f-84b9-65f6d8f0ebff with identifier: MC65%20YPK to the API
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC65%20YPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9dd2926-7cad-5d6f-84b9-65f6d8f0ebff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC65 YPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC65%20YPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 119674,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 BLUEHDI 120 ACTIVE Estate',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ACTIVE',
 'vin': 'VF3LCBHZHGS012510',
 'year': 2016}
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC65%2520YPK%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Saving data for MC65%20YPK: {'auction_closing_time': 1774951200.0, 'created_time': 1774044928.50141, 'last_price_update_time': 1774696339.431868}
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC65%2520YPK') HTTP/1.1" 204 0
2026-03-28 11:12:19 [bca.uk] INFO: Found listing with ID: MV59%20ZYR
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520ZYR%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Scrape type for MV59%20ZYR: 0
2026-03-28 11:12:19 [bca.uk] INFO: Found listing with ID: RJ61%20VZV
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ61%2520VZV%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Scrape type for RJ61%20VZV: 0
2026-03-28 11:12:19 [bca.uk] INFO: Found listing with ID: RO09%20DFE
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520DFE%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Scrape type for RO09%20DFE: 2
2026-03-28 11:12:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE
2026-03-28 11:12:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with scrape type 2
2026-03-28 11:12:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with scrape type 2
2026-03-28 11:12:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b, identifier: RO09%20DFE
2026-03-28 11:12:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE
2026-03-28 11:12:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE
2026-03-28 11:12:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e96cf45-ed2d-573c-aec1-2e69dcc0422b with identifier: RO09%20DFE to the API
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO09%20DFE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1e96cf45-ed2d-573c-aec1-2e69dcc0422b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO09 DFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO09%20DFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 102035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 2.0 CDI SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'CDI SPORT',
 'vin': 'WDD2452072J426785',
 'year': 2009}
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520DFE%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Saving data for RO09%20DFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774044888.186751, 'last_price_update_time': 1774696339.897435}
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO09%2520DFE') HTTP/1.1" 204 0
2026-03-28 11:12:19 [bca.uk] INFO: Found listing with ID: DV67%20ZNZ
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Scrape type for DV67%20ZNZ: 0
2026-03-28 11:12:19 [bca.uk] INFO: Found listing with ID: EA09%20NJX
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA09%2520NJX%27 HTTP/1.1" 200 None
2026-03-28 11:12:19 [bca.uk] INFO: Scrape type for EA09%20NJX: 2
2026-03-28 11:12:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX
2026-03-28 11:12:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07eff343-34a6-53eb-817b-f13af9b157a5 with scrape type 2
2026-03-28 11:12:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07eff343-34a6-53eb-817b-f13af9b157a5 with scrape type 2
2026-03-28 11:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07eff343-34a6-53eb-817b-f13af9b157a5, identifier: EA09%20NJX
2026-03-28 11:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX
2026-03-28 11:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX
2026-03-28 11:12:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07eff343-34a6-53eb-817b-f13af9b157a5 with identifier: EA09%20NJX to the API
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA09%20NJX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07eff343-34a6-53eb-817b-f13af9b157a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA09 NJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA09%20NJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 67971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 STUDIO Hatchback',
 'transmission': 'manual',
 'trim': 'STUDIO',
 'vin': 'WF0UXXLTRU9U34839',
 'year': 2009}
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA09%2520NJX%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Saving data for EA09%20NJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774426245.212413, 'last_price_update_time': 1774696340.414438}
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA09%2520NJX') HTTP/1.1" 204 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: EY13%20EWC
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY13%2520EWC%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for EY13%20EWC: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: GF13%20ZSN
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520ZSN%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for GF13%20ZSN: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: GK62%20SWZ
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520SWZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for GK62%20SWZ: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: GV68%20SRZ
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for GV68%20SRZ: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: HG58%20ENY
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG58%2520ENY%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for HG58%20ENY: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: KN65%20XDZ
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520XDZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for KN65%20XDZ: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: KO18%20FFN
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520FFN%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for KO18%20FFN: 0
2026-03-28 11:12:20 [bca.uk] INFO: Found listing with ID: KP11%20KHM
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP11%2520KHM%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Scrape type for KP11%20KHM: 2
2026-03-28 11:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM
2026-03-28 11:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cba1122-a55c-51d4-825e-e4210ebe690e with scrape type 2
2026-03-28 11:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cba1122-a55c-51d4-825e-e4210ebe690e with scrape type 2
2026-03-28 11:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cba1122-a55c-51d4-825e-e4210ebe690e, identifier: KP11%20KHM
2026-03-28 11:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM
2026-03-28 11:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM
2026-03-28 11:12:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cba1122-a55c-51d4-825e-e4210ebe690e with identifier: KP11%20KHM to the API
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP11%20KHM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cba1122-a55c-51d4-825e-e4210ebe690e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP11 KHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP11%20KHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 142598,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 GT-L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 140 GT-L DSG',
 'vin': 'WVWZZZ1KZBW268947',
 'year': 2011}
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP11%2520KHM%27 HTTP/1.1" 200 None
2026-03-28 11:12:20 [bca.uk] INFO: Saving data for KP11%20KHM: {'auction_closing_time': 1774951200.0, 'created_time': 1774426244.324788, 'last_price_update_time': 1774696340.976514}
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP11%2520KHM') HTTP/1.1" 204 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: FY11%20XAM
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY11%2520XAM%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for FY11%20XAM: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: PN13%20LJJ
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN13%2520LJJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for PN13%20LJJ: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: DC17%20JYO
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC17%2520JYO%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for DC17%20JYO: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: DEZ%20175
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DEZ%2520175%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for DEZ%20175: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: KS66%20ZSY
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS66%2520ZSY%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for KS66%20ZSY: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: MW12%20RYG
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW12%2520RYG%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for MW12%20RYG: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: SM11%20WBL
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM11%2520WBL%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for SM11%20WBL: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: YP62%20EVF
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520EVF%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for YP62%20EVF: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: YR66%20CZW
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for YR66%20CZW: 2
2026-03-28 11:12:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW
2026-03-28 11:12:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 022fec73-6288-5b89-858a-5c891710f2d0 with scrape type 2
2026-03-28 11:12:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 022fec73-6288-5b89-858a-5c891710f2d0 with scrape type 2
2026-03-28 11:12:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 022fec73-6288-5b89-858a-5c891710f2d0, identifier: YR66%20CZW
2026-03-28 11:12:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW
2026-03-28 11:12:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW
2026-03-28 11:12:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 022fec73-6288-5b89-858a-5c891710f2d0 with identifier: YR66%20CZW to the API
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR66%20CZW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '022fec73-6288-5b89-858a-5c891710f2d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR66 CZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR66%20CZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 55435,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.2 TSI 90 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'VSSZZZ6JZHR030716',
 'year': 2016}
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Saving data for YR66%20CZW: {'auction_closing_time': 1774951200.0, 'created_time': 1773908504.653908, 'last_price_update_time': 1774696341.722352}
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR66%2520CZW') HTTP/1.1" 204 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: DU11%20KVT
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520KVT%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for DU11%20KVT: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: KY64%20PXG
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520PXG%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for KY64%20PXG: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: LN66%20SHZ
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520SHZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for LN66%20SHZ: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: MA13%20NFL
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA13%2520NFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for MA13%20NFL: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: NJ60%20SXP
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520SXP%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for NJ60%20SXP: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: SH10%20BVC
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH10%2520BVC%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for SH10%20BVC: 0
2026-03-28 11:12:21 [bca.uk] INFO: Found listing with ID: SJ14%20NOF
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ14%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:12:21 [bca.uk] INFO: Scrape type for SJ14%20NOF: 2
2026-03-28 11:12:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF
2026-03-28 11:12:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12bee4e7-6696-5574-a6b3-6702bdeda16c with scrape type 2
2026-03-28 11:12:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12bee4e7-6696-5574-a6b3-6702bdeda16c with scrape type 2
2026-03-28 11:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12bee4e7-6696-5574-a6b3-6702bdeda16c, identifier: SJ14%20NOF
2026-03-28 11:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF
2026-03-28 11:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF
2026-03-28 11:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12bee4e7-6696-5574-a6b3-6702bdeda16c with identifier: SJ14%20NOF to the API
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ14%20NOF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12bee4e7-6696-5574-a6b3-6702bdeda16c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ14 NOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ14%20NOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 112876,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'N-TEC',
 'vin': 'SJNFBAF15U6497641',
 'year': 2014}
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ14%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Saving data for SJ14%20NOF: {'auction_closing_time': 1774951200.0, 'created_time': 1773844245.714606, 'last_price_update_time': 1774696342.319815}
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ14%2520NOF') HTTP/1.1" 204 0
2026-03-28 11:12:22 [bca.uk] INFO: Found listing with ID: SJ65%20XUT
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ65%2520XUT%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Scrape type for SJ65%20XUT: 0
2026-03-28 11:12:22 [bca.uk] INFO: Found listing with ID: KJ18%20SXG
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520SXG%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Scrape type for KJ18%20SXG: 0
2026-03-28 11:12:22 [bca.uk] INFO: Found listing with ID: LJ64%20UMR
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ64%2520UMR%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Scrape type for LJ64%20UMR: 0
2026-03-28 11:12:22 [bca.uk] INFO: Found listing with ID: LV13%20EXZ
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV13%2520EXZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Scrape type for LV13%20EXZ: 0
2026-03-28 11:12:22 [bca.uk] INFO: Found listing with ID: NA15%20UTV
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520UTV%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Scrape type for NA15%20UTV: 0
2026-03-28 11:12:22 [bca.uk] INFO: Found listing with ID: OU64%20WOH
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520WOH%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Scrape type for OU64%20WOH: 2
2026-03-28 11:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH
2026-03-28 11:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with scrape type 2
2026-03-28 11:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with scrape type 2
2026-03-28 11:12:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d, identifier: OU64%20WOH
2026-03-28 11:12:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH
2026-03-28 11:12:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH
2026-03-28 11:12:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3e134f3-21a7-52bc-98d8-5d8dfd45f72d with identifier: OU64%20WOH to the API
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=24&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU64%20WOH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3e134f3-21a7-52bc-98d8-5d8dfd45f72d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU64 WOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU64%20WOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 30652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTI TOUCH Hatchback',
 'transmission': 'manual',
 'trim': 'VTI TOUCH',
 'vin': 'VF7PSCFBBER511243',
 'year': 2014}
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520WOH%27 HTTP/1.1" 200 None
2026-03-28 11:12:22 [bca.uk] INFO: Saving data for OU64%20WOH: {'auction_closing_time': 1774951200.0, 'created_time': 1773837586.458496, 'last_price_update_time': 1774696342.997552}
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU64%2520WOH') HTTP/1.1" 204 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: EK13%20RKJ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK13%2520RKJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for EK13%20RKJ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: EO60%20LVJ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520LVJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for EO60%20LVJ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: ET15%20LNC
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET15%2520LNC%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for ET15%20LNC: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: PN09%20VVK
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN09%2520VVK%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for PN09%20VVK: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: YJ69%20DTA
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520DTA%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for YJ69%20DTA: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: AJ73%20DVM
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520DVM%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for AJ73%20DVM: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SF68%20RVN
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF68%2520RVN%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SF68%20RVN: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SG22%20VOH
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520VOH%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SG22%20VOH: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SG22%20VPC
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520VPC%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SG22%20VPC: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: FE18%20XLP
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE18%2520XLP%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for FE18%20XLP: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: BU67%20XKN
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU67%2520XKN%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for BU67%20XKN: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SA21%20LUT
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520LUT%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SA21%20LUT: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SB15%20HFS
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520HFS%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SB15%20HFS: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SB64%20ARZ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520ARZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SB64%20ARZ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SB71%20XEU
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520XEU%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SB71%20XEU: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SC23%20RKV
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC23%2520RKV%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SC23%20RKV: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SG17%20YRD
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520YRD%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SG17%20YRD: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SH16%20TWD
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520TWD%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SH16%20TWD: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SJ72%20JEO
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520JEO%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SJ72%20JEO: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SN22%20OPG
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN22%2520OPG%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SN22%20OPG: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SP72%20PWY
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP72%2520PWY%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SP72%20PWY: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: VK21%20WLP
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520WLP%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for VK21%20WLP: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: YF19%20FJL
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520FJL%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for YF19%20FJL: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: YL17%20EWF
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520EWF%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for YL17%20EWF: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: AJ13%20LKF
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ13%2520LKF%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for AJ13%20LKF: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: LB14%20KBJ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB14%2520KBJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for LB14%20KBJ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: AF23%20ELH
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520ELH%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for AF23%20ELH: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: AJ72%20GVR
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520GVR%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for AJ72%20GVR: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: AV73%20UYJ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV73%2520UYJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for AV73%20UYJ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: BG72%20DUH
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520DUH%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for BG72%20DUH: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: CJ71%20KAA
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520KAA%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for CJ71%20KAA: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: FV24%20VKM
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520VKM%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for FV24%20VKM: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: FV71%20XER
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520XER%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for FV71%20XER: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: GN23%20XUZ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN23%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for GN23%20XUZ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: KN23%20ZSZ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for KN23%20ZSZ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: KP72%20XUH
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520XUH%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for KP72%20XUH: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: LL72%20GLZ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520GLZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for LL72%20GLZ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: LO23%20MLK
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for LO23%20MLK: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: LR22%20HKP
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HKP%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for LR22%20HKP: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: MA23%20LXR
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520LXR%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for MA23%20LXR: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: MA23%20OOJ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520OOJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for MA23%20OOJ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: MW72%20XOK
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW72%2520XOK%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for MW72%20XOK: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: NG72%20DVV
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520DVV%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for NG72%20DVV: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: OY22%20XCS
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520XCS%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for OY22%20XCS: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: RY24%20YBA
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY24%2520YBA%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for RY24%20YBA: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SJ23%20YZX
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ23%2520YZX%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SJ23%20YZX: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: WA25%20UHX
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA25%2520UHX%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for WA25%20UHX: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: WU23%20ESO
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520ESO%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for WU23%20ESO: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: WX67%20WPZ
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX67%2520WPZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for WX67%20WPZ: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: AP71%20GFY
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520GFY%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for AP71%20GFY: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: RJ68%20ECE
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ68%2520ECE%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for RJ68%20ECE: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: WR21%20YPP
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR21%2520YPP%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for WR21%20YPP: 0
2026-03-28 11:12:23 [bca.uk] INFO: Found listing with ID: SN68%20GKV
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520GKV%27 HTTP/1.1" 200 None
2026-03-28 11:12:23 [bca.uk] INFO: Scrape type for SN68%20GKV: 0
2026-03-28 11:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:24 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded
2026-03-28 11:12:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:24 [bca.uk] INFO: Found listing with ID: BG70%20NZK
2026-03-28 11:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520NZK%27 HTTP/1.1" 200 None
2026-03-28 11:12:24 [bca.uk] INFO: Scrape type for BG70%20NZK: 0
2026-03-28 11:12:24 [bca.uk] INFO: Found listing with ID: FG70%20HJC
2026-03-28 11:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520HJC%27 HTTP/1.1" 200 None
2026-03-28 11:12:24 [bca.uk] INFO: Scrape type for FG70%20HJC: 0
2026-03-28 11:12:24 [bca.uk] INFO: Found listing with ID: LY74%20OPG
2026-03-28 11:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY74%2520OPG%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LY74%20OPG: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: VO70%20KWG
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520KWG%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for VO70%20KWG: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: WG71%20LHX
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520LHX%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for WG71%20LHX: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: YD73%20JXJ
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD73%2520JXJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for YD73%20JXJ: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: YL69%20VRJ
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520VRJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for YL69%20VRJ: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: CP23%20PXJ
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP23%2520PXJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for CP23%20PXJ: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: DP72%20HJG
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP72%2520HJG%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for DP72%20HJG: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LV72%20OEZ
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OEZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LV72%20OEZ: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: RJ22%20XKS
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520XKS%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for RJ22%20XKS: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: RN19%20HSK
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN19%2520HSK%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for RN19%20HSK: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: RX72%20KTV
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520KTV%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for RX72%20KTV: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: VE25%20AFN
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE25%2520AFN%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for VE25%20AFN: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: VN25%20RXF
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520RXF%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for VN25%20RXF: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: VN25%20ZZD
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520ZZD%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for VN25%20ZZD: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: VN25%20ZZV
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN25%2520ZZV%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for VN25%20ZZV: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: YC25%20WVA
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WVA%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for YC25%20WVA: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: AX72%20KBF
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBF%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for AX72%20KBF: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: BT72%20GFG
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520GFG%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for BT72%20GFG: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: DL73%20KXW
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXW%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for DL73%20KXW: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: DV24%20BYX
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520BYX%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for DV24%20BYX: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: DV24%20CFM
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520CFM%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for DV24%20CFM: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: DV24%20JSU
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JSU%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for DV24%20JSU: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: GM23%20LHE
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHE%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for GM23%20LHE: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: GM23%20LHG
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for GM23%20LHG: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: GV74%20XKX
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520XKX%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for GV74%20XKX: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: GY24%20TWL
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY24%2520TWL%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for GY24%20TWL: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: KE23%20CUC
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520CUC%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for KE23%20CUC: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: KE73%20YZH
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520YZH%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for KE73%20YZH: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: KF73%20AUY
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AUY%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for KF73%20AUY: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: KF73%20CXE
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CXE%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for KF73%20CXE: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: KJ23%20NMA
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ23%2520NMA%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for KJ23%20NMA: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: KK23%20BVW
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVW%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for KK23%20BVW: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LL74%20DYY
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYY%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LL74%20DYY: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LN24%20PYB
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PYB%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LN24%20PYB: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LN24%20RHA
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LN24%20RHA: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LN24%20RNF
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RNF%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LN24%20RNF: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LN24%20RVF
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVF%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LN24%20RVF: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LO74%20XZE
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520XZE%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LO74%20XZE: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LP73%20DKN
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520DKN%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LP73%20DKN: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: LT22%20VLG
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for LT22%20VLG: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: MA24%20FLV
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLV%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for MA24%20FLV: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: MA24%20FSV
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FSV%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for MA24%20FSV: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: ME73%20NHC
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520NHC%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for ME73%20NHC: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: MJ74%20HDD
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDD%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for MJ74%20HDD: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: MW74%20DFF
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DFF%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for MW74%20DFF: 0
2026-03-28 11:12:25 [bca.uk] INFO: Found listing with ID: MW74%20DLO
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DLO%27 HTTP/1.1" 200 None
2026-03-28 11:12:25 [bca.uk] INFO: Scrape type for MW74%20DLO: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: MW74%20NRL
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NRL%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for MW74%20NRL: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: RX73%20KSU
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX73%2520KSU%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for RX73%20KSU: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: WM72%20RXO
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520RXO%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for WM72%20RXO: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: WO72%20BWL
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520BWL%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for WO72%20BWL: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: WP74%20CWK
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CWK%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for WP74%20CWK: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: WV74%20OCH
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for WV74%20OCH: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: YF23%20UOA
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UOA%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for YF23%20UOA: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: YY73%20XEC
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XEC%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for YY73%20XEC: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: YY73%20XHZ
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for YY73%20XHZ: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: YY73%20XJD
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJD%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for YY73%20XJD: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: CP18%20SYV
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520SYV%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for CP18%20SYV: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: KX68%20NDF
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX68%2520NDF%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for KX68%20NDF: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: ML18%20ZLN
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520ZLN%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for ML18%20ZLN: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: OY18%20CXR
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY18%2520CXR%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for OY18%20CXR: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: PX67%20WMY
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520WMY%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for PX67%20WMY: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: SV14%20XST
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520XST%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for SV14%20XST: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: SW69%20PGF
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520PGF%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for SW69%20PGF: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: EO17%20NNT
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520NNT%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for EO17%20NNT: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: GB67%20HRV
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GB67%2520HRV%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for GB67%20HRV: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: KV68%20XLU
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520XLU%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for KV68%20XLU: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: LC22%20KRD
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520KRD%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for LC22%20KRD: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: LC72%20DHL
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520DHL%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for LC72%20DHL: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: LL70%20FHT
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520FHT%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for LL70%20FHT: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: LV24%20JUC
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV24%2520JUC%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for LV24%20JUC: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: OE68%20UGJ
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520UGJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for OE68%20UGJ: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: SE70%20BUP
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE70%2520BUP%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for SE70%20BUP: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: YC17%20ZWS
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520ZWS%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for YC17%20ZWS: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: BD71%20ZCE
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520ZCE%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for BD71%20ZCE: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: GD15%20SPU
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD15%2520SPU%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for GD15%20SPU: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: GD17%20BZC
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520BZC%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for GD17%20BZC: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: KN69%20EOF
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN69%2520EOF%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for KN69%20EOF: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: BV68%20BNK
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520BNK%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for BV68%20BNK: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: DU25%20CDO
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU25%2520CDO%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for DU25%20CDO: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: CA14%20HKM
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA14%2520HKM%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for CA14%20HKM: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: EA71%20ATN
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520ATN%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for EA71%20ATN: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: EA73%20HHR
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA73%2520HHR%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for EA73%20HHR: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: EN68%20RVC
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520RVC%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for EN68%20RVC: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: EX23%20AYH
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520AYH%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for EX23%20AYH: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: EY72%20LOD
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY72%2520LOD%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for EY72%20LOD: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: HG69%20EAF
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520EAF%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for HG69%20EAF: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: KC21%20RYZ
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC21%2520RYZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for KC21%20RYZ: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: KF24%20OBP
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF24%2520OBP%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for KF24%20OBP: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: LS22%20FOV
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520FOV%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for LS22%20FOV: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: LX22%20NPA
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520NPA%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for LX22%20NPA: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: MP65%20PHA
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP65%2520PHA%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for MP65%20PHA: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: WP72%20LTT
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520LTT%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for WP72%20LTT: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: BG74%20HTT
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520HTT%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for BG74%20HTT: 0
2026-03-28 11:12:26 [bca.uk] INFO: Found listing with ID: AF22%20VPJ
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:26 [bca.uk] INFO: Scrape type for AF22%20VPJ: 2
2026-03-28 11:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ
2026-03-28 11:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f888771b-3a0e-5543-b765-f02ae507d964 with scrape type 2
2026-03-28 11:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f888771b-3a0e-5543-b765-f02ae507d964 with scrape type 2
2026-03-28 11:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f888771b-3a0e-5543-b765-f02ae507d964, identifier: AF22%20VPJ
2026-03-28 11:12:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ
2026-03-28 11:12:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ
2026-03-28 11:12:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f888771b-3a0e-5543-b765-f02ae507d964 with identifier: AF22%20VPJ to the API
2026-03-28 11:12:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=25&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20VPJ-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f888771b-3a0e-5543-b765-f02ae507d964',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 VPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20VPJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 46542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN8PH180567',
 'year': 2022}
2026-03-28 11:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520VPJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:27 [bca.uk] INFO: Saving data for AF22%20VPJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774016666.615821, 'last_price_update_time': 1774696347.910771}
2026-03-28 11:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520VPJ') HTTP/1.1" 204 0
2026-03-28 11:12:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:28 [bca.uk] INFO: Found listing with ID: LD21%20WJN
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520WJN%27 HTTP/1.1" 200 None
2026-03-28 11:12:28 [bca.uk] INFO: Scrape type for LD21%20WJN: 0
2026-03-28 11:12:28 [bca.uk] INFO: Found listing with ID: BL72%20XBS
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520XBS%27 HTTP/1.1" 200 None
2026-03-28 11:12:28 [bca.uk] INFO: Scrape type for BL72%20XBS: 0
2026-03-28 11:12:28 [bca.uk] INFO: Found listing with ID: BV22%20KKH
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV22%2520KKH%27 HTTP/1.1" 200 None
2026-03-28 11:12:28 [bca.uk] INFO: Scrape type for BV22%20KKH: 0
2026-03-28 11:12:28 [bca.uk] INFO: Found listing with ID: CN22%20XKK
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520XKK%27 HTTP/1.1" 200 None
2026-03-28 11:12:28 [bca.uk] INFO: Scrape type for CN22%20XKK: 0
2026-03-28 11:12:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:30 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded
2026-03-28 11:12:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:30 [bca.uk] INFO: Found listing with ID: DY22%20HSD
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HSD%27 HTTP/1.1" 200 None
2026-03-28 11:12:30 [bca.uk] INFO: Scrape type for DY22%20HSD: 0
2026-03-28 11:12:30 [bca.uk] INFO: Found listing with ID: JL22%20JRL
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL22%2520JRL%27 HTTP/1.1" 200 None
2026-03-28 11:12:30 [bca.uk] INFO: Scrape type for JL22%20JRL: 0
2026-03-28 11:12:30 [bca.uk] INFO: Found listing with ID: NV19%20ZTT
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520ZTT%27 HTTP/1.1" 200 None
2026-03-28 11:12:30 [bca.uk] INFO: Scrape type for NV19%20ZTT: 0
2026-03-28 11:12:30 [bca.uk] INFO: Found listing with ID: OE23%20NVT
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520NVT%27 HTTP/1.1" 200 None
2026-03-28 11:12:30 [bca.uk] INFO: Scrape type for OE23%20NVT: 0
2026-03-28 11:12:30 [bca.uk] INFO: Found listing with ID: OW72%20ESG
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520ESG%27 HTTP/1.1" 200 None
2026-03-28 11:12:30 [bca.uk] INFO: Scrape type for OW72%20ESG: 0
2026-03-28 11:12:30 [bca.uk] INFO: Found listing with ID: PY23%20MYL
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-28 11:12:30 [bca.uk] INFO: Scrape type for PY23%20MYL: 2
2026-03-28 11:12:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL
2026-03-28 11:12:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f37c483-3992-59bb-b203-fc857863f16a with scrape type 2
2026-03-28 11:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f37c483-3992-59bb-b203-fc857863f16a with scrape type 2
2026-03-28 11:12:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f37c483-3992-59bb-b203-fc857863f16a, identifier: PY23%20MYL
2026-03-28 11:12:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL
2026-03-28 11:12:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL
2026-03-28 11:12:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f37c483-3992-59bb-b203-fc857863f16a with identifier: PY23%20MYL to the API
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY23%20MYL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0f37c483-3992-59bb-b203-fc857863f16a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PY23 MYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY23%20MYL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 26895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL',
 'vin': 'VNKKBAC320A304785',
 'year': 2023}
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY23%2520MYL%27 HTTP/1.1" 200 None
2026-03-28 11:12:31 [bca.uk] INFO: Saving data for PY23%20MYL: {'auction_closing_time': 1774854000.0, 'created_time': 1774339323.453847, 'last_price_update_time': 1774696351.398454}
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY23%2520MYL') HTTP/1.1" 204 0
2026-03-28 11:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:31 [bca.uk] INFO: Found listing with ID: SL72%20LLG
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520LLG%27 HTTP/1.1" 200 None
2026-03-28 11:12:31 [bca.uk] INFO: Scrape type for SL72%20LLG: 0
2026-03-28 11:12:31 [bca.uk] INFO: Found listing with ID: WN69%20OMC
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520OMC%27 HTTP/1.1" 200 None
2026-03-28 11:12:31 [bca.uk] INFO: Scrape type for WN69%20OMC: 0
2026-03-28 11:12:31 [bca.uk] INFO: Found listing with ID: WP71%20XJM
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJM%27 HTTP/1.1" 200 None
2026-03-28 11:12:31 [bca.uk] INFO: Scrape type for WP71%20XJM: 2
2026-03-28 11:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM
2026-03-28 11:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb94a9c-c8a5-5937-b0ae-440e3307a036 with scrape type 2
2026-03-28 11:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb94a9c-c8a5-5937-b0ae-440e3307a036 with scrape type 2
2026-03-28 11:12:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb94a9c-c8a5-5937-b0ae-440e3307a036, identifier: WP71%20XJM
2026-03-28 11:12:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM
2026-03-28 11:12:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM
2026-03-28 11:12:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb94a9c-c8a5-5937-b0ae-440e3307a036 with identifier: WP71%20XJM to the API
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ebb94a9c-c8a5-5937-b0ae-440e3307a036',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 21466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000X68514866',
 'year': 2021}
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJM%27 HTTP/1.1" 200 None
2026-03-28 11:12:31 [bca.uk] INFO: Saving data for WP71%20XJM: {'auction_closing_time': 1774854000.0, 'created_time': 1774339322.155273, 'last_price_update_time': 1774696351.953012}
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJM') HTTP/1.1" 204 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: WR72%20NFL
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for WR72%20NFL: 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: WV23%20VRE
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520VRE%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for WV23%20VRE: 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: WV71%20SYU
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYU%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for WV71%20SYU: 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: YR22%20XOS
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520XOS%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for YR22%20XOS: 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: CE73%20GNO
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GNO%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for CE73%20GNO: 2
2026-03-28 11:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO
2026-03-28 11:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66491506-46bf-544c-8b06-27c194f14a45 with scrape type 2
2026-03-28 11:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66491506-46bf-544c-8b06-27c194f14a45 with scrape type 2
2026-03-28 11:12:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66491506-46bf-544c-8b06-27c194f14a45, identifier: CE73%20GNO
2026-03-28 11:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO
2026-03-28 11:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO
2026-03-28 11:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66491506-46bf-544c-8b06-27c194f14a45 with identifier: CE73%20GNO to the API
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE73%20GNO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66491506-46bf-544c-8b06-27c194f14a45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE73 GNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE73%20GNO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 22900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 150 LIFE DSG',
 'vin': 'WVGZZZA1ZPV739188',
 'year': 2023}
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GNO%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Saving data for CE73%20GNO: {'auction_closing_time': 1774854000.0, 'created_time': 1774339338.827496, 'last_price_update_time': 1774696352.592103}
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE73%2520GNO') HTTP/1.1" 204 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: HJ72%20LSK
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LSK%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for HJ72%20LSK: 0
2026-03-28 11:12:32 [bca.uk] INFO: Found listing with ID: HJ73%20NVZ
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:32 [bca.uk] INFO: Scrape type for HJ73%20NVZ: 2
2026-03-28 11:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ
2026-03-28 11:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with scrape type 2
2026-03-28 11:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with scrape type 2
2026-03-28 11:12:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c02a768-7471-5bce-a979-4dedc6f2d5d4, identifier: HJ73%20NVZ
2026-03-28 11:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ
2026-03-28 11:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ
2026-03-28 11:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c02a768-7471-5bce-a979-4dedc6f2d5d4 with identifier: HJ73%20NVZ to the API
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ73%20NVZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c02a768-7471-5bce-a979-4dedc6f2d5d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ73 NVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ73%20NVZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 21886,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 35 TFSI SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZF51PA068393',
 'year': 2023}
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Saving data for HJ73%20NVZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774339283.317317, 'last_price_update_time': 1774696353.092688}
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520NVZ') HTTP/1.1" 204 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: KN22%20FCJ
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520FCJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for KN22%20FCJ: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: SL69%20ZSR
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520ZSR%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for SL69%20ZSR: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: VE69%20TZS
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE69%2520TZS%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for VE69%20TZS: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: WR72%20NFF
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520NFF%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for WR72%20NFF: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: YJ23%20GJR
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ23%2520GJR%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for YJ23%20GJR: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: YL22%20LFZ
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL22%2520LFZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for YL22%20LFZ: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: EO72%20JXN
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520JXN%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for EO72%20JXN: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: LV75%20ODE
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV75%2520ODE%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for LV75%20ODE: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: SN71%20LRF
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520LRF%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for SN71%20LRF: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: SO21%20GWZ
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GWZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for SO21%20GWZ: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: YA71%20PSU
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PSU%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for YA71%20PSU: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: BP72%20FJN
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520FJN%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for BP72%20FJN: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: BT72%20MWN
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520MWN%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for BT72%20MWN: 2
2026-03-28 11:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 322d86d0-16dd-5f29-8ed4-3407abbb2129 with identifier: BT72%20MWN
2026-03-28 11:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 322d86d0-16dd-5f29-8ed4-3407abbb2129 with scrape type 2
2026-03-28 11:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 322d86d0-16dd-5f29-8ed4-3407abbb2129 with scrape type 2
2026-03-28 11:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 322d86d0-16dd-5f29-8ed4-3407abbb2129, identifier: BT72%20MWN
2026-03-28 11:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 322d86d0-16dd-5f29-8ed4-3407abbb2129 with identifier: BT72%20MWN
2026-03-28 11:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 322d86d0-16dd-5f29-8ed4-3407abbb2129 with identifier: BT72%20MWN
2026-03-28 11:12:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 322d86d0-16dd-5f29-8ed4-3407abbb2129 with identifier: BT72%20MWN to the API
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=26&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT72%20MWN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '322d86d0-16dd-5f29-8ed4-3407abbb2129',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT72 MWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT72%20MWN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 31997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E URBAN ED.(5ST)',
 'vin': 'SALCA2AT8PH325613',
 'year': 2023}
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520MWN%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Saving data for BT72%20MWN: {'auction_closing_time': 1774854000.0, 'created_time': 1773929212.133284, 'last_price_update_time': 1774696353.790865}
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520MWN') HTTP/1.1" 204 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: WA19%20NEN
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520NEN%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for WA19%20NEN: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: YH14%20LRL
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520LRL%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for YH14%20LRL: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: BU22%20TFA
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520TFA%27 HTTP/1.1" 200 None
2026-03-28 11:12:33 [bca.uk] INFO: Scrape type for BU22%20TFA: 0
2026-03-28 11:12:33 [bca.uk] INFO: Found listing with ID: FN24%20SBO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN24%2520SBO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for FN24%20SBO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: GV72%20KDZ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520KDZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for GV72%20KDZ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: HV22%20ZSJ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for HV22%20ZSJ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: HV72%20WUX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520WUX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for HV72%20WUX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: LR21%20YCX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520YCX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for LR21%20YCX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: MF23%20CZG
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF23%2520CZG%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for MF23%20CZG: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: OV23%20CWD
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CWD%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for OV23%20CWD: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: RA73%20DWD
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520DWD%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for RA73%20DWD: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: RY73%20CVE
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CVE%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for RY73%20CVE: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: YG22%20UMR
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UMR%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for YG22%20UMR: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: YM74%20WVO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520WVO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for YM74%20WVO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: ME21%20CKL
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520CKL%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for ME21%20CKL: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: RE22%20NXV
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520NXV%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for RE22%20NXV: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: KR71%20ZNS
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZNS%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for KR71%20ZNS: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: YF66%20KXE
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF66%2520KXE%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for YF66%20KXE: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: BN20%20EGF
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520EGF%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for BN20%20EGF: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: PK15%20OTH
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520OTH%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for PK15%20OTH: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: PJ10%20BZK
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ10%2520BZK%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for PJ10%20BZK: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: RF18%20AEK
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF18%2520AEK%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for RF18%20AEK: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: SN61%20GDO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN61%2520GDO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for SN61%20GDO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: WP72%20FXD
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520FXD%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for WP72%20FXD: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: WA11%20CDO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA11%2520CDO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for WA11%20CDO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: ET21%20SCO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520SCO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for ET21%20SCO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: LO21%20XVZ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520XVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for LO21%20XVZ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: BJ68%20NTY
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520NTY%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for BJ68%20NTY: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: BV23%20GXM
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520GXM%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for BV23%20GXM: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: FX22%20TVJ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520TVJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for FX22%20TVJ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: LC68%20DRX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520DRX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for LC68%20DRX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: RK70%20GYB
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520GYB%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for RK70%20GYB: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: RV22%20XFF
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XFF%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for RV22%20XFF: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: MK68%20BWN
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWN%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for MK68%20BWN: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: OY18%20OXG
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY18%2520OXG%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for OY18%20OXG: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: PK22%20WPW
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK22%2520WPW%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for PK22%20WPW: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: YT22%20AHN
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520AHN%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for YT22%20AHN: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: KT18%20NNJ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520NNJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for KT18%20NNJ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: SW16%20LHX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW16%2520LHX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for SW16%20LHX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: BC22%20HLN
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HLN%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for BC22%20HLN: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: C12%20OLL
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12%2520OLL%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for C12%20OLL: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: DY68%20VKP
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520VKP%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for DY68%20VKP: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: NA22%20COJ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520COJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for NA22%20COJ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: NX69%20MFO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520MFO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for NX69%20MFO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: SG71%20XJD
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520XJD%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for SG71%20XJD: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: SW22%20JBO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW22%2520JBO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for SW22%20JBO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: KS20%20GNF
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520GNF%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for KS20%20GNF: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: KV68%20FFL
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520FFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for KV68%20FFL: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: MA22%20UZX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520UZX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for MA22%20UZX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: OV69%20ZYX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520ZYX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for OV69%20ZYX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: YF72%20SCZ
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520SCZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for YF72%20SCZ: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: LM22%20ZTO
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520ZTO%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for LM22%20ZTO: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: KS21%20FGU
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520FGU%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for KS21%20FGU: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: LF68%20HUV
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520HUV%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for LF68%20HUV: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: KW18%20DWX
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520DWX%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for KW18%20DWX: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: LR19%20NCU
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520NCU%27 HTTP/1.1" 200 None
2026-03-28 11:12:34 [bca.uk] INFO: Scrape type for LR19%20NCU: 0
2026-03-28 11:12:34 [bca.uk] INFO: Found listing with ID: WF70%20FSN
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520FSN%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for WF70%20FSN: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: DK20%20WOA
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK20%2520WOA%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for DK20%20WOA: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: ET19%20WKG
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520WKG%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for ET19%20WKG: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: TFZ%20699
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TFZ%2520699%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for TFZ%20699: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: FP67%20UMG
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520UMG%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for FP67%20UMG: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: FE66%20AWZ
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE66%2520AWZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for FE66%20AWZ: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: DY66%20WHN
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY66%2520WHN%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for DY66%20WHN: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: AJ14%20YHZ
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ14%2520YHZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for AJ14%20YHZ: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: AX15%20DXW
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520DXW%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for AX15%20DXW: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: FY69%20XBU
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520XBU%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for FY69%20XBU: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: PK15%20OCD
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520OCD%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for PK15%20OCD: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: DN71%20VHK
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520VHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for DN71%20VHK: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: SB12%20OSV
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB12%2520OSV%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for SB12%20OSV: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: GD14%20WOR
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD14%2520WOR%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for GD14%20WOR: 0
2026-03-28 11:12:35 [bca.uk] INFO: Found listing with ID: HJ67%20FFE
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ67%2520FFE%27 HTTP/1.1" 200 None
2026-03-28 11:12:35 [bca.uk] INFO: Scrape type for HJ67%20FFE: 0
2026-03-28 11:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:37 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded
2026-03-28 11:12:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: HK19%20RSV
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520RSV%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for HK19%20RSV: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: EX12%20HXL
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520HXL%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for EX12%20HXL: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: GK19%20NSO
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520NSO%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for GK19%20NSO: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: WD70%20HZX
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520HZX%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for WD70%20HZX: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: FL68%20LDZ
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520LDZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for FL68%20LDZ: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: EK71%20XHH
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520XHH%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for EK71%20XHH: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: LK71%20MTX
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520MTX%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for LK71%20MTX: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: EF16%20YTX
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF16%2520YTX%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for EF16%20YTX: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: BF71%20NFL
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF71%2520NFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for BF71%20NFL: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: CJ19%20WVD
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520WVD%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for CJ19%20WVD: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: KM25%20GXC
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520GXC%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for KM25%20GXC: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: YC18%20JNL
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC18%2520JNL%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for YC18%20JNL: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: DO19%20LPJ
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DO19%2520LPJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for DO19%20LPJ: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: BN16%20KWU
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN16%2520KWU%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for BN16%20KWU: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: EY19%20WCL
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WCL%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for EY19%20WCL: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: NL64%20UCU
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520UCU%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for NL64%20UCU: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: FB19%20XFJ
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520XFJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for FB19%20XFJ: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: DK24%20YOC
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520YOC%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for DK24%20YOC: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: EJ63%20XXE
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ63%2520XXE%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for EJ63%20XXE: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: KF19%20XKV
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520XKV%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for KF19%20XKV: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: YW18%20ETK
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW18%2520ETK%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for YW18%20ETK: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: BP63%20NVY
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520NVY%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for BP63%20NVY: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: FG19%20YWD
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520YWD%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for FG19%20YWD: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: LF19%20FON
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520FON%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for LF19%20FON: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: LL70%20FOU
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520FOU%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for LL70%20FOU: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: YD69%20XES
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD69%2520XES%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for YD69%20XES: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: D10%20LKE
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D10%2520LKE%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for D10%20LKE: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: DGZ%206301
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DGZ%25206301%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for DGZ%206301: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: GX69%20UTS
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520UTS%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for GX69%20UTS: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: KY67%20GGX
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520GGX%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for KY67%20GGX: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: LT68%20DYO
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520DYO%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for LT68%20DYO: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: PK16%20SFV
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK16%2520SFV%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for PK16%20SFV: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: YL70%20FHK
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL70%2520FHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:37 [bca.uk] INFO: Scrape type for YL70%20FHK: 0
2026-03-28 11:12:37 [bca.uk] INFO: Found listing with ID: GJ64%20VAM
2026-03-28 11:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520VAM%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for GJ64%20VAM: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: GY20%20BYH
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for GY20%20BYH: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: OY67%20YSO
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520YSO%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for OY67%20YSO: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: RE70%20NBM
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520NBM%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for RE70%20NBM: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NX18%20FWO
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520FWO%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NX18%20FWO: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NU17%20KLJ
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520KLJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NU17%20KLJ: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: DK11%20TWU
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK11%2520TWU%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for DK11%20TWU: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: YC12%20XPH
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC12%2520XPH%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for YC12%20XPH: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: DA71%20OZO
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520OZO%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for DA71%20OZO: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LM21%20ATZ
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ATZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LM21%20ATZ: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LV09%20KGA
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV09%2520KGA%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LV09%20KGA: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: MP19%20BYW
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520BYW%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for MP19%20BYW: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: MC65%20RYZ
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC65%2520RYZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for MC65%20RYZ: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: MK12%20UZT
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK12%2520UZT%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for MK12%20UZT: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NC21%20XCP
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520XCP%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NC21%20XCP: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NG71%20LSV
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520LSV%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NG71%20LSV: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NL67%20WRR
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL67%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NL67%20WRR: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: SV18%20YJF
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520YJF%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for SV18%20YJF: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WN08%20CUA
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520CUA%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WN08%20CUA: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: YS65%20LXE
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS65%2520LXE%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for YS65%20LXE: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: AF71%20XKX
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520XKX%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for AF71%20XKX: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: GJ17%20EKE
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520EKE%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for GJ17%20EKE: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: GJ67%20KLX
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520KLX%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for GJ67%20KLX: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LA18%20AET
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA18%2520AET%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LA18%20AET: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LV59%20FNP
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520FNP%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LV59%20FNP: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WG16%20MYO
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520MYO%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WG16%20MYO: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: HJ53%20UMZ
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ53%2520UMZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for HJ53%20UMZ: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: KW12%20BNK
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW12%2520BNK%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for KW12%20BNK: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: DL13%20RHV
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520RHV%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for DL13%20RHV: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: DN68%20GZS
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN68%2520GZS%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for DN68%20GZS: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: DP68%20HHK
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520HHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for DP68%20HHK: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: GF14%20ONR
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF14%2520ONR%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for GF14%20ONR: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LP14%20USW
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP14%2520USW%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LP14%20USW: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LR18%20BTV
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520BTV%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LR18%20BTV: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: MK61%20URX
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520URX%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for MK61%20URX: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: VN69%20NTA
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN69%2520NTA%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for VN69%20NTA: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WN69%20UXG
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520UXG%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WN69%20UXG: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: X367%20CLB
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X367%2520CLB%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for X367%20CLB: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: YS18%20UXW
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for YS18%20UXW: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: YT13%20XDJ
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT13%2520XDJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for YT13%20XDJ: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: CX59%20PFA
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for CX59%20PFA: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LO17%20TMV
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO17%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LO17%20TMV: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: KU12%20YOR
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520YOR%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for KU12%20YOR: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WA68%20CZR
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520CZR%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WA68%20CZR: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: SK13%20EOT
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520EOT%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for SK13%20EOT: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: LA18%20YHN
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA18%2520YHN%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for LA18%20YHN: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: YY61%20AUF
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY61%2520AUF%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for YY61%20AUF: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NK11%20HXL
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK11%2520HXL%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NK11%20HXL: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: NA53%20FUP
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA53%2520FUP%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for NA53%20FUP: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WF18%20OXJ
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF18%2520OXJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WF18%20OXJ: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WJ22%20JVP
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520JVP%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WJ22%20JVP: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WK12%20UZF
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK12%2520UZF%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WK12%20UZF: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: WK72%20LWL
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520LWL%27 HTTP/1.1" 200 None
2026-03-28 11:12:38 [bca.uk] INFO: Scrape type for WK72%20LWL: 0
2026-03-28 11:12:38 [bca.uk] INFO: Found listing with ID: Y886%20UBK
2026-03-28 11:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y886%2520UBK%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for Y886%20UBK: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: HY19%20NVK
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520NVK%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for HY19%20NVK: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: KN71%20ZFC
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520ZFC%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for KN71%20ZFC: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: KR20%20WEC
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520WEC%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for KR20%20WEC: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: MK69%20KRX
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520KRX%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for MK69%20KRX: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: RO10%20RBV
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO10%2520RBV%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for RO10%20RBV: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: RX66%20ZCZ
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520ZCZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for RX66%20ZCZ: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: SA68%20YKR
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA68%2520YKR%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for SA68%20YKR: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: SK67%20KUB
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520KUB%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for SK67%20KUB: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: SN66%20PGE
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520PGE%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for SN66%20PGE: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: VO20%20ZZM
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO20%2520ZZM%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for VO20%20ZZM: 0
2026-03-28 11:12:39 [bca.uk] INFO: Found listing with ID: WD17%20LOJ
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520LOJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:39 [bca.uk] INFO: Scrape type for WD17%20LOJ: 2
2026-03-28 11:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ
2026-03-28 11:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 005152aa-ade1-5139-9423-ce8724551a3e with scrape type 2
2026-03-28 11:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 005152aa-ade1-5139-9423-ce8724551a3e with scrape type 2
2026-03-28 11:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 005152aa-ade1-5139-9423-ce8724551a3e, identifier: WD17%20LOJ
2026-03-28 11:12:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ
2026-03-28 11:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ
2026-03-28 11:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 005152aa-ade1-5139-9423-ce8724551a3e with identifier: WD17%20LOJ to the API
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:12:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:12:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=27&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD17%20LOJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '005152aa-ade1-5139-9423-ce8724551a3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD17 LOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD17%20LOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 46475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNAB3511LJT055889',
 'year': 2017}
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520LOJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:40 [bca.uk] INFO: Saving data for WD17%20LOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774512168.933749, 'last_price_update_time': 1774696360.076741}
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD17%2520LOJ') HTTP/1.1" 204 0
2026-03-28 11:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:40 [bca.uk] INFO: Found listing with ID: AY70%20UXZ
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY70%2520UXZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:40 [bca.uk] INFO: Scrape type for AY70%20UXZ: 0
2026-03-28 11:12:40 [bca.uk] INFO: Found listing with ID: CA22%20ORW
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA22%2520ORW%27 HTTP/1.1" 200 None
2026-03-28 11:12:40 [bca.uk] INFO: Scrape type for CA22%20ORW: 0
2026-03-28 11:12:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=28&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:42 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded
2026-03-28 11:12:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: CP22%20DPV
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP22%2520DPV%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for CP22%20DPV: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: CV69%20KLS
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV69%2520KLS%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for CV69%20KLS: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: DL64%20PUA
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL64%2520PUA%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for DL64%20PUA: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: EO10%20ZHY
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520ZHY%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for EO10%20ZHY: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: HX17%20TCV
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX17%2520TCV%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for HX17%20TCV: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: GF09%20WVJ
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF09%2520WVJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for GF09%20WVJ: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: MV12%20NVP
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520NVP%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for MV12%20NVP: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: Y467%20UKE
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y467%2520UKE%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for Y467%20UKE: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: RIL%206309
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RIL%25206309%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for RIL%206309: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KM23%20LCL
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LCL%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KM23%20LCL: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KS73%20SSO
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520SSO%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KS73%20SSO: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: MW24%20YOG
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW24%2520YOG%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for MW24%20YOG: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: NC71%20AYS
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520AYS%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for NC71%20AYS: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: FT13%20HXR
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT13%2520HXR%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for FT13%20HXR: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KS23%20HYZ
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HYZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KS23%20HYZ: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KW23%20CMZ
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CMZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KW23%20CMZ: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KW73%20YLM
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YLM%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KW73%20YLM: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KW73%20YVM
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YVM%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KW73%20YVM: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: OY17%20VGJ
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520VGJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for OY17%20VGJ: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: FG21%20ZHO
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZHO%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for FG21%20ZHO: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: YN68%20HMH
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN68%2520HMH%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for YN68%20HMH: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: GD73%20KHH
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520KHH%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for GD73%20KHH: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: GL73%20XFX
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520XFX%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for GL73%20XFX: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: CX13%20HLM
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX13%2520HLM%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for CX13%20HLM: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KW73%20TVV
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520TVV%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KW73%20TVV: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KW73%20YUH
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YUH%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KW73%20YUH: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: MW73%20GFU
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW73%2520GFU%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for MW73%20GFU: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: BP65%20KMU
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520KMU%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for BP65%20KMU: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KW23%20CUO
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520CUO%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KW23%20CUO: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: GJ73%20VUE
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ73%2520VUE%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for GJ73%20VUE: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: GF15%20WDN
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520WDN%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for GF15%20WDN: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: MV63%20YNE
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520YNE%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for MV63%20YNE: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: YH73%20KXU
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520KXU%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for YH73%20KXU: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: HV18%20VJN
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520VJN%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for HV18%20VJN: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: YE22%20DYJ
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520DYJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for YE22%20DYJ: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: GU10%20OWY
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU10%2520OWY%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for GU10%20OWY: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: VX14%20FDO
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX14%2520FDO%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for VX14%20FDO: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: BF18%20WVY
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520WVY%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for BF18%20WVY: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: DU16%20BNV
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU16%2520BNV%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for DU16%20BNV: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: DU19%20LXP
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520LXP%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for DU19%20LXP: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: FE13%20BSX
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE13%2520BSX%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for FE13%20BSX: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: FG10%20DWA
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520DWA%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for FG10%20DWA: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: FP64%20XAG
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520XAG%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for FP64%20XAG: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: FX13%20ZBR
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX13%2520ZBR%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for FX13%20ZBR: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: KP18%20FLZ
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520FLZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for KP18%20FLZ: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: LM65%20HYX
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM65%2520HYX%27 HTTP/1.1" 200 None
2026-03-28 11:12:42 [bca.uk] INFO: Scrape type for LM65%20HYX: 0
2026-03-28 11:12:42 [bca.uk] INFO: Found listing with ID: MM13%20DND
2026-03-28 11:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520DND%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for MM13%20DND: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: PK66%20BWX
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520BWX%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for PK66%20BWX: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WR18%20FBU
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR18%2520FBU%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WR18%20FBU: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: YS13%20UYC
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS13%2520UYC%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for YS13%20UYC: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: YY56%20EDK
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY56%2520EDK%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for YY56%20EDK: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WR66%20CUK
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR66%2520CUK%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WR66%20CUK: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: YL57%20BXX
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL57%2520BXX%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for YL57%20BXX: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: SP12%20ZFL
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP12%2520ZFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for SP12%20ZFL: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GJ73%20VLX
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ73%2520VLX%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GJ73%20VLX: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: KW73%20YUN
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YUN%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for KW73%20YUN: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: L44%20KDN
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L44%2520KDN%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for L44%20KDN: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: FP61%20YTJ
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP61%2520YTJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for FP61%20YTJ: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: MC19%20FDG
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520FDG%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for MC19%20FDG: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: RL05%20YPN
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL05%2520YPN%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for RL05%20YPN: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: FP67%20ORG
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ORG%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for FP67%20ORG: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: OE08%20ZZO
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE08%2520ZZO%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for OE08%20ZZO: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: YG65%20YRR
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520YRR%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for YG65%20YRR: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: EK67%20XXS
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520XXS%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for EK67%20XXS: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GJ68%20AFV
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520AFV%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GJ68%20AFV: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GM69%20BGK
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520BGK%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GM69%20BGK: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: HY13%20XUR
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520XUR%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for HY13%20XUR: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: MJ17%20DZY
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520DZY%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for MJ17%20DZY: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: OE66%20NBM
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520NBM%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for OE66%20NBM: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: OE71%20BYH
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520BYH%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for OE71%20BYH: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: RO22%20GYW
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GYW%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for RO22%20GYW: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WJ62%20LRX
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520LRX%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WJ62%20LRX: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WJ70%20VKB
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ70%2520VKB%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WJ70%20VKB: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WN66%20UHK
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520UHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WN66%20UHK: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: DL70%20HFP
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520HFP%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for DL70%20HFP: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GJ64%20YHL
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520YHL%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GJ64%20YHL: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: KP65%20LLC
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520LLC%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for KP65%20LLC: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: DV21%20LWE
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV21%2520LWE%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for DV21%20LWE: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: EY08%20CFJ
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520CFJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for EY08%20CFJ: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: FN17%20YVC
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520YVC%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for FN17%20YVC: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: HJ64%20UZB
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ64%2520UZB%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for HJ64%20UZB: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: MH16%20BXV
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520BXV%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for MH16%20BXV: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: MJ17%20VKW
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520VKW%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for MJ17%20VKW: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: SC16%20NGN
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520NGN%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for SC16%20NGN: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WN13%20MHL
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN13%2520MHL%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WN13%20MHL: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: DU17%20AXN
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520AXN%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for DU17%20AXN: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: SC61%20BYP
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC61%2520BYP%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for SC61%20BYP: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: RO09%20UJK
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for RO09%20UJK: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: KV66%20XDL
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520XDL%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for KV66%20XDL: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: WR65%20XTS
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR65%2520XTS%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for WR65%20XTS: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: HV58%20LRN
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV58%2520LRN%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for HV58%20LRN: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GN63%20FFY
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN63%2520FFY%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GN63%20FFY: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GC19%20TZA
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520TZA%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GC19%20TZA: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: SD68%20NLT
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD68%2520NLT%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for SD68%20NLT: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: RX65%20VOJ
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520VOJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for RX65%20VOJ: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: AF66%20BUH
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF66%2520BUH%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for AF66%20BUH: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: BL64%20YTM
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520YTM%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for BL64%20YTM: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: EN16%20KRD
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520KRD%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for EN16%20KRD: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: OU73%20MMX
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU73%2520MMX%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for OU73%20MMX: 0
2026-03-28 11:12:43 [bca.uk] INFO: Found listing with ID: GF12%20OAY
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520OAY%27 HTTP/1.1" 200 None
2026-03-28 11:12:43 [bca.uk] INFO: Scrape type for GF12%20OAY: 0
2026-03-28 11:12:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=29&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded
2026-03-28 11:12:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: YB62%20NUW
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB62%2520NUW%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for YB62%20NUW: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: DV15%20HHN
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520HHN%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for DV15%20HHN: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: VE13%20GBF
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE13%2520GBF%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for VE13%20GBF: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: RF56%20WZG
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF56%2520WZG%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for RF56%20WZG: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: HV65%20GSU
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520GSU%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for HV65%20GSU: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: LD66%20BVN
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520BVN%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for LD66%20BVN: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: BJ62%20USG
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ62%2520USG%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for BJ62%20USG: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: YW19%20FPU
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW19%2520FPU%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for YW19%20FPU: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: AU69%20VFL
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU69%2520VFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:48 [bca.uk] INFO: Scrape type for AU69%20VFL: 0
2026-03-28 11:12:48 [bca.uk] INFO: Found listing with ID: PY10%20FWJ
2026-03-28 11:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY10%2520FWJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for PY10%20FWJ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: WN14%20ZYL
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520ZYL%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for WN14%20ZYL: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: SB66%20OSX
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520OSX%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for SB66%20OSX: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: LS21%20MME
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520MME%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for LS21%20MME: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: WF17%20ZXA
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520ZXA%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for WF17%20ZXA: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: SE15%20SOU
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE15%2520SOU%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for SE15%20SOU: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: AE18%20BLX
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE18%2520BLX%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for AE18%20BLX: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: AJ64%20FXV
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ64%2520FXV%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for AJ64%20FXV: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: AK64%20ZHN
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520ZHN%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for AK64%20ZHN: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: AV09%20LXZ
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520LXZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for AV09%20LXZ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BD16%20XCS
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520XCS%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BD16%20XCS: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BJ17%20OXU
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520OXU%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BJ17%20OXU: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BN13%20EFB
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520EFB%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BN13%20EFB: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BT16%20URN
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520URN%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BT16%20URN: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BU56%20CVA
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU56%2520CVA%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BU56%20CVA: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: DE05%20OOJ
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE05%2520OOJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for DE05%20OOJ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: DG15%20ZYY
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520ZYY%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for DG15%20ZYY: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: DL68%20AZZ
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL68%2520AZZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for DL68%20AZZ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: DV65%20UZO
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520UZO%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for DV65%20UZO: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: FE60%20ZPK
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE60%2520ZPK%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for FE60%20ZPK: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: FJ68%20LJK
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520LJK%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for FJ68%20LJK: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: FL10%20FUV
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL10%2520FUV%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for FL10%20FUV: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: FY13%20ZYC
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520ZYC%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for FY13%20ZYC: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: GX12%20LNV
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX12%2520LNV%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for GX12%20LNV: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: HG60%20HFE
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520HFE%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for HG60%20HFE: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: JM08%20ANT
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JM08%2520ANT%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for JM08%20ANT: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: KA07%20UJL
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KA07%2520UJL%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for KA07%20UJL: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: KP65%20KVJ
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP65%2520KVJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for KP65%20KVJ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: KX63%20JUE
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX63%2520JUE%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for KX63%20JUE: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: LM12%20KLS
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM12%2520KLS%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for LM12%20KLS: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: LM62%20KZC
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM62%2520KZC%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for LM62%20KZC: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: LV66%20VHJ
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV66%2520VHJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for LV66%20VHJ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: LX62%20WEO
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX62%2520WEO%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for LX62%20WEO: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: MD18%20JVV
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD18%2520JVV%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for MD18%20JVV: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: MK16%20HFG
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520HFG%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for MK16%20HFG: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: MT64%20YKC
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520YKC%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for MT64%20YKC: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: P22%20DCH
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P22%2520DCH%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for P22%20DCH: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: S5%20WUT
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S5%2520WUT%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for S5%20WUT: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: V12%20PEE
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V12%2520PEE%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for V12%20PEE: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: VN59%20KBK
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN59%2520KBK%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for VN59%20KBK: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: WV18%20GNY
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520GNY%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for WV18%20GNY: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: 99%20DVO
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%2799%2520DVO%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for 99%20DVO: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: AK17%20XMM
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520XMM%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for AK17%20XMM: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: AP65%20OYV
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520OYV%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for AP65%20OYV: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BF18%20GYK
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520GYK%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BF18%20GYK: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BK16%20WHD
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520WHD%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BK16%20WHD: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BL19%20TPU
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520TPU%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BL19%20TPU: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: BV65%20ZFO
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520ZFO%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for BV65%20ZFO: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: CE66%20WTG
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520WTG%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for CE66%20WTG: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: CE67%20YXG
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520YXG%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for CE67%20YXG: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: EU17%20MLO
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520MLO%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for EU17%20MLO: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: FE15%20LTF
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE15%2520LTF%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for FE15%20LTF: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: FL63%20MVH
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL63%2520MVH%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for FL63%20MVH: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: GM65%20XJX
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520XJX%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for GM65%20XJX: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: GP06%20PXR
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP06%2520PXR%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for GP06%20PXR: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: GU61%20NNY
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU61%2520NNY%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for GU61%20NNY: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: GX63%20BZJ
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX63%2520BZJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:49 [bca.uk] INFO: Scrape type for GX63%20BZJ: 0
2026-03-28 11:12:49 [bca.uk] INFO: Found listing with ID: HN16%20OCZ
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520OCZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for HN16%20OCZ: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: J800%20NEP
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J800%2520NEP%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for J800%20NEP: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: LB67%20WHR
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB67%2520WHR%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for LB67%20WHR: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: LC66%20PYB
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520PYB%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for LC66%20PYB: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: LM13%20OUD
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520OUD%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for LM13%20OUD: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: LP65%20RYT
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP65%2520RYT%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for LP65%20RYT: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: MK12%20MHN
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK12%2520MHN%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for MK12%20MHN: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: MK67%20LKU
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK67%2520LKU%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for MK67%20LKU: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: NA68%20MZO
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520MZO%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for NA68%20MZO: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: ND14%20VOF
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND14%2520VOF%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for ND14%20VOF: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: NJ15%20TFX
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520TFX%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for NJ15%20TFX: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: NU62%20KHF
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520KHF%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for NU62%20KHF: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: NV16%20VSX
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV16%2520VSX%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for NV16%20VSX: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: PX63%20SHZ
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520SHZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for PX63%20SHZ: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: RY19%20XDA
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY19%2520XDA%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for RY19%20XDA: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SA68%20OUM
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA68%2520OUM%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SA68%20OUM: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SC16%20NBG
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC16%2520NBG%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SC16%20NBG: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SH12%20WTF
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH12%2520WTF%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SH12%20WTF: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SK17%20ORN
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520ORN%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SK17%20ORN: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SL16%20EZG
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520EZG%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SL16%20EZG: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SLZ%206923
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SLZ%25206923%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SLZ%206923: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: SN63%20EKC
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520EKC%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for SN63%20EKC: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: VO62%20RCX
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO62%2520RCX%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for VO62%20RCX: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: WG66%20VEB
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520VEB%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for WG66%20VEB: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: WO15%20WNR
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WNR%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for WO15%20WNR: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: YL68%20XHJ
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520XHJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for YL68%20XHJ: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: AK67%20VJM
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520VJM%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for AK67%20VJM: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: AK68%20GNZ
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK68%2520GNZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for AK68%20GNZ: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: BF19%20FLA
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF19%2520FLA%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for BF19%20FLA: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: BK12%20XOF
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520XOF%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for BK12%20XOF: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: CA19%20AVE
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520AVE%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for CA19%20AVE: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: CK18%20UHM
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520UHM%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for CK18%20UHM: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: CV64%20LKL
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520LKL%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for CV64%20LKL: 0
2026-03-28 11:12:50 [bca.uk] INFO: Found listing with ID: DC66%20VXF
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520VXF%27 HTTP/1.1" 200 None
2026-03-28 11:12:50 [bca.uk] INFO: Scrape type for DC66%20VXF: 0
2026-03-28 11:12:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=30&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:52 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded
2026-03-28 11:12:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: DE22%20VVP
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520VVP%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for DE22%20VVP: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: DN67%20WOR
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN67%2520WOR%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for DN67%20WOR: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: DU16%20UMJ
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU16%2520UMJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for DU16%20UMJ: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: EA63%20YHO
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA63%2520YHO%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for EA63%20YHO: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: EY15%20ZYF
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520ZYF%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for EY15%20ZYF: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: EY63%20XMS
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520XMS%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for EY63%20XMS: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: FX17%20CHK
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX17%2520CHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for FX17%20CHK: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: FY65%20VLD
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520VLD%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for FY65%20VLD: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: HK66%20JYB
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520JYB%27 HTTP/1.1" 200 None
2026-03-28 11:12:52 [bca.uk] INFO: Scrape type for HK66%20JYB: 0
2026-03-28 11:12:52 [bca.uk] INFO: Found listing with ID: KJ55%20VZW
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ55%2520VZW%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for KJ55%20VZW: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: KP23%20YGJ
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520YGJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for KP23%20YGJ: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: LF62%20LBY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF62%2520LBY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for LF62%20LBY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: LS16%20HCY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS16%2520HCY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for LS16%20HCY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: LS17%20VHZ
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520VHZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for LS17%20VHZ: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: MD15%20DZY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520DZY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for MD15%20DZY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: MM18%20XBD
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520XBD%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for MM18%20XBD: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: MT64%20NDV
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520NDV%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for MT64%20NDV: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: MW17%20BYY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW17%2520BYY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for MW17%20BYY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: ND18%20DHC
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520DHC%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for ND18%20DHC: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: NV19%20GTY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520GTY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for NV19%20GTY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: PF64%20RWO
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF64%2520RWO%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for PF64%20RWO: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: PG17%20JHL
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG17%2520JHL%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for PG17%20JHL: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: PN17%20FCO
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN17%2520FCO%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for PN17%20FCO: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: RE64%20LXB
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE64%2520LXB%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for RE64%20LXB: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SB15%20HXA
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520HXA%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SB15%20HXA: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SE18%20NNO
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520NNO%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SE18%20NNO: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SG16%20JWY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520JWY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SG16%20JWY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SG62%20OUM
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG62%2520OUM%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SG62%20OUM: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SH10%20KXB
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH10%2520KXB%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SH10%20KXB: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SJ13%20CXF
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ13%2520CXF%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SJ13%20CXF: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SJ65%20GLG
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ65%2520GLG%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SJ65%20GLG: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SK18%20UPS
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520UPS%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SK18%20UPS: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SK66%20WEW
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK66%2520WEW%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SK66%20WEW: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SK67%20GUO
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520GUO%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SK67%20GUO: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SK67%20ZYU
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520ZYU%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SK67%20ZYU: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SN63%20JSX
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN63%2520JSX%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SN63%20JSX: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SR68%20LNY
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520LNY%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SR68%20LNY: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SR68%20PXX
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR68%2520PXX%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SR68%20PXX: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SV65%20OLT
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV65%2520OLT%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SV65%20OLT: 0
2026-03-28 11:12:53 [bca.uk] INFO: Found listing with ID: SW14%20ODA
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520ODA%27 HTTP/1.1" 200 None
2026-03-28 11:12:53 [bca.uk] INFO: Scrape type for SW14%20ODA: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: SY19%20FEV
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY19%2520FEV%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for SY19%20FEV: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: VK68%20ZZP
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK68%2520ZZP%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for VK68%20ZZP: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: WK60%20YPV
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK60%2520YPV%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for WK60%20YPV: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: WP15%20UCM
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520UCM%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for WP15%20UCM: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: WR67%20AWU
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR67%2520AWU%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for WR67%20AWU: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: YD15%20TJX
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520TJX%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for YD15%20TJX: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: YS09%20AEX
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS09%2520AEX%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for YS09%20AEX: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: YT11%20OGM
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT11%2520OGM%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for YT11%20OGM: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: YX63%20EZW
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX63%2520EZW%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for YX63%20EZW: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: AO17%20WOX
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520WOX%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for AO17%20WOX: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: BD64%20HBE
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520HBE%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for BD64%20HBE: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: BD64%20URO
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520URO%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for BD64%20URO: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: BF61%20OBE
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF61%2520OBE%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for BF61%20OBE: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: BJ65%20SPV
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520SPV%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for BJ65%20SPV: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: BT67%20LTA
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520LTA%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for BT67%20LTA: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CA18%20OAB
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA18%2520OAB%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CA18%20OAB: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CE15%20UHK
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE15%2520UHK%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CE15%20UHK: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CK14%20AUL
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK14%2520AUL%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CK14%20AUL: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CK14%20UDV
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK14%2520UDV%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CK14%20UDV: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CK68%20VUY
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520VUY%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CK68%20VUY: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CU16%20JCY
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520JCY%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CU16%20JCY: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: CX61%20ZZS
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX61%2520ZZS%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for CX61%20ZZS: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: DF16%20KYR
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520KYR%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for DF16%20KYR: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: FL68%20WMX
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520WMX%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for FL68%20WMX: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: GL68%20EBP
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL68%2520EBP%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for GL68%20EBP: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: GR54%20SEZ
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR54%2520SEZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for GR54%20SEZ: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HG65%20FTZ
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520FTZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HG65%20FTZ: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HJ13%20FDL
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ13%2520FDL%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HJ13%20FDL: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HJ67%20GXT
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ67%2520GXT%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HJ67%20GXT: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HK15%20WHB
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520WHB%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HK15%20WHB: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HK64%20KPR
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK64%2520KPR%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HK64%20KPR: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HS17%20PKX
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS17%2520PKX%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HS17%20PKX: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: HW67%20GWK
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW67%2520GWK%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for HW67%20GWK: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: KM06%20BYX
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM06%2520BYX%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for KM06%20BYX: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: LF18%20KBP
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520KBP%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for LF18%20KBP: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: LJZ%203517
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJZ%25203517%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for LJZ%203517: 0
2026-03-28 11:12:54 [bca.uk] INFO: Found listing with ID: LL17%20EKF
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520EKF%27 HTTP/1.1" 200 None
2026-03-28 11:12:54 [bca.uk] INFO: Scrape type for LL17%20EKF: 2
2026-03-28 11:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2327a32-b762-52ee-931f-07a3b23bb48f with identifier: LL17%20EKF
2026-03-28 11:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2327a32-b762-52ee-931f-07a3b23bb48f with scrape type 2
2026-03-28 11:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2327a32-b762-52ee-931f-07a3b23bb48f with scrape type 2
2026-03-28 11:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2327a32-b762-52ee-931f-07a3b23bb48f, identifier: LL17%20EKF
2026-03-28 11:12:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2327a32-b762-52ee-931f-07a3b23bb48f with identifier: LL17%20EKF
2026-03-28 11:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2327a32-b762-52ee-931f-07a3b23bb48f with identifier: LL17%20EKF
2026-03-28 11:12:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b2327a32-b762-52ee-931f-07a3b23bb48f with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL17%20EKF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2327a32-b762-52ee-931f-07a3b23bb48f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL17 EKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL17%20EKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 32929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X5 2.0 SDRIVE 25D 231 SE StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 25D 231 SE',
 'vin': 'WBAKT420100W35133',
 'year': 2017}
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520EKF%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Saving data for LL17%20EKF: {'auction_closing_time': 1774692000.0, 'created_time': 1774609401.346843, 'last_price_update_time': 1774696375.030632}
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL17%2520EKF') HTTP/1.1" 204 0
2026-03-28 11:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: LM20%20YGP
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520YGP%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for LM20%20YGP: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: LR18%20XPF
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520XPF%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for LR18%20XPF: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: LT63%20TWG
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT63%2520TWG%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for LT63%20TWG: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: LW66%20EFL
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW66%2520EFL%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for LW66%20EFL: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: MF65%20JYD
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF65%2520JYD%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for MF65%20JYD: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: ML63%20FKH
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML63%2520FKH%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for ML63%20FKH: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: MV63%20EZU
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520EZU%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for MV63%20EZU: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: MV68%20YPF
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520YPF%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for MV68%20YPF: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: MW14%20EEM
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW14%2520EEM%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for MW14%20EEM: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: MW18%20ZMX
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW18%2520ZMX%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for MW18%20ZMX: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: NX11%20YUG
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520YUG%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for NX11%20YUG: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: OY10%20VCT
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520VCT%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for OY10%20VCT: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: PJ66%20DPK
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520DPK%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for PJ66%20DPK: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: PK16%20BGU
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK16%2520BGU%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for PK16%20BGU: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: PN14%20CYX
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN14%2520CYX%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for PN14%20CYX: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: PY15%20TKA
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY15%2520TKA%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for PY15%20TKA: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: RJ17%20AXF
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520AXF%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for RJ17%20AXF: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: RY65%20SFZ
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY65%2520SFZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for RY65%20SFZ: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: SD09%20XVM
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD09%2520XVM%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for SD09%20XVM: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: SF13%20AVU
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF13%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for SF13%20AVU: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: SF16%20AVK
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520AVK%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for SF16%20AVK: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: SF66%20HMC
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520HMC%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for SF66%20HMC: 0
2026-03-28 11:12:55 [bca.uk] INFO: Found listing with ID: SHZ%204847
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SHZ%25204847%27 HTTP/1.1" 200 None
2026-03-28 11:12:55 [bca.uk] INFO: Scrape type for SHZ%204847: 0
2026-03-28 11:12:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:12:58 [bca.uk] INFO: Total items found: 100
2026-03-28 11:12:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded
2026-03-28 11:12:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:12:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: SL16%20HVZ
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520HVZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for SL16%20HVZ: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: ST62%20JYC
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520JYC%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for ST62%20JYC: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: V20%20LSS
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V20%2520LSS%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for V20%20LSS: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: WF54%20TVE
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF54%2520TVE%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for WF54%20TVE: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: WF61%20JZG
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520JZG%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for WF61%20JZG: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: WF62%20CCE
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF62%2520CCE%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for WF62%20CCE: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: WR62%20TWZ
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520TWZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for WR62%20TWZ: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: YE16%20BNZ
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE16%2520BNZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for YE16%20BNZ: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: YE64%20WBN
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for YE64%20WBN: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: YF18%20YGH
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520YGH%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for YF18%20YGH: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: YG18%20UUV
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG18%2520UUV%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for YG18%20UUV: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: YH15%20YYU
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520YYU%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for YH15%20YYU: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: YS18%20VSK
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520VSK%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for YS18%20VSK: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: AF64%20XUX
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520XUX%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for AF64%20XUX: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: CRZ%202455
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CRZ%25202455%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for CRZ%202455: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: CX62%20XPL
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX62%2520XPL%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for CX62%20XPL: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: DA16%20DWL
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520DWL%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for DA16%20DWL: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: DA66%20CAO
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520CAO%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for DA66%20CAO: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: DF18%20LDV
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520LDV%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for DF18%20LDV: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: EF03%20CXR
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF03%2520CXR%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for EF03%20CXR: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: EGZ%203015
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EGZ%25203015%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for EGZ%203015: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: FL65%20UKO
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL65%2520UKO%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for FL65%20UKO: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: GF18%20UJV
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520UJV%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for GF18%20UJV: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: KE66%20WGJ
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE66%2520WGJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for KE66%20WGJ: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: KR16%20CYS
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520CYS%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for KR16%20CYS: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: KV09%20GYW
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV09%2520GYW%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for KV09%20GYW: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: KV68%20OJY
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520OJY%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for KV68%20OJY: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: LK18%20UPR
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520UPR%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for LK18%20UPR: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: MA66%20FNM
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA66%2520FNM%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for MA66%20FNM: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: MK16%20TMO
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520TMO%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for MK16%20TMO: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: ML63%20OTR
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML63%2520OTR%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for ML63%20OTR: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: MM18%20FGP
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520FGP%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for MM18%20FGP: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: MM18%20VFV
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520VFV%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for MM18%20VFV: 0
2026-03-28 11:12:58 [bca.uk] INFO: Found listing with ID: MT67%20DKK
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520DKK%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Scrape type for MT67%20DKK: 2
2026-03-28 11:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5497bb58-1c3d-50d1-98da-c5991a2058ef with identifier: MT67%20DKK
2026-03-28 11:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5497bb58-1c3d-50d1-98da-c5991a2058ef with scrape type 2
2026-03-28 11:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5497bb58-1c3d-50d1-98da-c5991a2058ef with scrape type 2
2026-03-28 11:12:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5497bb58-1c3d-50d1-98da-c5991a2058ef, identifier: MT67%20DKK
2026-03-28 11:12:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:12:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5497bb58-1c3d-50d1-98da-c5991a2058ef with identifier: MT67%20DKK
2026-03-28 11:12:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5497bb58-1c3d-50d1-98da-c5991a2058ef with identifier: MT67%20DKK
2026-03-28 11:12:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5497bb58-1c3d-50d1-98da-c5991a2058ef with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT67%20DKK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5497bb58-1c3d-50d1-98da-c5991a2058ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT67 DKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT67%20DKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 57282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 LIMITED ED.',
 'vin': 'W0L0XEP08H6073852',
 'year': 2017}
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520DKK%27 HTTP/1.1" 200 None
2026-03-28 11:12:58 [bca.uk] INFO: Saving data for MT67%20DKK: {'auction_closing_time': 1774692000.0, 'created_time': 1774609413.849187, 'last_price_update_time': 1774696378.95939}
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT67%2520DKK') HTTP/1.1" 204 0
2026-03-28 11:12:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: NJ15%20YWH
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520YWH%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for NJ15%20YWH: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: RJ18%20GPE
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520GPE%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for RJ18%20GPE: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: RV66%20AOP
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520AOP%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for RV66%20AOP: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WHZ%203609
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WHZ%25203609%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WHZ%203609: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YH19%20LVV
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520LVV%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YH19%20LVV: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: KM09%20ZGS
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM09%2520ZGS%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for KM09%20ZGS: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: OU70%20WKD
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU70%2520WKD%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for OU70%20WKD: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: DL10%20PKC
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520PKC%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for DL10%20PKC: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YT62%20RBZ
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT62%2520RBZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YT62%20RBZ: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WU07%20KYA
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU07%2520KYA%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WU07%20KYA: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: RE66%20UYD
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520UYD%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for RE66%20UYD: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: AK15%20LKG
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520LKG%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for AK15%20LKG: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: FY64%20XWT
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520XWT%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for FY64%20XWT: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: HK15%20LVR
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520LVR%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for HK15%20LVR: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: MF15%20WSJ
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF15%2520WSJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for MF15%20WSJ: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: MT62%20WXL
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520WXL%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for MT62%20WXL: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP71%20XJC
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJC%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP71%20XJC: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YO17%20AOM
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO17%2520AOM%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YO17%20AOM: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: AX65%20GGY
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX65%2520GGY%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for AX65%20GGY: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: BG12%20YSV
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520YSV%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for BG12%20YSV: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: FL65%20VKN
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL65%2520VKN%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for FL65%20VKN: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: MT14%20RXF
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520RXF%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for MT14%20RXF: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: MV15%20GGY
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520GGY%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for MV15%20GGY: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: GY18%20NLO
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520NLO%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for GY18%20NLO: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WV71%20SZP
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZP%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WV71%20SZP: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: VE15%20OUF
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520OUF%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for VE15%20OUF: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: PF65%20OGN
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520OGN%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for PF65%20OGN: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: LX61%20OBW
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX61%2520OBW%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for LX61%20OBW: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YK64%20YDW
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520YDW%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YK64%20YDW: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: CX57%20FHL
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX57%2520FHL%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for CX57%20FHL: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: EO60%20JNU
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520JNU%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for EO60%20JNU: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WJ63%20JYP
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520JYP%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WJ63%20JYP: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: DL13%20KTG
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520KTG%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for DL13%20KTG: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: PY04%20FFZ
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY04%2520FFZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for PY04%20FFZ: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YA16%20VGZ
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520VGZ%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YA16%20VGZ: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: PO21%20EVJ
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520EVJ%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for PO21%20EVJ: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP23%20OHB
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OHB%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP23%20OHB: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP23%20OGE
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OGE%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP23%20OGE: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP23%20OFH
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFH%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP23%20OFH: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: SRZ%207529
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SRZ%25207529%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for SRZ%207529: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP23%20OFE
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFE%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP23%20OFE: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: SD65%20KWV
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD65%2520KWV%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for SD65%20KWV: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP23%20OEB
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEB%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP23%20OEB: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: LP21%20XKW
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520XKW%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for LP21%20XKW: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WP23%20OEA
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEA%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WP23%20OEA: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YH70%20LCX
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH70%2520LCX%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YH70%20LCX: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: YN16%20XZS
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN16%2520XZS%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for YN16%20XZS: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WN73%20JGY
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520JGY%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WN73%20JGY: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: SW15%20UNG
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW15%2520UNG%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for SW15%20UNG: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: SA17%20ALD
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520ALD%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for SA17%20ALD: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WN73%20JGV
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520JGV%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for WN73%20JGV: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: BF18%20VZP
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520VZP%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for BF18%20VZP: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: MD15%20GWW
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520GWW%27 HTTP/1.1" 200 None
2026-03-28 11:12:59 [bca.uk] INFO: Scrape type for MD15%20GWW: 0
2026-03-28 11:12:59 [bca.uk] INFO: Found listing with ID: WN15%20SDY
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN15%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:13:00 [bca.uk] INFO: Scrape type for WN15%20SDY: 2
2026-03-28 11:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY
2026-03-28 11:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 703a034a-de03-5340-bb61-ef4fd8fe2d60 with scrape type 2
2026-03-28 11:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 703a034a-de03-5340-bb61-ef4fd8fe2d60 with scrape type 2
2026-03-28 11:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 703a034a-de03-5340-bb61-ef4fd8fe2d60, identifier: WN15%20SDY
2026-03-28 11:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY
2026-03-28 11:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY
2026-03-28 11:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 703a034a-de03-5340-bb61-ef4fd8fe2d60 with identifier: WN15%20SDY to the API
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN15%20SDY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '703a034a-de03-5340-bb61-ef4fd8fe2d60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN15 SDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN15%20SDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 66681,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SE-L Hatchback',
 'transmission': 'manual',
 'trim': 'SE-L',
 'vin': 'JMZBM546611183499',
 'year': 2015}
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN15%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:13:00 [bca.uk] INFO: Saving data for WN15%20SDY: {'auction_closing_time': 1774778400.0, 'created_time': 1774512170.245903, 'last_price_update_time': 1774696380.640427}
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN15%2520SDY') HTTP/1.1" 204 0
2026-03-28 11:13:00 [bca.uk] INFO: Found listing with ID: CP02%20NDN
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520NDN%27 HTTP/1.1" 200 None
2026-03-28 11:13:00 [bca.uk] INFO: Scrape type for CP02%20NDN: 0
2026-03-28 11:13:00 [bca.uk] INFO: Found listing with ID: LT53%20UOU
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT53%2520UOU%27 HTTP/1.1" 200 None
2026-03-28 11:13:00 [bca.uk] INFO: Scrape type for LT53%20UOU: 2
2026-03-28 11:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU
2026-03-28 11:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d620a602-e05d-5574-aa3b-1a73a7a762b4 with scrape type 2
2026-03-28 11:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d620a602-e05d-5574-aa3b-1a73a7a762b4 with scrape type 2
2026-03-28 11:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d620a602-e05d-5574-aa3b-1a73a7a762b4, identifier: LT53%20UOU
2026-03-28 11:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU
2026-03-28 11:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU
2026-03-28 11:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d620a602-e05d-5574-aa3b-1a73a7a762b4 with identifier: LT53%20UOU to the API
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 286,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT53%20UOU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd620a602-e05d-5574-aa3b-1a73a7a762b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT53 UOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT53%20UOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ALFA ROMEO',
 'model': '156',
 'odometer': 124238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO 156 2.5 V6 24V VELOCE 1 SPORTWAGON Estate',
 'transmission': 'manual',
 'trim': 'V6 24V VELOCE 1 SPORTWAGON',
 'vin': 'ZAR93200001292007',
 'year': 2003}
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT53%2520UOU%27 HTTP/1.1" 200 None
2026-03-28 11:13:01 [bca.uk] INFO: Saving data for LT53%20UOU: {'auction_closing_time': 1774778400.0, 'created_time': 1774512168.145904, 'last_price_update_time': 1774696381.345782}
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT53%2520UOU') HTTP/1.1" 204 0
2026-03-28 11:13:01 [bca.uk] INFO: Found listing with ID: LV17%20VHN
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV17%2520VHN%27 HTTP/1.1" 200 None
2026-03-28 11:13:01 [bca.uk] INFO: Scrape type for LV17%20VHN: 2
2026-03-28 11:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN
2026-03-28 11:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d110a7b3-a629-5278-adef-69e470160c7a with scrape type 2
2026-03-28 11:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d110a7b3-a629-5278-adef-69e470160c7a with scrape type 2
2026-03-28 11:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d110a7b3-a629-5278-adef-69e470160c7a, identifier: LV17%20VHN
2026-03-28 11:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN
2026-03-28 11:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN
2026-03-28 11:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d110a7b3-a629-5278-adef-69e470160c7a with identifier: LV17%20VHN to the API
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV17%20VHN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd110a7b3-a629-5278-adef-69e470160c7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV17 VHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV17%20VHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 68665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 CDTI 16V E/F SRI S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V E/F SRI S/S',
 'vin': 'W0LBF6EL3H8077051',
 'year': 2017}
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV17%2520VHN%27 HTTP/1.1" 200 None
2026-03-28 11:13:01 [bca.uk] INFO: Saving data for LV17%20VHN: {'auction_closing_time': 1774778400.0, 'created_time': 1774512229.034794, 'last_price_update_time': 1774696381.82235}
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV17%2520VHN') HTTP/1.1" 204 0
2026-03-28 11:13:01 [bca.uk] INFO: Found listing with ID: NX13%20UZY
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520UZY%27 HTTP/1.1" 200 None
2026-03-28 11:13:01 [bca.uk] INFO: Scrape type for NX13%20UZY: 2
2026-03-28 11:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY
2026-03-28 11:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9621e9-4dfa-57de-bac0-d29ab68519c9 with scrape type 2
2026-03-28 11:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba9621e9-4dfa-57de-bac0-d29ab68519c9 with scrape type 2
2026-03-28 11:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba9621e9-4dfa-57de-bac0-d29ab68519c9, identifier: NX13%20UZY
2026-03-28 11:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY
2026-03-28 11:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY
2026-03-28 11:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba9621e9-4dfa-57de-bac0-d29ab68519c9 with identifier: NX13%20UZY to the API
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=31&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX13%20UZY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba9621e9-4dfa-57de-bac0-d29ab68519c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX13 UZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX13%20UZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 73396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT SE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT SE',
 'vin': 'W0L0SDL68D4089671',
 'year': 2013}
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520UZY%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Saving data for NX13%20UZY: {'auction_closing_time': 1774778400.0, 'created_time': 1774512169.640874, 'last_price_update_time': 1774696382.39344}
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX13%2520UZY') HTTP/1.1" 204 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: WJ68%20YFZ
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520YFZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for WJ68%20YFZ: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: CU17%20XFM
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520XFM%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for CU17%20XFM: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: BW15%20ORL
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520ORL%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for BW15%20ORL: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: YB17%20XWD
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520XWD%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for YB17%20XWD: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: RK17%20ASU
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520ASU%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for RK17%20ASU: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: FJ14%20GBU
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ14%2520GBU%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for FJ14%20GBU: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: ML18%20VAE
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520VAE%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for ML18%20VAE: 0
2026-03-28 11:13:02 [bca.uk] INFO: Found listing with ID: FM66%20XAX
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM66%2520XAX%27 HTTP/1.1" 200 None
2026-03-28 11:13:02 [bca.uk] INFO: Scrape type for FM66%20XAX: 0
2026-03-28 11:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:04 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded
2026-03-28 11:13:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:04 [bca.uk] INFO: Found listing with ID: BJ17%20KPF
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520KPF%27 HTTP/1.1" 200 None
2026-03-28 11:13:04 [bca.uk] INFO: Scrape type for BJ17%20KPF: 0
2026-03-28 11:13:04 [bca.uk] INFO: Found listing with ID: FG10%20AAE
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520AAE%27 HTTP/1.1" 200 None
2026-03-28 11:13:04 [bca.uk] INFO: Scrape type for FG10%20AAE: 0
2026-03-28 11:13:04 [bca.uk] INFO: Found listing with ID: GC15%20FYN
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520FYN%27 HTTP/1.1" 200 None
2026-03-28 11:13:04 [bca.uk] INFO: Scrape type for GC15%20FYN: 0
2026-03-28 11:13:04 [bca.uk] INFO: Found listing with ID: RF11%20RNY
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF11%2520RNY%27 HTTP/1.1" 200 None
2026-03-28 11:13:04 [bca.uk] INFO: Scrape type for RF11%20RNY: 0
2026-03-28 11:13:04 [bca.uk] INFO: Found listing with ID: SD59%20VYL
2026-03-28 11:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD59%2520VYL%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for SD59%20VYL: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: NH08%20HXB
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NH08%2520HXB%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for NH08%20HXB: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: AV14%20PVL
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520PVL%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for AV14%20PVL: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WP71%20UOH
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520UOH%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for WP71%20UOH: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: KW66%20WXR
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW66%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for KW66%20WXR: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: BJ09%20TYV
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520TYV%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for BJ09%20TYV: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WV71%20TBZ
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520TBZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for WV71%20TBZ: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: GL11%20FXG
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL11%2520FXG%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for GL11%20FXG: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: FN13%20OCM
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520OCM%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for FN13%20OCM: 2
2026-03-28 11:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM
2026-03-28 11:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f35bcf41-3f6e-5143-aafd-4e2348ab3142 with scrape type 2
2026-03-28 11:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f35bcf41-3f6e-5143-aafd-4e2348ab3142 with scrape type 2
2026-03-28 11:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f35bcf41-3f6e-5143-aafd-4e2348ab3142, identifier: FN13%20OCM
2026-03-28 11:13:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM
2026-03-28 11:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM
2026-03-28 11:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f35bcf41-3f6e-5143-aafd-4e2348ab3142 with identifier: FN13%20OCM to the API
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=32&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN13%20OCM-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f35bcf41-3f6e-5143-aafd-4e2348ab3142',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN13 OCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN13%20OCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 102034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': '16V DYNAMIQUE',
 'vin': 'VF15R0G0H48623600',
 'year': 2013}
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520OCM%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Saving data for FN13%20OCM: {'auction_closing_time': 1774778400.0, 'created_time': 1774512205.123929, 'last_price_update_time': 1774696385.603614}
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN13%2520OCM') HTTP/1.1" 204 0
2026-03-28 11:13:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: KE14%20HYY
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE14%2520HYY%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for KE14%20HYY: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: LN14%20HPO
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520HPO%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for LN14%20HPO: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: MM15%20WPO
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520WPO%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for MM15%20WPO: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WT19%20FWZ
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520FWZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for WT19%20FWZ: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: YD68%20VJZ
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD68%2520VJZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for YD68%20VJZ: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: EF16%20MOV
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF16%2520MOV%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for EF16%20MOV: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: AD15%20LAO
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD15%2520LAO%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for AD15%20LAO: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: LV65%20EHK
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520EHK%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for LV65%20EHK: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WG66%20JSV
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520JSV%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for WG66%20JSV: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WV71%20SYG
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYG%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for WV71%20SYG: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: HX14%20FAO
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520FAO%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for HX14%20FAO: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: LF13%20HMY
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520HMY%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for LF13%20HMY: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WK15%20HGA
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK15%2520HGA%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for WK15%20HGA: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: MV23%20PVK
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520PVK%27 HTTP/1.1" 200 None
2026-03-28 11:13:05 [bca.uk] INFO: Scrape type for MV23%20PVK: 0
2026-03-28 11:13:05 [bca.uk] INFO: Found listing with ID: WP71%20XHY
2026-03-28 11:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XHY%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for WP71%20XHY: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: OV61%20FUE
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV61%2520FUE%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for OV61%20FUE: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: PN63%20AZP
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN63%2520AZP%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for PN63%20AZP: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: PY15%20DWJ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY15%2520DWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for PY15%20DWJ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: SD15%20LTJ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520LTJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for SD15%20LTJ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: YD16%20AMW
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520AMW%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for YD16%20AMW: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GK12%20YMX
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK12%2520YMX%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GK12%20YMX: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GL11%20CBF
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL11%2520CBF%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GL11%20CBF: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GN13%20OFC
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520OFC%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GN13%20OFC: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GR07%20MXK
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR07%2520MXK%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GR07%20MXK: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GV61%20HND
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV61%2520HND%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GV61%20HND: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: HV61%20CZB
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV61%2520CZB%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for HV61%20CZB: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: KB57%20YOG
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB57%2520YOG%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for KB57%20YOG: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: KE12%20GOH
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520GOH%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for KE12%20GOH: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: KN60%20ZPY
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN60%2520ZPY%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for KN60%20ZPY: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LB59%20ORK
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520ORK%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LB59%20ORK: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LL09%20JMU
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL09%2520JMU%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LL09%20JMU: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LO12%20MHN
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO12%2520MHN%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LO12%20MHN: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: NV14%20GKL
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV14%2520GKL%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for NV14%20GKL: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: AF13%20CZZ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520CZZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for AF13%20CZZ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: BJ10%20KWZ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ10%2520KWZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for BJ10%20KWZ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: BN63%20XSE
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN63%2520XSE%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for BN63%20XSE: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: DF10%20EKT
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF10%2520EKT%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for DF10%20EKT: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: EK14%20OWJ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK14%2520OWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for EK14%20OWJ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: EN11%20FCZ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN11%2520FCZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for EN11%20FCZ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: FG63%20RCX
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG63%2520RCX%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for FG63%20RCX: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: FX12%20YZO
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX12%2520YZO%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for FX12%20YZO: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GJ62%20NLN
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520NLN%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GJ62%20NLN: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: MD72%20EUB
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520EUB%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for MD72%20EUB: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: WU24%20DYD
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU24%2520DYD%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for WU24%20DYD: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: BL16%20GKJ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520GKJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for BL16%20GKJ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: FG68%20YWJ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520YWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for FG68%20YWJ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: HF17%20VCP
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF17%2520VCP%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for HF17%20VCP: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LA72%20VNB
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520VNB%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LA72%20VNB: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: AY62%20YSS
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY62%2520YSS%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for AY62%20YSS: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: EA60%20VGG
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA60%2520VGG%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for EA60%20VGG: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GX16%20XKY
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520XKY%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GX16%20XKY: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LM57%20EYK
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM57%2520EYK%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LM57%20EYK: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LV63%20DFY
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV63%2520DFY%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LV63%20DFY: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: RO11%20LFV
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520LFV%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for RO11%20LFV: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: SF10%20VGU
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF10%2520VGU%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for SF10%20VGU: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: DS20%20OCF
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520OCF%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for DS20%20OCF: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: HG17%20FSO
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520FSO%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for HG17%20FSO: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: LG23%20VVJ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VVJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for LG23%20VVJ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: BV68%20CXD
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520CXD%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for BV68%20CXD: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GJ23%20JSY
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520JSY%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GJ23%20JSY: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: NL64%20FUA
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520FUA%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for NL64%20FUA: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: NU65%20YZX
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520YZX%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for NU65%20YZX: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: YG66%20UPZ
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520UPZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for YG66%20UPZ: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: KX10%20FFW
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX10%2520FFW%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for KX10%20FFW: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: GJ22%20GXX
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520GXX%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for GJ22%20GXX: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: OY07%20OJV
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY07%2520OJV%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for OY07%20OJV: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: SD13%20ZKS
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520ZKS%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for SD13%20ZKS: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: BL72%20KOD
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KOD%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for BL72%20KOD: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: YP16%20YRN
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520YRN%27 HTTP/1.1" 200 None
2026-03-28 11:13:06 [bca.uk] INFO: Scrape type for YP16%20YRN: 0
2026-03-28 11:13:06 [bca.uk] INFO: Found listing with ID: YC65%20HWR
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC65%2520HWR%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for YC65%20HWR: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: SJ09%20OPL
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ09%2520OPL%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for SJ09%20OPL: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: TO05%20LWW
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TO05%2520LWW%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for TO05%20LWW: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: SC66%20RUU
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520RUU%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for SC66%20RUU: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: KM08%20HZJ
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM08%2520HZJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for KM08%20HZJ: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: ST13%20HLN
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520HLN%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for ST13%20HLN: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: WM68%20VTT
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520VTT%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for WM68%20VTT: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: OV10%20HBL
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV10%2520HBL%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for OV10%20HBL: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: R12%20OKJ
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R12%2520OKJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for R12%20OKJ: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: KN62%20FGD
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520FGD%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for KN62%20FGD: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: PK20%20WMF
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WMF%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for PK20%20WMF: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: SY64%20VFH
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY64%2520VFH%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for SY64%20VFH: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: WO15%20PZN
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520PZN%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for WO15%20PZN: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: YL65%20OCJ
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL65%2520OCJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for YL65%20OCJ: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: WP62%20HXA
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520HXA%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for WP62%20HXA: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: WU72%20TZR
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TZR%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for WU72%20TZR: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: WV62%20VSN
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520VSN%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for WV62%20VSN: 0
2026-03-28 11:13:07 [bca.uk] INFO: Found listing with ID: WV62%20VXT
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520VXT%27 HTTP/1.1" 200 None
2026-03-28 11:13:07 [bca.uk] INFO: Scrape type for WV62%20VXT: 0
2026-03-28 11:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:09 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:09 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded
2026-03-28 11:13:09 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: YS09%20CYH
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS09%2520CYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for YS09%20CYH: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: YY13%20NWV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY13%2520NWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for YY13%20NWV: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: HJ13%20EOR
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ13%2520EOR%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for HJ13%20EOR: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: HX14%20ZBC
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520ZBC%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for HX14%20ZBC: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: LT59%20AEE
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT59%2520AEE%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for LT59%20AEE: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: ML62%20AAK
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML62%2520AAK%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for ML62%20AAK: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: NX08%20SWZ
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX08%2520SWZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for NX08%20SWZ: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: PK20%20UYN
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520UYN%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for PK20%20UYN: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: RX02%20CUW
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX02%2520CUW%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for RX02%20CUW: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: ST12%20EXV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EXV%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for ST12%20EXV: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: V56%20LFM
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V56%2520LFM%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for V56%20LFM: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: VK59%20BBV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK59%2520BBV%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for VK59%20BBV: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: WF16%20HVZ
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF16%2520HVZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for WF16%20HVZ: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: CX63%20XMF
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX63%2520XMF%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for CX63%20XMF: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: CY10%20LLN
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY10%2520LLN%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for CY10%20LLN: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: EA16%20HWV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520HWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for EA16%20HWV: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: EF12%20FLA
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF12%2520FLA%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for EF12%20FLA: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: EO63%20EHL
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520EHL%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for EO63%20EHL: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: EY08%20VJV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520VJV%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for EY08%20VJV: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: FG13%20AFE
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG13%2520AFE%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for FG13%20AFE: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: FL11%20PWJ
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL11%2520PWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for FL11%20PWJ: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: FV11%20HRM
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV11%2520HRM%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for FV11%20HRM: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: FY59%20RWN
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY59%2520RWN%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for FY59%20RWN: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: AX60%20BHW
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX60%2520BHW%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for AX60%20BHW: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: CK61%20VGV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK61%2520VGV%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for CK61%20VGV: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: CK63%20WZU
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520WZU%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for CK63%20WZU: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: CV60%20XGH
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV60%2520XGH%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for CV60%20XGH: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: CA08%20LDU
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA08%2520LDU%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for CA08%20LDU: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: WK58%20SYT
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK58%2520SYT%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for WK58%20SYT: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: DG61%20XWD
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG61%2520XWD%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for DG61%20XWD: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: MC19%20ZWJ
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520ZWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:09 [bca.uk] INFO: Scrape type for MC19%20ZWJ: 0
2026-03-28 11:13:09 [bca.uk] INFO: Found listing with ID: DE05%20BXV
2026-03-28 11:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE05%2520BXV%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for DE05%20BXV: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: EA62%20MXT
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA62%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for EA62%20MXT: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: FP10%20JCX
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520JCX%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for FP10%20JCX: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: GV11%20WJM
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520WJM%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for GV11%20WJM: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: BG67%20KOD
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520KOD%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for BG67%20KOD: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: DV66%20WWE
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV66%2520WWE%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for DV66%20WWE: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: MA20%20XAR
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520XAR%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for MA20%20XAR: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: FN64%20MFZ
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520MFZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for FN64%20MFZ: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: NU63%20GYX
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520GYX%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for NU63%20GYX: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: HV70%20WHA
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV70%2520WHA%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for HV70%20WHA: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: FH12%20UHL
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH12%2520UHL%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for FH12%20UHL: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: HY59%20WKU
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520WKU%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for HY59%20WKU: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: KE13%20UGJ
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE13%2520UGJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for KE13%20UGJ: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: VA66%20MGX
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA66%2520MGX%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for VA66%20MGX: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: WUI%209939
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WUI%25209939%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for WUI%209939: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: YH08%20ZBP
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH08%2520ZBP%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for YH08%20ZBP: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: YJ60%20OUE
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ60%2520OUE%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for YJ60%20OUE: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: YK09%20KYA
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520KYA%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for YK09%20KYA: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: YP59%20CKC
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP59%2520CKC%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for YP59%20CKC: 0
2026-03-28 11:13:10 [bca.uk] INFO: Found listing with ID: YR61%20TZK
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR61%2520TZK%27 HTTP/1.1" 200 None
2026-03-28 11:13:10 [bca.uk] INFO: Scrape type for YR61%20TZK: 2
2026-03-28 11:13:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK
2026-03-28 11:13:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64dfe6de-a56b-5639-94d1-6a3f952385e2 with scrape type 2
2026-03-28 11:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64dfe6de-a56b-5639-94d1-6a3f952385e2 with scrape type 2
2026-03-28 11:13:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64dfe6de-a56b-5639-94d1-6a3f952385e2, identifier: YR61%20TZK
2026-03-28 11:13:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:10 [scrapy.extensions.logstats] INFO: Crawled 220 pages (at 10 pages/min), scraped 494 items (at 20 items/min)
2026-03-28 11:13:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK
2026-03-28 11:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK
2026-03-28 11:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64dfe6de-a56b-5639-94d1-6a3f952385e2 with identifier: YR61%20TZK to the API
2026-03-28 11:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR61%20TZK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64dfe6de-a56b-5639-94d1-6a3f952385e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR61 TZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR61%20TZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 61596,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'COMFORT',
 'vin': 'MALBB51BLCM329476',
 'year': 2011}
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR61%2520TZK%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Saving data for YR61%20TZK: {'auction_closing_time': 1774778400.0, 'created_time': 1774130915.358143, 'last_price_update_time': 1774696391.260459}
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR61%2520TZK') HTTP/1.1" 204 0
2026-03-28 11:13:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: RV62%20EHC
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV62%2520EHC%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for RV62%20EHC: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: S400%20SSK
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S400%2520SSK%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for S400%20SSK: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: SC15%20BRF
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC15%2520BRF%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for SC15%20BRF: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: SC63%20LRF
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520LRF%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for SC63%20LRF: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: SD17%20WCW
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD17%2520WCW%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for SD17%20WCW: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: SW65%20FTK
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW65%2520FTK%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for SW65%20FTK: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: VK14%20JXE
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520JXE%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for VK14%20JXE: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: VK63%20DTZ
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520DTZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for VK63%20DTZ: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: WF60%20ULP
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF60%2520ULP%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for WF60%20ULP: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: WP62%20RZJ
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520RZJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for WP62%20RZJ: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: ML15%20HRC
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HRC%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for ML15%20HRC: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: ML15%20NYT
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520NYT%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for ML15%20NYT: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: MX13%20XNM
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520XNM%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for MX13%20XNM: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: NA61%20LWL
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA61%2520LWL%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for NA61%20LWL: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: NJ11%20YGO
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ11%2520YGO%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for NJ11%20YGO: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: NL16%20NBF
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520NBF%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for NL16%20NBF: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: OE12%20RWL
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE12%2520RWL%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for OE12%20RWL: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: RJ58%20WUW
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ58%2520WUW%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for RJ58%20WUW: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: RO64%20RXC
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520RXC%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for RO64%20RXC: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: EJ62%20NXZ
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ62%2520NXZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for EJ62%20NXZ: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: EN16%20TPV
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520TPV%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for EN16%20TPV: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: FH13%20ELV
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH13%2520ELV%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for FH13%20ELV: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: FL60%20ZFJ
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for FL60%20ZFJ: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: FP10%20JNX
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520JNX%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for FP10%20JNX: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: GF12%20XKT
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for GF12%20XKT: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: KU68%20OJO
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520OJO%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for KU68%20OJO: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: KY65%20SXP
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520SXP%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for KY65%20SXP: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: LP63%20WTL
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP63%2520WTL%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for LP63%20WTL: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: MF13%20KTU
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF13%2520KTU%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for MF13%20KTU: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: BJ56%20JLO
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ56%2520JLO%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for BJ56%20JLO: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: BK62%20OTZ
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520OTZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for BK62%20OTZ: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: BT12%20TZY
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT12%2520TZY%27 HTTP/1.1" 200 None
2026-03-28 11:13:11 [bca.uk] INFO: Scrape type for BT12%20TZY: 0
2026-03-28 11:13:11 [bca.uk] INFO: Found listing with ID: CU63%20EXM
2026-03-28 11:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520EXM%27 HTTP/1.1" 200 None
2026-03-28 11:13:12 [bca.uk] INFO: Scrape type for CU63%20EXM: 2
2026-03-28 11:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM
2026-03-28 11:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with scrape type 2
2026-03-28 11:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with scrape type 2
2026-03-28 11:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c, identifier: CU63%20EXM
2026-03-28 11:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM
2026-03-28 11:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM
2026-03-28 11:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20487a3b-8c41-5b7f-a4c8-ae6c036c602c with identifier: CU63%20EXM to the API
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU63%20EXM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20487a3b-8c41-5b7f-a4c8-ae6c036c602c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU63 EXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU63%20EXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 121638,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 E-HDI 115 A/D EXCLUSIVE+ MPV',
 'transmission': 'manual',
 'trim': 'E-HDI 115 A/D EXCLUSIVE+',
 'vin': 'VF73D9HC8DJ817416',
 'year': 2013}
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520EXM%27 HTTP/1.1" 200 None
2026-03-28 11:13:12 [bca.uk] INFO: Saving data for CU63%20EXM: {'auction_closing_time': 1774778400.0, 'created_time': 1774275776.714555, 'last_price_update_time': 1774696392.518035}
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU63%2520EXM') HTTP/1.1" 204 0
2026-03-28 11:13:12 [bca.uk] INFO: Found listing with ID: DB14%20MCW
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DB14%2520MCW%27 HTTP/1.1" 200 None
2026-03-28 11:13:12 [bca.uk] INFO: Scrape type for DB14%20MCW: 0
2026-03-28 11:13:12 [bca.uk] INFO: Found listing with ID: DK09%20ZBD
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK09%2520ZBD%27 HTTP/1.1" 200 None
2026-03-28 11:13:12 [bca.uk] INFO: Scrape type for DK09%20ZBD: 2
2026-03-28 11:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD
2026-03-28 11:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with scrape type 2
2026-03-28 11:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with scrape type 2
2026-03-28 11:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c, identifier: DK09%20ZBD
2026-03-28 11:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD
2026-03-28 11:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD
2026-03-28 11:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a1cbe0e-b541-53a8-93c3-c6fdbaed540c with identifier: DK09%20ZBD to the API
2026-03-28 11:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=33&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 270,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK09%20ZBD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a1cbe0e-b541-53a8-93c3-c6fdbaed540c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK09 ZBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK09%20ZBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 3',
 'odometer': 159602,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3 2.7 TD V6 XS StationWagon',
 'transmission': 'automatic',
 'trim': 'TD V6 XS',
 'vin': 'SALLAAA139A500307',
 'year': 2009}
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK09%2520ZBD%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Saving data for DK09%20ZBD: {'auction_closing_time': 1774778400.0, 'created_time': 1774304171.623587, 'last_price_update_time': 1774696393.188616}
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK09%2520ZBD') HTTP/1.1" 204 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: DN61%20FWA
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520FWA%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for DN61%20FWA: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: DV14%20UMS
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520UMS%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for DV14%20UMS: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: EJ61%20HFK
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ61%2520HFK%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for EJ61%20HFK: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: GC17%20NDE
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520NDE%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for GC17%20NDE: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: HX14%20DJO
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520DJO%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for HX14%20DJO: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: LB69%20YVW
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520YVW%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for LB69%20YVW: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: EX18%20BYP
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520BYP%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for EX18%20BYP: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: PJ18%20EXE
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ18%2520EXE%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for PJ18%20EXE: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: EX17%20VXH
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520VXH%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for EX17%20VXH: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: SY68%20GYA
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520GYA%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for SY68%20GYA: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: BT14%20MFY
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT14%2520MFY%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for BT14%20MFY: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: EN66%20RWZ
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520RWZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for EN66%20RWZ: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: MRZ%206311
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MRZ%25206311%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for MRZ%206311: 0
2026-03-28 11:13:13 [bca.uk] INFO: Found listing with ID: SN24%20KPW
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN24%2520KPW%27 HTTP/1.1" 200 None
2026-03-28 11:13:13 [bca.uk] INFO: Scrape type for SN24%20KPW: 0
2026-03-28 11:13:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:14 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded
2026-03-28 11:13:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: YT63%20KUS
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520KUS%27 HTTP/1.1" 200 None
2026-03-28 11:13:14 [bca.uk] INFO: Scrape type for YT63%20KUS: 0
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: DF68%20CNK
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF68%2520CNK%27 HTTP/1.1" 200 None
2026-03-28 11:13:14 [bca.uk] INFO: Scrape type for DF68%20CNK: 0
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: MK61%20AVT
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520AVT%27 HTTP/1.1" 200 None
2026-03-28 11:13:14 [bca.uk] INFO: Scrape type for MK61%20AVT: 0
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: MW14%20LAE
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW14%2520LAE%27 HTTP/1.1" 200 None
2026-03-28 11:13:14 [bca.uk] INFO: Scrape type for MW14%20LAE: 0
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: MW60%20WDA
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW60%2520WDA%27 HTTP/1.1" 200 None
2026-03-28 11:13:14 [bca.uk] INFO: Scrape type for MW60%20WDA: 0
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: N29%20TWJ
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N29%2520TWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:14 [bca.uk] INFO: Scrape type for N29%20TWJ: 0
2026-03-28 11:13:14 [bca.uk] INFO: Found listing with ID: PL57%20OVV
2026-03-28 11:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL57%2520OVV%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for PL57%20OVV: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: PNZ%205710
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PNZ%25205710%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for PNZ%205710: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: SA67%20UJY
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA67%2520UJY%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for SA67%20UJY: 2
2026-03-28 11:13:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY
2026-03-28 11:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c14ba4-32e7-5cc8-8250-92c18004f887 with scrape type 2
2026-03-28 11:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6c14ba4-32e7-5cc8-8250-92c18004f887 with scrape type 2
2026-03-28 11:13:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6c14ba4-32e7-5cc8-8250-92c18004f887, identifier: SA67%20UJY
2026-03-28 11:13:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY
2026-03-28 11:13:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY
2026-03-28 11:13:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6c14ba4-32e7-5cc8-8250-92c18004f887 with identifier: SA67%20UJY to the API
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA67%20UJY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6c14ba4-32e7-5cc8-8250-92c18004f887',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA67 UJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA67%20UJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 51321,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 SRI Hatchback',
 'transmission': 'manual',
 'trim': '75 SRI',
 'vin': 'W0V0XEP68J4018029',
 'year': 2017}
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA67%2520UJY%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Saving data for SA67%20UJY: {'auction_closing_time': 1774778400.0, 'created_time': 1774217190.518942, 'last_price_update_time': 1774696395.576689}
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA67%2520UJY') HTTP/1.1" 204 0
2026-03-28 11:13:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: BJ71%20HLM
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520HLM%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for BJ71%20HLM: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: SB20%20AMO
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB20%2520AMO%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for SB20%20AMO: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: FX11%20JKN
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX11%2520JKN%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for FX11%20JKN: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: KW21%20AOB
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520AOB%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for KW21%20AOB: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: DE57%20JFF
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE57%2520JFF%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for DE57%20JFF: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: EY18%20ZXV
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY18%2520ZXV%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for EY18%20ZXV: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: YX71%20DDY
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX71%2520DDY%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for YX71%20DDY: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: NA72%20YVV
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520YVV%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for NA72%20YVV: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: GV72%20DWG
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520DWG%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for GV72%20DWG: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: YR72%20WEP
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WEP%27 HTTP/1.1" 200 None
2026-03-28 11:13:15 [bca.uk] INFO: Scrape type for YR72%20WEP: 0
2026-03-28 11:13:15 [bca.uk] INFO: Found listing with ID: DS72%20VYJ
2026-03-28 11:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VYJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for DS72%20VYJ: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: YE73%20OLO
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520OLO%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for YE73%20OLO: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: HX18%20DMU
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX18%2520DMU%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for HX18%20DMU: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: AJ72%20HYM
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520HYM%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for AJ72%20HYM: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: VE70%20JDZ
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520JDZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for VE70%20JDZ: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: YJ63%20FDY
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520FDY%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for YJ63%20FDY: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LF69%20YUJ
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LF69%20YUJ: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LY23%20BKE
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY23%2520BKE%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LY23%20BKE: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: KK19%20ZFA
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK19%2520ZFA%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for KK19%20ZFA: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: WD19%20YCX
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520YCX%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for WD19%20YCX: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: ML70%20KCG
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KCG%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for ML70%20KCG: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: RX15%20OZO
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX15%2520OZO%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for RX15%20OZO: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: AF11%20YLP
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF11%2520YLP%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for AF11%20YLP: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: AYZ%208960
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AYZ%25208960%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for AYZ%208960: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LD20%20LRK
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520LRK%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LD20%20LRK: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: FY66%20EDL
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY66%2520EDL%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for FY66%20EDL: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: YY20%20JXA
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY20%2520JXA%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for YY20%20JXA: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: ND73%20CZS
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520CZS%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for ND73%20CZS: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: AK16%20OJR
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520OJR%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for AK16%20OJR: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: YA22%20JGU
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520JGU%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for YA22%20JGU: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: NA20%20GWP
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520GWP%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for NA20%20GWP: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: FT24%20UAS
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT24%2520UAS%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for FT24%20UAS: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: SD23%20DJF
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD23%2520DJF%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for SD23%20DJF: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: WA20%20UVV
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520UVV%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for WA20%20UVV: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: FL13%20MYV
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL13%2520MYV%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for FL13%20MYV: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: NA70%20XJL
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520XJL%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for NA70%20XJL: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LC63%20NGO
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC63%2520NGO%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LC63%20NGO: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: EY69%20ZUC
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520ZUC%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for EY69%20ZUC: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: DG64%20PYX
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520PYX%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for DG64%20PYX: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: YR22%20SJV
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SJV%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for YR22%20SJV: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LD69%20LCN
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520LCN%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LD69%20LCN: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LB69%20VNE
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520VNE%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LB69%20VNE: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: WN22%20TOU
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TOU%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for WN22%20TOU: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: LG23%20XKN
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520XKN%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for LG23%20XKN: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: MD72%20VNH
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VNH%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for MD72%20VNH: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: MW72%20BPV
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW72%2520BPV%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for MW72%20BPV: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: VX72%20KPY
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520KPY%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for VX72%20KPY: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: BT68%20UJL
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520UJL%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for BT68%20UJL: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: MK17%20KXH
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK17%2520KXH%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for MK17%20KXH: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: RV20%20VFR
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520VFR%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for RV20%20VFR: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: YD63%20CXX
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD63%2520CXX%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for YD63%20CXX: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: AF23%20UMX
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520UMX%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for AF23%20UMX: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: MW23%20SZN
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520SZN%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for MW23%20SZN: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: BM18%20LLA
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM18%2520LLA%27 HTTP/1.1" 200 None
2026-03-28 11:13:16 [bca.uk] INFO: Scrape type for BM18%20LLA: 0
2026-03-28 11:13:16 [bca.uk] INFO: Found listing with ID: BT68%20WMD
2026-03-28 11:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520WMD%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for BT68%20WMD: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: MW15%20YYO
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520YYO%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for MW15%20YYO: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: RJ71%20ZXS
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZXS%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for RJ71%20ZXS: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: WN22%20TNJ
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520TNJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for WN22%20TNJ: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: YT67%20ZKA
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for YT67%20ZKA: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: EK75%20AKZ
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK75%2520AKZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for EK75%20AKZ: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: FX23%20RSU
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520RSU%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for FX23%20RSU: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: LG23%20KGF
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520KGF%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for LG23%20KGF: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: LL71%20XOC
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520XOC%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for LL71%20XOC: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: RO22%20FWA
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520FWA%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for RO22%20FWA: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: AV75%20CWG
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWG%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for AV75%20CWG: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: CA72%20WDT
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520WDT%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for CA72%20WDT: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: DE22%20WFB
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520WFB%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for DE22%20WFB: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: DG69%20YDO
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520YDO%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for DG69%20YDO: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: RO22%20JUJ
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520JUJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for RO22%20JUJ: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: WU23%20EOV
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520EOV%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for WU23%20EOV: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: CA72%20UMR
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UMR%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for CA72%20UMR: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: FV73%20KHC
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV73%2520KHC%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for FV73%20KHC: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: OE71%20WWU
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520WWU%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for OE71%20WWU: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: RF72%20OYM
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF72%2520OYM%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for RF72%20OYM: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: CX68%20MYP
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX68%2520MYP%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for CX68%20MYP: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: EY20%20BYH
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY20%2520BYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for EY20%20BYH: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: VO70%20NUJ
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520NUJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for VO70%20NUJ: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: DY24%20HVL
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520HVL%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for DY24%20HVL: 0
2026-03-28 11:13:17 [bca.uk] INFO: Found listing with ID: YX19%20YEU
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520YEU%27 HTTP/1.1" 200 None
2026-03-28 11:13:17 [bca.uk] INFO: Scrape type for YX19%20YEU: 2
2026-03-28 11:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ed19572-196a-5841-8318-02c60d78f54f with identifier: YX19%20YEU
2026-03-28 11:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ed19572-196a-5841-8318-02c60d78f54f with scrape type 2
2026-03-28 11:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ed19572-196a-5841-8318-02c60d78f54f with scrape type 2
2026-03-28 11:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ed19572-196a-5841-8318-02c60d78f54f, identifier: YX19%20YEU
2026-03-28 11:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ed19572-196a-5841-8318-02c60d78f54f with identifier: YX19%20YEU
2026-03-28 11:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ed19572-196a-5841-8318-02c60d78f54f with identifier: YX19%20YEU
2026-03-28 11:13:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ed19572-196a-5841-8318-02c60d78f54f with identifier: YX19%20YEU to the API
2026-03-28 11:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=34&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX19%20YEU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ed19572-196a-5841-8318-02c60d78f54f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX19 YEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX19%20YEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'M140I',
 'odometer': 24428,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW M140I 3.0 T SHADOW ED.STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'T SHADOW ED.STEP',
 'vin': 'WBA1S920907D71052',
 'year': 2019}
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520YEU%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Saving data for YX19%20YEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774609958.732812, 'last_price_update_time': 1774696398.288012}
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX19%2520YEU') HTTP/1.1" 204 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: OE21%20GFO
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520GFO%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for OE21%20GFO: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: AO20%20OTU
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO20%2520OTU%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for AO20%20OTU: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: YX19%20LTO
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520LTO%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for YX19%20LTO: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: LC70%20NRU
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520NRU%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for LC70%20NRU: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: BJ64%20SLU
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ64%2520SLU%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for BJ64%20SLU: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: WK13%20PZN
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK13%2520PZN%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for WK13%20PZN: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: NU69%20XZC
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520XZC%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for NU69%20XZC: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: YB65%20DWE
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520DWE%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for YB65%20DWE: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: V800%20ERC
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V800%2520ERC%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for V800%20ERC: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: KO18%20OYF
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520OYF%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for KO18%20OYF: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: SL16%20UER
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520UER%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for SL16%20UER: 0
2026-03-28 11:13:18 [bca.uk] INFO: Found listing with ID: AU07%20RSU
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU07%2520RSU%27 HTTP/1.1" 200 None
2026-03-28 11:13:18 [bca.uk] INFO: Scrape type for AU07%20RSU: 0
2026-03-28 11:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=35&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:20 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded
2026-03-28 11:13:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: BL24%20LTY
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520LTY%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for BL24%20LTY: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: BT03%20TWA
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT03%2520TWA%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for BT03%20TWA: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: KW68%20ZLO
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZLO%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for KW68%20ZLO: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: LP18%20MZY
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520MZY%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for LP18%20MZY: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: NU17%20YHK
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU17%2520YHK%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for NU17%20YHK: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: MJ73%20VUN
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ73%2520VUN%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for MJ73%20VUN: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: LR22%20YMO
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520YMO%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for LR22%20YMO: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: ML73%20DJJ
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520DJJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for ML73%20DJJ: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: KJ69%20KWP
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ69%2520KWP%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for KJ69%20KWP: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: EK68%20PYU
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK68%2520PYU%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for EK68%20PYU: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: NX16%20FFG
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520FFG%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for NX16%20FFG: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: EX18%20ZBL
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520ZBL%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for EX18%20ZBL: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: LM62%20XBE
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM62%2520XBE%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for LM62%20XBE: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: EU73%20UJR
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520UJR%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for EU73%20UJR: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: BD68%20CDO
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520CDO%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for BD68%20CDO: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: CN68%20UAD
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN68%2520UAD%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for CN68%20UAD: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: LD22%20UVE
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520UVE%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for LD22%20UVE: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: LD68%20VBM
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520VBM%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for LD68%20VBM: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: OE71%20KNX
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520KNX%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for OE71%20KNX: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: FH22%20ZCO
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH22%2520ZCO%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for FH22%20ZCO: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: FX23%20RZA
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520RZA%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for FX23%20RZA: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: YH22%20XOY
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XOY%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for YH22%20XOY: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: YN22%20WFX
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520WFX%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for YN22%20WFX: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: DP22%20TKK
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKK%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for DP22%20TKK: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: DX22%20RJJ
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520RJJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for DX22%20RJJ: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: LA21%20FVD
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA21%2520FVD%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for LA21%20FVD: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: YB19%20VDE
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520VDE%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for YB19%20VDE: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: MV19%20VMW
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV19%2520VMW%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for MV19%20VMW: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: SB72%20EXV
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520EXV%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for SB72%20EXV: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: SN22%20VMA
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN22%2520VMA%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for SN22%20VMA: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: SO72%20UWU
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520UWU%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for SO72%20UWU: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: SR22%20HBL
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR22%2520HBL%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for SR22%20HBL: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: YL68%20PNO
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520PNO%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for YL68%20PNO: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: AK19%20YKB
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK19%2520YKB%27 HTTP/1.1" 200 None
2026-03-28 11:13:20 [bca.uk] INFO: Scrape type for AK19%20YKB: 0
2026-03-28 11:13:20 [bca.uk] INFO: Found listing with ID: BG14%20RBF
2026-03-28 11:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520RBF%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for BG14%20RBF: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: BG65%20SWK
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520SWK%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for BG65%20SWK: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: BN64%20UCH
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520UCH%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for BN64%20UCH: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: CA67%20ZNY
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA67%2520ZNY%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for CA67%20ZNY: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: CE17%20UCA
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE17%2520UCA%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for CE17%20UCA: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: CE67%20LHK
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520LHK%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for CE67%20LHK: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: CX15%20WFP
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520WFP%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for CX15%20WFP: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DA65%20WVO
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520WVO%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DA65%20WVO: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DL67%20ONW
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520ONW%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DL67%20ONW: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DS15%20KUO
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520KUO%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DS15%20KUO: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DS17%20GHB
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520GHB%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DS17%20GHB: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DS18%20FJC
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520FJC%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DS18%20FJC: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DV66%20VCF
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV66%2520VCF%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DV66%20VCF: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: DW68%20GUX
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW68%2520GUX%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for DW68%20GUX: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: EO69%20ACF
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520ACF%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for EO69%20ACF: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: ET68%20PBV
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520PBV%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for ET68%20PBV: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: FD18%20UEE
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD18%2520UEE%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for FD18%20UEE: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: FP65%20EUR
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520EUR%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for FP65%20EUR: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: FP66%20PZU
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520PZU%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for FP66%20PZU: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: GX18%20JHA
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JHA%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for GX18%20JHA: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: GY64%20DGO
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520DGO%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for GY64%20DGO: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: KP18%20VMR
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520VMR%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for KP18%20VMR: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: KS17%20LFM
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520LFM%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for KS17%20LFM: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: LL16%20FYY
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520FYY%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for LL16%20FYY: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: LO66%20DDN
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520DDN%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for LO66%20DDN: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: MD19%20CMO
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520CMO%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for MD19%20CMO: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: MK66%20STZ
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520STZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for MK66%20STZ: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: ML15%20ADU
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520ADU%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for ML15%20ADU: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: MV65%20CCA
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520CCA%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for MV65%20CCA: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: OY18%20OKJ
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY18%2520OKJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for OY18%20OKJ: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: P31%20PHE
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P31%2520PHE%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for P31%20PHE: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: PE16%20VRM
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VRM%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for PE16%20VRM: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: PJ18%20YMZ
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for PJ18%20YMZ: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: PK17%20OJR
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520OJR%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for PK17%20OJR: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: PY15%20RMO
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY15%2520RMO%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for PY15%20RMO: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: RA18%20ETJ
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520ETJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for RA18%20ETJ: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: SJ15%20VVN
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VVN%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for SJ15%20VVN: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: SK67%20OXU
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520OXU%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for SK67%20OXU: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: VX19%20SVD
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX19%2520SVD%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for VX19%20SVD: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: WN65%20XHS
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520XHS%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for WN65%20XHS: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: YA15%20WWD
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA15%2520WWD%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for YA15%20WWD: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: YE64%20VJX
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520VJX%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for YE64%20VJX: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: YH64%20BKF
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520BKF%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for YH64%20BKF: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: YT15%20LYH
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520LYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for YT15%20LYH: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: AE16%20WLO
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520WLO%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for AE16%20WLO: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: AP14%20VMA
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP14%2520VMA%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for AP14%20VMA: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: AV68%20JYU
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV68%2520JYU%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for AV68%20JYU: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: BL18%20FZG
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL18%2520FZG%27 HTTP/1.1" 200 None
2026-03-28 11:13:21 [bca.uk] INFO: Scrape type for BL18%20FZG: 0
2026-03-28 11:13:21 [bca.uk] INFO: Found listing with ID: BU64%20FFW
2026-03-28 11:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520FFW%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for BU64%20FFW: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: BU64%20FLJ
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520FLJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for BU64%20FLJ: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: BV64%20ZLE
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV64%2520ZLE%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for BV64%20ZLE: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: DC16%20HRA
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520HRA%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for DC16%20HRA: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: DT66%20EYV
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT66%2520EYV%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for DT66%20EYV: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: DY15%20MXL
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520MXL%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for DY15%20MXL: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: EA15%20ZNZ
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA15%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for EA15%20ZNZ: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: EP18%20LGJ
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP18%2520LGJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for EP18%20LGJ: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: ET68%20NZV
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520NZV%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for ET68%20NZV: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: FC16%20CVF
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520CVF%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for FC16%20CVF: 2
2026-03-28 11:13:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c43c738-1206-5ab7-94e4-3f9383c9059b with identifier: FC16%20CVF
2026-03-28 11:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c43c738-1206-5ab7-94e4-3f9383c9059b with scrape type 2
2026-03-28 11:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c43c738-1206-5ab7-94e4-3f9383c9059b with scrape type 2
2026-03-28 11:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c43c738-1206-5ab7-94e4-3f9383c9059b, identifier: FC16%20CVF
2026-03-28 11:13:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c43c738-1206-5ab7-94e4-3f9383c9059b with identifier: FC16%20CVF
2026-03-28 11:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c43c738-1206-5ab7-94e4-3f9383c9059b with identifier: FC16%20CVF
2026-03-28 11:13:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0c43c738-1206-5ab7-94e4-3f9383c9059b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FC16%20CVF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0c43c738-1206-5ab7-94e4-3f9383c9059b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FC16 CVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FC16%20CVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 86393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT Estate',
 'transmission': 'manual',
 'trim': 'TDI 150 GT',
 'vin': 'WVWZZZAUZGP565981',
 'year': 2016}
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520CVF%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Saving data for FC16%20CVF: {'auction_closing_time': 1774692000.0, 'created_time': 1774361839.956641, 'last_price_update_time': 1774696402.572161}
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FC16%2520CVF') HTTP/1.1" 204 0
2026-03-28 11:13:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: FD64%20DKV
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520DKV%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for FD64%20DKV: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: FP68%20YSH
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP68%2520YSH%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for FP68%20YSH: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: FR68%20BNA
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR68%2520BNA%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for FR68%20BNA: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: GC16%20AVY
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC16%2520AVY%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for GC16%20AVY: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: GC65%20ULU
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520ULU%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for GC65%20ULU: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: GF65%20TZT
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF65%2520TZT%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for GF65%20TZT: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: GJ64%20GDO
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520GDO%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for GJ64%20GDO: 0
2026-03-28 11:13:22 [bca.uk] INFO: Found listing with ID: GK68%20YWC
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520YWC%27 HTTP/1.1" 200 None
2026-03-28 11:13:22 [bca.uk] INFO: Scrape type for GK68%20YWC: 0
2026-03-28 11:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=36&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:25 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded
2026-03-28 11:13:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: GN15%20TXC
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN15%2520TXC%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for GN15%20TXC: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: GN18%20FPD
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520FPD%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for GN18%20FPD: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: GR19%20NGJ
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR19%2520NGJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for GR19%20NGJ: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: HK16%20JWF
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520JWF%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for HK16%20JWF: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: HN67%20CEF
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520CEF%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for HN67%20CEF: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: J33%20HYT
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J33%2520HYT%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for J33%20HYT: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: LY65%20FSK
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY65%2520FSK%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for LY65%20FSK: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: M28%20RSN
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M28%2520RSN%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for M28%20RSN: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: MF16%20BCU
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520BCU%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for MF16%20BCU: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: ML18%20SVE
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520SVE%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for ML18%20SVE: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: ML64%20UOC
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520UOC%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for ML64%20UOC: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: PF65%20DXE
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520DXE%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for PF65%20DXE: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: PJ16%20EVP
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ16%2520EVP%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for PJ16%20EVP: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: PJ17%20GNU
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520GNU%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for PJ17%20GNU: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: PK67%20AKY
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520AKY%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for PK67%20AKY: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: RA16%20ZGG
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520ZGG%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for RA16%20ZGG: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: RF65%20TLJ
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF65%2520TLJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for RF65%20TLJ: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: RJ19%20XHK
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520XHK%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for RJ19%20XHK: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: SA18%20VEU
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520VEU%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for SA18%20VEU: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: SD64%20DKU
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD64%2520DKU%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for SD64%20DKU: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: SE18%20XBD
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520XBD%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for SE18%20XBD: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: ST61%20PRT
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST61%2520PRT%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for ST61%20PRT: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: SV16%20JWX
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV16%2520JWX%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for SV16%20JWX: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: SW14%20XEN
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520XEN%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for SW14%20XEN: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: VN18%20OLK
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520OLK%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for VN18%20OLK: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: VO71%20XBU
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520XBU%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for VO71%20XBU: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: WG67%20VVB
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG67%2520VVB%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for WG67%20VVB: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: WU64%20HSD
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU64%2520HSD%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for WU64%20HSD: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: WU64%20VZD
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU64%2520VZD%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for WU64%20VZD: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: YF65%20YZS
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF65%2520YZS%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for YF65%20YZS: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: YK65%20OXD
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK65%2520OXD%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for YK65%20OXD: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: YS68%20WCC
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520WCC%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for YS68%20WCC: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: YT66%20PGU
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT66%2520PGU%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for YT66%20PGU: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: YX68%20RXJ
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX68%2520RXJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for YX68%20RXJ: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: YY15%20VXM
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520VXM%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for YY15%20VXM: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: AV17%20OFO
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520OFO%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for AV17%20OFO: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: AY64%20SVS
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520SVS%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for AY64%20SVS: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: BA15%20AFX
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA15%2520AFX%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for BA15%20AFX: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: BF64%20HHS
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF64%2520HHS%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for BF64%20HHS: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: BG65%20DXC
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520DXC%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for BG65%20DXC: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: BW68%20HNA
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520HNA%27 HTTP/1.1" 200 None
2026-03-28 11:13:25 [bca.uk] INFO: Scrape type for BW68%20HNA: 0
2026-03-28 11:13:25 [bca.uk] INFO: Found listing with ID: DG15%20ONP
2026-03-28 11:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520ONP%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for DG15%20ONP: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: DS15%20JHH
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520JHH%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for DS15%20JHH: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: EO67%20YUS
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520YUS%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for EO67%20YUS: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: FE18%20ZYK
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE18%2520ZYK%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for FE18%20ZYK: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: FG67%20UBP
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG67%2520UBP%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for FG67%20UBP: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: FL17%20BVP
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520BVP%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for FL17%20BVP: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: GF67%20HHZ
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520HHZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for GF67%20HHZ: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: KE14%20BPV
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE14%2520BPV%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for KE14%20BPV: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: KGZ%201147
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KGZ%25201147%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for KGZ%201147: 2
2026-03-28 11:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6045aefd-cb1c-5104-80d9-b6c63af34c32 with identifier: KGZ%201147
2026-03-28 11:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6045aefd-cb1c-5104-80d9-b6c63af34c32 with scrape type 2
2026-03-28 11:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6045aefd-cb1c-5104-80d9-b6c63af34c32 with scrape type 2
2026-03-28 11:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6045aefd-cb1c-5104-80d9-b6c63af34c32, identifier: KGZ%201147
2026-03-28 11:13:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6045aefd-cb1c-5104-80d9-b6c63af34c32 with identifier: KGZ%201147
2026-03-28 11:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6045aefd-cb1c-5104-80d9-b6c63af34c32 with identifier: KGZ%201147
2026-03-28 11:13:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6045aefd-cb1c-5104-80d9-b6c63af34c32 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KGZ%201147-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6045aefd-cb1c-5104-80d9-b6c63af34c32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KGZ 1147',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KGZ%201147&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 72227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.2 P/T 130 ACTIVE Estate',
 'transmission': 'manual',
 'trim': 'P/T 130 ACTIVE',
 'vin': 'VF3LRHNSPJS222173',
 'year': 2018}
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KGZ%25201147%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Saving data for KGZ%201147: {'auction_closing_time': 1774692000.0, 'created_time': 1774609829.030545, 'last_price_update_time': 1774696406.469468}
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KGZ%25201147') HTTP/1.1" 204 0
2026-03-28 11:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: KT15%20TFY
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520TFY%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for KT15%20TFY: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: M80%20AKD
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M80%2520AKD%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for M80%20AKD: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: MK19%20LHL
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520LHL%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for MK19%20LHL: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: MM17%20ZZL
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM17%2520ZZL%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for MM17%20ZZL: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: MV64%20OCA
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV64%2520OCA%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for MV64%20OCA: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: NA17%20JYL
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520JYL%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for NA17%20JYL: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: ND64%20WZO
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND64%2520WZO%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for ND64%20WZO: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: ND68%20BAV
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520BAV%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for ND68%20BAV: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: NG16%20RUC
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG16%2520RUC%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for NG16%20RUC: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: NK17%20FTX
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520FTX%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for NK17%20FTX: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: NK17%20NYA
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520NYA%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for NK17%20NYA: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: OV66%20SFU
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520SFU%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for OV66%20SFU: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: OY68%20FWV
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520FWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for OY68%20FWV: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: PE15%20LHF
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE15%2520LHF%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for PE15%20LHF: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: PF68%20ZTH
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520ZTH%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for PF68%20ZTH: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: PN66%20OCH
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for PN66%20OCH: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: SB15%20APK
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520APK%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for SB15%20APK: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: SG15%20UVN
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG15%2520UVN%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for SG15%20UVN: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: SK17%20JNN
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520JNN%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for SK17%20JNN: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: SY66%20NNC
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY66%2520NNC%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for SY66%20NNC: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: WJ16%20YRT
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ16%2520YRT%27 HTTP/1.1" 200 None
2026-03-28 11:13:26 [bca.uk] INFO: Scrape type for WJ16%20YRT: 0
2026-03-28 11:13:26 [bca.uk] INFO: Found listing with ID: WN18%20XOM
2026-03-28 11:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520XOM%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for WN18%20XOM: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: X3%20GLT
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X3%2520GLT%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for X3%20GLT: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: YD18%20LUL
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520LUL%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for YD18%20LUL: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: YD18%20ZZF
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520ZZF%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for YD18%20ZZF: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: YD66%20CYC
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520CYC%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for YD66%20CYC: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: YF14%20OCH
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for YF14%20OCH: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: YK15%20XWN
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK15%2520XWN%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for YK15%20XWN: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: YS65%20TOA
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS65%2520TOA%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for YS65%20TOA: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: BV65%20DDL
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520DDL%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for BV65%20DDL: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: CA65%20KLE
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520KLE%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for CA65%20KLE: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: CF18%20HCV
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520HCV%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for CF18%20HCV: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DA14%20ORY
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA14%2520ORY%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DA14%20ORY: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DF64%20AAE
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF64%2520AAE%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DF64%20AAE: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DF68%20FYH
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF68%2520FYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DF68%20FYH: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DG16%20ZDM
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520ZDM%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DG16%20ZDM: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DG64%20RNN
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520RNN%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DG64%20RNN: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DL14%20OCO
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL14%2520OCO%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DL14%20OCO: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: DL17%20UXB
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL17%2520UXB%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for DL17%20UXB: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: EA65%20ZNP
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA65%2520ZNP%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for EA65%20ZNP: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: EG17%20EWZ
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG17%2520EWZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for EG17%20EWZ: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: EJ18%20GVA
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ18%2520GVA%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for EJ18%20GVA: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: ET66%20DRZ
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520DRZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for ET66%20DRZ: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: FA15%20XHG
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA15%2520XHG%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for FA15%20XHG: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: FY18%20JVP
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY18%2520JVP%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for FY18%20JVP: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: GF15%20OBP
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520OBP%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for GF15%20OBP: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: GJ68%20DWO
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520DWO%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for GJ68%20DWO: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: GX18%20HJC
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520HJC%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for GX18%20HJC: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: LC66%20FZS
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520FZS%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for LC66%20FZS: 0
2026-03-28 11:13:27 [bca.uk] INFO: Found listing with ID: LR66%20BBZ
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520BBZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:27 [bca.uk] INFO: Scrape type for LR66%20BBZ: 0
2026-03-28 11:13:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=37&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:29 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded
2026-03-28 11:13:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:29 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: LT68%20MZE
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520MZE%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for LT68%20MZE: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: MF68%20OCS
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF68%2520OCS%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for MF68%20OCS: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: MM69%20GWN
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520GWN%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for MM69%20GWN: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: MT64%20WXF
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520WXF%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for MT64%20WXF: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: MT67%20JTY
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520JTY%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for MT67%20JTY: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: MX66%20VHW
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX66%2520VHW%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for MX66%20VHW: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: NA64%20YAJ
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA64%2520YAJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for NA64%20YAJ: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: NJ18%20NZT
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520NZT%27 HTTP/1.1" 200 None
2026-03-28 11:13:29 [bca.uk] INFO: Scrape type for NJ18%20NZT: 0
2026-03-28 11:13:29 [bca.uk] INFO: Found listing with ID: NJ64%20EFA
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520EFA%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for NJ64%20EFA: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: RJ14%20PZG
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520PZG%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for RJ14%20PZG: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SB64%20PPZ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520PPZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SB64%20PPZ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SC14%20NFN
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC14%2520NFN%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SC14%20NFN: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SC64%20SZN
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC64%2520SZN%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SC64%20SZN: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SE16%20FYX
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520FYX%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SE16%20FYX: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SF15%20TPC
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF15%2520TPC%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SF15%20TPC: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SG18%20RWE
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520RWE%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SG18%20RWE: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SK67%20UUF
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520UUF%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SK67%20UUF: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SK68%20YYP
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK68%2520YYP%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SK68%20YYP: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SL67%20LNP
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL67%2520LNP%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SL67%20LNP: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SM16%20PXE
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520PXE%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SM16%20PXE: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SM65%20WDL
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520WDL%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SM65%20WDL: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SN15%20XYD
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN15%2520XYD%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SN15%20XYD: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SO15%20AOG
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520AOG%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SO15%20AOG: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: ST15%20LLM
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520LLM%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for ST15%20LLM: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: ST64%20USV
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST64%2520USV%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for ST64%20USV: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: SW18%20SWV
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520SWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for SW18%20SWV: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: VE67%20VCZ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520VCZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for VE67%20VCZ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: VF66%20HXX
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF66%2520HXX%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for VF66%20HXX: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: WJ66%20FLG
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FLG%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for WJ66%20FLG: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: WP15%20ZXL
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520ZXL%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for WP15%20ZXL: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: YA66%20ACZ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA66%2520ACZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for YA66%20ACZ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: YE16%20ZRX
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE16%2520ZRX%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for YE16%20ZRX: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: YK68%20AWC
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520AWC%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for YK68%20AWC: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: YS64%20DYM
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520DYM%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for YS64%20DYM: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: YY16%20NDG
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520NDG%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for YY16%20NDG: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: YY66%20VXF
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520VXF%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for YY66%20VXF: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: AO18%20NWN
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520NWN%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for AO18%20NWN: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: BD18%20JYC
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520JYC%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for BD18%20JYC: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: BJ16%20HRX
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ16%2520HRX%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for BJ16%20HRX: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: BT16%20BNJ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT16%2520BNJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for BT16%20BNJ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: BU65%20UXW
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU65%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for BU65%20UXW: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: CF18%20AYX
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520AYX%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for CF18%20AYX: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: CK14%20CYH
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK14%2520CYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for CK14%20CYH: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: CK68%20FJN
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520FJN%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for CK68%20FJN: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: CP14%20OMO
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP14%2520OMO%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for CP14%20OMO: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: CU17%20XCT
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520XCT%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for CU17%20XCT: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: CV15%20AFJ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520AFJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for CV15%20AFJ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: DF70%20OHL
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520OHL%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for DF70%20OHL: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: DG64%20OXA
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520OXA%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for DG64%20OXA: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: DK17%20SZJ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK17%2520SZJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for DK17%20SZJ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: DN16%20CJE
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520CJE%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for DN16%20CJE: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: EA66%20KKZ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520KKZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for EA66%20KKZ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: EA68%20VLD
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520VLD%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for EA68%20VLD: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: EK65%20FSP
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520FSP%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for EK65%20FSP: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: ET64%20BCF
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET64%2520BCF%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for ET64%20BCF: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: FE15%20XBZ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE15%2520XBZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for FE15%20XBZ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: FM14%20LBA
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM14%2520LBA%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for FM14%20LBA: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: FN66%20XKP
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520XKP%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for FN66%20XKP: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: GJ64%20FVT
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520FVT%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for GJ64%20FVT: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: GK64%20GZJ
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520GZJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for GK64%20GZJ: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: GN68%20VJY
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN68%2520VJY%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for GN68%20VJY: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: GY65%20XHN
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY65%2520XHN%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for GY65%20XHN: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: HJ15%20MKL
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ15%2520MKL%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for HJ15%20MKL: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: HT65%20KFL
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT65%2520KFL%27 HTTP/1.1" 200 None
2026-03-28 11:13:30 [bca.uk] INFO: Scrape type for HT65%20KFL: 0
2026-03-28 11:13:30 [bca.uk] INFO: Found listing with ID: HY65%20BWJ
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520BWJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for HY65%20BWJ: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: HY66%20HXU
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY66%2520HXU%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for HY66%20HXU: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: JL07%20FAY
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL07%2520FAY%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for JL07%20FAY: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: KR73%20LWW
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR73%2520LWW%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for KR73%20LWW: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: LF64%20MJE
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520MJE%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for LF64%20MJE: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: LO14%20BZX
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO14%2520BZX%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for LO14%20BZX: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: MT17%20XLF
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for MT17%20XLF: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: MT68%20ZRN
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520ZRN%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for MT68%20ZRN: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: NA15%20RYW
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520RYW%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for NA15%20RYW: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: NK17%20YPU
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520YPU%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for NK17%20YPU: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: NU16%20BWV
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU16%2520BWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for NU16%20BWV: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: NV15%20TXJ
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV15%2520TXJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for NV15%20TXJ: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: OE18%20WTV
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520WTV%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for OE18%20WTV: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: PE15%20LLD
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE15%2520LLD%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for PE15%20LLD: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: PK19%20PZZ
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520PZZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for PK19%20PZZ: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: RE14%20ZSJ
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE14%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for RE14%20ZSJ: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: RJ65%20ZYB
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ65%2520ZYB%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for RJ65%20ZYB: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: RK18%20WVO
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK18%2520WVO%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for RK18%20WVO: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SB64%20NFX
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520NFX%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SB64%20NFX: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SC64%20XUW
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC64%2520XUW%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SC64%20XUW: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SF66%20ZKR
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520ZKR%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SF66%20ZKR: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SH66%20BNY
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520BNY%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SH66%20BNY: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SK67%20YVY
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK67%2520YVY%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SK67%20YVY: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SM64%20LLC
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520LLC%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SM64%20LLC: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SN66%20MFX
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520MFX%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SN66%20MFX: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: SV65%20UOS
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV65%2520UOS%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for SV65%20UOS: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: VE65%20FMD
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE65%2520FMD%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for VE65%20FMD: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: VK14%20WFY
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520WFY%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for VK14%20WFY: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WD17%20XGC
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520XGC%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WD17%20XGC: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WG67%20XXW
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG67%2520XXW%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WG67%20XXW: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WH15%20HNC
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH15%2520HNC%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WH15%20HNC: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WJ15%20ZVL
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ15%2520ZVL%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WJ15%20ZVL: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WK14%20WXX
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520WXX%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WK14%20WXX: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WN17%20RCX
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520RCX%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WN17%20RCX: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WP16%20DFL
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520DFL%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WP16%20DFL: 0
2026-03-28 11:13:31 [bca.uk] INFO: Found listing with ID: WU68%20NSN
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU68%2520NSN%27 HTTP/1.1" 200 None
2026-03-28 11:13:31 [bca.uk] INFO: Scrape type for WU68%20NSN: 0
2026-03-28 11:13:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=38&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:33 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded
2026-03-28 11:13:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: WV68%20XXZ
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV68%2520XXZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for WV68%20XXZ: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YB68%20YMV
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB68%2520YMV%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YB68%20YMV: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YC18%20XXN
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC18%2520XXN%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YC18%20XXN: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YD18%20PGR
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520PGR%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YD18%20PGR: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YG64%20FFB
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520FFB%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YG64%20FFB: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YG68%20JNL
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520JNL%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YG68%20JNL: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YP17%20EHN
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP17%2520EHN%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YP17%20EHN: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: YY65%20HYC
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520HYC%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for YY65%20HYC: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: 2%20HEX
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%272%2520HEX%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for 2%20HEX: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: AD16%20JOV
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD16%2520JOV%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for AD16%20JOV: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: BA16%20RXR
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA16%2520RXR%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for BA16%20RXR: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: BD64%20DRV
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520DRV%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for BD64%20DRV: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: BD67%20JNL
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD67%2520JNL%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for BD67%20JNL: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: BL14%20HCA
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL14%2520HCA%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for BL14%20HCA: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: BP18%20KJN
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520KJN%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for BP18%20KJN: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: DL15%20OJS
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL15%2520OJS%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for DL15%20OJS: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: DP17%20LPU
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP17%2520LPU%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for DP17%20LPU: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: DY15%20UGW
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520UGW%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for DY15%20UGW: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: DY65%20GUU
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY65%2520GUU%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for DY65%20GUU: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: FGZ%202595
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25202595%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for FGZ%202595: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: FL68%20CTV
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for FL68%20CTV: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: FN66%20MXU
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520MXU%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for FN66%20MXU: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: GC16%20UGF
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC16%2520UGF%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for GC16%20UGF: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: GL16%20YMC
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520YMC%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for GL16%20YMC: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: HK18%20WTC
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520WTC%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for HK18%20WTC: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: KJ17%20JNO
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520JNO%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for KJ17%20JNO: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: KRZ%205024
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KRZ%25205024%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for KRZ%205024: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: KT66%20SFK
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520SFK%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for KT66%20SFK: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: KV65%20RFK
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520RFK%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for KV65%20RFK: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LA66%20BZK
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520BZK%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LA66%20BZK: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LB68%20AKX
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520AKX%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LB68%20AKX: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LB68%20BWP
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520BWP%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LB68%20BWP: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LD17%20ZTM
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520ZTM%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LD17%20ZTM: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LD18%20JZW
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520JZW%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LD18%20JZW: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LF68%20VDR
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LF68%20VDR: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LG67%20NME
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520NME%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LG67%20NME: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LO65%20WNU
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO65%2520WNU%27 HTTP/1.1" 200 None
2026-03-28 11:13:33 [bca.uk] INFO: Scrape type for LO65%20WNU: 0
2026-03-28 11:13:33 [bca.uk] INFO: Found listing with ID: LR14%20KLM
2026-03-28 11:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520KLM%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for LR14%20KLM: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: LS16%20YZZ
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS16%2520YZZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for LS16%20YZZ: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: M5%20SNV
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M5%2520SNV%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for M5%20SNV: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: MA14%20BVD
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA14%2520BVD%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for MA14%20BVD: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: MA17%20XOT
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520XOT%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for MA17%20XOT: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: MF67%20HXV
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520HXV%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for MF67%20HXV: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: ND16%20NYV
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND16%2520NYV%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for ND16%20NYV: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: NL68%20LBO
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL68%2520LBO%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for NL68%20LBO: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: NU65%20LAA
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520LAA%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for NU65%20LAA: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: OE14%20RHA
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for OE14%20RHA: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: PL66%20BXE
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL66%2520BXE%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for PL66%20BXE: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: PN66%20FMF
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520FMF%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for PN66%20FMF: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: PO17%20VOV
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO17%2520VOV%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for PO17%20VOV: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: RV64%20OCF
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520OCF%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for RV64%20OCF: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: SA18%20UCN
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520UCN%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for SA18%20UCN: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: SH69%20OLO
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520OLO%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for SH69%20OLO: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: ST64%20XKB
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST64%2520XKB%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for ST64%20XKB: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: URZ%205028
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25205028%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for URZ%205028: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: V888%20KPD
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V888%2520KPD%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for V888%20KPD: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: WD68%20AVZ
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520AVZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for WD68%20AVZ: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: WJ16%20HEU
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ16%2520HEU%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for WJ16%20HEU: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: WM65%20VAY
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520VAY%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for WM65%20VAY: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YA64%20LVL
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520LVL%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YA64%20LVL: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YA65%20UKW
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA65%2520UKW%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YA65%20UKW: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YC66%20FJX
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520FJX%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YC66%20FJX: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YD65%20RKK
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520RKK%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YD65%20RKK: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YG22%20KDJ
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520KDJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YG22%20KDJ: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YH16%20GZR
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520GZR%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YH16%20GZR: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YH66%20USG
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH66%2520USG%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YH66%20USG: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YJ70%20JVF
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ70%2520JVF%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YJ70%20JVF: 0
2026-03-28 11:13:34 [bca.uk] INFO: Found listing with ID: YM67%20LCT
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520LCT%27 HTTP/1.1" 200 None
2026-03-28 11:13:34 [bca.uk] INFO: Scrape type for YM67%20LCT: 2
2026-03-28 11:13:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT
2026-03-28 11:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69507097-3faa-5663-8427-9a266df55cdd with scrape type 2
2026-03-28 11:13:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69507097-3faa-5663-8427-9a266df55cdd with scrape type 2
2026-03-28 11:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69507097-3faa-5663-8427-9a266df55cdd, identifier: YM67%20LCT
2026-03-28 11:13:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT
2026-03-28 11:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69507097-3faa-5663-8427-9a266df55cdd with identifier: YM67%20LCT
2026-03-28 11:13:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 69507097-3faa-5663-8427-9a266df55cdd with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM67%20LCT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69507097-3faa-5663-8427-9a266df55cdd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM67 LCT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM67%20LCT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'S4 AVANT',
 'odometer': 96479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI S4 AVANT 3.0 TFSI 350 QUATTRO TIP Estate',
 'transmission': 'manual',
 'trim': 'TFSI 350 QUATTRO TIP',
 'vin': 'WAUZZZF4XJA114849',
 'year': 2018}
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520LCT%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Saving data for YM67%20LCT: {'auction_closing_time': 1774692000.0, 'created_time': 1773957772.847823, 'last_price_update_time': 1774696415.179813}
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM67%2520LCT') HTTP/1.1" 204 0
2026-03-28 11:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: YN16%20VJY
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN16%2520VJY%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for YN16%20VJY: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: YP15%20VRK
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520VRK%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for YP15%20VRK: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: YS14%20DHZ
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520DHZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for YS14%20DHZ: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: AU17%20OUC
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU17%2520OUC%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for AU17%20OUC: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: BG14%20WCM
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520WCM%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for BG14%20WCM: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: BJ66%20UKZ
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520UKZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for BJ66%20UKZ: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: BL17%20OLH
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL17%2520OLH%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for BL17%20OLH: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: CK16%20WXR
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK16%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for CK16%20WXR: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: CN18%20CXO
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN18%2520CXO%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for CN18%20CXO: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: CX16%20DMU
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520DMU%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for CX16%20DMU: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: DA17%20EBK
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520EBK%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for DA17%20EBK: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: DE64%20TVD
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520TVD%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for DE64%20TVD: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: DGZ%201281
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DGZ%25201281%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for DGZ%201281: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: EJ14%20UZR
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ14%2520UZR%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for EJ14%20UZR: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: EK14%20CXL
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK14%2520CXL%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for EK14%20CXL: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: EK64%20NVE
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK64%2520NVE%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for EK64%20NVE: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: EO66%20ZDE
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO66%2520ZDE%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for EO66%20ZDE: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: FG66%20XZV
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520XZV%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for FG66%20XZV: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: FV65%20FVC
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for FV65%20FVC: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: GH15%20HTD
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH15%2520HTD%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for GH15%20HTD: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: HV15%20WJD
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV15%2520WJD%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for HV15%20WJD: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: KD19%20XNS
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD19%2520XNS%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for KD19%20XNS: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: KL18%20MFN
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL18%2520MFN%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for KL18%20MFN: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: KP14%20YGU
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP14%2520YGU%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for KP14%20YGU: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: KT18%20HSL
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520HSL%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for KT18%20HSL: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: KY65%20CJZ
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520CJZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for KY65%20CJZ: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: LC16%20XUW
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520XUW%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for LC16%20XUW: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: LD19%20XZT
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520XZT%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for LD19%20XZT: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: LK66%20RLX
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520RLX%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for LK66%20RLX: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: LO02%20ALF
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO02%2520ALF%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for LO02%20ALF: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: LO64%20LND
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520LND%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for LO64%20LND: 0
2026-03-28 11:13:35 [bca.uk] INFO: Found listing with ID: LR66%20GXC
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520GXC%27 HTTP/1.1" 200 None
2026-03-28 11:13:35 [bca.uk] INFO: Scrape type for LR66%20GXC: 0
2026-03-28 11:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=39&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:39 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded
2026-03-28 11:13:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: MD66%20XKL
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520XKL%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for MD66%20XKL: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: MF68%20TVU
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF68%2520TVU%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for MF68%20TVU: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: MJ65%20XFP
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ65%2520XFP%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for MJ65%20XFP: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: NV65%20EWC
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520EWC%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for NV65%20EWC: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: OU66%20YVP
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU66%2520YVP%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for OU66%20YVP: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: P555%20CHC
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P555%2520CHC%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for P555%20CHC: 2
2026-03-28 11:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC
2026-03-28 11:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637bec2d-6a17-5d8a-85fc-e09159b78a2d with scrape type 2
2026-03-28 11:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637bec2d-6a17-5d8a-85fc-e09159b78a2d with scrape type 2
2026-03-28 11:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637bec2d-6a17-5d8a-85fc-e09159b78a2d, identifier: P555%20CHC
2026-03-28 11:13:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC
2026-03-28 11:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with identifier: P555%20CHC
2026-03-28 11:13:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 637bec2d-6a17-5d8a-85fc-e09159b78a2d with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P555%20CHC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '637bec2d-6a17-5d8a-85fc-e09159b78a2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'P555 CHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=P555%20CHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 127992,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 D 258 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': 'D 258 S PDK',
 'vin': 'WP1ZZZ95ZFLB89579',
 'year': 2015}
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P555%2520CHC%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Saving data for P555%20CHC: {'auction_closing_time': 1774692000.0, 'created_time': 1773907869.69914, 'last_price_update_time': 1774696419.551913}
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P555%2520CHC') HTTP/1.1" 204 0
2026-03-28 11:13:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: PF18%20PVZ
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF18%2520PVZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for PF18%20PVZ: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: PJ22%20EAX
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ22%2520EAX%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for PJ22%20EAX: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: PL22%20ZXS
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL22%2520ZXS%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for PL22%20ZXS: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: RRZ%209472
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RRZ%25209472%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for RRZ%209472: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: SK64%20ZTS
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK64%2520ZTS%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for SK64%20ZTS: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: WJ68%20YNB
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520YNB%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for WJ68%20YNB: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: WT18%20VZP
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520VZP%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for WT18%20VZP: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: YB67%20NXX
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520NXX%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for YB67%20NXX: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: YC17%20PKX
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520PKX%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for YC17%20PKX: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: YG68%20HHF
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520HHF%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for YG68%20HHF: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: YR15%20BJV
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520BJV%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for YR15%20BJV: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: YR64%20ZFO
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR64%2520ZFO%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for YR64%20ZFO: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: EY22%20OLV
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520OLV%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for EY22%20OLV: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: GC21%20BWV
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC21%2520BWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for GC21%20BWV: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: KS70%20HZE
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520HZE%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for KS70%20HZE: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: KS71%20XJX
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520XJX%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for KS71%20XJX: 0
2026-03-28 11:13:39 [bca.uk] INFO: Found listing with ID: LO72%20NXR
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520NXR%27 HTTP/1.1" 200 None
2026-03-28 11:13:39 [bca.uk] INFO: Scrape type for LO72%20NXR: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: LT22%20AOR
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520AOR%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for LT22%20AOR: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YK20%20OEJ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK20%2520OEJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YK20%20OEJ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: LR71%20MKG
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520MKG%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for LR71%20MKG: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: OV22%20CWZ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520CWZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for OV22%20CWZ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: VK22%20BUJ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520BUJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for VK22%20BUJ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: VO22%20ESN
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520ESN%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for VO22%20ESN: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: WN22%20DWX
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520DWX%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for WN22%20DWX: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: SM19%20ZKN
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520ZKN%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for SM19%20ZKN: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: SF62%20EFA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF62%2520EFA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for SF62%20EFA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: BV61%20UFD
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV61%2520UFD%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for BV61%20UFD: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: JRV%20508X
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JRV%2520508X%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for JRV%20508X: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: BF13%20DZX
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520DZX%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for BF13%20DZX: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: CE56%20GZH
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520GZH%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for CE56%20GZH: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: FV12%20YSP
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV12%2520YSP%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for FV12%20YSP: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YK65%20TWX
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK65%2520TWX%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YK65%20TWX: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: DE60%20UAZ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE60%2520UAZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for DE60%20UAZ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: X754%20XJO
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X754%2520XJO%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for X754%20XJO: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: VN70%20DWM
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520DWM%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for VN70%20DWM: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: DA11%20XHP
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520XHP%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for DA11%20XHP: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: KN62%20PZW
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520PZW%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for KN62%20PZW: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: LB60%20DWY
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB60%2520DWY%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for LB60%20DWY: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YB63%20WBG
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520WBG%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YB63%20WBG: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: FX60%20GKA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX60%2520GKA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for FX60%20GKA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YV19%20VOO
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520VOO%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YV19%20VOO: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: NX12%20JBU
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX12%2520JBU%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for NX12%20JBU: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YS13%20XFM
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS13%2520XFM%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YS13%20XFM: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: GJ69%20KUH
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520KUH%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for GJ69%20KUH: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: BU22%20HBA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520HBA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for BU22%20HBA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: PJ11%20AKP
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ11%2520AKP%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for PJ11%20AKP: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: SC13%20AVX
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC13%2520AVX%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for SC13%20AVX: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: ND59%20WMA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND59%2520WMA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for ND59%20WMA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: HY72%20UGH
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520UGH%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for HY72%20UGH: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: PF59%20HHJ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF59%2520HHJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for PF59%20HHJ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: LB71%20VMR
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VMR%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for LB71%20VMR: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: OV14%20WTT
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV14%2520WTT%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for OV14%20WTT: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: GL15%20WPN
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL15%2520WPN%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for GL15%20WPN: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: SE58%20SJE
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE58%2520SJE%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for SE58%20SJE: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YA10%20PKZ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA10%2520PKZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YA10%20PKZ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: BK12%20WRC
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520WRC%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for BK12%20WRC: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: MM71%20TYA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520TYA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for MM71%20TYA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: HG19%20XES
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XES%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for HG19%20XES: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: BP72%20CGY
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGY%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for BP72%20CGY: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: KN18%20UBZ
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520UBZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for KN18%20UBZ: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: SJ21%20XTH
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for SJ21%20XTH: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YS75%20TCO
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS75%2520TCO%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YS75%20TCO: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: HJ58%20PFA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ58%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for HJ58%20PFA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: LK13%20VNA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520VNA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for LK13%20VNA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: LL58%20VHF
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VHF%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for LL58%20VHF: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YB11%20BVO
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BVO%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YB11%20BVO: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YR13%20AOE
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520AOE%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YR13%20AOE: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: EX63%20HVV
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520HVV%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for EX63%20HVV: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: GJ10%20XXD
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ10%2520XXD%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for GJ10%20XXD: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: AD68%20EFA
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD68%2520EFA%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for AD68%20EFA: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: YO73%20JVR
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO73%2520JVR%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for YO73%20JVR: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: ET15%20LUB
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET15%2520LUB%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for ET15%20LUB: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: GU08%20JYS
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU08%2520JYS%27 HTTP/1.1" 200 None
2026-03-28 11:13:40 [bca.uk] INFO: Scrape type for GU08%20JYS: 0
2026-03-28 11:13:40 [bca.uk] INFO: Found listing with ID: HK75%20CPY
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK75%2520CPY%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for HK75%20CPY: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: NJ16%20VNL
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520VNL%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for NJ16%20VNL: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: PO59%20TUH
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO59%2520TUH%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for PO59%20TUH: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: YT66%20UER
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT66%2520UER%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for YT66%20UER: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: BN20%20ZMU
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520ZMU%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for BN20%20ZMU: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: VN11%20JKK
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN11%2520JKK%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for VN11%20JKK: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: VO06%20JCX
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO06%2520JCX%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for VO06%20JCX: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: WG62%20ORZ
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG62%2520ORZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for WG62%20ORZ: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: WJ14%20AVU
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for WJ14%20AVU: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: WM07%20FAO
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM07%2520FAO%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for WM07%20FAO: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: WV64%20BPX
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV64%2520BPX%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for WV64%20BPX: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: X191%20EDB
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X191%2520EDB%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for X191%20EDB: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: YE59%20XKU
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE59%2520XKU%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for YE59%20XKU: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: YF07%20WXT
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF07%2520WXT%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for YF07%20WXT: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: YY64%20XMD
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY64%2520XMD%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for YY64%20XMD: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: DV12%20NKN
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV12%2520NKN%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for DV12%20NKN: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: GN14%20TKX
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520TKX%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for GN14%20TKX: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: HJ63%20YZR
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520YZR%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for HJ63%20YZR: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: LD58%20FPT
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD58%2520FPT%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for LD58%20FPT: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: LT62%20YGL
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT62%2520YGL%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for LT62%20YGL: 0
2026-03-28 11:13:41 [bca.uk] INFO: Found listing with ID: NJ62%20OEG
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520OEG%27 HTTP/1.1" 200 None
2026-03-28 11:13:41 [bca.uk] INFO: Scrape type for NJ62%20OEG: 0
2026-03-28 11:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:43 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded
2026-03-28 11:13:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: RK64%20AWR
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520AWR%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for RK64%20AWR: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: RO62%20MVR
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520MVR%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for RO62%20MVR: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: SD62%20JTV
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD62%2520JTV%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for SD62%20JTV: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: T500%20MUL
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T500%2520MUL%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for T500%20MUL: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: VU22%20OPO
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU22%2520OPO%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for VU22%20OPO: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: AV13%20RKK
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV13%2520RKK%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for AV13%20RKK: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: BN61%20JXB
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520JXB%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for BN61%20JXB: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CA10%20GVT
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA10%2520GVT%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CA10%20GVT: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CA14%20VPE
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA14%2520VPE%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CA14%20VPE: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CP09%20AKU
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP09%2520AKU%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CP09%20AKU: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CV12%20NYD
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV12%2520NYD%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CV12%20NYD: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CV62%20WTN
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV62%2520WTN%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CV62%20WTN: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CX59%20VUM
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520VUM%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CX59%20VUM: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: DA09%20LRF
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA09%2520LRF%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for DA09%20LRF: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: DG15%20LSY
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520LSY%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for DG15%20LSY: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: AF11%20XHT
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF11%2520XHT%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for AF11%20XHT: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: HY10%20WPR
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY10%2520WPR%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for HY10%20WPR: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: LC12%20JYP
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520JYP%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for LC12%20JYP: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: PF10%20JFE
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF10%2520JFE%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for PF10%20JFE: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: RF05%20KJN
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF05%2520KJN%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for RF05%20KJN: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: YD12%20XUW
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD12%2520XUW%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for YD12%20XUW: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: CV61%20KBJ
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520KBJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for CV61%20KBJ: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: FE09%20EOA
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE09%2520EOA%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for FE09%20EOA: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: FY09%20FYH
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY09%2520FYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for FY09%20FYH: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: HG13%20LZF
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG13%2520LZF%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for HG13%20LZF: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: DV13%20VLM
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520VLM%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for DV13%20VLM: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: YT60%20ORY
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT60%2520ORY%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for YT60%20ORY: 0
2026-03-28 11:13:43 [bca.uk] INFO: Found listing with ID: BP72%20RHA
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:13:43 [bca.uk] INFO: Scrape type for BP72%20RHA: 2
2026-03-28 11:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce with identifier: BP72%20RHA
2026-03-28 11:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce with scrape type 2
2026-03-28 11:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce with scrape type 2
2026-03-28 11:13:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce, identifier: BP72%20RHA
2026-03-28 11:13:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce with identifier: BP72%20RHA
2026-03-28 11:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce with identifier: BP72%20RHA
2026-03-28 11:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce with identifier: BP72%20RHA to the API
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:13:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=40&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20RHA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e328ffd9-cf8a-58d4-b9bd-874e9d9eb0ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP72 RHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20RHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 23620,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB S/L BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L BUSINESS',
 'vin': 'WV1ZZZ7H9PX020431',
 'year': 2023}
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Saving data for BP72%20RHA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610001.077209, 'last_price_update_time': 1774696424.52374}
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520RHA') HTTP/1.1" 204 0
2026-03-28 11:13:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: BK21%20LFV
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520LFV%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for BK21%20LFV: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: OY63%20EWL
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY63%2520EWL%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for OY63%20EWL: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: RY06%20CZC
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY06%2520CZC%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for RY06%20CZC: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: YA10%20UUZ
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA10%2520UUZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for YA10%20UUZ: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: BD13%20LWC
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520LWC%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for BD13%20LWC: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: CA15%20NKH
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA15%2520NKH%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for CA15%20NKH: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: CE57%20UEB
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE57%2520UEB%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for CE57%20UEB: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: DK65%20MLU
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520MLU%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for DK65%20MLU: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: EO14%20MLL
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520MLL%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for EO14%20MLL: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: FL09%20BJJ
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL09%2520BJJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for FL09%20BJJ: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: GL12%20SGX
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL12%2520SGX%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for GL12%20SGX: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: HG12%20NLX
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG12%2520NLX%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for HG12%20NLX: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: GX08%20FKK
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX08%2520FKK%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for GX08%20FKK: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: GF17%20VBM
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF17%2520VBM%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for GF17%20VBM: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: HN63%20GBE
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN63%2520GBE%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for HN63%20GBE: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: SB62%20FUU
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520FUU%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for SB62%20FUU: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: SP11%20SXZ
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP11%2520SXZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for SP11%20SXZ: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: WM63%20VKD
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520VKD%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for WM63%20VKD: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: VN72%20EUZ
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520EUZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for VN72%20EUZ: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: EK08%20LTZ
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520LTZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for EK08%20LTZ: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: HN61%20WEJ
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520WEJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:44 [bca.uk] INFO: Scrape type for HN61%20WEJ: 0
2026-03-28 11:13:44 [bca.uk] INFO: Found listing with ID: HY13%20JDK
2026-03-28 11:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY13%2520JDK%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for HY13%20JDK: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LN69%20YHM
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520YHM%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LN69%20YHM: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: AD08%20VWV
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD08%2520VWV%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for AD08%20VWV: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: BD56%20ALO
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD56%2520ALO%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for BD56%20ALO: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: CP06%20OTC
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP06%2520OTC%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for CP06%20OTC: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: RE06%20GZJ
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE06%2520GZJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for RE06%20GZJ: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: WU06%20ZTY
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU06%2520ZTY%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for WU06%20ZTY: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: RF06%20WWU
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF06%2520WWU%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for RF06%20WWU: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LJ72%20YEF
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520YEF%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LJ72%20YEF: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LG69%20WXZ
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520WXZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LG69%20WXZ: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LG09%20UKW
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG09%2520UKW%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LG09%20UKW: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: NG53%20KBE
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG53%2520KBE%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for NG53%20KBE: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: SW09%20LOF
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW09%2520LOF%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for SW09%20LOF: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LC08%20PHF
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC08%2520PHF%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LC08%20PHF: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: KG07%20GGY
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KG07%2520GGY%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for KG07%20GGY: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: AF06%20GCO
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF06%2520GCO%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for AF06%20GCO: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: CA57%20FHP
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA57%2520FHP%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for CA57%20FHP: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: CK09%20SXA
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK09%2520SXA%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for CK09%20SXA: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: CV06%20PGU
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV06%2520PGU%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for CV06%20PGU: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: KS09%20YMW
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520YMW%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for KS09%20YMW: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: VK05%20RZO
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK05%2520RZO%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for VK05%20RZO: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: WK04%20VUP
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK04%2520VUP%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for WK04%20VUP: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: AV09%20LXN
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520LXN%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for AV09%20LXN: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: BT57%20UWG
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT57%2520UWG%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for BT57%20UWG: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: GJ58%20MBX
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ58%2520MBX%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for GJ58%20MBX: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: MJ58%20NGV
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ58%2520NGV%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for MJ58%20NGV: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: RE54%20BVA
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE54%2520BVA%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for RE54%20BVA: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: RJ57%20BRF
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ57%2520BRF%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for RJ57%20BRF: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: MW20%20BWD
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW20%2520BWD%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for MW20%20BWD: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: W604%20XEO
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W604%2520XEO%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for W604%20XEO: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: MK20%20EFP
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK20%2520EFP%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for MK20%20EFP: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: MJ19%20UHC
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ19%2520UHC%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for MJ19%20UHC: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: PIJ%202496
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PIJ%25202496%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for PIJ%202496: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LM22%20WZA
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520WZA%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LM22%20WZA: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: YR20%20YRJ
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520YRJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for YR20%20YRJ: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: HG22%20NFU
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520NFU%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for HG22%20NFU: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: PN22%20USV
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN22%2520USV%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for PN22%20USV: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: YB69%20VLK
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520VLK%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for YB69%20VLK: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: YK19%20RGE
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520RGE%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for YK19%20RGE: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: AK65%20SXZ
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520SXZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for AK65%20SXZ: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LC72%20RVE
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520RVE%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LC72%20RVE: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LT21%20WOA
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT21%2520WOA%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LT21%20WOA: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: YP69%20KHW
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP69%2520KHW%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for YP69%20KHW: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LT21%20WSW
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT21%2520WSW%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LT21%20WSW: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: YA72%20FHB
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520FHB%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for YA72%20FHB: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: YK21%20ZXN
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520ZXN%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for YK21%20ZXN: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: DL70%20XFN
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520XFN%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for DL70%20XFN: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: DL71%20YBH
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL71%2520YBH%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for DL71%20YBH: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: LC72%20MKP
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520MKP%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for LC72%20MKP: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: BG73%20WGW
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520WGW%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for BG73%20WGW: 0
2026-03-28 11:13:45 [bca.uk] INFO: Found listing with ID: DN20%20SXZ
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520SXZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:45 [bca.uk] INFO: Scrape type for DN20%20SXZ: 0
2026-03-28 11:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=41&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:13:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:13:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded
2026-03-28 11:13:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:13:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: DW24%20HFP
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW24%2520HFP%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for DW24%20HFP: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: BC70%20VUN
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC70%2520VUN%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for BC70%20VUN: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: HJ73%20OWX
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWX%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for HJ73%20OWX: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: EK18%20GYV
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520GYV%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for EK18%20GYV: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: KM68%20OAY
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM68%2520OAY%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for KM68%20OAY: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: LV20%20GXY
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV20%2520GXY%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for LV20%20GXY: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: LL17%20AXH
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520AXH%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for LL17%20AXH: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: T11%20PBG
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T11%2520PBG%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for T11%20PBG: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: GN20%20WLF
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WLF%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for GN20%20WLF: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: KP70%20LKM
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520LKM%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for KP70%20LKM: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: KW73%20LYF
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520LYF%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for KW73%20LYF: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: BV20%20EFS
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520EFS%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for BV20%20EFS: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: GL71%20EOG
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520EOG%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for GL71%20EOG: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: KR71%20YJH
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520YJH%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for KR71%20YJH: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: RK71%20MPU
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520MPU%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for RK71%20MPU: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: YS19%20JMO
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520JMO%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for YS19%20JMO: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: BK71%20VZJ
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520VZJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for BK71%20VZJ: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: LT23%20OLX
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520OLX%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for LT23%20OLX: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: SY72%20JRO
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520JRO%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for SY72%20JRO: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: SL68%20YWR
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520YWR%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for SL68%20YWR: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: YG69%20EFA
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520EFA%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for YG69%20EFA: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: AF70%20OVM
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520OVM%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for AF70%20OVM: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: GD69%20XPA
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD69%2520XPA%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for GD69%20XPA: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: GL71%20PFZ
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520PFZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for GL71%20PFZ: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: LN18%20EZT
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520EZT%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for LN18%20EZT: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: MJ69%20HJC
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520HJC%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for MJ69%20HJC: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: MJ70%20LHA
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520LHA%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for MJ70%20LHA: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: HV22%20OTN
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OTN%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for HV22%20OTN: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: DL21%20GXB
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520GXB%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for DL21%20GXB: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: OE16%20VDP
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520VDP%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for OE16%20VDP: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: KO23%20ULA
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO23%2520ULA%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for KO23%20ULA: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: AR19%20OTG
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AR19%2520OTG%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for AR19%20OTG: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: EO69%20MVA
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520MVA%27 HTTP/1.1" 200 None
2026-03-28 11:13:48 [bca.uk] INFO: Scrape type for EO69%20MVA: 0
2026-03-28 11:13:48 [bca.uk] INFO: Found listing with ID: SM72%20HUO
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520HUO%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SM72%20HUO: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: KT18%20FFE
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520FFE%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for KT18%20FFE: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: FH70%20TTZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520TTZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for FH70%20TTZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: FP69%20KWM
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520KWM%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for FP69%20KWM: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: KE65%20YRY
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE65%2520YRY%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for KE65%20YRY: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: NU20%20LZS
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520LZS%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for NU20%20LZS: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: BB05%20OJB
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BB05%2520OJB%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for BB05%20OJB: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: FP69%20OJT
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520OJT%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for FP69%20OJT: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: GX70%20VAE
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520VAE%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for GX70%20VAE: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SW69%20EFM
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520EFM%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SW69%20EFM: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: VO69%20JNJ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520JNJ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for VO69%20JNJ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: AJ19%20JYG
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520JYG%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for AJ19%20JYG: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: BP67%20TPF
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520TPF%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for BP67%20TPF: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: HG19%20RSU
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520RSU%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for HG19%20RSU: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: KX20%20HXR
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX20%2520HXR%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for KX20%20HXR: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: NG21%20WPZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520WPZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for NG21%20WPZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SE19%20GMF
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520GMF%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SE19%20GMF: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: DT19%20CYZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT19%2520CYZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for DT19%20CYZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: WR70%20CUU
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CUU%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for WR70%20CUU: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: JK03%20RWK
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JK03%2520RWK%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for JK03%20RWK: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SW25%20DKD
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW25%2520DKD%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SW25%20DKD: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SY21%20TTU
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520TTU%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SY21%20TTU: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: PK70%20LYY
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK70%2520LYY%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for PK70%20LYY: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SF19%20LPH
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520LPH%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SF19%20LPH: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SK22%20ZRT
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520ZRT%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SK22%20ZRT: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SY18%20ONF
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY18%2520ONF%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SY18%20ONF: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: RK66%20BWN
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520BWN%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for RK66%20BWN: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: AE69%20PCU
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520PCU%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for AE69%20PCU: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: DA72%20FKE
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520FKE%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for DA72%20FKE: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: DF18%20LXT
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520LXT%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for DF18%20LXT: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: EG68%20NZZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520NZZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for EG68%20NZZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: PL69%20EVM
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL69%2520EVM%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for PL69%20EVM: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: YH68%20MJZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH68%2520MJZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for YH68%20MJZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: FP67%20CCY
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520CCY%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for FP67%20CCY: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: DN21%20WVE
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520WVE%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for DN21%20WVE: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: FL69%20SVT
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520SVT%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for FL69%20SVT: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: KN70%20XSP
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520XSP%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for KN70%20XSP: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: PA19%20HPZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PA19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for PA19%20HPZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SB70%20MYH
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB70%2520MYH%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SB70%20MYH: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: YY68%20LXG
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520LXG%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for YY68%20LXG: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: NX71%20OYL
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX71%2520OYL%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for NX71%20OYL: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SA68%20WTE
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA68%2520WTE%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SA68%20WTE: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SE68%20NBZ
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE68%2520NBZ%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SE68%20NBZ: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SH70%20EHW
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520EHW%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SH70%20EHW: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SR21%20XPP
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR21%2520XPP%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SR21%20XPP: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: YF74%20LVB
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF74%2520LVB%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for YF74%20LVB: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: BU69%20USL
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU69%2520USL%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for BU69%20USL: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: WN18%20CZG
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN18%2520CZG%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for WN18%20CZG: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: YC19%20PKO
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520PKO%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for YC19%20PKO: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SJ71%20RXG
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ71%2520RXG%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SJ71%20RXG: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SD71%20NFK
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520NFK%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SD71%20NFK: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: DV68%20ZSK
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520ZSK%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for DV68%20ZSK: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: CK67%20NNA
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520NNA%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for CK67%20NNA: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: SN70%20ZTY
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN70%2520ZTY%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for SN70%20ZTY: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: DE69%20ZGU
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520ZGU%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for DE69%20ZGU: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: GU18%20EUV
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520EUV%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for GU18%20EUV: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: LS73%20EAO
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EAO%27 HTTP/1.1" 200 None
2026-03-28 11:13:49 [bca.uk] INFO: Scrape type for LS73%20EAO: 0
2026-03-28 11:13:49 [bca.uk] INFO: Found listing with ID: AE71%20SMU
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE71%2520SMU%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for AE71%20SMU: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: EO70%20HZL
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520HZL%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for EO70%20HZL: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: WD66%20XTT
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520XTT%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for WD66%20XTT: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: LK71%20VUA
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK71%2520VUA%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for LK71%20VUA: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: LN19%20NLG
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN19%2520NLG%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for LN19%20NLG: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: HJ20%20XKC
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520XKC%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for HJ20%20XKC: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: F8%20MMG
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F8%2520MMG%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for F8%20MMG: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: HT69%20PXU
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT69%2520PXU%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for HT69%20PXU: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: SY68%20WZB
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520WZB%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for SY68%20WZB: 0
2026-03-28 11:13:50 [bca.uk] INFO: Found listing with ID: YY16%20WBW
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520WBW%27 HTTP/1.1" 200 None
2026-03-28 11:13:50 [bca.uk] INFO: Scrape type for YY16%20WBW: 0
2026-03-28 11:13:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:13:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:14:10 [scrapy.extensions.logstats] INFO: Crawled 228 pages (at 8 pages/min), scraped 500 items (at 6 items/min)
2026-03-28 11:14:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:15:10 [scrapy.extensions.logstats] INFO: Crawled 228 pages (at 0 pages/min), scraped 500 items (at 0 items/min)
2026-03-28 11:15:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:15:59 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.413(s), this was the 1st time calling it.
2026-03-28 11:15:59 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.6604302436762595 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-28 11:16:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 11:16:10 [scrapy.extensions.logstats] INFO: Crawled 228 pages (at 0 pages/min), scraped 500 items (at 0 items/min)
2026-03-28 11:16:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:16:28 [bca.uk] INFO: Total items found: 100
2026-03-28 11:16:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded
2026-03-28 11:16:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:16:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: EK20%20ODX
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520ODX%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for EK20%20ODX: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: SK70%20KHD
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520KHD%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for SK70%20KHD: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: YE21%20SDX
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE21%2520SDX%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for YE21%20SDX: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: RO73%20GVE
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520GVE%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for RO73%20GVE: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: RK17%20KGX
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520KGX%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for RK17%20KGX: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: LO72%20AOJ
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AOJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for LO72%20AOJ: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: LO69%20GRK
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520GRK%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for LO69%20GRK: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: LO72%20AOH
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AOH%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for LO72%20AOH: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: PL19%20XVZ
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL19%2520XVZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for PL19%20XVZ: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: WV70%20PYX
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520PYX%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for WV70%20PYX: 0
2026-03-28 11:16:28 [bca.uk] INFO: Found listing with ID: CF71%20BGX
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-28 11:16:28 [bca.uk] INFO: Scrape type for CF71%20BGX: 2
2026-03-28 11:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX
2026-03-28 11:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ad43bfe-96a1-5163-a487-cdd09f75c27c with scrape type 2
2026-03-28 11:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ad43bfe-96a1-5163-a487-cdd09f75c27c with scrape type 2
2026-03-28 11:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ad43bfe-96a1-5163-a487-cdd09f75c27c, identifier: CF71%20BGX
2026-03-28 11:16:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX
2026-03-28 11:16:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX
2026-03-28 11:16:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ad43bfe-96a1-5163-a487-cdd09f75c27c with identifier: CF71%20BGX to the API
2026-03-28 11:16:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20BGX-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ad43bfe-96a1-5163-a487-cdd09f75c27c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF71 BGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20BGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 50717,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCLUSIVE DCT',
 'vin': 'LSJW74C96MZ188823',
 'year': 2021}
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520BGX%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Saving data for CF71%20BGX: {'auction_closing_time': 1774864800.0, 'created_time': 1773909990.930818, 'last_price_update_time': 1774696589.213567}
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520BGX') HTTP/1.1" 204 0
2026-03-28 11:16:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: DL21%20HYJ
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520HYJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for DL21%20HYJ: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: KV20%20YPO
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520YPO%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for KV20%20YPO: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: LO72%20AHD
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHD%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for LO72%20AHD: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: KW13%20UPM
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520UPM%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for KW13%20UPM: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: FL69%20EJK
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for FL69%20EJK: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: LO72%20AFV
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AFV%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for LO72%20AFV: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: WT18%20HDJ
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for WT18%20HDJ: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: WT19%20OWA
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for WT19%20OWA: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: CE21%20AXA
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AXA%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for CE21%20AXA: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: CF71%20OKH
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520OKH%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for CF71%20OKH: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: DA70%20WNW
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520WNW%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for DA70%20WNW: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: FJ70%20TXB
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ70%2520TXB%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for FJ70%20TXB: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: L28%20PYN
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for L28%20PYN: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: LC24%20EZZ
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for LC24%20EZZ: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: MT70%20CTO
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520CTO%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for MT70%20CTO: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: VN72%20OZG
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520OZG%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for VN72%20OZG: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: WD73%20ZTB
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520ZTB%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for WD73%20ZTB: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: LO72%20ABZ
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for LO72%20ABZ: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: DX16%20LCA
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520LCA%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for DX16%20LCA: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: LO72%20ABV
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABV%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for LO72%20ABV: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: WP15%20HMO
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520HMO%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for WP15%20HMO: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: BK68%20XBV
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for BK68%20XBV: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: LM22%20FWV
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520FWV%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for LM22%20FWV: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: SA71%20VVL
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520VVL%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for SA71%20VVL: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: FA19%20NPP
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for FA19%20NPP: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: FL74%20KHT
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520KHT%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for FL74%20KHT: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: CV20%20TUW
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520TUW%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for CV20%20TUW: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: FA18%20CHZ
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA18%2520CHZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for FA18%20CHZ: 0
2026-03-28 11:16:29 [bca.uk] INFO: Found listing with ID: DF69%20XCS
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-28 11:16:29 [bca.uk] INFO: Scrape type for DF69%20XCS: 2
2026-03-28 11:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS
2026-03-28 11:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ae74ea6-c74e-559e-9e93-75ac8159b863 with scrape type 2
2026-03-28 11:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ae74ea6-c74e-559e-9e93-75ac8159b863 with scrape type 2
2026-03-28 11:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ae74ea6-c74e-559e-9e93-75ac8159b863, identifier: DF69%20XCS
2026-03-28 11:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS
2026-03-28 11:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS
2026-03-28 11:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ae74ea6-c74e-559e-9e93-75ac8159b863 with identifier: DF69%20XCS to the API
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=42&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF69%20XCS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ae74ea6-c74e-559e-9e93-75ac8159b863',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF69 XCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF69%20XCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 65976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE EXECUTIVE',
 'vin': 'W1K1770872J198600',
 'year': 2020}
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Saving data for DF69%20XCS: {'auction_closing_time': 1774864800.0, 'created_time': 1774305148.897012, 'last_price_update_time': 1774696590.326087}
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF69%2520XCS') HTTP/1.1" 204 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: WV69%20TXP
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520TXP%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for WV69%20TXP: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: VT19%20YHF
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YHF%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for VT19%20YHF: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: GU05%20LVY
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU05%2520LVY%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for GU05%20LVY: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: YW71%20JFE
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW71%2520JFE%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for YW71%20JFE: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: DL21%20RBO
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520RBO%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for DL21%20RBO: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: FV67%20RXH
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520RXH%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for FV67%20RXH: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: LE19%20TZN
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520TZN%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for LE19%20TZN: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: SE19%20UWZ
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for SE19%20UWZ: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: WV70%20FFN
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520FFN%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for WV70%20FFN: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: DM19%20WMW
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM19%2520WMW%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for DM19%20WMW: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: FG19%20NUY
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520NUY%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for FG19%20NUY: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: KM19%20OHB
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520OHB%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for KM19%20OHB: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: WJ19%20MTY
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ19%2520MTY%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for WJ19%20MTY: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: YA18%20HFU
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520HFU%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for YA18%20HFU: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: YGZ%205087
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25205087%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for YGZ%205087: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: YH23%20ZRN
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520ZRN%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for YH23%20ZRN: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: SK13%20HPC
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520HPC%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for SK13%20HPC: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: EG16%20EMF
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520EMF%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for EG16%20EMF: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: YC21%20FHH
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FHH%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for YC21%20FHH: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: HG69%20VOK
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520VOK%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for HG69%20VOK: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: HK69%20NWJ
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520NWJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for HK69%20NWJ: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: HV20%20UWZ
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520UWZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for HV20%20UWZ: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: LB18%20KWG
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520KWG%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for LB18%20KWG: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: LP71%20OMJ
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520OMJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for LP71%20OMJ: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: MT24%20TZY
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT24%2520TZY%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for MT24%20TZY: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: ND21%20BVM
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520BVM%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for ND21%20BVM: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: SK71%20ODG
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK71%2520ODG%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for SK71%20ODG: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: WV69%20NBG
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520NBG%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for WV69%20NBG: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: AU68%20KFP
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520KFP%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for AU68%20KFP: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: LD72%20SFU
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520SFU%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for LD72%20SFU: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: LF21%20WNO
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520WNO%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for LF21%20WNO: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: LG20%20OVA
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520OVA%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for LG20%20OVA: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: NV69%20MYB
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV69%2520MYB%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for NV69%20MYB: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: PG19%20LXN
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG19%2520LXN%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for PG19%20LXN: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: RK69%20AJU
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520AJU%27 HTTP/1.1" 200 None
2026-03-28 11:16:30 [bca.uk] INFO: Scrape type for RK69%20AJU: 0
2026-03-28 11:16:30 [bca.uk] INFO: Found listing with ID: RK70%20OPA
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520OPA%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for RK70%20OPA: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: RO70%20GLK
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520GLK%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for RO70%20GLK: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: AP19%20NRL
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520NRL%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for AP19%20NRL: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: BF21%20VMW
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF21%2520VMW%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for BF21%20VMW: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: DN20%20OCL
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OCL%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for DN20%20OCL: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: HY21%20CVT
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520CVT%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for HY21%20CVT: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: KF68%20KPJ
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF68%2520KPJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for KF68%20KPJ: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: LB69%20WFT
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520WFT%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for LB69%20WFT: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: GU67%20HJK
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520HJK%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for GU67%20HJK: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: GU18%20OPC
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520OPC%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for GU18%20OPC: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: KE71%20MGV
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE71%2520MGV%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for KE71%20MGV: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: L200%20PBX
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L200%2520PBX%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for L200%20PBX: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: SB18%20DFO
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DFO%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for SB18%20DFO: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: TRZ%202701
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TRZ%25202701%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for TRZ%202701: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: WF70%20WRR
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for WF70%20WRR: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: WG19%20ZGY
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520ZGY%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for WG19%20ZGY: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: YX72%20SBU
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX72%2520SBU%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for YX72%20SBU: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: CE70%20EUU
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520EUU%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for CE70%20EUU: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: DY68%20HPK
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520HPK%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for DY68%20HPK: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: GP21%20APV
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520APV%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for GP21%20APV: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: KD19%20JYE
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD19%2520JYE%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for KD19%20JYE: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: CK23%20RHZ
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520RHZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for CK23%20RHZ: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: LS21%20MTX
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520MTX%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for LS21%20MTX: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: MM18%20ZFN
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM18%2520ZFN%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for MM18%20ZFN: 0
2026-03-28 11:16:31 [bca.uk] INFO: Found listing with ID: YL69%20YXG
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520YXG%27 HTTP/1.1" 200 None
2026-03-28 11:16:31 [bca.uk] INFO: Scrape type for YL69%20YXG: 0
2026-03-28 11:16:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=43&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:16:35 [bca.uk] INFO: Total items found: 100
2026-03-28 11:16:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded
2026-03-28 11:16:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:16:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: EK69%20VSO
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520VSO%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for EK69%20VSO: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: EY21%20MWV
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY21%2520MWV%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for EY21%20MWV: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: FY70%20KXT
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520KXT%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for FY70%20KXT: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: HJ70%20UXS
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UXS%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for HJ70%20UXS: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: KM19%20FZW
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520FZW%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for KM19%20FZW: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: MK12%20BDV
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK12%2520BDV%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for MK12%20BDV: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: PF55%20KKH
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF55%2520KKH%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for PF55%20KKH: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: DC21%20GDZ
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520GDZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for DC21%20GDZ: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: CF15%20OAU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520OAU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for CF15%20OAU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: BV18%20ZPW
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZPW%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for BV18%20ZPW: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: GX18%20DXW
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520DXW%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for GX18%20DXW: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: HY70%20VYZ
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520VYZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for HY70%20VYZ: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LC22%20KXH
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520KXH%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LC22%20KXH: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LP23%20ZKR
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520ZKR%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LP23%20ZKR: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LX71%20SHV
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX71%2520SHV%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LX71%20SHV: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: NJ21%20LZE
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for NJ21%20LZE: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: VO68%20KWS
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KWS%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for VO68%20KWS: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: KR24%20WTF
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520WTF%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for KR24%20WTF: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: RN21%20LXG
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN21%2520LXG%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for RN21%20LXG: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: VE72%20XGF
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520XGF%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for VE72%20XGF: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: AV70%20OMP
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520OMP%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for AV70%20OMP: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: CT19%20ZJK
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520ZJK%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for CT19%20ZJK: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: GJ75%20FCP
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for GJ75%20FCP: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: KJ19%20KZC
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520KZC%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for KJ19%20KZC: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LG68%20TJY
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520TJY%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LG68%20TJY: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LM25%20VBV
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM25%2520VBV%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LM25%20VBV: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LT24%20OUA
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520OUA%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LT24%20OUA: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: MH72%20DLK
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DLK%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for MH72%20DLK: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: W666%20JDP
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W666%2520JDP%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for W666%20JDP: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LL70%20XZD
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520XZD%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LL70%20XZD: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: DU21%20OZR
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520OZR%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for DU21%20OZR: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LD72%20OUG
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OUG%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LD72%20OUG: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: VK70%20ZLN
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZLN%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for VK70%20ZLN: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: CF22%20MDN
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520MDN%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for CF22%20MDN: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: KM23%20ANU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520ANU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for KM23%20ANU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: BD68%20LOH
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520LOH%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for BD68%20LOH: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: YE73%20TVP
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TVP%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for YE73%20TVP: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: BK21%20LDU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520LDU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for BK21%20LDU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: EX22%20SWK
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520SWK%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for EX22%20SWK: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LM21%20CPZ
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520CPZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LM21%20CPZ: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: VGZ%209261
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209261%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for VGZ%209261: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: HT22%20JYF
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520JYF%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for HT22%20JYF: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: ND72%20KBO
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KBO%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for ND72%20KBO: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: VU23%20MWA
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MWA%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for VU23%20MWA: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: BK69%20LNC
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK69%2520LNC%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for BK69%20LNC: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: BN71%20RNU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520RNU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for BN71%20RNU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: LG72%20RHE
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RHE%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for LG72%20RHE: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: MT70%20KMU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520KMU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for MT70%20KMU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: NA69%20VOU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520VOU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for NA69%20VOU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: CA23%20JKN
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA23%2520JKN%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for CA23%20JKN: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: FN23%20ZNC
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520ZNC%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for FN23%20ZNC: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: GL67%20URB
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520URB%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for GL67%20URB: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: YS69%20PCO
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PCO%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for YS69%20PCO: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: SW19%20JVU
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW19%2520JVU%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for SW19%20JVU: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: WD21%20BYK
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD21%2520BYK%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for WD21%20BYK: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: WF71%20UAG
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520UAG%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for WF71%20UAG: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: YS73%20KTA
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS73%2520KTA%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for YS73%20KTA: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: VO24%20TYZ
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520TYZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:35 [bca.uk] INFO: Scrape type for VO24%20TYZ: 0
2026-03-28 11:16:35 [bca.uk] INFO: Found listing with ID: WA68%20ZNW
2026-03-28 11:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520ZNW%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for WA68%20ZNW: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: U12C45069
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12C45069%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for U12C45069: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: LM71%20YXE
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520YXE%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for LM71%20YXE: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: OU66%20UBE
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU66%2520UBE%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for OU66%20UBE: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: DF19%20HWC
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520HWC%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for DF19%20HWC: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: AX66%20NKD
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for AX66%20NKD: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: FX71%20XAR
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520XAR%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for FX71%20XAR: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: LX71%20OYA
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX71%2520OYA%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for LX71%20OYA: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: AF15%20VVP
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520VVP%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for AF15%20VVP: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: BD13%20BXW
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520BXW%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for BD13%20BXW: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: CK11%20KOX
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520KOX%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for CK11%20KOX: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: DU70%20DPE
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520DPE%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for DU70%20DPE: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: LB21%20KYK
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520KYK%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for LB21%20KYK: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: SK21%20YOR
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520YOR%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for SK21%20YOR: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: DU22%20NTD
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520NTD%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for DU22%20NTD: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: DF16%20NZT
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520NZT%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for DF16%20NZT: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: NK65%20LLG
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK65%2520LLG%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for NK65%20LLG: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: PJ66%20DXR
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520DXR%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for PJ66%20DXR: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: WK14%20WSD
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520WSD%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for WK14%20WSD: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: YT72%20TZV
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520TZV%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for YT72%20TZV: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: HV20%20UJE
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520UJE%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for HV20%20UJE: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: KO69%20MKP
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520MKP%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for KO69%20MKP: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: SC56%20MPC
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC56%2520MPC%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for SC56%20MPC: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: HK23%20LLG
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520LLG%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for HK23%20LLG: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: PF24%20JLO
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF24%2520JLO%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for PF24%20JLO: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: VK66%20UFV
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520UFV%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for VK66%20UFV: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: FD09%20XUX
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD09%2520XUX%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for FD09%20XUX: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: KV61%20YJM
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520YJM%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for KV61%20YJM: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: LT58%20OSP
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT58%2520OSP%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for LT58%20OSP: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: MJ65%20FLD
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ65%2520FLD%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for MJ65%20FLD: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: AJ24%20TVP
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ24%2520TVP%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for AJ24%20TVP: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: NJ14%20BRF
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520BRF%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for NJ14%20BRF: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: NJ66%20DNO
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ66%2520DNO%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for NJ66%20DNO: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: PF14%20WGO
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520WGO%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for PF14%20WGO: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: SG16%20XHH
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520XHH%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for SG16%20XHH: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: AO65%20OEU
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520OEU%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for AO65%20OEU: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: OV23%20EXE
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EXE%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for OV23%20EXE: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: YH73%20SOC
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SOC%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for YH73%20SOC: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: PY59%20AXP
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY59%2520AXP%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for PY59%20AXP: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: YC68%20CEV
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CEV%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for YC68%20CEV: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: LG62%20HHR
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520HHR%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for LG62%20HHR: 0
2026-03-28 11:16:36 [bca.uk] INFO: Found listing with ID: AO18%20WCW
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-28 11:16:36 [bca.uk] INFO: Scrape type for AO18%20WCW: 0
2026-03-28 11:16:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:16:49 [bca.uk] INFO: Total items found: 100
2026-03-28 11:16:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded
2026-03-28 11:16:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:16:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:49 [bca.uk] INFO: Found listing with ID: NX17%20UJT
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520UJT%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for NX17%20UJT: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: PE65%20OTF
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE65%2520OTF%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for PE65%20OTF: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: PX63%20UUS
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520UUS%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for PX63%20UUS: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: SG65%20NDJ
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520NDJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for SG65%20NDJ: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: LD72%20BGK
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for LD72%20BGK: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: LP72%20SXS
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for LP72%20SXS: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: DN65%20MPU
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520MPU%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for DN65%20MPU: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: EX67%20PXF
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX67%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for EX67%20PXF: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: SD14%20RKF
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520RKF%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for SD14%20RKF: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: FL22%20LFA
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520LFA%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for FL22%20LFA: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: SA23%20DYO
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA23%2520DYO%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for SA23%20DYO: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: RE14%20UPD
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE14%2520UPD%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for RE14%20UPD: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: KE72%20VYC
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYC%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for KE72%20VYC: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: BG62%20YDC
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG62%2520YDC%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for BG62%20YDC: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: LV71%20GKO
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for LV71%20GKO: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: VO74%20TZV
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO74%2520TZV%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for VO74%20TZV: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: VK21%20NVJ
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for VK21%20NVJ: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: OE23%20EDP
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EDP%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for OE23%20EDP: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: LB22%20KLJ
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520KLJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for LB22%20KLJ: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: DF21%20YTE
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YTE%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for DF21%20YTE: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: YR18%20YAO
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520YAO%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for YR18%20YAO: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: BF69%20YLP
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF69%2520YLP%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for BF69%20YLP: 0
2026-03-28 11:16:50 [bca.uk] INFO: Found listing with ID: OV05%20WSL
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV05%2520WSL%27 HTTP/1.1" 200 None
2026-03-28 11:16:50 [bca.uk] INFO: Scrape type for OV05%20WSL: 2
2026-03-28 11:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b52c3ecc-a812-5350-ace0-f83354ce06dd with identifier: OV05%20WSL
2026-03-28 11:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b52c3ecc-a812-5350-ace0-f83354ce06dd with scrape type 2
2026-03-28 11:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b52c3ecc-a812-5350-ace0-f83354ce06dd with scrape type 2
2026-03-28 11:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b52c3ecc-a812-5350-ace0-f83354ce06dd, identifier: OV05%20WSL
2026-03-28 11:16:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b52c3ecc-a812-5350-ace0-f83354ce06dd with identifier: OV05%20WSL
2026-03-28 11:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b52c3ecc-a812-5350-ace0-f83354ce06dd with identifier: OV05%20WSL
2026-03-28 11:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b52c3ecc-a812-5350-ace0-f83354ce06dd with identifier: OV05%20WSL to the API
2026-03-28 11:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=44&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV05%20WSL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b52c3ecc-a812-5350-ace0-f83354ce06dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV05 WSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV05%20WSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 228824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.5 TDI PD 130 SWB 4MOTION Bus',
 'transmission': 'manual',
 'trim': 'TDI PD 130 SWB 4MOTION',
 'vin': 'WV2ZZZ7HZ6X003155',
 'year': 2005}
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV05%2520WSL%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Saving data for OV05%20WSL: {'auction_closing_time': 1774864800.0, 'created_time': 1773838326.439111, 'last_price_update_time': 1774696611.222047}
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV05%2520WSL') HTTP/1.1" 204 0
2026-03-28 11:16:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: EJ59%20OFN
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ59%2520OFN%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for EJ59%20OFN: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: EX61%20UPR
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520UPR%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for EX61%20UPR: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YS69%20ETJ
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520ETJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YS69%20ETJ: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YE73%20TKV
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TKV%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YE73%20TKV: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: BJ11%20ULV
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ11%2520ULV%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for BJ11%20ULV: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: MK69%20ZVG
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520ZVG%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for MK69%20ZVG: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: HW20%20WMO
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW20%2520WMO%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for HW20%20WMO: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: CU70%20GVE
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520GVE%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for CU70%20GVE: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: PF73%20UGK
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF73%2520UGK%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for PF73%20UGK: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: VE21%20BCO
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BCO%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for VE21%20BCO: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: AO55%20PXV
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO55%2520PXV%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for AO55%20PXV: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: LR22%20JWY
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520JWY%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for LR22%20JWY: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: AX72%20NGU
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520NGU%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for AX72%20NGU: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: KP12%20EHW
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520EHW%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for KP12%20EHW: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: HN21%20KPP
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520KPP%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for HN21%20KPP: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YH14%20VYL
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520VYL%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YH14%20VYL: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YR18%20JVF
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520JVF%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YR18%20JVF: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: FJ62%20ZFC
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ62%2520ZFC%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for FJ62%20ZFC: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: KY18%20PZM
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520PZM%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for KY18%20PZM: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: KS69%20MFA
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520MFA%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for KS69%20MFA: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: FG65%20ZFS
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520ZFS%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for FG65%20ZFS: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: DE11%20ZYA
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE11%2520ZYA%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for DE11%20ZYA: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: FE63%20ZPY
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520ZPY%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for FE63%20ZPY: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: CT60%20YWN
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT60%2520YWN%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for CT60%20YWN: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: CA19%20DFF
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520DFF%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for CA19%20DFF: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YD12%20RKJ
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD12%2520RKJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YD12%20RKJ: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: RE11%20OMV
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520OMV%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for RE11%20OMV: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YB64%20PVZ
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520PVZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YB64%20PVZ: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: PE69%20MDF
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE69%2520MDF%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for PE69%20MDF: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YD16%20DDP
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520DDP%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YD16%20DDP: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: MW63%20MZE
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520MZE%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for MW63%20MZE: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: RY03%20RYA
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY03%2520RYA%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for RY03%20RYA: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: LT72%20SNN
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520SNN%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for LT72%20SNN: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YT67%20RVL
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520RVL%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YT67%20RVL: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: KV66%20KTA
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520KTA%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for KV66%20KTA: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: YH71%20ENM
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520ENM%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for YH71%20ENM: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: DV15%20DSO
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV15%2520DSO%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for DV15%20DSO: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: VE72%20ZVG
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520ZVG%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for VE72%20ZVG: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: MX68%20WWF
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WWF%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for MX68%20WWF: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: MX67%20NUV
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX67%2520NUV%27 HTTP/1.1" 200 None
2026-03-28 11:16:51 [bca.uk] INFO: Scrape type for MX67%20NUV: 0
2026-03-28 11:16:51 [bca.uk] INFO: Found listing with ID: LT16%20WXR
2026-03-28 11:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for LT16%20WXR: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: GJ68%20CXU
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520CXU%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for GJ68%20CXU: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FE69%20EVJ
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EVJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FE69%20EVJ: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: GM66%20AEG
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520AEG%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for GM66%20AEG: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FE69%20EUP
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EUP%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FE69%20EUP: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: CY65%20DFE
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY65%2520DFE%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for CY65%20DFE: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FA19%20NXH
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NXH%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FA19%20NXH: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: BV16%20OFL
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV16%2520OFL%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for BV16%20OFL: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: BX70%20LBV
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520LBV%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for BX70%20LBV: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: ND18%20HSE
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520HSE%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for ND18%20HSE: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FN17%20TKU
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520TKU%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FN17%20TKU: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: BV13%20YGP
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV13%2520YGP%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for BV13%20YGP: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: LB71%20BRF
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520BRF%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for LB71%20BRF: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: WF69%20WPD
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520WPD%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for WF69%20WPD: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: HS24%20LHH
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520LHH%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for HS24%20LHH: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: WG13%20JVU
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520JVU%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for WG13%20JVU: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: CN62%20RDX
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN62%2520RDX%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for CN62%20RDX: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: YL67%20FPO
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520FPO%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for YL67%20FPO: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FE69%20ETA
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520ETA%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FE69%20ETA: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: DX64%20EUF
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX64%2520EUF%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for DX64%20EUF: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: HG21%20UXV
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520UXV%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for HG21%20UXV: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: DN71%20BTZ
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520BTZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for DN71%20BTZ: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: BJ65%20HZL
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520HZL%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for BJ65%20HZL: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: CX16%20ULO
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520ULO%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for CX16%20ULO: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: LG17%20XYD
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520XYD%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for LG17%20XYD: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: CU16%20NHH
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520NHH%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for CU16%20NHH: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: KV11%20MZZ
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV11%2520MZZ%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for KV11%20MZZ: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: KT14%20BXM
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT14%2520BXM%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for KT14%20BXM: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: KP12%20CLJ
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520CLJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for KP12%20CLJ: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FG74%20HFR
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFR%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FG74%20HFR: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: PK17%20FZY
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520FZY%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for PK17%20FZY: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: NU18%20AUO
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520AUO%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for NU18%20AUO: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FG74%20HFN
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFN%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FG74%20HFN: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FG74%20HFE
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFE%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FG74%20HFE: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FG74%20HFM
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HFM%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FG74%20HFM: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: MF62%20PCV
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520PCV%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for MF62%20PCV: 0
2026-03-28 11:16:52 [bca.uk] INFO: Found listing with ID: FG74%20HDY
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HDY%27 HTTP/1.1" 200 None
2026-03-28 11:16:52 [bca.uk] INFO: Scrape type for FG74%20HDY: 0
2026-03-28 11:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:16:59 [bca.uk] INFO: Total items found: 100
2026-03-28 11:16:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded
2026-03-28 11:16:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:16:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: MD67%20WJL
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520WJL%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for MD67%20WJL: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: EO18%20NVY
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO18%2520NVY%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for EO18%20NVY: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: FG74%20HDO
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520HDO%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for FG74%20HDO: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: YG17%20LLH
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520LLH%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for YG17%20LLH: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WJ15%20WPT
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ15%2520WPT%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WJ15%20WPT: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WF61%20BKJ
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520BKJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WF61%20BKJ: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WV71%20VZT
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520VZT%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WV71%20VZT: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: BD22%20PWJ
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for BD22%20PWJ: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: DT24%20XGC
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520XGC%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for DT24%20XGC: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: FM21%20GZT
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520GZT%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for FM21%20GZT: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: KS21%20VMV
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520VMV%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for KS21%20VMV: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WN23%20YZY
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520YZY%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WN23%20YZY: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WN23%20ZBD
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZBD%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WN23%20ZBD: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WN23%20ZCV
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZCV%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WN23%20ZCV: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WN23%20ZDA
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZDA%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WN23%20ZDA: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WN72%20UVL
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520UVL%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WN72%20UVL: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: WN72%20UYX
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520UYX%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for WN72%20UYX: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: VO68%20KOW
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KOW%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for VO68%20KOW: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: YT23%20PHN
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520PHN%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for YT23%20PHN: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: LR67%20OCB
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520OCB%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for LR67%20OCB: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: LL15%20CCY
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520CCY%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for LL15%20CCY: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: KR20%20YWN
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520YWN%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for KR20%20YWN: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: SB18%20DDU
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DDU%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for SB18%20DDU: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: BD22%20EMJ
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520EMJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for BD22%20EMJ: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: DS24%20NKU
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520NKU%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for DS24%20NKU: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: FG20%20FKJ
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520FKJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for FG20%20FKJ: 0
2026-03-28 11:16:59 [bca.uk] INFO: Found listing with ID: OY69%20YUJ
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-28 11:16:59 [bca.uk] INFO: Scrape type for OY69%20YUJ: 2
2026-03-28 11:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85821e41-0461-5847-a930-ee8f60f4129f with identifier: OY69%20YUJ
2026-03-28 11:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85821e41-0461-5847-a930-ee8f60f4129f with scrape type 2
2026-03-28 11:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85821e41-0461-5847-a930-ee8f60f4129f with scrape type 2
2026-03-28 11:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85821e41-0461-5847-a930-ee8f60f4129f, identifier: OY69%20YUJ
2026-03-28 11:17:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85821e41-0461-5847-a930-ee8f60f4129f with identifier: OY69%20YUJ
2026-03-28 11:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85821e41-0461-5847-a930-ee8f60f4129f with identifier: OY69%20YUJ
2026-03-28 11:17:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85821e41-0461-5847-a930-ee8f60f4129f with identifier: OY69%20YUJ to the API
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY69%20YUJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85821e41-0461-5847-a930-ee8f60f4129f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY69 YUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY69%20YUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 40296,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2ANXL1Z77372',
 'year': 2019}
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Saving data for OY69%20YUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774610169.29802, 'last_price_update_time': 1774696620.598957}
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520YUJ') HTTP/1.1" 204 0
2026-03-28 11:17:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: RJ23%20GUC
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUC%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for RJ23%20GUC: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: RY73%20CGK
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CGK%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for RY73%20CGK: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: SA25%20RDZ
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA25%2520RDZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for SA25%20RDZ: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: SM24%20MXR
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM24%2520MXR%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for SM24%20MXR: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: WM73%20AXU
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520AXU%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for WM73%20AXU: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: WV23%20ODF
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520ODF%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for WV23%20ODF: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: YA70%20GSY
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520GSY%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for YA70%20GSY: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: DY24%20HDZ
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520HDZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for DY24%20HDZ: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: HK71%20FLR
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520FLR%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for HK71%20FLR: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: HN24%20KKT
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520KKT%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for HN24%20KKT: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: HV24%20RMX
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520RMX%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for HV24%20RMX: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: KM25%20OCP
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520OCP%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for KM25%20OCP: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: LL73%20FWG
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FWG%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for LL73%20FWG: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: LN73%20EXV
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520EXV%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for LN73%20EXV: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: RE73%20KHZ
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520KHZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for RE73%20KHZ: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: RF73%20LWK
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520LWK%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for RF73%20LWK: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: DY23%20LBE
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520LBE%27 HTTP/1.1" 200 None
2026-03-28 11:17:00 [bca.uk] INFO: Scrape type for DY23%20LBE: 0
2026-03-28 11:17:00 [bca.uk] INFO: Found listing with ID: KO69%20PJV
2026-03-28 11:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520PJV%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for KO69%20PJV: 2
2026-03-28 11:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d2aa618-3005-5ccf-b490-ffcbee23319f with identifier: KO69%20PJV
2026-03-28 11:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d2aa618-3005-5ccf-b490-ffcbee23319f with scrape type 2
2026-03-28 11:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d2aa618-3005-5ccf-b490-ffcbee23319f with scrape type 2
2026-03-28 11:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d2aa618-3005-5ccf-b490-ffcbee23319f, identifier: KO69%20PJV
2026-03-28 11:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d2aa618-3005-5ccf-b490-ffcbee23319f with identifier: KO69%20PJV
2026-03-28 11:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d2aa618-3005-5ccf-b490-ffcbee23319f with identifier: KO69%20PJV
2026-03-28 11:17:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d2aa618-3005-5ccf-b490-ffcbee23319f with identifier: KO69%20PJV to the API
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO69%20PJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d2aa618-3005-5ccf-b490-ffcbee23319f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO69 PJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO69%20PJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 48204,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 95 TREND Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 95 TREND',
 'vin': 'WF0JXXGAHJKP30828',
 'year': 2020}
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520PJV%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Saving data for KO69%20PJV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610179.438387, 'last_price_update_time': 1774696621.475969}
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO69%2520PJV') HTTP/1.1" 204 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: KO16%20GDV
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520GDV%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for KO16%20GDV: 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: RJ23%20GUX
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUX%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for RJ23%20GUX: 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: KN70%20PZC
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PZC%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for KN70%20PZC: 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: NU23%20GUO
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520GUO%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for NU23%20GUO: 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: BC16%20UGG
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520UGG%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for BC16%20UGG: 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: RE73%20KLP
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520KLP%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for RE73%20KLP: 0
2026-03-28 11:17:01 [bca.uk] INFO: Found listing with ID: AO67%20ZWF
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520ZWF%27 HTTP/1.1" 200 None
2026-03-28 11:17:01 [bca.uk] INFO: Scrape type for AO67%20ZWF: 2
2026-03-28 11:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9130a81-cc85-5d9c-830f-9bc15dfd8160 with identifier: AO67%20ZWF
2026-03-28 11:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9130a81-cc85-5d9c-830f-9bc15dfd8160 with scrape type 2
2026-03-28 11:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9130a81-cc85-5d9c-830f-9bc15dfd8160 with scrape type 2
2026-03-28 11:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9130a81-cc85-5d9c-830f-9bc15dfd8160, identifier: AO67%20ZWF
2026-03-28 11:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9130a81-cc85-5d9c-830f-9bc15dfd8160 with identifier: AO67%20ZWF
2026-03-28 11:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9130a81-cc85-5d9c-830f-9bc15dfd8160 with identifier: AO67%20ZWF
2026-03-28 11:17:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9130a81-cc85-5d9c-830f-9bc15dfd8160 with identifier: AO67%20ZWF to the API
2026-03-28 11:17:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO67%20ZWF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9130a81-cc85-5d9c-830f-9bc15dfd8160',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO67 ZWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO67%20ZWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 82741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.4 TFSI 125 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 SPORT',
 'vin': 'WAUZZZ8X5JB034134',
 'year': 2018}
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520ZWF%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Saving data for AO67%20ZWF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610104.441782, 'last_price_update_time': 1774696622.170426}
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO67%2520ZWF') HTTP/1.1" 204 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YP72%20BDO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520BDO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YP72%20BDO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: NJ23%20MVD
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520MVD%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for NJ23%20MVD: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: FT16%20CWO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520CWO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for FT16%20CWO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: DV25%20OFO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for DV25%20OFO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: EA67%20ZVE
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520ZVE%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for EA67%20ZVE: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: MA24%20ZDU
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZDU%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for MA24%20ZDU: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: BD60%20GTF
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for BD60%20GTF: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SW71%20BNE
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW71%2520BNE%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SW71%20BNE: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: AP19%20OSZ
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for AP19%20OSZ: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: LS72%20YXR
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXR%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for LS72%20YXR: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: OE74%20HDJ
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520HDJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for OE74%20HDJ: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: OE75%20YYG
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE75%2520YYG%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for OE75%20YYG: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YO24%20MPZ
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520MPZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YO24%20MPZ: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: AP16%20YMV
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP16%2520YMV%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for AP16%20YMV: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YT59%20ZZG
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520ZZG%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YT59%20ZZG: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: LP73%20KTK
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520KTK%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for LP73%20KTK: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YG20%20WDN
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520WDN%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YG20%20WDN: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: LO72%20AHV
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHV%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for LO72%20AHV: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: LO72%20AHU
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHU%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for LO72%20AHU: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: ML14%20AHZ
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML14%2520AHZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for ML14%20AHZ: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YG16%20OZE
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520OZE%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YG16%20OZE: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: WR15%20RXK
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520RXK%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for WR15%20RXK: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SA14%20EWY
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA14%2520EWY%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SA14%20EWY: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: VHZ%208117
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VHZ%25208117%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for VHZ%208117: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: FE22%20ZKO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for FE22%20ZKO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SK10%20GUC
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK10%2520GUC%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SK10%20GUC: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: ML17%20PVW
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML17%2520PVW%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for ML17%20PVW: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: FE22%20XPR
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520XPR%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for FE22%20XPR: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SG62%20KMM
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG62%2520KMM%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SG62%20KMM: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YC10%20UTO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520UTO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YC10%20UTO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SL64%20BNE
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520BNE%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SL64%20BNE: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SW17%20CMO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520CMO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SW17%20CMO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SJ65%20GMB
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ65%2520GMB%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SJ65%20GMB: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: DC73%20LGO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520LGO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for DC73%20LGO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SE14%20ONO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE14%2520ONO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SE14%20ONO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: GC17%20VRM
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520VRM%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for GC17%20VRM: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: YW15%20JCO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520JCO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for YW15%20JCO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: BL16%20NVN
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520NVN%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for BL16%20NVN: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: WU14%20EBO
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU14%2520EBO%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for WU14%20EBO: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: SK22%20TZA
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520TZA%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for SK22%20TZA: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: AY69%20OWU
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY69%2520OWU%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for AY69%20OWU: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: BD22%20KNF
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520KNF%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for BD22%20KNF: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: BL70%20NBK
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for BL70%20NBK: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: BW74%20HHZ
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW74%2520HHZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for BW74%20HHZ: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: FM70%20JUT
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM70%2520JUT%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for FM70%20JUT: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: FX73%20PZE
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for FX73%20PZE: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: KM71%20FYH
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FYH%27 HTTP/1.1" 200 None
2026-03-28 11:17:02 [bca.uk] INFO: Scrape type for KM71%20FYH: 0
2026-03-28 11:17:02 [bca.uk] INFO: Found listing with ID: KO68%20AOC
2026-03-28 11:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-28 11:17:03 [bca.uk] INFO: Scrape type for KO68%20AOC: 0
2026-03-28 11:17:10 [scrapy.extensions.logstats] INFO: Crawled 232 pages (at 4 pages/min), scraped 506 items (at 6 items/min)
2026-03-28 11:17:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:17:12 [bca.uk] INFO: Total items found: 100
2026-03-28 11:17:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded
2026-03-28 11:17:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:17:12 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: KR67%20RPO
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR67%2520RPO%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for KR67%20RPO: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: MW70%20XZE
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW70%2520XZE%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for MW70%20XZE: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: OY25%20GPU
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GPU%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for OY25%20GPU: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: WN23%20MKK
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for WN23%20MKK: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YF22%20JKZ
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YF22%20JKZ: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: KV71%20WGU
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520WGU%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for KV71%20WGU: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: BF63%20HKP
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520HKP%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for BF63%20HKP: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: ML64%20XYF
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520XYF%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for ML64%20XYF: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: DC18%20OGR
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OGR%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for DC18%20OGR: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: DU18%20WNA
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WNA%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for DU18%20WNA: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: HT72%20GXD
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520GXD%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for HT72%20GXD: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: RO22%20EKA
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EKA%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for RO22%20EKA: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: WD71%20CRX
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD71%2520CRX%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for WD71%20CRX: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: HJ24%20VXV
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for HJ24%20VXV: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: NJ21%20VNA
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520VNA%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for NJ21%20VNA: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: NU22%20ETK
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520ETK%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for NU22%20ETK: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: FD21%20CFN
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CFN%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for FD21%20CFN: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YP74%20VLM
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLM%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YP74%20VLM: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: EO22%20KKF
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520KKF%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for EO22%20KKF: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: NU22%20LLD
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520LLD%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for NU22%20LLD: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: LV73%20OVR
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV73%2520OVR%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for LV73%20OVR: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: AJ22%20UYK
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520UYK%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for AJ22%20UYK: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: BL72%20FYW
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520FYW%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for BL72%20FYW: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: LL71%20KKE
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520KKE%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for LL71%20KKE: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YG75%20LKE
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520LKE%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YG75%20LKE: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YM72%20CHG
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHG%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YM72%20CHG: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YM72%20CHN
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHN%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YM72%20CHN: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: AR09%20BAB
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AR09%2520BAB%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for AR09%20BAB: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: CP66%20GDO
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP66%2520GDO%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for CP66%20GDO: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: DA71%20NZX
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520NZX%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for DA71%20NZX: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: EA69%20EWJ
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA69%2520EWJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for EA69%20EWJ: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: KK19%20JFA
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK19%2520JFA%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for KK19%20JFA: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: S555%20NRS
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S555%2520NRS%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for S555%20NRS: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: SK71%20XRC
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK71%2520XRC%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for SK71%20XRC: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: SL68%20AYB
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520AYB%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for SL68%20AYB: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: V50%20TAT
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V50%2520TAT%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for V50%20TAT: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: VE68%20XBJ
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE68%2520XBJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for VE68%20XBJ: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: WD17%20NJK
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520NJK%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for WD17%20NJK: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: WO21%20FXZ
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520FXZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for WO21%20FXZ: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: WS19%20OKT
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS19%2520OKT%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for WS19%20OKT: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YF20%20RRU
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520RRU%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YF20%20RRU: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YF67%20HYP
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF67%2520HYP%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YF67%20HYP: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YG20%20MLK
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YG20%20MLK: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: CX20%20LXR
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520LXR%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for CX20%20LXR: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: GL21%20KZD
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520KZD%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for GL21%20KZD: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: KN72%20NCO
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520NCO%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for KN72%20NCO: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: DS72%20EVF
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520EVF%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for DS72%20EVF: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: FX23%20HMV
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HMV%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for FX23%20HMV: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: MA21%20TMO
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520TMO%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for MA21%20TMO: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YF18%20FBZ
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520FBZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YF18%20FBZ: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YM74%20KKV
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKV%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YM74%20KKV: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: KU69%20TVN
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520TVN%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for KU69%20TVN: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: NG68%20LNT
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG68%2520LNT%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for NG68%20LNT: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: PF68%20VDR
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for PF68%20VDR: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: YN23%20WFK
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520WFK%27 HTTP/1.1" 200 None
2026-03-28 11:17:12 [bca.uk] INFO: Scrape type for YN23%20WFK: 0
2026-03-28 11:17:12 [bca.uk] INFO: Found listing with ID: BK71%20HNC
2026-03-28 11:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HNC%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for BK71%20HNC: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: LP18%20KMM
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520KMM%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for LP18%20KMM: 2
2026-03-28 11:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed77a35b-8ccd-5b0e-af73-b9b72190c7ab with identifier: LP18%20KMM
2026-03-28 11:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed77a35b-8ccd-5b0e-af73-b9b72190c7ab with scrape type 2
2026-03-28 11:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed77a35b-8ccd-5b0e-af73-b9b72190c7ab with scrape type 2
2026-03-28 11:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed77a35b-8ccd-5b0e-af73-b9b72190c7ab, identifier: LP18%20KMM
2026-03-28 11:17:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed77a35b-8ccd-5b0e-af73-b9b72190c7ab with identifier: LP18%20KMM
2026-03-28 11:17:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed77a35b-8ccd-5b0e-af73-b9b72190c7ab with identifier: LP18%20KMM
2026-03-28 11:17:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed77a35b-8ccd-5b0e-af73-b9b72190c7ab with identifier: LP18%20KMM to the API
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP18%20KMM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed77a35b-8ccd-5b0e-af73-b9b72190c7ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP18 KMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP18%20KMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1770872J027255',
 'year': 2018}
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520KMM%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Saving data for LP18%20KMM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609564.95764, 'last_price_update_time': 1774696633.669455}
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP18%2520KMM') HTTP/1.1" 204 0
2026-03-28 11:17:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: AJ71%20OCA
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520OCA%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for AJ71%20OCA: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: BP74%20LZH
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520LZH%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for BP74%20LZH: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: FV74%20WYA
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV74%2520WYA%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for FV74%20WYA: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: KN68%20LKU
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LKU%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for KN68%20LKU: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: ME12%20JME
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME12%2520JME%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for ME12%20JME: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: MH18%20WSW
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WSW%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for MH18%20WSW: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: MW67%20EEN
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520EEN%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for MW67%20EEN: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: ND71%20WXU
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520WXU%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for ND71%20WXU: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: ST18%20XWJ
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520XWJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for ST18%20XWJ: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: YF71%20LXO
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520LXO%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for YF71%20LXO: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: YG22%20SEO
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520SEO%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for YG22%20SEO: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: YL71%20LAA
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520LAA%27 HTTP/1.1" 200 None
2026-03-28 11:17:13 [bca.uk] INFO: Scrape type for YL71%20LAA: 0
2026-03-28 11:17:13 [bca.uk] INFO: Found listing with ID: YP72%20HGD
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520HGD%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for YP72%20HGD: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: NA22%20DCV
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520DCV%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for NA22%20DCV: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: NU22%20CVO
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520CVO%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for NU22%20CVO: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: VO22%20HCL
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HCL%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for VO22%20HCL: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: EA71%20XSJ
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520XSJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for EA71%20XSJ: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: LS72%20YXC
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXC%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for LS72%20YXC: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: LN14%20CGF
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520CGF%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for LN14%20CGF: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: MK64%20DKY
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK64%2520DKY%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for MK64%20DKY: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: AF22%20SYA
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520SYA%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for AF22%20SYA: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: SL23%20KWV
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL23%2520KWV%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for SL23%20KWV: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: YG69%20HLE
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520HLE%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for YG69%20HLE: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: YK19%20MJC
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520MJC%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for YK19%20MJC: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: BF14%20LDZ
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520LDZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for BF14%20LDZ: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: DF16%20UZJ
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UZJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for DF16%20UZJ: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: MJ25%20VYK
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520VYK%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for MJ25%20VYK: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: EK23%20CUO
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520CUO%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for EK23%20CUO: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: BP65%20VHA
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520VHA%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for BP65%20VHA: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: WG19%20NLE
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520NLE%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for WG19%20NLE: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: WG74%20UGY
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG74%2520UGY%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for WG74%20UGY: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: BN72%20UOH
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN72%2520UOH%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for BN72%20UOH: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: CV23%20XDN
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520XDN%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for CV23%20XDN: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: AF23%20WGG
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520WGG%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for AF23%20WGG: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: AJ19%20DWA
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520DWA%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for AJ19%20DWA: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: KN67%20GDO
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN67%2520GDO%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for KN67%20GDO: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: MD67%20XLY
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520XLY%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for MD67%20XLY: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: ND72%20KNA
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KNA%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for ND72%20KNA: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: SO18%20MUP
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MUP%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for SO18%20MUP: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: SO67%20BXC
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO67%2520BXC%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for SO67%20BXC: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: YA17%20UGS
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA17%2520UGS%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for YA17%20UGS: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: YG20%20JZT
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520JZT%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for YG20%20JZT: 0
2026-03-28 11:17:14 [bca.uk] INFO: Found listing with ID: YK18%20DJO
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520DJO%27 HTTP/1.1" 200 None
2026-03-28 11:17:14 [bca.uk] INFO: Scrape type for YK18%20DJO: 0
2026-03-28 11:17:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:17:26 [bca.uk] INFO: Total items found: 100
2026-03-28 11:17:26 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded
2026-03-28 11:17:26 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:17:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: C8%20SUP
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C8%2520SUP%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for C8%20SUP: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: MV75%20YTP
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTP%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for MV75%20YTP: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: RF74%20VXB
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520VXB%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for RF74%20VXB: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: FM69%20ZKO
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM69%2520ZKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for FM69%20ZKO: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: GJ72%20LDZ
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520LDZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for GJ72%20LDZ: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: KE22%20JBX
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520JBX%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for KE22%20JBX: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: RE72%20KLV
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520KLV%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for RE72%20KLV: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: BK71%20JDZ
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520JDZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for BK71%20JDZ: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: EA22%20RWZ
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520RWZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for EA22%20RWZ: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: GF67%20URS
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520URS%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for GF67%20URS: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: GK19%20YXB
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520YXB%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for GK19%20YXB: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: LB67%20MSU
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB67%2520MSU%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for LB67%20MSU: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: LC19%20LTO
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LTO%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for LC19%20LTO: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: LP18%20JGU
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520JGU%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for LP18%20JGU: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: RE71%20OHV
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OHV%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for RE71%20OHV: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: YH71%20NKU
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520NKU%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for YH71%20NKU: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: YK18%20YXU
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520YXU%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for YK18%20YXU: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: YS18%20HMA
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520HMA%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for YS18%20HMA: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: BC72%20CZN
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520CZN%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for BC72%20CZN: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: RK73%20YDM
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK73%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for RK73%20YDM: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: YP22%20JMV
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520JMV%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for YP22%20JMV: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: BG68%20JRO
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520JRO%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for BG68%20JRO: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: XM05%20BMW
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XM05%2520BMW%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for XM05%20BMW: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: WA23%20VFM
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA23%2520VFM%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for WA23%20VFM: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: HT24%20VKL
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT24%2520VKL%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for HT24%20VKL: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: WN72%20LGU
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520LGU%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for WN72%20LGU: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: AJ72%20ZXK
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520ZXK%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for AJ72%20ZXK: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: AK69%20KYO
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520KYO%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for AK69%20KYO: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: AO73%20UYC
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO73%2520UYC%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for AO73%20UYC: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: CP69%20CMU
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP69%2520CMU%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for CP69%20CMU: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: HN22%20LFY
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520LFY%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for HN22%20LFY: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: HX68%20NPN
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520NPN%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for HX68%20NPN: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: LA66%20FXM
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520FXM%27 HTTP/1.1" 200 None
2026-03-28 11:17:26 [bca.uk] INFO: Scrape type for LA66%20FXM: 0
2026-03-28 11:17:26 [bca.uk] INFO: Found listing with ID: LG68%20CLY
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520CLY%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for LG68%20CLY: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: LJ71%20PMX
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ71%2520PMX%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for LJ71%20PMX: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: LM22%20CTX
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520CTX%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for LM22%20CTX: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: LP19%20FLV
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520FLV%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for LP19%20FLV: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: MD71%20HRO
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520HRO%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for MD71%20HRO: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: SK22%20XSG
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520XSG%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for SK22%20XSG: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: SY68%20SKK
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520SKK%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for SY68%20SKK: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: YC19%20OUF
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520OUF%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for YC19%20OUF: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: YK18%20ZUO
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520ZUO%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for YK18%20ZUO: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: SD72%20YTM
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520YTM%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for SD72%20YTM: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: GU23%20VTC
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTC%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for GU23%20VTC: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: RE21%20YLM
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE21%2520YLM%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for RE21%20YLM: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: FN24%20LZR
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN24%2520LZR%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for FN24%20LZR: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: MF70%20BVA
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520BVA%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for MF70%20BVA: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: DV23%20XVH
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV23%2520XVH%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for DV23%20XVH: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: KF73%20FNM
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520FNM%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for KF73%20FNM: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: EU67%20UVJ
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520UVJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for EU67%20UVJ: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: MJ72%20LTF
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520LTF%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for MJ72%20LTF: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: HK71%20RDZ
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520RDZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for HK71%20RDZ: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: LK23%20NFG
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NFG%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for LK23%20NFG: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: HJ72%20WMT
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520WMT%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for HJ72%20WMT: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: CK22%20VRJ
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520VRJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for CK22%20VRJ: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: FE72%20JYB
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520JYB%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for FE72%20JYB: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: EA22%20HBE
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520HBE%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for EA22%20HBE: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: CV21%20HYF
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV21%2520HYF%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for CV21%20HYF: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: DE14%20DKO
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520DKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for DE14%20DKO: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: CU70%20PHK
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520PHK%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for CU70%20PHK: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: BV23%20WMK
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520WMK%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for BV23%20WMK: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: AY73%20GVC
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY73%2520GVC%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for AY73%20GVC: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: OV62%20HYK
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520HYK%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for OV62%20HYK: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: SP65%20VRT
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520VRT%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for SP65%20VRT: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: YP24%20TVK
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVK%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for YP24%20TVK: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: WT25%20UHK
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHK%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for WT25%20UHK: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: WT25%20UHE
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHE%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for WT25%20UHE: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: RX74%20EFR
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520EFR%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for RX74%20EFR: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: GYJM62338
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GYJM62338%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for GYJM62338: 0
2026-03-28 11:17:27 [bca.uk] INFO: Found listing with ID: RV22%20ONS
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-28 11:17:27 [bca.uk] INFO: Scrape type for RV22%20ONS: 2
2026-03-28 11:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS
2026-03-28 11:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with scrape type 2
2026-03-28 11:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with scrape type 2
2026-03-28 11:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5, identifier: RV22%20ONS
2026-03-28 11:17:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS
2026-03-28 11:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS
2026-03-28 11:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5 with identifier: RV22%20ONS to the API
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20ONS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dcf9effd-c6b1-54d6-9521-bacf7bb5bbb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV22 ONS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20ONS&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 56181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUN5025104',
 'year': 2022}
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Saving data for RV22%20ONS: {'auction_closing_time': 1774951200.0, 'created_time': 1773829725.774835, 'last_price_update_time': 1774696648.305562}
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520ONS') HTTP/1.1" 204 0
2026-03-28 11:17:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: WV71%20SYJ
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for WV71%20SYJ: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: WV71%20SZR
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZR%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for WV71%20SZR: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: CE73%20GHJ
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for CE73%20GHJ: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: CE73%20GHV
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHV%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for CE73%20GHV: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: CE73%20GOP
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GOP%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for CE73%20GOP: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: HJ73%20NVW
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVW%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for HJ73%20NVW: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: ML71%20YJE
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for ML71%20YJE: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: RK22%20OAE
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520OAE%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for RK22%20OAE: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: RX25%20CHZ
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for RX25%20CHZ: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: RX25%20CHV
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for RX25%20CHV: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: OV23%20AYB
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520AYB%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for OV23%20AYB: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: OV73%20EOB
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV73%2520EOB%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for OV73%20EOB: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: RX21%20FMC
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520FMC%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for RX21%20FMC: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: WM23%20UKO
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for WM23%20UKO: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: WT25%20UGF
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGF%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for WT25%20UGF: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: OV72%20CSZ
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520CSZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for OV72%20CSZ: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: OV72%20AHZ
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520AHZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for OV72%20AHZ: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: FE70%20NHG
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520NHG%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for FE70%20NHG: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: HN73%20SSK
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520SSK%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for HN73%20SSK: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: LR23%20ZGA
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGA%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for LR23%20ZGA: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: PX23%20XZA
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XZA%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for PX23%20XZA: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: WP71%20XJL
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJL%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for WP71%20XJL: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: MD71%20KXZ
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520KXZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for MD71%20KXZ: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: WP23%20OFM
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFM%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for WP23%20OFM: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: YF23%20DFE
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520DFE%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for YF23%20DFE: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: YG23%20VZY
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VZY%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for YG23%20VZY: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: YM22%20MJX
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM22%2520MJX%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for YM22%20MJX: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: LS73%20MJV
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520MJV%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for LS73%20MJV: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: AF23%20PCY
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520PCY%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for AF23%20PCY: 0
2026-03-28 11:17:28 [bca.uk] INFO: Found listing with ID: AF72%20YWW
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520YWW%27 HTTP/1.1" 200 None
2026-03-28 11:17:28 [bca.uk] INFO: Scrape type for AF72%20YWW: 0
2026-03-28 11:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:17:34 [bca.uk] INFO: Total items found: 100
2026-03-28 11:17:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded
2026-03-28 11:17:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:17:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: LD23%20OCN
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520OCN%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for LD23%20OCN: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: LS22%20UMH
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520UMH%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for LS22%20UMH: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: RO72%20TMV
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for RO72%20TMV: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: WP71%20XJG
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJG%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for WP71%20XJG: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: WV71%20SZY
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZY%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for WV71%20SZY: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: CE73%20GHD
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHD%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for CE73%20GHD: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: PX22%20OYN
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OYN%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for PX22%20OYN: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: VE72%20AXN
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for VE72%20AXN: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: DU61%20HRD
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU61%2520HRD%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for DU61%20HRD: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: LD69%20VMT
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520VMT%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for LD69%20VMT: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: PK66%20VPO
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520VPO%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for PK66%20VPO: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: DV69%20CWO
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV69%2520CWO%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for DV69%20CWO: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: YJ19%20DNT
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ19%2520DNT%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for YJ19%20DNT: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: MD74%20KXY
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520KXY%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for MD74%20KXY: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: EO16%20RZX
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520RZX%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for EO16%20RZX: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: KJ18%20HPP
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520HPP%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for KJ18%20HPP: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: EJ18%20UWZ
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ18%2520UWZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for EJ18%20UWZ: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: KT68%20BGX
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520BGX%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for KT68%20BGX: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: KU18%20EWD
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU18%2520EWD%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for KU18%20EWD: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: BG20%20KFL
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG20%2520KFL%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for BG20%20KFL: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: NL69%20ZGT
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL69%2520ZGT%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for NL69%20ZGT: 0
2026-03-28 11:17:34 [bca.uk] INFO: Found listing with ID: VK71%20LUA
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520LUA%27 HTTP/1.1" 200 None
2026-03-28 11:17:34 [bca.uk] INFO: Scrape type for VK71%20LUA: 2
2026-03-28 11:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4541c539-0a8e-5285-af7e-4cfd8bb177af with identifier: VK71%20LUA
2026-03-28 11:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4541c539-0a8e-5285-af7e-4cfd8bb177af with scrape type 2
2026-03-28 11:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4541c539-0a8e-5285-af7e-4cfd8bb177af with scrape type 2
2026-03-28 11:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4541c539-0a8e-5285-af7e-4cfd8bb177af, identifier: VK71%20LUA
2026-03-28 11:17:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4541c539-0a8e-5285-af7e-4cfd8bb177af with identifier: VK71%20LUA
2026-03-28 11:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4541c539-0a8e-5285-af7e-4cfd8bb177af with identifier: VK71%20LUA
2026-03-28 11:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4541c539-0a8e-5285-af7e-4cfd8bb177af with identifier: VK71%20LUA to the API
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 268,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK71%20LUA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4541c539-0a8e-5285-af7e-4cfd8bb177af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK71 LUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK71%20LUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 RWD',
 'odometer': 96627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CRAFTER 35 RWD 2.0 TDI 140 MWB T/L BUSINESS H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 MWB T/L BUSINESS H/R',
 'vin': 'WV1ZZZSYZN9011700',
 'year': 2021}
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520LUA%27 HTTP/1.1" 200 None
2026-03-28 11:17:35 [bca.uk] INFO: Saving data for VK71%20LUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774265345.845448, 'last_price_update_time': 1774696655.343664}
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520LUA') HTTP/1.1" 204 0
2026-03-28 11:17:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:17:35 [bca.uk] INFO: Found listing with ID: SY65%20ODA
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY65%2520ODA%27 HTTP/1.1" 200 None
2026-03-28 11:17:35 [bca.uk] INFO: Scrape type for SY65%20ODA: 0
2026-03-28 11:17:35 [bca.uk] INFO: Found listing with ID: LD72%20AWR
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AWR%27 HTTP/1.1" 200 None
2026-03-28 11:17:35 [bca.uk] INFO: Scrape type for LD72%20AWR: 2
2026-03-28 11:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59abaddc-72b4-5ac8-9019-31bb95bd0a11 with identifier: LD72%20AWR
2026-03-28 11:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59abaddc-72b4-5ac8-9019-31bb95bd0a11 with scrape type 2
2026-03-28 11:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59abaddc-72b4-5ac8-9019-31bb95bd0a11 with scrape type 2
2026-03-28 11:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59abaddc-72b4-5ac8-9019-31bb95bd0a11, identifier: LD72%20AWR
2026-03-28 11:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59abaddc-72b4-5ac8-9019-31bb95bd0a11 with identifier: LD72%20AWR
2026-03-28 11:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59abaddc-72b4-5ac8-9019-31bb95bd0a11 with identifier: LD72%20AWR
2026-03-28 11:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59abaddc-72b4-5ac8-9019-31bb95bd0a11 with identifier: LD72%20AWR to the API
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20AWR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59abaddc-72b4-5ac8-9019-31bb95bd0a11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD72 AWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20AWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 80757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNM71682',
 'year': 2022}
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AWR%27 HTTP/1.1" 200 None
2026-03-28 11:17:35 [bca.uk] INFO: Saving data for LD72%20AWR: {'auction_closing_time': 1774951200.0, 'created_time': 1774609769.05136, 'last_price_update_time': 1774696655.961336}
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520AWR') HTTP/1.1" 204 0
2026-03-28 11:17:35 [bca.uk] INFO: Found listing with ID: LD72%20AWM
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AWM%27 HTTP/1.1" 200 None
2026-03-28 11:17:35 [bca.uk] INFO: Scrape type for LD72%20AWM: 2
2026-03-28 11:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a86be07b-b01c-53d6-9fcc-d6d7f711a92a with identifier: LD72%20AWM
2026-03-28 11:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a86be07b-b01c-53d6-9fcc-d6d7f711a92a with scrape type 2
2026-03-28 11:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a86be07b-b01c-53d6-9fcc-d6d7f711a92a with scrape type 2
2026-03-28 11:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a86be07b-b01c-53d6-9fcc-d6d7f711a92a, identifier: LD72%20AWM
2026-03-28 11:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a86be07b-b01c-53d6-9fcc-d6d7f711a92a with identifier: LD72%20AWM
2026-03-28 11:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a86be07b-b01c-53d6-9fcc-d6d7f711a92a with identifier: LD72%20AWM
2026-03-28 11:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a86be07b-b01c-53d6-9fcc-d6d7f711a92a with identifier: LD72%20AWM to the API
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20AWM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a86be07b-b01c-53d6-9fcc-d6d7f711a92a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD72 AWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20AWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 56598,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNU65257',
 'year': 2022}
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AWM%27 HTTP/1.1" 200 None
2026-03-28 11:17:36 [bca.uk] INFO: Saving data for LD72%20AWM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609786.679421, 'last_price_update_time': 1774696656.458733}
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520AWM') HTTP/1.1" 204 0
2026-03-28 11:17:36 [bca.uk] INFO: Found listing with ID: LS12%20NVR
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS12%2520NVR%27 HTTP/1.1" 200 None
2026-03-28 11:17:36 [bca.uk] INFO: Scrape type for LS12%20NVR: 0
2026-03-28 11:17:36 [bca.uk] INFO: Found listing with ID: LB22%20JLX
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JLX%27 HTTP/1.1" 200 None
2026-03-28 11:17:36 [bca.uk] INFO: Scrape type for LB22%20JLX: 2
2026-03-28 11:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d27ce854-dc92-55f0-8c45-64191ece66f6 with identifier: LB22%20JLX
2026-03-28 11:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d27ce854-dc92-55f0-8c45-64191ece66f6 with scrape type 2
2026-03-28 11:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d27ce854-dc92-55f0-8c45-64191ece66f6 with scrape type 2
2026-03-28 11:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d27ce854-dc92-55f0-8c45-64191ece66f6, identifier: LB22%20JLX
2026-03-28 11:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d27ce854-dc92-55f0-8c45-64191ece66f6 with identifier: LB22%20JLX
2026-03-28 11:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d27ce854-dc92-55f0-8c45-64191ece66f6 with identifier: LB22%20JLX
2026-03-28 11:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d27ce854-dc92-55f0-8c45-64191ece66f6 with identifier: LB22%20JLX to the API
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20JLX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd27ce854-dc92-55f0-8c45-64191ece66f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB22 JLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20JLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 44068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNS79702',
 'year': 2022}
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JLX%27 HTTP/1.1" 200 None
2026-03-28 11:17:36 [bca.uk] INFO: Saving data for LB22%20JLX: {'auction_closing_time': 1774951200.0, 'created_time': 1774609789.803359, 'last_price_update_time': 1774696656.928724}
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520JLX') HTTP/1.1" 204 0
2026-03-28 11:17:36 [bca.uk] INFO: Found listing with ID: YT14%20LHX
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520LHX%27 HTTP/1.1" 200 None
2026-03-28 11:17:36 [bca.uk] INFO: Scrape type for YT14%20LHX: 0
2026-03-28 11:17:36 [bca.uk] INFO: Found listing with ID: FV70%20OWM
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520OWM%27 HTTP/1.1" 200 None
2026-03-28 11:17:36 [bca.uk] INFO: Scrape type for FV70%20OWM: 2
2026-03-28 11:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9211946-1a8b-5196-9314-36b467f4ce08 with identifier: FV70%20OWM
2026-03-28 11:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9211946-1a8b-5196-9314-36b467f4ce08 with scrape type 2
2026-03-28 11:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9211946-1a8b-5196-9314-36b467f4ce08 with scrape type 2
2026-03-28 11:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9211946-1a8b-5196-9314-36b467f4ce08, identifier: FV70%20OWM
2026-03-28 11:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9211946-1a8b-5196-9314-36b467f4ce08 with identifier: FV70%20OWM
2026-03-28 11:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9211946-1a8b-5196-9314-36b467f4ce08 with identifier: FV70%20OWM
2026-03-28 11:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9211946-1a8b-5196-9314-36b467f4ce08 with identifier: FV70%20OWM to the API
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV70%20OWM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a9211946-1a8b-5196-9314-36b467f4ce08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV70 OWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV70%20OWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 16367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 BLUEHDI 100 1000 GRIP STD. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 GRIP STD.',
 'vin': 'VR3EFYHYCLJ610752',
 'year': 2021}
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520OWM%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Saving data for FV70%20OWM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609788.81402, 'last_price_update_time': 1774696657.379736}
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV70%2520OWM') HTTP/1.1" 204 0
2026-03-28 11:17:37 [bca.uk] INFO: Found listing with ID: SW58%20EDE
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW58%2520EDE%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Scrape type for SW58%20EDE: 0
2026-03-28 11:17:37 [bca.uk] INFO: Found listing with ID: FE70%20PXL
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520PXL%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Scrape type for FE70%20PXL: 2
2026-03-28 11:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cffe63a6-82bc-5e57-98a2-44b145c9ea56 with identifier: FE70%20PXL
2026-03-28 11:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cffe63a6-82bc-5e57-98a2-44b145c9ea56 with scrape type 2
2026-03-28 11:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cffe63a6-82bc-5e57-98a2-44b145c9ea56 with scrape type 2
2026-03-28 11:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cffe63a6-82bc-5e57-98a2-44b145c9ea56, identifier: FE70%20PXL
2026-03-28 11:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cffe63a6-82bc-5e57-98a2-44b145c9ea56 with identifier: FE70%20PXL
2026-03-28 11:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cffe63a6-82bc-5e57-98a2-44b145c9ea56 with identifier: FE70%20PXL
2026-03-28 11:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cffe63a6-82bc-5e57-98a2-44b145c9ea56 with identifier: FE70%20PXL to the API
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE70%20PXL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cffe63a6-82bc-5e57-98a2-44b145c9ea56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE70 PXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE70%20PXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L2',
 'odometer': 8849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L2 1.5 TURBO D 100 2300 EDITION CrewCab Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 EDITION',
 'vin': 'W0VEFYHYCLJ802108',
 'year': 2020}
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520PXL%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Saving data for FE70%20PXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774609787.517977, 'last_price_update_time': 1774696657.884869}
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE70%2520PXL') HTTP/1.1" 204 0
2026-03-28 11:17:37 [bca.uk] INFO: Found listing with ID: SP67%20XEC
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XEC%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Scrape type for SP67%20XEC: 0
2026-03-28 11:17:37 [bca.uk] INFO: Found listing with ID: YB10%20UYE
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520UYE%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Scrape type for YB10%20UYE: 0
2026-03-28 11:17:37 [bca.uk] INFO: Found listing with ID: DG23%20NXW
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520NXW%27 HTTP/1.1" 200 None
2026-03-28 11:17:37 [bca.uk] INFO: Scrape type for DG23%20NXW: 2
2026-03-28 11:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 579b8cc3-5f84-574e-ac7b-8d368d2a230c with identifier: DG23%20NXW
2026-03-28 11:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 579b8cc3-5f84-574e-ac7b-8d368d2a230c with scrape type 2
2026-03-28 11:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 579b8cc3-5f84-574e-ac7b-8d368d2a230c with scrape type 2
2026-03-28 11:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 579b8cc3-5f84-574e-ac7b-8d368d2a230c, identifier: DG23%20NXW
2026-03-28 11:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 579b8cc3-5f84-574e-ac7b-8d368d2a230c with identifier: DG23%20NXW
2026-03-28 11:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 579b8cc3-5f84-574e-ac7b-8d368d2a230c with identifier: DG23%20NXW
2026-03-28 11:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 579b8cc3-5f84-574e-ac7b-8d368d2a230c with identifier: DG23%20NXW to the API
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG23%20NXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '579b8cc3-5f84-574e-ac7b-8d368d2a230c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG23 NXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG23%20NXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY CARGO',
 'odometer': 34689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY CARGO 2.0 TDI 102 COMMERCE Van',
 'transmission': 'manual',
 'trim': 'TDI 102 COMMERCE',
 'vin': 'WV1ZZZSK3PX057509',
 'year': 2023}
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520NXW%27 HTTP/1.1" 200 None
2026-03-28 11:17:38 [bca.uk] INFO: Saving data for DG23%20NXW: {'auction_closing_time': 1774951200.0, 'created_time': 1774609766.674955, 'last_price_update_time': 1774696658.419018}
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520NXW') HTTP/1.1" 204 0
2026-03-28 11:17:38 [bca.uk] INFO: Found listing with ID: BW19%20CZC
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CZC%27 HTTP/1.1" 200 None
2026-03-28 11:17:38 [bca.uk] INFO: Scrape type for BW19%20CZC: 2
2026-03-28 11:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525b96dc-5937-5628-9cc3-c38b6c0ba50d with identifier: BW19%20CZC
2026-03-28 11:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525b96dc-5937-5628-9cc3-c38b6c0ba50d with scrape type 2
2026-03-28 11:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525b96dc-5937-5628-9cc3-c38b6c0ba50d with scrape type 2
2026-03-28 11:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525b96dc-5937-5628-9cc3-c38b6c0ba50d, identifier: BW19%20CZC
2026-03-28 11:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525b96dc-5937-5628-9cc3-c38b6c0ba50d with identifier: BW19%20CZC
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=solid+-+polar+white HTTP/1.1" 200 None
2026-03-28 11:17:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525b96dc-5937-5628-9cc3-c38b6c0ba50d with identifier: BW19%20CZC
2026-03-28 11:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 525b96dc-5937-5628-9cc3-c38b6c0ba50d with identifier: BW19%20CZC to the API
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW19%20CZC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'solid',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '525b96dc-5937-5628-9cc3-c38b6c0ba50d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW19 CZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW19%20CZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 110571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY606KB184404',
 'year': 2019}
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CZC%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Saving data for BW19%20CZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609791.113253, 'last_price_update_time': 1774696659.3085}
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW19%2520CZC') HTTP/1.1" 204 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: DX67%20ULL
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520ULL%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for DX67%20ULL: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: LO64%20MHL
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520MHL%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for LO64%20MHL: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: WV60%20KXA
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV60%2520KXA%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for WV60%20KXA: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: YK15%20GRF
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK15%2520GRF%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for YK15%20GRF: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: YT67%20MGY
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520MGY%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for YT67%20MGY: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: BD68%20MYH
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520MYH%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for BD68%20MYH: 2
2026-03-28 11:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32a6122-12fb-554f-8f91-84d2e9ad0bb5 with identifier: BD68%20MYH
2026-03-28 11:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32a6122-12fb-554f-8f91-84d2e9ad0bb5 with scrape type 2
2026-03-28 11:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32a6122-12fb-554f-8f91-84d2e9ad0bb5 with scrape type 2
2026-03-28 11:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b32a6122-12fb-554f-8f91-84d2e9ad0bb5, identifier: BD68%20MYH
2026-03-28 11:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b32a6122-12fb-554f-8f91-84d2e9ad0bb5 with identifier: BD68%20MYH
2026-03-28 11:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b32a6122-12fb-554f-8f91-84d2e9ad0bb5 with identifier: BD68%20MYH
2026-03-28 11:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b32a6122-12fb-554f-8f91-84d2e9ad0bb5 with identifier: BD68%20MYH to the API
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD68%20MYH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b32a6122-12fb-554f-8f91-84d2e9ad0bb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD68 MYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD68%20MYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 66092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY605KB165665',
 'year': 2019}
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520MYH%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Saving data for BD68%20MYH: {'auction_closing_time': 1774951200.0, 'created_time': 1774609790.266657, 'last_price_update_time': 1774696659.829722}
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD68%2520MYH') HTTP/1.1" 204 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: NA69%20JGF
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520JGF%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for NA69%20JGF: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: LV20%20WVL
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV20%2520WVL%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for LV20%20WVL: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: DV70%20WDM
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520WDM%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for DV70%20WDM: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: LG64%20JVH
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520JVH%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for LG64%20JVH: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: DU21%20XKJ
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XKJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for DU21%20XKJ: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: EO14%20WGK
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520WGK%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for EO14%20WGK: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: CX71%20BYN
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BYN%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for CX71%20BYN: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: BN72%20XXD
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN72%2520XXD%27 HTTP/1.1" 200 None
2026-03-28 11:17:39 [bca.uk] INFO: Scrape type for BN72%20XXD: 0
2026-03-28 11:17:39 [bca.uk] INFO: Found listing with ID: MK70%20LXC
2026-03-28 11:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520LXC%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for MK70%20LXC: 0
2026-03-28 11:17:40 [bca.uk] INFO: Found listing with ID: BK71%20HYF
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HYF%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for BK71%20HYF: 0
2026-03-28 11:17:40 [bca.uk] INFO: Found listing with ID: YK08%20HLC
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK08%2520HLC%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for YK08%20HLC: 0
2026-03-28 11:17:40 [bca.uk] INFO: Found listing with ID: HG08%20FRX
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520FRX%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for HG08%20FRX: 0
2026-03-28 11:17:40 [bca.uk] INFO: Found listing with ID: YP20%20KWN
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520KWN%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for YP20%20KWN: 0
2026-03-28 11:17:40 [bca.uk] INFO: Found listing with ID: YS21%20SXV
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520SXV%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for YS21%20SXV: 2
2026-03-28 11:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c00232e-6e61-572b-9448-c786647333fd with identifier: YS21%20SXV
2026-03-28 11:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c00232e-6e61-572b-9448-c786647333fd with scrape type 2
2026-03-28 11:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c00232e-6e61-572b-9448-c786647333fd with scrape type 2
2026-03-28 11:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c00232e-6e61-572b-9448-c786647333fd, identifier: YS21%20SXV
2026-03-28 11:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c00232e-6e61-572b-9448-c786647333fd with identifier: YS21%20SXV
2026-03-28 11:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c00232e-6e61-572b-9448-c786647333fd with identifier: YS21%20SXV
2026-03-28 11:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c00232e-6e61-572b-9448-c786647333fd with identifier: YS21%20SXV to the API
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS21%20SXV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c00232e-6e61-572b-9448-c786647333fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS21 SXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS21%20SXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 95797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 240 L2 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 240 L2 LTD.L/R',
 'vin': 'WF0SXXWPGSLT26760',
 'year': 2021}
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520SXV%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Saving data for YS21%20SXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774609988.039179, 'last_price_update_time': 1774696660.532974}
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS21%2520SXV') HTTP/1.1" 204 0
2026-03-28 11:17:40 [bca.uk] INFO: Found listing with ID: YF58%20GKZ
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520GKZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:40 [bca.uk] INFO: Scrape type for YF58%20GKZ: 2
2026-03-28 11:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7070da88-ec73-5779-b99c-891fc49460fc with identifier: YF58%20GKZ
2026-03-28 11:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7070da88-ec73-5779-b99c-891fc49460fc with scrape type 2
2026-03-28 11:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7070da88-ec73-5779-b99c-891fc49460fc with scrape type 2
2026-03-28 11:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7070da88-ec73-5779-b99c-891fc49460fc, identifier: YF58%20GKZ
2026-03-28 11:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7070da88-ec73-5779-b99c-891fc49460fc with identifier: YF58%20GKZ
2026-03-28 11:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7070da88-ec73-5779-b99c-891fc49460fc with identifier: YF58%20GKZ
2026-03-28 11:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7070da88-ec73-5779-b99c-891fc49460fc with identifier: YF58%20GKZ to the API
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF58%20GKZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7070da88-ec73-5779-b99c-891fc49460fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF58 GKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF58%20GKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 171601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.8 (NON UK) Van',
 'transmission': 'manual',
 'trim': '(NON UK)',
 'vin': 'WF0TXXTTPT8S50476',
 'year': 2009}
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520GKZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Saving data for YF58%20GKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609960.658545, 'last_price_update_time': 1774696661.072704}
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF58%2520GKZ') HTTP/1.1" 204 0
2026-03-28 11:17:41 [bca.uk] INFO: Found listing with ID: GJ60%20SXT
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520SXT%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Scrape type for GJ60%20SXT: 0
2026-03-28 11:17:41 [bca.uk] INFO: Found listing with ID: WJZ%206428
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJZ%25206428%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Scrape type for WJZ%206428: 2
2026-03-28 11:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6eb4318-c567-59e4-b4d9-9ec8335ca2b3 with identifier: WJZ%206428
2026-03-28 11:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6eb4318-c567-59e4-b4d9-9ec8335ca2b3 with scrape type 2
2026-03-28 11:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6eb4318-c567-59e4-b4d9-9ec8335ca2b3 with scrape type 2
2026-03-28 11:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6eb4318-c567-59e4-b4d9-9ec8335ca2b3, identifier: WJZ%206428
2026-03-28 11:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6eb4318-c567-59e4-b4d9-9ec8335ca2b3 with identifier: WJZ%206428
2026-03-28 11:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6eb4318-c567-59e4-b4d9-9ec8335ca2b3 with identifier: WJZ%206428
2026-03-28 11:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6eb4318-c567-59e4-b4d9-9ec8335ca2b3 with identifier: WJZ%206428 to the API
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJZ%206428-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6eb4318-c567-59e4-b4d9-9ec8335ca2b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJZ 6428',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJZ%206428&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 84758,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.5 D-4D 144 ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D-4D 144 ACTIVE 4WD',
 'vin': 'AHTFR22G606095105',
 'year': 2015}
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJZ%25206428%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Saving data for WJZ%206428: {'auction_closing_time': 1774951200.0, 'created_time': 1774609969.249781, 'last_price_update_time': 1774696661.532394}
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJZ%25206428') HTTP/1.1" 204 0
2026-03-28 11:17:41 [bca.uk] INFO: Found listing with ID: LD21%20EXT
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EXT%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Scrape type for LD21%20EXT: 0
2026-03-28 11:17:41 [bca.uk] INFO: Found listing with ID: LB22%20JKZ
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Scrape type for LB22%20JKZ: 2
2026-03-28 11:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a153a5cc-6078-5338-a335-61cd104eda60 with identifier: LB22%20JKZ
2026-03-28 11:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a153a5cc-6078-5338-a335-61cd104eda60 with scrape type 2
2026-03-28 11:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a153a5cc-6078-5338-a335-61cd104eda60 with scrape type 2
2026-03-28 11:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a153a5cc-6078-5338-a335-61cd104eda60, identifier: LB22%20JKZ
2026-03-28 11:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a153a5cc-6078-5338-a335-61cd104eda60 with identifier: LB22%20JKZ
2026-03-28 11:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a153a5cc-6078-5338-a335-61cd104eda60 with identifier: LB22%20JKZ
2026-03-28 11:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a153a5cc-6078-5338-a335-61cd104eda60 with identifier: LB22%20JKZ to the API
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20JKZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a153a5cc-6078-5338-a335-61cd104eda60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB22 JKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20JKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 63042,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNS53506',
 'year': 2022}
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:41 [bca.uk] INFO: Saving data for LB22%20JKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774045650.401496, 'last_price_update_time': 1774696661.973375}
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520JKZ') HTTP/1.1" 204 0
2026-03-28 11:17:42 [bca.uk] INFO: Total items found: 100
2026-03-28 11:17:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded
2026-03-28 11:17:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:17:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: KY23%20LWC
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWC%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for KY23%20LWC: 2
2026-03-28 11:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b983134d-5395-5ecc-838b-e07efc1340b1 with identifier: KY23%20LWC
2026-03-28 11:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b983134d-5395-5ecc-838b-e07efc1340b1 with scrape type 2
2026-03-28 11:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b983134d-5395-5ecc-838b-e07efc1340b1 with scrape type 2
2026-03-28 11:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b983134d-5395-5ecc-838b-e07efc1340b1, identifier: KY23%20LWC
2026-03-28 11:17:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b983134d-5395-5ecc-838b-e07efc1340b1 with identifier: KY23%20LWC
2026-03-28 11:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b983134d-5395-5ecc-838b-e07efc1340b1 with identifier: KY23%20LWC
2026-03-28 11:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b983134d-5395-5ecc-838b-e07efc1340b1 with identifier: KY23%20LWC to the API
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY23%20LWC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b983134d-5395-5ecc-838b-e07efc1340b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY23 LWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY23%20LWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT TRUCKS',
 'model': 'MASTER 3T5 FWD',
 'odometer': 127612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRUCKS MASTER 3T5 FWD 2.3 DCI 150 L3 H2 RED ED. PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 L3 H2 RED ED.',
 'vin': 'VF6MF000170286816',
 'year': 2023}
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWC%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Saving data for KY23%20LWC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609974.308184, 'last_price_update_time': 1774696662.45392}
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520LWC') HTTP/1.1" 204 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: YE62%20YPM
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE62%2520YPM%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for YE62%20YPM: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: YE63%20EHG
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE63%2520EHG%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for YE63%20EHG: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: YH61%20VSP
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520VSP%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for YH61%20VSP: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: YJ13%20VUC
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ13%2520VUC%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for YJ13%20VUC: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: NX12%20WBL
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX12%2520WBL%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for NX12%20WBL: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: RF10%20CTO
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF10%2520CTO%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for RF10%20CTO: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: RJ14%20CFF
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520CFF%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for RJ14%20CFF: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: RJ63%20FVW
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520FVW%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for RJ63%20FVW: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: RV11%20ZNR
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520ZNR%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for RV11%20ZNR: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: RV59%20FHW
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV59%2520FHW%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for RV59%20FHW: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: SA06%20YZU
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA06%2520YZU%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for SA06%20YZU: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: SG14%20AWZ
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG14%2520AWZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for SG14%20AWZ: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: TF07%20BRH
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TF07%2520BRH%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for TF07%20BRH: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: VN63%20YKP
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520YKP%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for VN63%20YKP: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: KR09%20KHB
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR09%2520KHB%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for KR09%20KHB: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: L200%20LTM
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L200%2520LTM%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for L200%20LTM: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: LL10%20FPD
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL10%2520FPD%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for LL10%20FPD: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: LL10%20HMK
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL10%2520HMK%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for LL10%20HMK: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: LM06%20KVE
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM06%2520KVE%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for LM06%20KVE: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: LN13%20GWW
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN13%2520GWW%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for LN13%20GWW: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: LN13%20NME
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN13%2520NME%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for LN13%20NME: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: LS14%20LGU
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS14%2520LGU%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for LS14%20LGU: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: ML59%20FAF
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML59%2520FAF%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for ML59%20FAF: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: ML62%20FYF
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML62%2520FYF%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for ML62%20FYF: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: MT63%20YHN
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT63%2520YHN%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for MT63%20YHN: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: MX59%20URP
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX59%2520URP%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for MX59%20URP: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: FE67%20KHC
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520KHC%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for FE67%20KHC: 0
2026-03-28 11:17:42 [bca.uk] INFO: Found listing with ID: FL15%20UWZ
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520UWZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:42 [bca.uk] INFO: Scrape type for FL15%20UWZ: 2
2026-03-28 11:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ
2026-03-28 11:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with scrape type 2
2026-03-28 11:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with scrape type 2
2026-03-28 11:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ead7302-af2b-5f89-84ca-80c308b6a5f1, identifier: FL15%20UWZ
2026-03-28 11:17:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: DL69%20LUF
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520LUF%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for DL69%20LUF: 2
2026-03-28 11:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22279946-d41a-5010-b157-11dd758e1ce3 with identifier: DL69%20LUF
2026-03-28 11:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22279946-d41a-5010-b157-11dd758e1ce3 with scrape type 2
2026-03-28 11:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22279946-d41a-5010-b157-11dd758e1ce3 with scrape type 2
2026-03-28 11:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22279946-d41a-5010-b157-11dd758e1ce3, identifier: DL69%20LUF
2026-03-28 11:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ
2026-03-28 11:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with identifier: FL15%20UWZ
2026-03-28 11:17:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6ead7302-af2b-5f89-84ca-80c308b6a5f1 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL15%20UWZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ead7302-af2b-5f89-84ca-80c308b6a5f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL15 UWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL15%20UWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 105490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5FD60118',
 'year': 2015}
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520UWZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Saving data for FL15%20UWZ: {'auction_closing_time': 1774692000.0, 'created_time': 1774418984.464878, 'last_price_update_time': 1774696663.204422}
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL15%2520UWZ') HTTP/1.1" 204 0
2026-03-28 11:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22279946-d41a-5010-b157-11dd758e1ce3 with identifier: DL69%20LUF
2026-03-28 11:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22279946-d41a-5010-b157-11dd758e1ce3 with identifier: DL69%20LUF
2026-03-28 11:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22279946-d41a-5010-b157-11dd758e1ce3 with identifier: DL69%20LUF to the API
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL69%20LUF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22279946-d41a-5010-b157-11dd758e1ce3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL69 LUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL69%20LUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 88214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 120 EDITION L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 EDITION L2 H1',
 'vin': 'VXEVFAHKKL7008712',
 'year': 2020}
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520LUF%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Saving data for DL69%20LUF: {'auction_closing_time': 1774951200.0, 'created_time': 1774609971.557872, 'last_price_update_time': 1774696663.649554}
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL69%2520LUF') HTTP/1.1" 204 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: FT11%20MSY
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT11%2520MSY%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for FT11%20MSY: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: FT61%20HFS
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT61%2520HFS%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for FT61%20HFS: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: GF13%20GUG
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520GUG%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for GF13%20GUG: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: GJ60%20HVY
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520HVY%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for GJ60%20HVY: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: GL08%20TLY
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL08%2520TLY%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for GL08%20TLY: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: HK12%20BPV
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK12%2520BPV%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for HK12%20BPV: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: HV09%20PXZ
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520PXZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for HV09%20PXZ: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: HV12%20RXS
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520RXS%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for HV12%20RXS: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: KM59%20UED
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM59%2520UED%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for KM59%20UED: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: KN56%20JYW
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN56%2520JYW%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for KN56%20JYW: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: CA58%20MKK
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA58%2520MKK%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for CA58%20MKK: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: CN60%20JUU
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN60%2520JUU%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for CN60%20JUU: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: CP11%20VEU
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP11%2520VEU%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for CP11%20VEU: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: CU63%20NGZ
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520NGZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for CU63%20NGZ: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: CV62%20BUH
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV62%2520BUH%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for CV62%20BUH: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: DA09%20SGZ
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA09%2520SGZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:43 [bca.uk] INFO: Scrape type for DA09%20SGZ: 0
2026-03-28 11:17:43 [bca.uk] INFO: Found listing with ID: DK16%20URB
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520URB%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for DK16%20URB: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: DN17%20BWG
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520BWG%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for DN17%20BWG: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: DN62%20ZVG
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN62%2520ZVG%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for DN62%20ZVG: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: DY61%20OKO
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520OKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for DY61%20OKO: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: EA66%20VAF
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520VAF%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for EA66%20VAF: 2
2026-03-28 11:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF
2026-03-28 11:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87d79866-b5e8-5e07-8e27-66504115958a with scrape type 2
2026-03-28 11:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87d79866-b5e8-5e07-8e27-66504115958a with scrape type 2
2026-03-28 11:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87d79866-b5e8-5e07-8e27-66504115958a, identifier: EA66%20VAF
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: BN19%20XAZ
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XAZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for BN19%20XAZ: 2
2026-03-28 11:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa6bc5b-e027-561f-8d4a-51544bee82f5 with identifier: BN19%20XAZ
2026-03-28 11:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa6bc5b-e027-561f-8d4a-51544bee82f5 with scrape type 2
2026-03-28 11:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aa6bc5b-e027-561f-8d4a-51544bee82f5 with scrape type 2
2026-03-28 11:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4aa6bc5b-e027-561f-8d4a-51544bee82f5, identifier: BN19%20XAZ
2026-03-28 11:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF
2026-03-28 11:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87d79866-b5e8-5e07-8e27-66504115958a with identifier: EA66%20VAF
2026-03-28 11:17:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 87d79866-b5e8-5e07-8e27-66504115958a with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA66%20VAF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '87d79866-b5e8-5e07-8e27-66504115958a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA66 VAF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA66%20VAF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 174282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851CLGZ266728',
 'year': 2016}
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520VAF%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Saving data for EA66%20VAF: {'auction_closing_time': 1774692000.0, 'created_time': 1774418983.106625, 'last_price_update_time': 1774696664.338817}
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA66%2520VAF') HTTP/1.1" 204 0
2026-03-28 11:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4aa6bc5b-e027-561f-8d4a-51544bee82f5 with identifier: BN19%20XAZ
2026-03-28 11:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4aa6bc5b-e027-561f-8d4a-51544bee82f5 with identifier: BN19%20XAZ
2026-03-28 11:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4aa6bc5b-e027-561f-8d4a-51544bee82f5 with identifier: BN19%20XAZ to the API
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN19%20XAZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4aa6bc5b-e027-561f-8d4a-51544bee82f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN19 XAZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN19%20XAZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 64487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2',
 'vin': 'W0VMRY60XJB161285',
 'year': 2019}
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XAZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Saving data for BN19%20XAZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609972.041052, 'last_price_update_time': 1774696664.785894}
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN19%2520XAZ') HTTP/1.1" 204 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: EK61%20OLT
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520OLT%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for EK61%20OLT: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: EO13%20CHC
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO13%2520CHC%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for EO13%20CHC: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: AU10%20YNF
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU10%2520YNF%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for AU10%20YNF: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: BP16%20RZD
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP16%2520RZD%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for BP16%20RZD: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: SY21%20YLX
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520YLX%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for SY21%20YLX: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: YM72%20BZY
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520BZY%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for YM72%20BZY: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: DE24%20NRX
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for DE24%20NRX: 0
2026-03-28 11:17:44 [bca.uk] INFO: Found listing with ID: MJ18%20EUM
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520EUM%27 HTTP/1.1" 200 None
2026-03-28 11:17:44 [bca.uk] INFO: Scrape type for MJ18%20EUM: 2
2026-03-28 11:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee4a5c4-1163-548f-95f5-339386a0155c with identifier: MJ18%20EUM
2026-03-28 11:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee4a5c4-1163-548f-95f5-339386a0155c with scrape type 2
2026-03-28 11:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee4a5c4-1163-548f-95f5-339386a0155c with scrape type 2
2026-03-28 11:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ee4a5c4-1163-548f-95f5-339386a0155c, identifier: MJ18%20EUM
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: EY64%20UGS
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY64%2520UGS%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for EY64%20UGS: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: HG58%20BFA
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG58%2520BFA%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for HG58%20BFA: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: BJ22%20ZBT
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520ZBT%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for BJ22%20ZBT: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: BF72%20EYD
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520EYD%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for BF72%20EYD: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: BF20%20WHE
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF20%2520WHE%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for BF20%20WHE: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: CN19%20KZE
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520KZE%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for CN19%20KZE: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: ET12%20MKU
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET12%2520MKU%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for ET12%20MKU: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: YP67%20XUL
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520XUL%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for YP67%20XUL: 0
2026-03-28 11:17:45 [bca.uk] INFO: Found listing with ID: VE72%20PPO
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520PPO%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Scrape type for VE72%20PPO: 2
2026-03-28 11:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7fc4740-c557-5b6a-be1b-20c40d2d172a with identifier: VE72%20PPO
2026-03-28 11:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7fc4740-c557-5b6a-be1b-20c40d2d172a with scrape type 2
2026-03-28 11:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7fc4740-c557-5b6a-be1b-20c40d2d172a with scrape type 2
2026-03-28 11:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7fc4740-c557-5b6a-be1b-20c40d2d172a, identifier: VE72%20PPO
2026-03-28 11:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ee4a5c4-1163-548f-95f5-339386a0155c with identifier: MJ18%20EUM
2026-03-28 11:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ee4a5c4-1163-548f-95f5-339386a0155c with identifier: MJ18%20EUM
2026-03-28 11:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ee4a5c4-1163-548f-95f5-339386a0155c with identifier: MJ18%20EUM to the API
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ18%20EUM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ee4a5c4-1163-548f-95f5-339386a0155c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ18 EUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ18%20EUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 23118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 ENERGY DCI 125 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 ENERGY DCI 125 BUSINESS',
 'vin': 'VF1FL000260674305',
 'year': 2018}
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520EUM%27 HTTP/1.1" 200 None
2026-03-28 11:17:45 [bca.uk] INFO: Saving data for MJ18%20EUM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609966.005103, 'last_price_update_time': 1774696665.624919}
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520EUM') HTTP/1.1" 204 0
2026-03-28 11:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7fc4740-c557-5b6a-be1b-20c40d2d172a with identifier: VE72%20PPO
2026-03-28 11:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7fc4740-c557-5b6a-be1b-20c40d2d172a with identifier: VE72%20PPO
2026-03-28 11:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7fc4740-c557-5b6a-be1b-20c40d2d172a with identifier: VE72%20PPO to the API
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20PPO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7fc4740-c557-5b6a-be1b-20c40d2d172a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 PPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20PPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 43239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7HZPH043051',
 'year': 2023}
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520PPO%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Saving data for VE72%20PPO: {'auction_closing_time': 1774951200.0, 'created_time': 1774477322.858249, 'last_price_update_time': 1774696666.110369}
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520PPO') HTTP/1.1" 204 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: HK71%20WFB
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WFB%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for HK71%20WFB: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: RJ22%20UCO
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for RJ22%20UCO: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: CK72%20OCL
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520OCL%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for CK72%20OCL: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: AY71%20XNE
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520XNE%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for AY71%20XNE: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: SK22%20UTZ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for SK22%20UTZ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: HJ73%20ODK
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520ODK%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for HJ73%20ODK: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: WN22%20NPU
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520NPU%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for WN22%20NPU: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: AG19%20JVC
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG19%2520JVC%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for AG19%20JVC: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: PO22%20XBG
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for PO22%20XBG: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: EK23%20HSY
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for EK23%20HSY: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: RO22%20GGE
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for RO22%20GGE: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: WK21%20VYN
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for WK21%20VYN: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: MJ70%20XWT
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for MJ70%20XWT: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: ML24%20YNO
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520YNO%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for ML24%20YNO: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: YP73%20XTR
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTR%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for YP73%20XTR: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: LM23%20GNZ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for LM23%20GNZ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: YP73%20XTN
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTN%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for YP73%20XTN: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: MK23%20NYA
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for MK23%20NYA: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: RO22%20EUN
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for RO22%20EUN: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: LJ23%20MBP
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ23%2520MBP%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for LJ23%20MBP: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: MD72%20VVJ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VVJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for MD72%20VVJ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: BK25%20YEL
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520YEL%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for BK25%20YEL: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: BJ23%20CYZ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520CYZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for BJ23%20CYZ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: WV22%20URE
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520URE%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for WV22%20URE: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: PE24%20XOW
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE24%2520XOW%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for PE24%20XOW: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: BF10%20LFM
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF10%2520LFM%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for BF10%20LFM: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: VK71%20OAJ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520OAJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for VK71%20OAJ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: YF66%20XUP
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF66%2520XUP%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for YF66%20XUP: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: AF68%20EJK
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF68%2520EJK%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for AF68%20EJK: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: FY67%20UCG
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY67%2520UCG%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for FY67%20UCG: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: EK71%20FTZ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520FTZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for EK71%20FTZ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: MV23%20VTO
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520VTO%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for MV23%20VTO: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: FV21%20ZTC
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520ZTC%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for FV21%20ZTC: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: SG65%20YBJ
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520YBJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for SG65%20YBJ: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: VF69%20HJG
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520HJG%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for VF69%20HJG: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: DA21%20EWV
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520EWV%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for DA21%20EWV: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: NX16%20EHU
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520EHU%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for NX16%20EHU: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: PK20%20YWT
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520YWT%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for PK20%20YWT: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: WV71%20VFO
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520VFO%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for WV71%20VFO: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: WF09%20CHK
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520CHK%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for WF09%20CHK: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: IGZ%206918
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IGZ%25206918%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for IGZ%206918: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: YK71%20URY
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK71%2520URY%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for YK71%20URY: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: YH21%20FMX
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520FMX%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for YH21%20FMX: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: GV07%20VPA
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520VPA%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for GV07%20VPA: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: LN14%20FHW
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520FHW%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for LN14%20FHW: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: VO21%20XRD
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520XRD%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for VO21%20XRD: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: YT64%20EPL
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520EPL%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for YT64%20EPL: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: VA21%20NKX
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520NKX%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for VA21%20NKX: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: ST67%20SNK
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520SNK%27 HTTP/1.1" 200 None
2026-03-28 11:17:46 [bca.uk] INFO: Scrape type for ST67%20SNK: 0
2026-03-28 11:17:46 [bca.uk] INFO: Found listing with ID: FP64%20VJM
2026-03-28 11:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520VJM%27 HTTP/1.1" 200 None
2026-03-28 11:17:47 [bca.uk] INFO: Scrape type for FP64%20VJM: 0
2026-03-28 11:17:47 [bca.uk] INFO: Found listing with ID: SP72%20JNK
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP72%2520JNK%27 HTTP/1.1" 200 None
2026-03-28 11:17:47 [bca.uk] INFO: Scrape type for SP72%20JNK: 2
2026-03-28 11:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0392502d-17d1-5f51-8d39-09c9464c86ba with identifier: SP72%20JNK
2026-03-28 11:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0392502d-17d1-5f51-8d39-09c9464c86ba with scrape type 2
2026-03-28 11:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0392502d-17d1-5f51-8d39-09c9464c86ba with scrape type 2
2026-03-28 11:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0392502d-17d1-5f51-8d39-09c9464c86ba, identifier: SP72%20JNK
2026-03-28 11:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0392502d-17d1-5f51-8d39-09c9464c86ba with identifier: SP72%20JNK
2026-03-28 11:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0392502d-17d1-5f51-8d39-09c9464c86ba with identifier: SP72%20JNK
2026-03-28 11:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0392502d-17d1-5f51-8d39-09c9464c86ba with identifier: SP72%20JNK to the API
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP72%20JNK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0392502d-17d1-5f51-8d39-09c9464c86ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP72 JNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP72%20JNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 25113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 XLT CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 XLT',
 'vin': '6FPPXXMJ2PNM48964',
 'year': 2022}
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP72%2520JNK%27 HTTP/1.1" 200 None
2026-03-28 11:17:47 [bca.uk] INFO: Saving data for SP72%20JNK: {'auction_closing_time': 1774951200.0, 'created_time': 1773929939.953793, 'last_price_update_time': 1774696667.669789}
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP72%2520JNK') HTTP/1.1" 204 0
2026-03-28 11:17:47 [bca.uk] INFO: Found listing with ID: DE24%20YRP
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520YRP%27 HTTP/1.1" 200 None
2026-03-28 11:17:47 [bca.uk] INFO: Scrape type for DE24%20YRP: 0
2026-03-28 11:17:47 [bca.uk] INFO: Found listing with ID: SL20%20JTU
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL20%2520JTU%27 HTTP/1.1" 200 None
2026-03-28 11:17:47 [bca.uk] INFO: Scrape type for SL20%20JTU: 0
2026-03-28 11:17:47 [bca.uk] INFO: Found listing with ID: HK25%20YHX
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK25%2520YHX%27 HTTP/1.1" 200 None
2026-03-28 11:17:47 [bca.uk] INFO: Scrape type for HK25%20YHX: 2
2026-03-28 11:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3be5a062-50b3-5749-abe3-3e30b2f1f095 with identifier: HK25%20YHX
2026-03-28 11:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be5a062-50b3-5749-abe3-3e30b2f1f095 with scrape type 2
2026-03-28 11:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3be5a062-50b3-5749-abe3-3e30b2f1f095 with scrape type 2
2026-03-28 11:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3be5a062-50b3-5749-abe3-3e30b2f1f095, identifier: HK25%20YHX
2026-03-28 11:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3be5a062-50b3-5749-abe3-3e30b2f1f095 with identifier: HK25%20YHX
2026-03-28 11:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3be5a062-50b3-5749-abe3-3e30b2f1f095 with identifier: HK25%20YHX
2026-03-28 11:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3be5a062-50b3-5749-abe3-3e30b2f1f095 with identifier: HK25%20YHX to the API
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK25%20YHX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3be5a062-50b3-5749-abe3-3e30b2f1f095',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK25 YHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK25%20YHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 4505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA5RRS02564',
 'year': 2025}
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK25%2520YHX%27 HTTP/1.1" 200 None
2026-03-28 11:17:48 [bca.uk] INFO: Saving data for HK25%20YHX: {'auction_closing_time': 1774951200.0, 'created_time': 1773825804.397484, 'last_price_update_time': 1774696668.297164}
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK25%2520YHX') HTTP/1.1" 204 0
2026-03-28 11:17:48 [bca.uk] INFO: Found listing with ID: WG66%20ORO
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520ORO%27 HTTP/1.1" 200 None
2026-03-28 11:17:48 [bca.uk] INFO: Scrape type for WG66%20ORO: 2
2026-03-28 11:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e with identifier: WG66%20ORO
2026-03-28 11:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e with scrape type 2
2026-03-28 11:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e with scrape type 2
2026-03-28 11:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e, identifier: WG66%20ORO
2026-03-28 11:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e with identifier: WG66%20ORO
2026-03-28 11:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e with identifier: WG66%20ORO
2026-03-28 11:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e with identifier: WG66%20ORO to the API
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG66%20ORO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7cc1e9ae-11f3-54df-bd00-3ceffc1eb22e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG66 ORO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG66%20ORO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 68006,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 TDCI 75 220 L1 L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 220 L1 L/R',
 'vin': 'WF04XXWPG4GY88375',
 'year': 2016}
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520ORO%27 HTTP/1.1" 200 None
2026-03-28 11:17:48 [bca.uk] INFO: Saving data for WG66%20ORO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609915.091587, 'last_price_update_time': 1774696668.810054}
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG66%2520ORO') HTTP/1.1" 204 0
2026-03-28 11:17:48 [bca.uk] INFO: Found listing with ID: BT18%20XXM
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XXM%27 HTTP/1.1" 200 None
2026-03-28 11:17:48 [bca.uk] INFO: Scrape type for BT18%20XXM: 2
2026-03-28 11:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8282b96-2d19-5c34-b27b-ee55ea181735 with identifier: BT18%20XXM
2026-03-28 11:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8282b96-2d19-5c34-b27b-ee55ea181735 with scrape type 2
2026-03-28 11:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8282b96-2d19-5c34-b27b-ee55ea181735 with scrape type 2
2026-03-28 11:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8282b96-2d19-5c34-b27b-ee55ea181735, identifier: BT18%20XXM
2026-03-28 11:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8282b96-2d19-5c34-b27b-ee55ea181735 with identifier: BT18%20XXM
2026-03-28 11:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8282b96-2d19-5c34-b27b-ee55ea181735 with identifier: BT18%20XXM
2026-03-28 11:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8282b96-2d19-5c34-b27b-ee55ea181735 with identifier: BT18%20XXM to the API
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT18%20XXM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8282b96-2d19-5c34-b27b-ee55ea181735',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT18 XXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT18%20XXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 77653,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 16V Van',
 'transmission': 'manual',
 'trim': '16V',
 'vin': 'W0V0XEP05J4279170',
 'year': 2018}
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XXM%27 HTTP/1.1" 200 None
2026-03-28 11:17:49 [bca.uk] INFO: Saving data for BT18%20XXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609935.483841, 'last_price_update_time': 1774696669.906557}
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520XXM') HTTP/1.1" 204 0
2026-03-28 11:17:49 [bca.uk] INFO: Found listing with ID: VO21%20UWA
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:17:49 [bca.uk] INFO: Scrape type for VO21%20UWA: 2
2026-03-28 11:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec497634-e614-5b4f-900c-0801ea9195bd with identifier: VO21%20UWA
2026-03-28 11:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec497634-e614-5b4f-900c-0801ea9195bd with scrape type 2
2026-03-28 11:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec497634-e614-5b4f-900c-0801ea9195bd with scrape type 2
2026-03-28 11:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec497634-e614-5b4f-900c-0801ea9195bd, identifier: VO21%20UWA
2026-03-28 11:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec497634-e614-5b4f-900c-0801ea9195bd with identifier: VO21%20UWA
2026-03-28 11:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec497634-e614-5b4f-900c-0801ea9195bd with identifier: VO21%20UWA
2026-03-28 11:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec497634-e614-5b4f-900c-0801ea9195bd with identifier: VO21%20UWA to the API
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO21%20UWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec497634-e614-5b4f-900c-0801ea9195bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO21 UWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO21%20UWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 75649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 110 LWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 LWB H/L',
 'vin': 'WV1ZZZ7HZMH080447',
 'year': 2021}
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:17:50 [bca.uk] INFO: Saving data for VO21%20UWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774609776.192597, 'last_price_update_time': 1774696670.501689}
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO21%2520UWA') HTTP/1.1" 204 0
2026-03-28 11:17:50 [bca.uk] INFO: Found listing with ID: NL23%20WWK
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WWK%27 HTTP/1.1" 200 None
2026-03-28 11:17:50 [bca.uk] INFO: Scrape type for NL23%20WWK: 2
2026-03-28 11:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9386e7b9-0cff-552d-9a15-574e9baa50f3 with identifier: NL23%20WWK
2026-03-28 11:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9386e7b9-0cff-552d-9a15-574e9baa50f3 with scrape type 2
2026-03-28 11:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9386e7b9-0cff-552d-9a15-574e9baa50f3 with scrape type 2
2026-03-28 11:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9386e7b9-0cff-552d-9a15-574e9baa50f3, identifier: NL23%20WWK
2026-03-28 11:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9386e7b9-0cff-552d-9a15-574e9baa50f3 with identifier: NL23%20WWK
2026-03-28 11:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9386e7b9-0cff-552d-9a15-574e9baa50f3 with identifier: NL23%20WWK
2026-03-28 11:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9386e7b9-0cff-552d-9a15-574e9baa50f3 with identifier: NL23%20WWK to the API
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20WWK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9386e7b9-0cff-552d-9a15-574e9baa50f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL23 WWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20WWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 47949,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 150 LL SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 150 LL SPORT',
 'vin': 'VF1FL000670076820',
 'year': 2023}
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WWK%27 HTTP/1.1" 200 None
2026-03-28 11:17:51 [bca.uk] INFO: Saving data for NL23%20WWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774609778.651082, 'last_price_update_time': 1774696671.02341}
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520WWK') HTTP/1.1" 204 0
2026-03-28 11:17:51 [bca.uk] INFO: Found listing with ID: KP71%20VFJ
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520VFJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:51 [bca.uk] INFO: Scrape type for KP71%20VFJ: 2
2026-03-28 11:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3185fc31-d856-51c5-a983-3723016a0ad5 with identifier: KP71%20VFJ
2026-03-28 11:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3185fc31-d856-51c5-a983-3723016a0ad5 with scrape type 2
2026-03-28 11:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3185fc31-d856-51c5-a983-3723016a0ad5 with scrape type 2
2026-03-28 11:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3185fc31-d856-51c5-a983-3723016a0ad5, identifier: KP71%20VFJ
2026-03-28 11:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3185fc31-d856-51c5-a983-3723016a0ad5 with identifier: KP71%20VFJ
2026-03-28 11:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3185fc31-d856-51c5-a983-3723016a0ad5 with identifier: KP71%20VFJ
2026-03-28 11:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3185fc31-d856-51c5-a983-3723016a0ad5 with identifier: KP71%20VFJ to the API
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP71%20VFJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3185fc31-d856-51c5-a983-3723016a0ad5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP71 VFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP71%20VFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 135654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYMG51454',
 'year': 2021}
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520VFJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:51 [bca.uk] INFO: Saving data for KP71%20VFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609778.204228, 'last_price_update_time': 1774696671.5572}
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP71%2520VFJ') HTTP/1.1" 204 0
2026-03-28 11:17:51 [bca.uk] INFO: Found listing with ID: SL15%20OTM
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520OTM%27 HTTP/1.1" 200 None
2026-03-28 11:17:51 [bca.uk] INFO: Scrape type for SL15%20OTM: 0
2026-03-28 11:17:51 [bca.uk] INFO: Found listing with ID: HN73%20OSZ
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OSZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:51 [bca.uk] INFO: Scrape type for HN73%20OSZ: 2
2026-03-28 11:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b291276d-2c87-5fa2-b044-bbc717846106 with identifier: HN73%20OSZ
2026-03-28 11:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b291276d-2c87-5fa2-b044-bbc717846106 with scrape type 2
2026-03-28 11:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b291276d-2c87-5fa2-b044-bbc717846106 with scrape type 2
2026-03-28 11:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b291276d-2c87-5fa2-b044-bbc717846106, identifier: HN73%20OSZ
2026-03-28 11:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b291276d-2c87-5fa2-b044-bbc717846106 with identifier: HN73%20OSZ
2026-03-28 11:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b291276d-2c87-5fa2-b044-bbc717846106 with identifier: HN73%20OSZ
2026-03-28 11:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b291276d-2c87-5fa2-b044-bbc717846106 with identifier: HN73%20OSZ to the API
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN73%20OSZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b291276d-2c87-5fa2-b044-bbc717846106',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN73 OSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN73%20OSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 10846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPS72815',
 'year': 2023}
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OSZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:52 [bca.uk] INFO: Saving data for HN73%20OSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773960136.469508, 'last_price_update_time': 1774696672.019307}
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN73%2520OSZ') HTTP/1.1" 204 0
2026-03-28 11:17:52 [bca.uk] INFO: Found listing with ID: AV23%20NFO
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520NFO%27 HTTP/1.1" 200 None
2026-03-28 11:17:52 [bca.uk] INFO: Scrape type for AV23%20NFO: 2
2026-03-28 11:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d70a115d-88a0-507d-b6bd-4923ad7338ef with identifier: AV23%20NFO
2026-03-28 11:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d70a115d-88a0-507d-b6bd-4923ad7338ef with scrape type 2
2026-03-28 11:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d70a115d-88a0-507d-b6bd-4923ad7338ef with scrape type 2
2026-03-28 11:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d70a115d-88a0-507d-b6bd-4923ad7338ef, identifier: AV23%20NFO
2026-03-28 11:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d70a115d-88a0-507d-b6bd-4923ad7338ef with identifier: AV23%20NFO
2026-03-28 11:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d70a115d-88a0-507d-b6bd-4923ad7338ef with identifier: AV23%20NFO
2026-03-28 11:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d70a115d-88a0-507d-b6bd-4923ad7338ef with identifier: AV23%20NFO to the API
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV23%20NFO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd70a115d-88a0-507d-b6bd-4923ad7338ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV23 NFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV23%20NFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'E-DISPATCH 1000',
 'odometer': 21214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN E-DISPATCH 1000 100KW 75KWH M ENTERPRISE ED. PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 75KWH M ENTERPRISE ED.',
 'vin': 'VF7V1ZKXZPZ007395',
 'year': 2023}
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520NFO%27 HTTP/1.1" 200 None
2026-03-28 11:17:52 [bca.uk] INFO: Saving data for AV23%20NFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609777.038248, 'last_price_update_time': 1774696672.491066}
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV23%2520NFO') HTTP/1.1" 204 0
2026-03-28 11:17:52 [bca.uk] INFO: Found listing with ID: GC18%20GWV
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC18%2520GWV%27 HTTP/1.1" 200 None
2026-03-28 11:17:52 [bca.uk] INFO: Scrape type for GC18%20GWV: 0
2026-03-28 11:17:52 [bca.uk] INFO: Found listing with ID: YR19%20BCD
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BCD%27 HTTP/1.1" 200 None
2026-03-28 11:17:52 [bca.uk] INFO: Scrape type for YR19%20BCD: 2
2026-03-28 11:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf51dc8-bc63-5ecb-9196-0ff030f9da32 with identifier: YR19%20BCD
2026-03-28 11:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf51dc8-bc63-5ecb-9196-0ff030f9da32 with scrape type 2
2026-03-28 11:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf51dc8-bc63-5ecb-9196-0ff030f9da32 with scrape type 2
2026-03-28 11:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddf51dc8-bc63-5ecb-9196-0ff030f9da32, identifier: YR19%20BCD
2026-03-28 11:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddf51dc8-bc63-5ecb-9196-0ff030f9da32 with identifier: YR19%20BCD
2026-03-28 11:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddf51dc8-bc63-5ecb-9196-0ff030f9da32 with identifier: YR19%20BCD
2026-03-28 11:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddf51dc8-bc63-5ecb-9196-0ff030f9da32 with identifier: YR19%20BCD to the API
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR19%20BCD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ddf51dc8-bc63-5ecb-9196-0ff030f9da32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR19 BCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR19%20BCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 62919,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB H/R',
 'vin': 'WF0YXXTTGYKL50116',
 'year': 2019}
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BCD%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Saving data for YR19%20BCD: {'auction_closing_time': 1774951200.0, 'created_time': 1774609967.034614, 'last_price_update_time': 1774696673.139494}
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR19%2520BCD') HTTP/1.1" 204 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: RV18%20WZM
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520WZM%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for RV18%20WZM: 2
2026-03-28 11:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f with identifier: RV18%20WZM
2026-03-28 11:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f with scrape type 2
2026-03-28 11:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f with scrape type 2
2026-03-28 11:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f, identifier: RV18%20WZM
2026-03-28 11:17:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f with identifier: RV18%20WZM
2026-03-28 11:17:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f with identifier: RV18%20WZM
2026-03-28 11:17:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f with identifier: RV18%20WZM to the API
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV18%20WZM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1c5f74d-08c2-51c9-8d50-5b4b1ab02d0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV18 WZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV18%20WZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 89311,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.9T 1.6 LH29 ENERGY DCI 125 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'LH29 ENERGY DCI 125 BUSINESS',
 'vin': 'VF1FL000860487828',
 'year': 2018}
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520WZM%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Saving data for RV18%20WZM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609968.289935, 'last_price_update_time': 1774696673.612174}
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV18%2520WZM') HTTP/1.1" 204 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: SM64%20YYC
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520YYC%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for SM64%20YYC: 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: VO66%20TOJ
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520TOJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for VO66%20TOJ: 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: WJ05%20BGV
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ05%2520BGV%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for WJ05%20BGV: 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: WJ13%20VRX
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520VRX%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for WJ13%20VRX: 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: WM63%20BWH
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520BWH%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for WM63%20BWH: 0
2026-03-28 11:17:53 [bca.uk] INFO: Found listing with ID: WN62%20TTV
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN62%2520TTV%27 HTTP/1.1" 200 None
2026-03-28 11:17:53 [bca.uk] INFO: Scrape type for WN62%20TTV: 0
2026-03-28 11:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:17:55 [bca.uk] INFO: Total items found: 100
2026-03-28 11:17:55 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded
2026-03-28 11:17:55 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:17:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: WX23%20ZDM
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX23%2520ZDM%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Scrape type for WX23%20ZDM: 0
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: WA70%20XVF
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520XVF%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Scrape type for WA70%20XVF: 0
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: RJ74%20BWF
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520BWF%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Scrape type for RJ74%20BWF: 2
2026-03-28 11:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2 with identifier: RJ74%20BWF
2026-03-28 11:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2 with scrape type 2
2026-03-28 11:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2 with scrape type 2
2026-03-28 11:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2, identifier: RJ74%20BWF
2026-03-28 11:17:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2 with identifier: RJ74%20BWF
2026-03-28 11:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2 with identifier: RJ74%20BWF
2026-03-28 11:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8dacfca-ec4f-5e7d-b933-b6552cfcf3f2 with identifier: RJ74%20BWF to the API
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ74%20BWF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd8dacfca-ec4f-5e7d-b933-b6552cfcf3f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ74 BWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ74%20BWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 6828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P270E 4WD DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P270E 4WD DYNAMIC SE',
 'vin': 'SALZA2AT6SH278214',
 'year': 2024}
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520BWF%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Saving data for RJ74%20BWF: {'auction_closing_time': 1775037600.0, 'created_time': 1774609500.068845, 'last_price_update_time': 1774696675.829088}
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ74%2520BWF') HTTP/1.1" 204 0
2026-03-28 11:17:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: LB20%20VHZ
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520VHZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Scrape type for LB20%20VHZ: 0
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: Y447%20GHC
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y447%2520GHC%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Scrape type for Y447%20GHC: 0
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: FT19%20KWD
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT19%2520KWD%27 HTTP/1.1" 200 None
2026-03-28 11:17:55 [bca.uk] INFO: Scrape type for FT19%20KWD: 0
2026-03-28 11:17:55 [bca.uk] INFO: Found listing with ID: KS54%20UBV
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS54%2520UBV%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for KS54%20UBV: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: ET18%20TFK
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET18%2520TFK%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for ET18%20TFK: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: WV69%20JWM
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520JWM%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for WV69%20JWM: 2
2026-03-28 11:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM
2026-03-28 11:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8293cb0-3b49-54d6-a704-dbc19b7cb17b with scrape type 2
2026-03-28 11:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8293cb0-3b49-54d6-a704-dbc19b7cb17b with scrape type 2
2026-03-28 11:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8293cb0-3b49-54d6-a704-dbc19b7cb17b, identifier: WV69%20JWM
2026-03-28 11:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM
2026-03-28 11:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM
2026-03-28 11:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8293cb0-3b49-54d6-a704-dbc19b7cb17b with identifier: WV69%20JWM to the API
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV69%20JWM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8293cb0-3b49-54d6-a704-dbc19b7cb17b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV69 JWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV69%20JWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': 'TIPO',
 'odometer': 39959,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FIAT TIPO 1.4 T-JET 120 MIRROR Hatchback',
 'transmission': 'manual',
 'trim': 'T-JET 120 MIRROR',
 'vin': 'ZFA35600006P58191',
 'year': 2019}
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520JWM%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Saving data for WV69%20JWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303871.112571, 'last_price_update_time': 1774696676.464929}
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV69%2520JWM') HTTP/1.1" 204 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: LD19%20LGG
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for LD19%20LGG: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: PX69%20VGU
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX69%2520VGU%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for PX69%20VGU: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: CK67%20TXJ
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520TXJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for CK67%20TXJ: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: DG12%20YOW
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG12%2520YOW%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for DG12%20YOW: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: EK65%20FOP
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520FOP%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for EK65%20FOP: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: MH65%20UFE
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH65%2520UFE%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for MH65%20UFE: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: RE14%20VAK
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE14%2520VAK%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for RE14%20VAK: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: WF09%20HMZ
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520HMZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for WF09%20HMZ: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: RX52%20CAE
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX52%2520CAE%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for RX52%20CAE: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: AV18%20KAE
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520KAE%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for AV18%20KAE: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: SV21%20WXG
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520WXG%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for SV21%20WXG: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: DL70%20KHF
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520KHF%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for DL70%20KHF: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: KW18%20VNT
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520VNT%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for KW18%20VNT: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: VA19%20HEV
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520HEV%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for VA19%20HEV: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: AO69%20NDJ
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520NDJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for AO69%20NDJ: 0
2026-03-28 11:17:56 [bca.uk] INFO: Found listing with ID: LL69%20HUO
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HUO%27 HTTP/1.1" 200 None
2026-03-28 11:17:56 [bca.uk] INFO: Scrape type for LL69%20HUO: 2
2026-03-28 11:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO
2026-03-28 11:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with scrape type 2
2026-03-28 11:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with scrape type 2
2026-03-28 11:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b39d7e1-36c9-5610-a14d-cc59fc923e17, identifier: LL69%20HUO
2026-03-28 11:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO
2026-03-28 11:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO
2026-03-28 11:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b39d7e1-36c9-5610-a14d-cc59fc923e17 with identifier: LL69%20HUO to the API
2026-03-28 11:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL69%20HUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4b39d7e1-36c9-5610-a14d-cc59fc923e17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL69 HUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL69%20HUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 19200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0074809',
 'year': 2020}
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HUO%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Saving data for LL69%20HUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774512115.006233, 'last_price_update_time': 1774696677.168767}
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL69%2520HUO') HTTP/1.1" 204 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: EK70%20ZYR
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for EK70%20ZYR: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: RF19%20ZFY
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520ZFY%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for RF19%20ZFY: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: LT69%20LKE
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKE%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for LT69%20LKE: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: FT68%20OJC
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for FT68%20OJC: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: HX14%20MJY
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for HX14%20MJY: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: LM63%20FKO
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for LM63%20FKO: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: RE66%20OXK
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520OXK%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for RE66%20OXK: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: WJ14%20XTV
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520XTV%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for WJ14%20XTV: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: AK11%20RKO
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for AK11%20RKO: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: HD15%20FWV
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD15%2520FWV%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for HD15%20FWV: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: HK10%20TZB
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK10%2520TZB%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for HK10%20TZB: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: HF53%20FDY
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF53%2520FDY%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for HF53%20FDY: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: FA06%20WRJ
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA06%2520WRJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for FA06%20WRJ: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: GF15%20BPZ
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520BPZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for GF15%20BPZ: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: YD07%20AWP
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD07%2520AWP%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for YD07%20AWP: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: EO54%20EKR
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO54%2520EKR%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for EO54%20EKR: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: NJ52%20ZYO
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ52%2520ZYO%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for NJ52%20ZYO: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: FH06%20VGN
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH06%2520VGN%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for FH06%20VGN: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: LM63%20NDL
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520NDL%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for LM63%20NDL: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: MF62%20ZHE
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520ZHE%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for MF62%20ZHE: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: WJ58%20ZYW
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZYW%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for WJ58%20ZYW: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: YK09%20RLU
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520RLU%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for YK09%20RLU: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: YW15%20JZT
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520JZT%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for YW15%20JZT: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: AF64%20XAD
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520XAD%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for AF64%20XAD: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: BG09%20PWY
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520PWY%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for BG09%20PWY: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: BJ07%20FXF
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520FXF%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for BJ07%20FXF: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: DG10%20CJE
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG10%2520CJE%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for DG10%20CJE: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: FE08%20SUV
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE08%2520SUV%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for FE08%20SUV: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: WN09%20WNE
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN09%2520WNE%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for WN09%20WNE: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: YK57%20HJD
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520HJD%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for YK57%20HJD: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: FV05%20SXW
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV05%2520SXW%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for FV05%20SXW: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: DK14%20MUE
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520MUE%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for DK14%20MUE: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: KT07%20EJJ
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT07%2520EJJ%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for KT07%20EJJ: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: MF08%20OWR
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF08%2520OWR%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for MF08%20OWR: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: NU12%20HVK
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU12%2520HVK%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for NU12%20HVK: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: YT64%20NMO
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520NMO%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for YT64%20NMO: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: MD07%20ECA
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD07%2520ECA%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for MD07%20ECA: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: NA15%20VFU
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520VFU%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for NA15%20VFU: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: NX68%20YWG
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520YWG%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for NX68%20YWG: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: OV67%20YLG
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520YLG%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for OV67%20YLG: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: YS66%20OZH
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS66%2520OZH%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for YS66%20OZH: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: AE14%20PHU
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520PHU%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for AE14%20PHU: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: EY15%20MLZ
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520MLZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:57 [bca.uk] INFO: Scrape type for EY15%20MLZ: 0
2026-03-28 11:17:57 [bca.uk] INFO: Found listing with ID: HK15%20BNX
2026-03-28 11:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BNX%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for HK15%20BNX: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: HN13%20VMC
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN13%2520VMC%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for HN13%20VMC: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: HY62%20XOF
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY62%2520XOF%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for HY62%20XOF: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: LX63%20TBY
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520TBY%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for LX63%20TBY: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: RJ62%20UDU
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ62%2520UDU%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for RJ62%20UDU: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: VO58%20VJY
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO58%2520VJY%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for VO58%20VJY: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: AF62%20VWX
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520VWX%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for AF62%20VWX: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: BG58%20UJK
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG58%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for BG58%20UJK: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: BX63%20PGE
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520PGE%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for BX63%20PGE: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: FD12%20OXZ
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520OXZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for FD12%20OXZ: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: KM15%20BYX
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM15%2520BYX%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for KM15%20BYX: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YB71%20DKO
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DKO%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YB71%20DKO: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: LD15%20GCY
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520GCY%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for LD15%20GCY: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: ML15%20VSM
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520VSM%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for ML15%20VSM: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: KP72%20UNW
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520UNW%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for KP72%20UNW: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YY65%20CKG
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520CKG%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YY65%20CKG: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: WU21%20YXA
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520YXA%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for WU21%20YXA: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YO22%20UJB
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO22%2520UJB%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YO22%20UJB: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: PY19%20YTM
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY19%2520YTM%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for PY19%20YTM: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: GX19%20VJN
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520VJN%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for GX19%20VJN: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YJ66%20ANS
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ANS%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YJ66%20ANS: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: XX07%20KEL
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XX07%2520KEL%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for XX07%20KEL: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YH69%20SLZ
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH69%2520SLZ%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YH69%20SLZ: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YH15%20KZD
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520KZD%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YH15%20KZD: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YG63%20HKA
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520HKA%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YG63%20HKA: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: VA13%20CYL
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA13%2520CYL%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for VA13%20CYL: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YC67%20AON
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520AON%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YC67%20AON: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: YB69%20XUD
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520XUD%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for YB69%20XUD: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: WR62%20HBY
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520HBY%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for WR62%20HBY: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: WP15%20YZD
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520YZD%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for WP15%20YZD: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: T123%20DLW
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T123%2520DLW%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for T123%20DLW: 0
2026-03-28 11:17:58 [bca.uk] INFO: Found listing with ID: NL20%20WRP
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520WRP%27 HTTP/1.1" 200 None
2026-03-28 11:17:58 [bca.uk] INFO: Scrape type for NL20%20WRP: 0
2026-03-28 11:18:10 [scrapy.extensions.logstats] INFO: Crawled 237 pages (at 5 pages/min), scraped 540 items (at 34 items/min)
2026-03-28 11:18:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:18:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:18:17 [bca.uk] INFO: Total items found: 100
2026-03-28 11:18:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded
2026-03-28 11:18:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:18:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: UFZ%205180
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UFZ%25205180%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for UFZ%205180: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: KM69%20JZK
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520JZK%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for KM69%20JZK: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: SK16%20KLJ
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520KLJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for SK16%20KLJ: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: DU20%20FSN
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520FSN%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for DU20%20FSN: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: OFZ%206303
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OFZ%25206303%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for OFZ%206303: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: CA17%20CLR
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA17%2520CLR%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for CA17%20CLR: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: NJ67%20BRF
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ67%2520BRF%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for NJ67%20BRF: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: LX17%20OPU
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OPU%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for LX17%20OPU: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: LX13%20SYP
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX13%2520SYP%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for LX13%20SYP: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: LN21%20ZNM
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN21%2520ZNM%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for LN21%20ZNM: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YY70%20SWO
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY70%2520SWO%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YY70%20SWO: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: LS68%20YOG
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520YOG%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for LS68%20YOG: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: T18%20AFG
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T18%2520AFG%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for T18%20AFG: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: LL69%20TKO
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520TKO%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for LL69%20TKO: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: FV17%20ZSR
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520ZSR%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for FV17%20ZSR: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: DY11%20PMO
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520PMO%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for DY11%20PMO: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: CX16%20BWZ
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520BWZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for CX16%20BWZ: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: FX13%20FVC
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX13%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for FX13%20FVC: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YX22%20TVT
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520TVT%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YX22%20TVT: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YW15%20KZO
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520KZO%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YW15%20KZO: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YR66%20CUC
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520CUC%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YR66%20CUC: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YF62%20KLM
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF62%2520KLM%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YF62%20KLM: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YF16%20FHG
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520FHG%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YF16%20FHG: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YE67%20JZJ
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520JZJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YE67%20JZJ: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: YD15%20YVG
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520YVG%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for YD15%20YVG: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: MF56%20ZXC
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520ZXC%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for MF56%20ZXC: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: FD63%20HBE
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520HBE%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for FD63%20HBE: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: EJ17%20GCU
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520GCU%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for EJ17%20GCU: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: DG66%20LNN
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520LNN%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for DG66%20LNN: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: KO19%20UYF
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520UYF%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for KO19%20UYF: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: VO14%20XXY
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520XXY%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for VO14%20XXY: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: DA68%20PGV
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520PGV%27 HTTP/1.1" 200 None
2026-03-28 11:18:17 [bca.uk] INFO: Scrape type for DA68%20PGV: 0
2026-03-28 11:18:17 [bca.uk] INFO: Found listing with ID: WX16%20XYN
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX16%2520XYN%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for WX16%20XYN: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: BX63%20XDO
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520XDO%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for BX63%20XDO: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: AY64%20WVH
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520WVH%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for AY64%20WVH: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: KV66%20DXR
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520DXR%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for KV66%20DXR: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: FE14%20VKD
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520VKD%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for FE14%20VKD: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: PN63%20UBR
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN63%2520UBR%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for PN63%20UBR: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: HX68%20DNO
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520DNO%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for HX68%20DNO: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: LO69%20XCA
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520XCA%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for LO69%20XCA: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: DF68%20ACO
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF68%2520ACO%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for DF68%20ACO: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: LK18%20EBL
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520EBL%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for LK18%20EBL: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: DU65%20FLH
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU65%2520FLH%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for DU65%20FLH: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: HE10%20TEL
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520TEL%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for HE10%20TEL: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: FV66%20WUC
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520WUC%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for FV66%20WUC: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: GFZ%206210
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GFZ%25206210%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for GFZ%206210: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: EY09%20OGJ
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY09%2520OGJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for EY09%20OGJ: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: GF62%20WVL
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520WVL%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for GF62%20WVL: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: GY16%20CWG
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY16%2520CWG%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for GY16%20CWG: 0
2026-03-28 11:18:18 [bca.uk] INFO: Found listing with ID: RX16%20RVA
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX16%2520RVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:18 [bca.uk] INFO: Scrape type for RX16%20RVA: 2
2026-03-28 11:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA
2026-03-28 11:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15dae027-30c7-5b5d-8534-a19a89b3a82b with scrape type 2
2026-03-28 11:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15dae027-30c7-5b5d-8534-a19a89b3a82b with scrape type 2
2026-03-28 11:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15dae027-30c7-5b5d-8534-a19a89b3a82b, identifier: RX16%20RVA
2026-03-28 11:18:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA
2026-03-28 11:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA
2026-03-28 11:18:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15dae027-30c7-5b5d-8534-a19a89b3a82b with identifier: RX16%20RVA to the API
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX16%20RVA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15dae027-30c7-5b5d-8534-a19a89b3a82b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX16 RVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX16%20RVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 101469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 125 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 SPORT',
 'vin': 'WAUZZZ8X6GB074862',
 'year': 2016}
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX16%2520RVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Saving data for RX16%20RVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774425754.82278, 'last_price_update_time': 1774696699.038415}
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX16%2520RVA') HTTP/1.1" 204 0
2026-03-28 11:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: WD14%20GVV
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520GVV%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for WD14%20GVV: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: MT71%20VMX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520VMX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for MT71%20VMX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: AV66%20NKH
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV66%2520NKH%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for AV66%20NKH: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: BP66%20FWH
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520FWH%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for BP66%20FWH: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: KT65%20DXC
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520DXC%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for KT65%20DXC: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: MT18%20VSP
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520VSP%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for MT18%20VSP: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: AL05%20VJA
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AL05%2520VJA%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for AL05%20VJA: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: FM17%20XHW
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520XHW%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for FM17%20XHW: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: DF19%20BFM
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520BFM%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for DF19%20BFM: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: SG72%20WGY
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG72%2520WGY%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for SG72%20WGY: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: AK71%20DCV
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520DCV%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for AK71%20DCV: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: DY66%20KHT
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY66%2520KHT%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for DY66%20KHT: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: GD74%20XKV
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD74%2520XKV%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for GD74%20XKV: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: GY20%20PPX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520PPX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for GY20%20PPX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: BX23%20TGK
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TGK%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for BX23%20TGK: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: KV20%20KKZ
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520KKZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for KV20%20KKZ: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: BC24%20YDX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520YDX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for BC24%20YDX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: BD69%20AUX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520AUX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for BD69%20AUX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: BK68%20SWX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520SWX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for BK68%20SWX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: MV65%20PSU
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520PSU%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for MV65%20PSU: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: RV20%20YUE
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520YUE%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for RV20%20YUE: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: VE67%20ETD
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520ETD%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for VE67%20ETD: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: YY15%20RXF
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520RXF%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for YY15%20RXF: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: LJ67%20VWR
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ67%2520VWR%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for LJ67%20VWR: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: KM67%20YLP
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520YLP%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for KM67%20YLP: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: LO67%20TYC
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO67%2520TYC%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for LO67%20TYC: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: DY18%20XSM
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520XSM%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for DY18%20XSM: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: LC22%20LDK
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520LDK%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for LC22%20LDK: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: MF67%20YME
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520YME%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for MF67%20YME: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: YG66%20HWR
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520HWR%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for YG66%20HWR: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: EJ09%20XLP
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ09%2520XLP%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for EJ09%20XLP: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: EX08%20SYR
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX08%2520SYR%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for EX08%20SYR: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: RJ10%20AVX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ10%2520AVX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for RJ10%20AVX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: YL67%20DFN
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520DFN%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for YL67%20DFN: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: AE14%20AMO
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520AMO%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for AE14%20AMO: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: MT67%20VTO
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520VTO%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for MT67%20VTO: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: YP15%20FGX
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520FGX%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for YP15%20FGX: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: HJ70%20VZM
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520VZM%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for HJ70%20VZM: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: KO08%20YOK
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO08%2520YOK%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for KO08%20YOK: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: BO04%20OPU
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BO04%2520OPU%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for BO04%20OPU: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: MV12%20SRO
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520SRO%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for MV12%20SRO: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: HY61%20YAU
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520YAU%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for HY61%20YAU: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: B8%20OHS
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B8%2520OHS%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for B8%20OHS: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: PK67%20ZVU
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520ZVU%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for PK67%20ZVU: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: LD67%20TLV
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD67%2520TLV%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for LD67%20TLV: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: GC14%20XKG
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC14%2520XKG%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for GC14%20XKG: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: DE06%20HPK
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE06%2520HPK%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for DE06%20HPK: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: GY66%20LGD
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY66%2520LGD%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for GY66%20LGD: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: GN64%20XOK
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN64%2520XOK%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for GN64%20XOK: 0
2026-03-28 11:18:19 [bca.uk] INFO: Found listing with ID: KN15%20XMO
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520XMO%27 HTTP/1.1" 200 None
2026-03-28 11:18:19 [bca.uk] INFO: Scrape type for KN15%20XMO: 0
2026-03-28 11:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:18:22 [bca.uk] INFO: Total items found: 100
2026-03-28 11:18:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded
2026-03-28 11:18:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:18:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:22 [bca.uk] INFO: Found listing with ID: MM16%20OZT
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM16%2520OZT%27 HTTP/1.1" 200 None
2026-03-28 11:18:22 [bca.uk] INFO: Scrape type for MM16%20OZT: 0
2026-03-28 11:18:22 [bca.uk] INFO: Found listing with ID: SE66%20MHY
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520MHY%27 HTTP/1.1" 200 None
2026-03-28 11:18:22 [bca.uk] INFO: Scrape type for SE66%20MHY: 0
2026-03-28 11:18:22 [bca.uk] INFO: Found listing with ID: VA65%20YYK
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA65%2520YYK%27 HTTP/1.1" 200 None
2026-03-28 11:18:22 [bca.uk] INFO: Scrape type for VA65%20YYK: 0
2026-03-28 11:18:22 [bca.uk] INFO: Found listing with ID: MA68%20UZB
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520UZB%27 HTTP/1.1" 200 None
2026-03-28 11:18:22 [bca.uk] INFO: Scrape type for MA68%20UZB: 2
2026-03-28 11:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d1da617-ec9f-55ce-8fa8-81cac80806b9 with identifier: MA68%20UZB
2026-03-28 11:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d1da617-ec9f-55ce-8fa8-81cac80806b9 with scrape type 2
2026-03-28 11:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d1da617-ec9f-55ce-8fa8-81cac80806b9 with scrape type 2
2026-03-28 11:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d1da617-ec9f-55ce-8fa8-81cac80806b9, identifier: MA68%20UZB
2026-03-28 11:18:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d1da617-ec9f-55ce-8fa8-81cac80806b9 with identifier: MA68%20UZB
2026-03-28 11:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d1da617-ec9f-55ce-8fa8-81cac80806b9 with identifier: MA68%20UZB
2026-03-28 11:18:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d1da617-ec9f-55ce-8fa8-81cac80806b9 with identifier: MA68%20UZB to the API
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA68%20UZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9d1da617-ec9f-55ce-8fa8-81cac80806b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA68 UZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA68%20UZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '530E',
 'odometer': 96806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 530E 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJA92090BN75086',
 'year': 2018}
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520UZB%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Saving data for MA68%20UZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774017304.180954, 'last_price_update_time': 1774696703.105513}
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA68%2520UZB') HTTP/1.1" 204 0
2026-03-28 11:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: OV12%20BXN
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV12%2520BXN%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for OV12%20BXN: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: PJ60%20EXT
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ60%2520EXT%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for PJ60%20EXT: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: SB63%20OHW
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB63%2520OHW%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for SB63%20OHW: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: WN62%20XJO
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN62%2520XJO%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for WN62%20XJO: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: AY16%20TMV
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY16%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for AY16%20TMV: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: X54%20HGF
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X54%2520HGF%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for X54%20HGF: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: GL12%20WVA
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL12%2520WVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for GL12%20WVA: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: LR07%20XEG
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR07%2520XEG%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for LR07%20XEG: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: LS59%20WLK
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS59%2520WLK%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for LS59%20WLK: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: PN60%20GZE
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN60%2520GZE%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for PN60%20GZE: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: SP18%20MZE
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520MZE%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for SP18%20MZE: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: VN63%20WLR
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520WLR%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for VN63%20WLR: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: W60%20LRB
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W60%2520LRB%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for W60%20LRB: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: BD07%20PXG
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD07%2520PXG%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for BD07%20PXG: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: EO58%20AFK
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO58%2520AFK%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for EO58%20AFK: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: HN55%20YJE
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN55%2520YJE%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for HN55%20YJE: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: KM63%20TVA
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM63%2520TVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for KM63%20TVA: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: LY56%20OFC
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY56%2520OFC%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for LY56%20OFC: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: HN65%20PMO
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520PMO%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for HN65%20PMO: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: HY66%20HXR
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY66%2520HXR%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for HY66%20HXR: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: NK17%20ZHB
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK17%2520ZHB%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for NK17%20ZHB: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: SY16%20SZP
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY16%2520SZP%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for SY16%20SZP: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: BW66%20DYT
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520DYT%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for BW66%20DYT: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: EK60%20TCU
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK60%2520TCU%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for EK60%20TCU: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: VK14%20MFA
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK14%2520MFA%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for VK14%20MFA: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: NU59%20XMY
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU59%2520XMY%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for NU59%20XMY: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: FY65%20MYB
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY65%2520MYB%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for FY65%20MYB: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: EA11%20KVM
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA11%2520KVM%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for EA11%20KVM: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: PF19%20LNU
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520LNU%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for PF19%20LNU: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: YF15%20FFE
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520FFE%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for YF15%20FFE: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: YY15%20WUR
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520WUR%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for YY15%20WUR: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: CK64%20YVV
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520YVV%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for CK64%20YVV: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: LR65%20CXJ
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520CXJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for LR65%20CXJ: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: KC07%20EZX
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC07%2520EZX%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for KC07%20EZX: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: FP68%20FZG
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP68%2520FZG%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for FP68%20FZG: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: BL06%20FCX
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL06%2520FCX%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for BL06%20FCX: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: LD55%20FYW
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD55%2520FYW%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for LD55%20FYW: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: LL58%20VVO
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VVO%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for LL58%20VVO: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: SV60%20AMX
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV60%2520AMX%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for SV60%20AMX: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: PN10%20DWP
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN10%2520DWP%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for PN10%20DWP: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: WL15%20BPF
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL15%2520BPF%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for WL15%20BPF: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: EY11%20UXN
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY11%2520UXN%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for EY11%20UXN: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: GD21%20VBT
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD21%2520VBT%27 HTTP/1.1" 200 None
2026-03-28 11:18:23 [bca.uk] INFO: Scrape type for GD21%20VBT: 0
2026-03-28 11:18:23 [bca.uk] INFO: Found listing with ID: CN65%20YEE
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN65%2520YEE%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for CN65%20YEE: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: FM15%20ZHT
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM15%2520ZHT%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for FM15%20ZHT: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LG67%20HUV
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520HUV%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LG67%20HUV: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YO73%20RZN
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO73%2520RZN%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YO73%20RZN: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LP65%20LHG
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP65%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LP65%20LHG: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LX11%20SUA
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX11%2520SUA%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LX11%20SUA: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: SV64%20OWW
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520OWW%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for SV64%20OWW: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YP18%20WHT
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520WHT%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YP18%20WHT: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: BT11%20UXB
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT11%2520UXB%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for BT11%20UXB: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: EN10%20NNP
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN10%2520NNP%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for EN10%20NNP: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: ET66%20JVE
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520JVE%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for ET66%20JVE: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: GU13%20LXG
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU13%2520LXG%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for GU13%20LXG: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: GX18%20JXU
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JXU%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for GX18%20JXU: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: GX66%20OWR
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX66%2520OWR%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for GX66%20OWR: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: WN06%20OFM
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN06%2520OFM%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for WN06%20OFM: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YG70%20KXS
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520KXS%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YG70%20KXS: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: GV71%20LHX
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV71%2520LHX%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for GV71%20LHX: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: Y28%20RFC
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y28%2520RFC%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for Y28%20RFC: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: CP19%20EWO
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520EWO%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for CP19%20EWO: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: DP65%20OBN
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OBN%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for DP65%20OBN: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: EU16%20JJF
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520JJF%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for EU16%20JJF: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: RE16%20VYT
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520VYT%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for RE16%20VYT: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: RO16%20TLN
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520TLN%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for RO16%20TLN: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YB71%20XUF
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XUF%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YB71%20XUF: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: EX66%20LNT
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX66%2520LNT%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for EX66%20LNT: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: EY10%20KKF
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY10%2520KKF%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for EY10%20KKF: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: FE61%20YFF
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE61%2520YFF%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for FE61%20YFF: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LG60%20OXF
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520OXF%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LG60%20OXF: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LV15%20ZDR
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV15%2520ZDR%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LV15%20ZDR: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: ML66%20BXZ
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520BXZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for ML66%20BXZ: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: OV62%20LHG
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for OV62%20LHG: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: PO63%20UJX
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520UJX%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for PO63%20UJX: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: RF11%20HFU
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF11%2520HFU%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for RF11%20HFU: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: WG59%20OBT
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG59%2520OBT%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for WG59%20OBT: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YC64%20PKK
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520PKK%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YC64%20PKK: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: AV14%20OKZ
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520OKZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for AV14%20OKZ: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: AX15%20CTE
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520CTE%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for AX15%20CTE: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: BP65%20FSY
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520FSY%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for BP65%20FSY: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: CV09%20UWK
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520UWK%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for CV09%20UWK: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: L18%20AUT
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L18%2520AUT%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for L18%20AUT: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LO20%20BWN
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520BWN%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LO20%20BWN: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: WJ67%20MWD
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520MWD%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for WJ67%20MWD: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: CN18%20KMM
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN18%2520KMM%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for CN18%20KMM: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: BJ07%20HHO
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520HHO%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for BJ07%20HHO: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LD60%20UTH
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD60%2520UTH%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LD60%20UTH: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: NK61%20OCZ
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK61%2520OCZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for NK61%20OCZ: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YL15%20SZR
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL15%2520SZR%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YL15%20SZR: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: LS71%20GBZ
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520GBZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for LS71%20GBZ: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: VX67%20UYY
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520UYY%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for VX67%20UYY: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: AK16%20UHU
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520UHU%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for AK16%20UHU: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: SM70%20ASV
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM70%2520ASV%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for SM70%20ASV: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: YK60%20MHY
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK60%2520MHY%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for YK60%20MHY: 0
2026-03-28 11:18:24 [bca.uk] INFO: Found listing with ID: AD57%20FBK
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD57%2520FBK%27 HTTP/1.1" 200 None
2026-03-28 11:18:24 [bca.uk] INFO: Scrape type for AD57%20FBK: 0
2026-03-28 11:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:18:27 [bca.uk] INFO: Total items found: 100
2026-03-28 11:18:27 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded
2026-03-28 11:18:27 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:18:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:27 [bca.uk] INFO: Found listing with ID: EY05%20ZKF
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY05%2520ZKF%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Scrape type for EY05%20ZKF: 0
2026-03-28 11:18:27 [bca.uk] INFO: Found listing with ID: MW07%20MPU
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW07%2520MPU%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Scrape type for MW07%20MPU: 0
2026-03-28 11:18:27 [bca.uk] INFO: Found listing with ID: SC59%20FTK
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC59%2520FTK%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Scrape type for SC59%20FTK: 0
2026-03-28 11:18:27 [bca.uk] INFO: Found listing with ID: KJ68%20NVO
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ68%2520NVO%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Scrape type for KJ68%20NVO: 2
2026-03-28 11:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO
2026-03-28 11:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca07d899-d475-5fc6-a381-9165c286e2a8 with scrape type 2
2026-03-28 11:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca07d899-d475-5fc6-a381-9165c286e2a8 with scrape type 2
2026-03-28 11:18:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca07d899-d475-5fc6-a381-9165c286e2a8, identifier: KJ68%20NVO
2026-03-28 11:18:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:27 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO
2026-03-28 11:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca07d899-d475-5fc6-a381-9165c286e2a8 with identifier: KJ68%20NVO
2026-03-28 11:18:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ca07d899-d475-5fc6-a381-9165c286e2a8 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ68%20NVO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca07d899-d475-5fc6-a381-9165c286e2a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ68 NVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ68%20NVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 47044,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 GT LINE',
 'vin': 'VF3MCYHZJKS045627',
 'year': 2019}
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ68%2520NVO%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Saving data for KJ68%20NVO: {'auction_closing_time': 1774692000.0, 'created_time': 1774265251.475117, 'last_price_update_time': 1774696707.758044}
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ68%2520NVO') HTTP/1.1" 204 0
2026-03-28 11:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:18:27 [bca.uk] INFO: Found listing with ID: SH67%20DGE
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520DGE%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Scrape type for SH67%20DGE: 0
2026-03-28 11:18:27 [bca.uk] INFO: Found listing with ID: SY69%20OOC
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY69%2520OOC%27 HTTP/1.1" 200 None
2026-03-28 11:18:27 [bca.uk] INFO: Scrape type for SY69%20OOC: 2
2026-03-28 11:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC
2026-03-28 11:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with scrape type 2
2026-03-28 11:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with scrape type 2
2026-03-28 11:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0, identifier: SY69%20OOC
2026-03-28 11:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC
2026-03-28 11:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with identifier: SY69%20OOC
2026-03-28 11:18:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY69%20OOC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4e31b91a-2ac9-51eb-b9ee-cb7a8540ccf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY69 OOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY69%20OOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 70780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ HYBRID 1.6 GDI 1ST EDITION DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 1ST EDITION DCT',
 'vin': 'KMHC851CVLU172969',
 'year': 2019}
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY69%2520OOC%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Saving data for SY69%20OOC: {'auction_closing_time': 1774692000.0, 'created_time': 1774365497.168125, 'last_price_update_time': 1774696708.018891}
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY69%2520OOC') HTTP/1.1" 204 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: RE16%20KKP
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520KKP%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for RE16%20KKP: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: HJ14%20JWC
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520JWC%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for HJ14%20JWC: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: HV17%20XYJ
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520XYJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for HV17%20XYJ: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: RY04%20VNJ
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY04%2520VNJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for RY04%20VNJ: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: ND68%20ZKB
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520ZKB%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for ND68%20ZKB: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: BP67%20JTU
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520JTU%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for BP67%20JTU: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: HN66%20YFT
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN66%2520YFT%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for HN66%20YFT: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: KR65%20FZU
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520FZU%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for KR65%20FZU: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: MA67%20FRR
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA67%2520FRR%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for MA67%20FRR: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YG69%20JVL
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520JVL%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for YG69%20JVL: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YH65%20MFP
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH65%2520MFP%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for YH65%20MFP: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: BD72%20TGN
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520TGN%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for BD72%20TGN: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YP68%20PBU
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520PBU%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for YP68%20PBU: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: FA69%20BYD
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA69%2520BYD%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for FA69%20BYD: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: SP65%20FND
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520FND%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for SP65%20FND: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: WK68%20POF
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520POF%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for WK68%20POF: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YC67%20MGE
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for YC67%20MGE: 2
2026-03-28 11:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE
2026-03-28 11:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with scrape type 2
2026-03-28 11:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with scrape type 2
2026-03-28 11:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59ad52cd-433c-5643-aa6c-bb45aeb83a95, identifier: YC67%20MGE
2026-03-28 11:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE
2026-03-28 11:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE
2026-03-28 11:18:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59ad52cd-433c-5643-aa6c-bb45aeb83a95 with identifier: YC67%20MGE to the API
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC67%20MGE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59ad52cd-433c-5643-aa6c-bb45aeb83a95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC67 MGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC67%20MGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '330E',
 'odometer': 101709,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA8E12070A240032',
 'year': 2017}
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Saving data for YC67%20MGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774339316.027741, 'last_price_update_time': 1774696708.731023}
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520MGE') HTTP/1.1" 204 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: BG19%20LGC
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520LGC%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for BG19%20LGC: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: LL69%20YKC
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520YKC%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for LL69%20YKC: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: SX19%20PDK
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX19%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for SX19%20PDK: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YH19%20RMM
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520RMM%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for YH19%20RMM: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: DX16%20XRN
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520XRN%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for DX16%20XRN: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YM64%20NHH
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520NHH%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for YM64%20NHH: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: HT65%20BUP
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT65%2520BUP%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for HT65%20BUP: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: KH07%20GLF
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KH07%2520GLF%27 HTTP/1.1" 200 None
2026-03-28 11:18:28 [bca.uk] INFO: Scrape type for KH07%20GLF: 0
2026-03-28 11:18:28 [bca.uk] INFO: Found listing with ID: YE13%20NRJ
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE13%2520NRJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for YE13%20NRJ: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: LG18%20RKJ
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520RKJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for LG18%20RKJ: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: LN69%20GWK
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520GWK%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for LN69%20GWK: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: OU20%20ORK
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU20%2520ORK%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for OU20%20ORK: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: WV23%20NVL
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520NVL%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for WV23%20NVL: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: BX70%20NKD
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for BX70%20NKD: 2
2026-03-28 11:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD
2026-03-28 11:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77673bb-09be-55e8-acc7-c6048cbaf43c with scrape type 2
2026-03-28 11:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77673bb-09be-55e8-acc7-c6048cbaf43c with scrape type 2
2026-03-28 11:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a77673bb-09be-55e8-acc7-c6048cbaf43c, identifier: BX70%20NKD
2026-03-28 11:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD
2026-03-28 11:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD
2026-03-28 11:18:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a77673bb-09be-55e8-acc7-c6048cbaf43c with identifier: BX70%20NKD to the API
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX70%20NKD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a77673bb-09be-55e8-acc7-c6048cbaf43c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX70 NKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX70%20NKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 32751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 2.0 D240 AWD S (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 AWD S (5ST)',
 'vin': 'SALEA7AN6L2012080',
 'year': 2021}
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Saving data for BX70%20NKD: {'auction_closing_time': 1774864800.0, 'created_time': 1773834786.635314, 'last_price_update_time': 1774696709.564174}
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX70%2520NKD') HTTP/1.1" 204 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: CA69%20FUW
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA69%2520FUW%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for CA69%20FUW: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: KN21%20OGW
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN21%2520OGW%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for KN21%20OGW: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: VE69%20NGU
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE69%2520NGU%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for VE69%20NGU: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: WV71%20PMY
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520PMY%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for WV71%20PMY: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: DF14%20PXS
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520PXS%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for DF14%20PXS: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: FL64%20MZO
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520MZO%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for FL64%20MZO: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: KXZ%201723
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KXZ%25201723%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for KXZ%201723: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: MK14%20VJA
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK14%2520VJA%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for MK14%20VJA: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: PK17%20ONC
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520ONC%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for PK17%20ONC: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: YB18%20HGA
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520HGA%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for YB18%20HGA: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: EX64%20LWF
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX64%2520LWF%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for EX64%20LWF: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: SP65%20HHN
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520HHN%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for SP65%20HHN: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: HV66%20TAU
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520TAU%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for HV66%20TAU: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: DA61%20ZHF
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA61%2520ZHF%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for DA61%20ZHF: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: EJ02%20SEJ
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ02%2520SEJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for EJ02%20SEJ: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: DE20%20WEW
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE20%2520WEW%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for DE20%20WEW: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: EN59%20JWZ
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN59%2520JWZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for EN59%20JWZ: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: HN18%20UPS
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520UPS%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for HN18%20UPS: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: DS22%20XZZ
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS22%2520XZZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:29 [bca.uk] INFO: Scrape type for DS22%20XZZ: 0
2026-03-28 11:18:29 [bca.uk] INFO: Found listing with ID: MW18%20DTX
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW18%2520DTX%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for MW18%20DTX: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: HF66%20FJO
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF66%2520FJO%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for HF66%20FJO: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: WR21%20LYV
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR21%2520LYV%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for WR21%20LYV: 2
2026-03-28 11:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV
2026-03-28 11:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57d8859d-dc2e-5882-aa65-5c11f9060216 with scrape type 2
2026-03-28 11:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57d8859d-dc2e-5882-aa65-5c11f9060216 with scrape type 2
2026-03-28 11:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57d8859d-dc2e-5882-aa65-5c11f9060216, identifier: WR21%20LYV
2026-03-28 11:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV
2026-03-28 11:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57d8859d-dc2e-5882-aa65-5c11f9060216 with identifier: WR21%20LYV
2026-03-28 11:18:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 57d8859d-dc2e-5882-aa65-5c11f9060216 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR21%20LYV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '57d8859d-dc2e-5882-aa65-5c11f9060216',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR21 LYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR21%20LYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 42262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J007731',
 'year': 2021}
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR21%2520LYV%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Saving data for WR21%20LYV: {'auction_closing_time': 1774692000.0, 'created_time': 1774365187.941418, 'last_price_update_time': 1774696710.173202}
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR21%2520LYV') HTTP/1.1" 204 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: KR71%20GXO
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520GXO%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for KR71%20GXO: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: YX19%20GTF
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520GTF%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for YX19%20GTF: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: LO61%20OVG
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO61%2520OVG%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for LO61%20OVG: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: VU18%20SUV
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU18%2520SUV%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for VU18%20SUV: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: EY18%20FZX
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY18%2520FZX%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for EY18%20FZX: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: LM72%20UJT
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520UJT%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for LM72%20UJT: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: GD67%20NWV
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD67%2520NWV%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for GD67%20NWV: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: SW68%20USX
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520USX%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for SW68%20USX: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: WF22%20JWJ
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF22%2520JWJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for WF22%20JWJ: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: CF70%20HDH
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF70%2520HDH%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for CF70%20HDH: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: CN18%20EWY
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN18%2520EWY%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for CN18%20EWY: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: FH70%20KXK
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520KXK%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for FH70%20KXK: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: KK17%20DSY
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK17%2520DSY%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for KK17%20DSY: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: LP15%20HZY
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520HZY%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for LP15%20HZY: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: DY65%20DFJ
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY65%2520DFJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for DY65%20DFJ: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: FM67%20AZN
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520AZN%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for FM67%20AZN: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: FT68%20LHJ
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT68%2520LHJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for FT68%20LHJ: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: MK66%20DXV
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520DXV%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for MK66%20DXV: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: NL67%20XAE
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL67%2520XAE%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for NL67%20XAE: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: LL08%20OTC
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL08%2520OTC%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for LL08%20OTC: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: DV67%20RXG
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520RXG%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for DV67%20RXG: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: W9%20DGP
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W9%2520DGP%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for W9%20DGP: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: K800%20MAO
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K800%2520MAO%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for K800%20MAO: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: MD71%20DXO
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520DXO%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for MD71%20DXO: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: ND72%20BOU
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520BOU%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for ND72%20BOU: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: EA70%20CJJ
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520CJJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for EA70%20CJJ: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: NV71%20BWY
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV71%2520BWY%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for NV71%20BWY: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: BP69%20LYH
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520LYH%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for BP69%20LYH: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: KU17%20VNL
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520VNL%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for KU17%20VNL: 0
2026-03-28 11:18:30 [bca.uk] INFO: Found listing with ID: AY56%20ZHX
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY56%2520ZHX%27 HTTP/1.1" 200 None
2026-03-28 11:18:30 [bca.uk] INFO: Scrape type for AY56%20ZHX: 2
2026-03-28 11:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6894578b-6ca4-53bd-a792-96c34a9a50a1 with identifier: AY56%20ZHX
2026-03-28 11:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6894578b-6ca4-53bd-a792-96c34a9a50a1 with scrape type 2
2026-03-28 11:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6894578b-6ca4-53bd-a792-96c34a9a50a1 with scrape type 2
2026-03-28 11:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6894578b-6ca4-53bd-a792-96c34a9a50a1, identifier: AY56%20ZHX
2026-03-28 11:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6894578b-6ca4-53bd-a792-96c34a9a50a1 with identifier: AY56%20ZHX
2026-03-28 11:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6894578b-6ca4-53bd-a792-96c34a9a50a1 with identifier: AY56%20ZHX
2026-03-28 11:18:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6894578b-6ca4-53bd-a792-96c34a9a50a1 with identifier: AY56%20ZHX to the API
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY56%20ZHX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6894578b-6ca4-53bd-a792-96c34a9a50a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY56 ZHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY56%20ZHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'B200',
 'odometer': 82733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B200 2.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDD2452332J162821',
 'year': 2006}
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY56%2520ZHX%27 HTTP/1.1" 200 None
2026-03-28 11:18:31 [bca.uk] INFO: Saving data for AY56%20ZHX: {'auction_closing_time': 1774778400.0, 'created_time': 1774609458.198933, 'last_price_update_time': 1774696711.589879}
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY56%2520ZHX') HTTP/1.1" 204 0
2026-03-28 11:18:31 [bca.uk] INFO: Found listing with ID: DE12%20ZYC
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE12%2520ZYC%27 HTTP/1.1" 200 None
2026-03-28 11:18:31 [bca.uk] INFO: Scrape type for DE12%20ZYC: 0
2026-03-28 11:18:31 [bca.uk] INFO: Found listing with ID: EJ65%20ZHT
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520ZHT%27 HTTP/1.1" 200 None
2026-03-28 11:18:31 [bca.uk] INFO: Scrape type for EJ65%20ZHT: 2
2026-03-28 11:18:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be26dbcc-e59d-5503-a28d-9ac0eaf0cc51 with identifier: EJ65%20ZHT
2026-03-28 11:18:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be26dbcc-e59d-5503-a28d-9ac0eaf0cc51 with scrape type 2
2026-03-28 11:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be26dbcc-e59d-5503-a28d-9ac0eaf0cc51 with scrape type 2
2026-03-28 11:18:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be26dbcc-e59d-5503-a28d-9ac0eaf0cc51, identifier: EJ65%20ZHT
2026-03-28 11:18:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be26dbcc-e59d-5503-a28d-9ac0eaf0cc51 with identifier: EJ65%20ZHT
2026-03-28 11:18:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be26dbcc-e59d-5503-a28d-9ac0eaf0cc51 with identifier: EJ65%20ZHT
2026-03-28 11:18:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be26dbcc-e59d-5503-a28d-9ac0eaf0cc51 with identifier: EJ65%20ZHT to the API
2026-03-28 11:18:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ65%20ZHT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be26dbcc-e59d-5503-a28d-9ac0eaf0cc51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ65 ZHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ65%20ZHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500X',
 'odometer': 74396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT 500X 1.4 M/AIR 140 POP STAR Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 POP STAR',
 'vin': 'ZFA3340000P429002',
 'year': 2016}
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520ZHT%27 HTTP/1.1" 200 None
2026-03-28 11:18:32 [bca.uk] INFO: Saving data for EJ65%20ZHT: {'auction_closing_time': 1774778400.0, 'created_time': 1773821147.1415, 'last_price_update_time': 1774696712.238263}
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ65%2520ZHT') HTTP/1.1" 204 0
2026-03-28 11:18:32 [bca.uk] INFO: Found listing with ID: EN51%20CXW
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN51%2520CXW%27 HTTP/1.1" 200 None
2026-03-28 11:18:32 [bca.uk] INFO: Scrape type for EN51%20CXW: 2
2026-03-28 11:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb411760-39b4-5a2f-8266-66c0fb91312c with identifier: EN51%20CXW
2026-03-28 11:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb411760-39b4-5a2f-8266-66c0fb91312c with scrape type 2
2026-03-28 11:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb411760-39b4-5a2f-8266-66c0fb91312c with scrape type 2
2026-03-28 11:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb411760-39b4-5a2f-8266-66c0fb91312c, identifier: EN51%20CXW
2026-03-28 11:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb411760-39b4-5a2f-8266-66c0fb91312c with identifier: EN51%20CXW
2026-03-28 11:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb411760-39b4-5a2f-8266-66c0fb91312c with identifier: EN51%20CXW
2026-03-28 11:18:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb411760-39b4-5a2f-8266-66c0fb91312c with identifier: EN51%20CXW to the API
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN51%20CXW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb411760-39b4-5a2f-8266-66c0fb91312c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN51 CXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN51%20CXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 135976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2001-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.6 AUTHENTIQUE 16V MPV',
 'transmission': 'manual',
 'trim': 'AUTHENTIQUE 16V',
 'vin': 'VF1JA0B0525932648',
 'year': 2001}
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN51%2520CXW%27 HTTP/1.1" 200 None
2026-03-28 11:18:32 [bca.uk] INFO: Saving data for EN51%20CXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774609474.865673, 'last_price_update_time': 1774696712.786741}
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN51%2520CXW') HTTP/1.1" 204 0
2026-03-28 11:18:32 [bca.uk] INFO: Found listing with ID: KM60%20FRZ
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520FRZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:32 [bca.uk] INFO: Scrape type for KM60%20FRZ: 2
2026-03-28 11:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46e3efb8-9e29-5a67-9c69-ba1ec19136db with identifier: KM60%20FRZ
2026-03-28 11:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46e3efb8-9e29-5a67-9c69-ba1ec19136db with scrape type 2
2026-03-28 11:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46e3efb8-9e29-5a67-9c69-ba1ec19136db with scrape type 2
2026-03-28 11:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46e3efb8-9e29-5a67-9c69-ba1ec19136db, identifier: KM60%20FRZ
2026-03-28 11:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46e3efb8-9e29-5a67-9c69-ba1ec19136db with identifier: KM60%20FRZ
2026-03-28 11:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46e3efb8-9e29-5a67-9c69-ba1ec19136db with identifier: KM60%20FRZ
2026-03-28 11:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46e3efb8-9e29-5a67-9c69-ba1ec19136db with identifier: KM60%20FRZ to the API
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM60%20FRZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '46e3efb8-9e29-5a67-9c69-ba1ec19136db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM60 FRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM60%20FRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 68477,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 THP 150 EXCLUSIVE MPV',
 'transmission': 'manual',
 'trim': 'THP 150 EXCLUSIVE',
 'vin': 'VF30U5FV8AS292315',
 'year': 2010}
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520FRZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:33 [bca.uk] INFO: Saving data for KM60%20FRZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774610214.485346, 'last_price_update_time': 1774696713.201318}
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM60%2520FRZ') HTTP/1.1" 204 0
2026-03-28 11:18:33 [bca.uk] INFO: Found listing with ID: LD12%20PVY
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD12%2520PVY%27 HTTP/1.1" 200 None
2026-03-28 11:18:33 [bca.uk] INFO: Scrape type for LD12%20PVY: 2
2026-03-28 11:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 794fadd9-6d02-5262-80cd-f485f37736ac with identifier: LD12%20PVY
2026-03-28 11:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 794fadd9-6d02-5262-80cd-f485f37736ac with scrape type 2
2026-03-28 11:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 794fadd9-6d02-5262-80cd-f485f37736ac with scrape type 2
2026-03-28 11:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 794fadd9-6d02-5262-80cd-f485f37736ac, identifier: LD12%20PVY
2026-03-28 11:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 794fadd9-6d02-5262-80cd-f485f37736ac with identifier: LD12%20PVY
2026-03-28 11:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 794fadd9-6d02-5262-80cd-f485f37736ac with identifier: LD12%20PVY
2026-03-28 11:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 794fadd9-6d02-5262-80cd-f485f37736ac with identifier: LD12%20PVY to the API
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD12%20PVY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '794fadd9-6d02-5262-80cd-f485f37736ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD12 PVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD12%20PVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 87792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.2 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNADN511LC6717060',
 'year': 2012}
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD12%2520PVY%27 HTTP/1.1" 200 None
2026-03-28 11:18:33 [bca.uk] INFO: Saving data for LD12%20PVY: {'auction_closing_time': 1774778400.0, 'created_time': 1773908338.842633, 'last_price_update_time': 1774696713.616973}
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD12%2520PVY') HTTP/1.1" 204 0
2026-03-28 11:18:33 [bca.uk] INFO: Found listing with ID: LN60%20XUF
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520XUF%27 HTTP/1.1" 200 None
2026-03-28 11:18:33 [bca.uk] INFO: Scrape type for LN60%20XUF: 2
2026-03-28 11:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ba0a09-e01d-5c71-851c-02433733a913 with identifier: LN60%20XUF
2026-03-28 11:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ba0a09-e01d-5c71-851c-02433733a913 with scrape type 2
2026-03-28 11:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1ba0a09-e01d-5c71-851c-02433733a913 with scrape type 2
2026-03-28 11:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1ba0a09-e01d-5c71-851c-02433733a913, identifier: LN60%20XUF
2026-03-28 11:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1ba0a09-e01d-5c71-851c-02433733a913 with identifier: LN60%20XUF
2026-03-28 11:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1ba0a09-e01d-5c71-851c-02433733a913 with identifier: LN60%20XUF
2026-03-28 11:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1ba0a09-e01d-5c71-851c-02433733a913 with identifier: LN60%20XUF to the API
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN60%20XUF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1ba0a09-e01d-5c71-851c-02433733a913',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN60 XUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN60%20XUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 129925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 SE DSG',
 'vin': 'WVWZZZ1KZBW036819',
 'year': 2010}
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520XUF%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Saving data for LN60%20XUF: {'auction_closing_time': 1774778400.0, 'created_time': 1774610190.379528, 'last_price_update_time': 1774696714.024189}
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN60%2520XUF') HTTP/1.1" 204 0
2026-03-28 11:18:34 [bca.uk] INFO: Found listing with ID: LX59%20XDL
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX59%2520XDL%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Scrape type for LX59%20XDL: 2
2026-03-28 11:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 118443fa-313b-5b6d-b522-d041568aad9f with identifier: LX59%20XDL
2026-03-28 11:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 118443fa-313b-5b6d-b522-d041568aad9f with scrape type 2
2026-03-28 11:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 118443fa-313b-5b6d-b522-d041568aad9f with scrape type 2
2026-03-28 11:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 118443fa-313b-5b6d-b522-d041568aad9f, identifier: LX59%20XDL
2026-03-28 11:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 118443fa-313b-5b6d-b522-d041568aad9f with identifier: LX59%20XDL
2026-03-28 11:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 118443fa-313b-5b6d-b522-d041568aad9f with identifier: LX59%20XDL
2026-03-28 11:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 118443fa-313b-5b6d-b522-d041568aad9f with identifier: LX59%20XDL to the API
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX59%20XDL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '118443fa-313b-5b6d-b522-d041568aad9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX59 XDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX59%20XDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 80637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.6 K B/E SE Saloon',
 'transmission': 'manual',
 'trim': 'K B/E SE',
 'vin': 'WDD2040452A301791',
 'year': 2009}
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX59%2520XDL%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Saving data for LX59%20XDL: {'auction_closing_time': 1774778400.0, 'created_time': 1774610298.841909, 'last_price_update_time': 1774696714.460263}
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX59%2520XDL') HTTP/1.1" 204 0
2026-03-28 11:18:34 [bca.uk] INFO: Found listing with ID: NG55%20UAC
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG55%2520UAC%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Scrape type for NG55%20UAC: 2
2026-03-28 11:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b20e90bd-5399-5da2-8ee3-263f5623295e with identifier: NG55%20UAC
2026-03-28 11:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b20e90bd-5399-5da2-8ee3-263f5623295e with scrape type 2
2026-03-28 11:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b20e90bd-5399-5da2-8ee3-263f5623295e with scrape type 2
2026-03-28 11:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b20e90bd-5399-5da2-8ee3-263f5623295e, identifier: NG55%20UAC
2026-03-28 11:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b20e90bd-5399-5da2-8ee3-263f5623295e with identifier: NG55%20UAC
2026-03-28 11:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b20e90bd-5399-5da2-8ee3-263f5623295e with identifier: NG55%20UAC
2026-03-28 11:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b20e90bd-5399-5da2-8ee3-263f5623295e with identifier: NG55%20UAC to the API
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG55%20UAC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b20e90bd-5399-5da2-8ee3-263f5623295e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG55 UAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG55%20UAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SUZUKI',
 'model': 'JIMNY',
 'odometer': 100221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'SUZUKI JIMNY 1.3 VVT JLX Estate',
 'transmission': 'manual',
 'trim': 'VVT JLX',
 'vin': 'JSAFJB43V00208238',
 'year': 2005}
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG55%2520UAC%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Saving data for NG55%20UAC: {'auction_closing_time': 1774778400.0, 'created_time': 1773821158.581666, 'last_price_update_time': 1774696714.90193}
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG55%2520UAC') HTTP/1.1" 204 0
2026-03-28 11:18:34 [bca.uk] INFO: Found listing with ID: SP64%20YVD
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP64%2520YVD%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Scrape type for SP64%20YVD: 0
2026-03-28 11:18:34 [bca.uk] INFO: Found listing with ID: SV66%20XMB
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV66%2520XMB%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Scrape type for SV66%20XMB: 0
2026-03-28 11:18:34 [bca.uk] INFO: Found listing with ID: YG64%20HJK
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG64%2520HJK%27 HTTP/1.1" 200 None
2026-03-28 11:18:34 [bca.uk] INFO: Scrape type for YG64%20HJK: 0
2026-03-28 11:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:18:37 [bca.uk] INFO: Total items found: 100
2026-03-28 11:18:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded
2026-03-28 11:18:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:18:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: YK62%20NWE
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK62%2520NWE%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for YK62%20NWE: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: RO69%20LWJ
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520LWJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for RO69%20LWJ: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: WN20%20RYJ
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RYJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for WN20%20RYJ: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: CP19%20UCT
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520UCT%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for CP19%20UCT: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: U12G66171
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12G66171%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for U12G66171: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: VK59%20DWL
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK59%2520DWL%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for VK59%20DWL: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: CJ17%20ZBC
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ17%2520ZBC%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for CJ17%20ZBC: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: WN66%20CVC
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520CVC%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for WN66%20CVC: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: RA66%20VMC
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520VMC%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for RA66%20VMC: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: EX58%20KFL
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX58%2520KFL%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for EX58%20KFL: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: SY65%20XGP
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY65%2520XGP%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for SY65%20XGP: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: SK68%20SZR
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK68%2520SZR%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for SK68%20SZR: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: MA63%20MXY
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA63%2520MXY%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for MA63%20MXY: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: PE57%20ARF
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE57%2520ARF%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for PE57%20ARF: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: SC66%20MVE
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520MVE%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for SC66%20MVE: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: VU62%20UVA
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU62%2520UVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for VU62%20UVA: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: BV63%20MWY
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV63%2520MWY%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for BV63%20MWY: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: DS65%20LGA
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520LGA%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for DS65%20LGA: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: MT67%20OED
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520OED%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for MT67%20OED: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: WG14%20ZHX
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520ZHX%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for WG14%20ZHX: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: AK69%20XFF
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520XFF%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for AK69%20XFF: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: FL69%20KFD
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520KFD%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for FL69%20KFD: 0
2026-03-28 11:18:37 [bca.uk] INFO: Found listing with ID: LS18%20NWU
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520NWU%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Scrape type for LS18%20NWU: 2
2026-03-28 11:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU
2026-03-28 11:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68b3108f-7031-5640-9938-461cf0607f34 with scrape type 2
2026-03-28 11:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68b3108f-7031-5640-9938-461cf0607f34 with scrape type 2
2026-03-28 11:18:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68b3108f-7031-5640-9938-461cf0607f34, identifier: LS18%20NWU
2026-03-28 11:18:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU
2026-03-28 11:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68b3108f-7031-5640-9938-461cf0607f34 with identifier: LS18%20NWU
2026-03-28 11:18:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 68b3108f-7031-5640-9938-461cf0607f34 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS18%20NWU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68b3108f-7031-5640-9938-461cf0607f34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS18 NWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS18%20NWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 85365,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.1 AMG LINE DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1173032N625331',
 'year': 2018}
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520NWU%27 HTTP/1.1" 200 None
2026-03-28 11:18:37 [bca.uk] INFO: Saving data for LS18%20NWU: {'auction_closing_time': 1774692000.0, 'created_time': 1774304616.526386, 'last_price_update_time': 1774696717.997915}
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS18%2520NWU') HTTP/1.1" 204 0
2026-03-28 11:18:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: OE18%20HGY
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520HGY%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for OE18%20HGY: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BT67%20SNX
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520SNX%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BT67%20SNX: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: NJ16%20XPX
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520XPX%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for NJ16%20XPX: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: KU69%20VRR
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520VRR%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for KU69%20VRR: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: YD11%20CFK
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520CFK%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for YD11%20CFK: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: NU65%20LDY
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520LDY%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for NU65%20LDY: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: RK71%20CHV
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520CHV%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for RK71%20CHV: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BU15%20WPP
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520WPP%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BU15%20WPP: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: WA06%20XCM
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA06%2520XCM%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for WA06%20XCM: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: ET19%20TUO
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520TUO%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for ET19%20TUO: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: KS73%20BWH
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520BWH%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for KS73%20BWH: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: LK65%20OOF
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520OOF%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for LK65%20OOF: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: RK20%20KSJ
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK20%2520KSJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for RK20%20KSJ: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: VE14%20BDV
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520BDV%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for VE14%20BDV: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: VK18%20ERU
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520ERU%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for VK18%20ERU: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: VN69%20VZU
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN69%2520VZU%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for VN69%20VZU: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: VX73%20HHM
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520HHM%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for VX73%20HHM: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: AA57%20TEC
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA57%2520TEC%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for AA57%20TEC: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: AO69%20GHX
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520GHX%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for AO69%20GHX: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BC19%20XPT
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC19%2520XPT%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BC19%20XPT: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BL74%20LVO
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520LVO%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BL74%20LVO: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BN69%20HNH
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HNH%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BN69%20HNH: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BW19%20VEU
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520VEU%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BW19%20VEU: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: LN72%20VDO
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN72%2520VDO%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for LN72%20VDO: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: WM22%20LHF
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM22%2520LHF%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for WM22%20LHF: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: WR73%20NUW
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUW%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for WR73%20NUW: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: AP64%20FXF
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP64%2520FXF%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for AP64%20FXF: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BG23%20XZB
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520XZB%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BG23%20XZB: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: KE23%20WFX
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520WFX%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for KE23%20WFX: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: NL72%20JYY
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520JYY%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for NL72%20JYY: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: WM23%20RXO
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520RXO%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for WM23%20RXO: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: SXZ%201629
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SXZ%25201629%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for SXZ%201629: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: MX68%20WWL
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WWL%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for MX68%20WWL: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: RE72%20XTG
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520XTG%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for RE72%20XTG: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: YS18%20YUH
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520YUH%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for YS18%20YUH: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: CP69%20EJK
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP69%2520EJK%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for CP69%20EJK: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: LC71%20GGJ
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520GGJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for LC71%20GGJ: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: MM66%20LYO
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520LYO%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for MM66%20LYO: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: EO22%20OJN
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520OJN%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for EO22%20OJN: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: YV19%20XTZ
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520XTZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for YV19%20XTZ: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: GF21%20HVA
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520HVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for GF21%20HVA: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: KS69%20FVZ
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520FVZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for KS69%20FVZ: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: EK19%20ZNY
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520ZNY%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for EK19%20ZNY: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: PK17%20ZCJ
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for PK17%20ZCJ: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: OY59%20MPE
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520MPE%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for OY59%20MPE: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: LN17%20CKV
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN17%2520CKV%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for LN17%20CKV: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: BU64%20HFZ
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520HFZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for BU64%20HFZ: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: HG60%20MOU
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520MOU%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for HG60%20MOU: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: OE63%20PXW
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE63%2520PXW%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for OE63%20PXW: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: OV13%20BCY
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV13%2520BCY%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for OV13%20BCY: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: GM15%20GRU
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM15%2520GRU%27 HTTP/1.1" 200 None
2026-03-28 11:18:38 [bca.uk] INFO: Scrape type for GM15%20GRU: 0
2026-03-28 11:18:38 [bca.uk] INFO: Found listing with ID: DP67%20BZC
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520BZC%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for DP67%20BZC: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: BK07%20NXY
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK07%2520NXY%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for BK07%20NXY: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: PE10%20VPC
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520VPC%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for PE10%20VPC: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: SD14%20YZT
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520YZT%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for SD14%20YZT: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: BU13%20DJV
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU13%2520DJV%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for BU13%20DJV: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: PE09%20KEU
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE09%2520KEU%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for PE09%20KEU: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: GF08%20ZSU
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF08%2520ZSU%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for GF08%20ZSU: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: GL10%20CJJ
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL10%2520CJJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for GL10%20CJJ: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: TJZ%206298
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TJZ%25206298%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for TJZ%206298: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: VO08%20FPC
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO08%2520FPC%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for VO08%20FPC: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: WU10%20OFY
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU10%2520OFY%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for WU10%20OFY: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: WV08%20HGF
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV08%2520HGF%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for WV08%20HGF: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: KY65%20OFL
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520OFL%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for KY65%20OFL: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: LV16%20UBM
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520UBM%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for LV16%20UBM: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: C5%20SGG
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C5%2520SGG%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for C5%20SGG: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: BN57%20TPO
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520TPO%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for BN57%20TPO: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: KL08%20MZN
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL08%2520MZN%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for KL08%20MZN: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: YF10%20WHJ
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520WHJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for YF10%20WHJ: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: SG10%20DVX
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520DVX%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for SG10%20DVX: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: PL16%20LGZ
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL16%2520LGZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for PL16%20LGZ: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: SW65%20EYA
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW65%2520EYA%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for SW65%20EYA: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: SD71%20ENU
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520ENU%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for SD71%20ENU: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: WV67%20WXA
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WXA%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for WV67%20WXA: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: LB71%20URJ
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520URJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for LB71%20URJ: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: LS59%20VCZ
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS59%2520VCZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for LS59%20VCZ: 0
2026-03-28 11:18:39 [bca.uk] INFO: Found listing with ID: LT03%20LHB
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT03%2520LHB%27 HTTP/1.1" 200 None
2026-03-28 11:18:39 [bca.uk] INFO: Scrape type for LT03%20LHB: 0
2026-03-28 11:18:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:18:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:18:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded
2026-03-28 11:18:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:18:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CE57%20YUK
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE57%2520YUK%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CE57%20YUK: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: EO17%20HFL
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520HFL%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for EO17%20HFL: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: WU13%20NKG
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU13%2520NKG%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for WU13%20NKG: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: YG16%20XGE
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520XGE%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for YG16%20XGE: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: SY22%20UHR
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY22%2520UHR%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for SY22%20UHR: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CU71%20VTC
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520VTC%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CU71%20VTC: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: ST72%20OPY
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for ST72%20OPY: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: ST72%20TKU
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520TKU%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for ST72%20TKU: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: SP71%20OVW
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP71%2520OVW%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for SP71%20OVW: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: SV60%20OAD
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV60%2520OAD%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for SV60%20OAD: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GUE
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GUE%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GUE: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: MJ24%20OAZ
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520OAZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for MJ24%20OAZ: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: MW74%20XBU
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520XBU%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for MW74%20XBU: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: VN74%20DFP
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520DFP%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for VN74%20DFP: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: YD24%20VSV
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520VSV%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for YD24%20VSV: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BP23%20OWA
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BP23%20OWA: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BT23%20KGO
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KGO%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BT23%20KGO: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BT73%20VNY
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520VNY%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BT73%20VNY: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GAO
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAO%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GAO: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GBV
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GBV%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GBV: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GDO
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDO%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GDO: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GKU
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GKU%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GKU: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GRZ
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GRZ: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CF74%20GSV
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GSV%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CF74%20GSV: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BF71%20EFD
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF71%2520EFD%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BF71%20EFD: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: CK11%20THG
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520THG%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for CK11%20THG: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: HY11%20ZDK
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY11%2520ZDK%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for HY11%20ZDK: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BK12%20HXD
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520HXD%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BK12%20HXD: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BK60%20WFP
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK60%2520WFP%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BK60%20WFP: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: BX63%20YWP
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520YWP%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for BX63%20YWP: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: DV74%20EKY
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520EKY%27 HTTP/1.1" 200 None
2026-03-28 11:18:48 [bca.uk] INFO: Scrape type for DV74%20EKY: 0
2026-03-28 11:18:48 [bca.uk] INFO: Found listing with ID: DF59%20CZD
2026-03-28 11:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF59%2520CZD%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for DF59%20CZD: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: KS10%20KFX
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS10%2520KFX%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for KS10%20KFX: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: KN74%20WBP
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN74%2520WBP%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for KN74%20WBP: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: LN69%20HJX
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520HJX%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for LN69%20HJX: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: AY68%20HZF
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY68%2520HZF%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for AY68%20HZF: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: BT08%20EOH
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT08%2520EOH%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for BT08%20EOH: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: HV07%20WMM
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV07%2520WMM%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for HV07%20WMM: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: MJ10%20UYY
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ10%2520UYY%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for MJ10%20UYY: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: WN09%20OOH
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN09%2520OOH%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for WN09%20OOH: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: AP57%20SWX
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP57%2520SWX%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for AP57%20SWX: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: GN19%20XSV
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520XSV%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for GN19%20XSV: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: EO08%20KCE
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO08%2520KCE%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for EO08%20KCE: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: LR17%20YKD
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR17%2520YKD%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for LR17%20YKD: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: MW23%20LPL
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LPL%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for MW23%20LPL: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: MW23%20YLS
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520YLS%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for MW23%20YLS: 0
2026-03-28 11:18:49 [bca.uk] INFO: Found listing with ID: MD73%20YHH
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YHH%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Scrape type for MD73%20YHH: 2
2026-03-28 11:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77bf95b9-8a37-5c78-b246-a4f942978e9e with identifier: MD73%20YHH
2026-03-28 11:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77bf95b9-8a37-5c78-b246-a4f942978e9e with scrape type 2
2026-03-28 11:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77bf95b9-8a37-5c78-b246-a4f942978e9e with scrape type 2
2026-03-28 11:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77bf95b9-8a37-5c78-b246-a4f942978e9e, identifier: MD73%20YHH
2026-03-28 11:18:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77bf95b9-8a37-5c78-b246-a4f942978e9e with identifier: MD73%20YHH
2026-03-28 11:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77bf95b9-8a37-5c78-b246-a4f942978e9e with identifier: MD73%20YHH
2026-03-28 11:18:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77bf95b9-8a37-5c78-b246-a4f942978e9e with identifier: MD73%20YHH to the API
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD73%20YHH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '77bf95b9-8a37-5c78-b246-a4f942978e9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD73 YHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD73%20YHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'E-C4 X',
 'odometer': 32321,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN E-C4 X 100KW 50KWH SHINE PLUS Saloon',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SHINE PLUS',
 'vin': 'VR7BFZKXCPE015554',
 'year': 2023}
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YHH%27 HTTP/1.1" 200 None
2026-03-28 11:18:49 [bca.uk] INFO: Saving data for MD73%20YHH: {'auction_closing_time': 1775124000.0, 'created_time': 1773835027.79601, 'last_price_update_time': 1774696729.967133}
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD73%2520YHH') HTTP/1.1" 204 0
2026-03-28 11:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: AJ17%20AZT
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for AJ17%20AZT: 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: BN69%20VGV
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520VGV%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for BN69%20VGV: 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: SM59%20FAJ
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM59%2520FAJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for SM59%20FAJ: 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: YY16%20BSX
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY16%2520BSX%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for YY16%20BSX: 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: SH13%20CDZ
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH13%2520CDZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for SH13%20CDZ: 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: CF74%20GDE
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDE%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for CF74%20GDE: 2
2026-03-28 11:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cb90704-62b2-5880-8662-09f271876233 with identifier: CF74%20GDE
2026-03-28 11:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cb90704-62b2-5880-8662-09f271876233 with scrape type 2
2026-03-28 11:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cb90704-62b2-5880-8662-09f271876233 with scrape type 2
2026-03-28 11:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cb90704-62b2-5880-8662-09f271876233, identifier: CF74%20GDE
2026-03-28 11:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cb90704-62b2-5880-8662-09f271876233 with identifier: CF74%20GDE
2026-03-28 11:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cb90704-62b2-5880-8662-09f271876233 with identifier: CF74%20GDE
2026-03-28 11:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cb90704-62b2-5880-8662-09f271876233 with identifier: CF74%20GDE to the API
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20GDE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0cb90704-62b2-5880-8662-09f271876233',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 GDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20GDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 7371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 MAX EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 MAX EAT6',
 'vin': 'VF7SXHNPYRT121372',
 'year': 2024}
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDE%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Saving data for CF74%20GDE: {'auction_closing_time': 1775124000.0, 'created_time': 1773933724.997727, 'last_price_update_time': 1774696730.610509}
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520GDE') HTTP/1.1" 204 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: CF74%20GHO
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GHO%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for CF74%20GHO: 0
2026-03-28 11:18:50 [bca.uk] INFO: Found listing with ID: CF74%20GPU
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GPU%27 HTTP/1.1" 200 None
2026-03-28 11:18:50 [bca.uk] INFO: Scrape type for CF74%20GPU: 2
2026-03-28 11:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9336836a-9760-579b-9b52-2cb450e9e750 with identifier: CF74%20GPU
2026-03-28 11:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9336836a-9760-579b-9b52-2cb450e9e750 with scrape type 2
2026-03-28 11:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9336836a-9760-579b-9b52-2cb450e9e750 with scrape type 2
2026-03-28 11:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9336836a-9760-579b-9b52-2cb450e9e750, identifier: CF74%20GPU
2026-03-28 11:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9336836a-9760-579b-9b52-2cb450e9e750 with identifier: CF74%20GPU
2026-03-28 11:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9336836a-9760-579b-9b52-2cb450e9e750 with identifier: CF74%20GPU
2026-03-28 11:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9336836a-9760-579b-9b52-2cb450e9e750 with identifier: CF74%20GPU to the API
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20GPU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9336836a-9760-579b-9b52-2cb450e9e750',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 GPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20GPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 5806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 MAX EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 MAX EAT6',
 'vin': 'VF7SXHNPYRT109377',
 'year': 2024}
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GPU%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Saving data for CF74%20GPU: {'auction_closing_time': 1775124000.0, 'created_time': 1773933732.471334, 'last_price_update_time': 1774696731.076148}
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520GPU') HTTP/1.1" 204 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: VN74%20CYX
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CYX%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for VN74%20CYX: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: VN74%20CZB
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CZB%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for VN74%20CZB: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: CF74%20GDA
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDA%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for CF74%20GDA: 2
2026-03-28 11:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d30cb5cb-2c41-5d27-9a71-690eed971e73 with identifier: CF74%20GDA
2026-03-28 11:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d30cb5cb-2c41-5d27-9a71-690eed971e73 with scrape type 2
2026-03-28 11:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d30cb5cb-2c41-5d27-9a71-690eed971e73 with scrape type 2
2026-03-28 11:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d30cb5cb-2c41-5d27-9a71-690eed971e73, identifier: CF74%20GDA
2026-03-28 11:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d30cb5cb-2c41-5d27-9a71-690eed971e73 with identifier: CF74%20GDA
2026-03-28 11:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d30cb5cb-2c41-5d27-9a71-690eed971e73 with identifier: CF74%20GDA
2026-03-28 11:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d30cb5cb-2c41-5d27-9a71-690eed971e73 with identifier: CF74%20GDA to the API
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20GDA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd30cb5cb-2c41-5d27-9a71-690eed971e73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 GDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20GDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 6291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 MAX EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 MAX EAT6',
 'vin': 'VF7SXHNPYRT121367',
 'year': 2024}
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDA%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Saving data for CF74%20GDA: {'auction_closing_time': 1775124000.0, 'created_time': 1773933760.932335, 'last_price_update_time': 1774696731.586865}
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520GDA') HTTP/1.1" 204 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: HT74%20YXJ
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT74%2520YXJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for HT74%20YXJ: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: GN19%20NKM
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for GN19%20NKM: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: YH54%20AZD
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH54%2520AZD%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for YH54%20AZD: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: RK16%20WKP
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK16%2520WKP%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for RK16%20WKP: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: CX68%20KPN
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX68%2520KPN%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for CX68%20KPN: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: LR14%20AZB
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520AZB%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for LR14%20AZB: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: PX07%20OTF
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX07%2520OTF%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for PX07%20OTF: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: AF12%20TYO
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF12%2520TYO%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for AF12%20TYO: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: CE21%20AVV
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AVV%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for CE21%20AVV: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: DY05%20YXW
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY05%2520YXW%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for DY05%20YXW: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: YD18%20RTL
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520RTL%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for YD18%20RTL: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: LA69%20SXH
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520SXH%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for LA69%20SXH: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: DY14%20ZVW
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520ZVW%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for DY14%20ZVW: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: LU19%20BRX
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LU19%2520BRX%27 HTTP/1.1" 200 None
2026-03-28 11:18:51 [bca.uk] INFO: Scrape type for LU19%20BRX: 0
2026-03-28 11:18:51 [bca.uk] INFO: Found listing with ID: LB72%20BZL
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520BZL%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Scrape type for LB72%20BZL: 2
2026-03-28 11:18:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e2c6d1f-4e02-55cf-9563-38ba03839ab1 with identifier: LB72%20BZL
2026-03-28 11:18:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e2c6d1f-4e02-55cf-9563-38ba03839ab1 with scrape type 2
2026-03-28 11:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e2c6d1f-4e02-55cf-9563-38ba03839ab1 with scrape type 2
2026-03-28 11:18:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e2c6d1f-4e02-55cf-9563-38ba03839ab1, identifier: LB72%20BZL
2026-03-28 11:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e2c6d1f-4e02-55cf-9563-38ba03839ab1 with identifier: LB72%20BZL
2026-03-28 11:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e2c6d1f-4e02-55cf-9563-38ba03839ab1 with identifier: LB72%20BZL
2026-03-28 11:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e2c6d1f-4e02-55cf-9563-38ba03839ab1 with identifier: LB72%20BZL to the API
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB72%20BZL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4e2c6d1f-4e02-55cf-9563-38ba03839ab1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB72 BZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB72%20BZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 22175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 83 SENSE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 83 SENSE',
 'vin': 'VF7SXHMRVNT631777',
 'year': 2022}
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520BZL%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Saving data for LB72%20BZL: {'auction_closing_time': 1775124000.0, 'created_time': 1773933166.45852, 'last_price_update_time': 1774696732.455668}
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB72%2520BZL') HTTP/1.1" 204 0
2026-03-28 11:18:52 [bca.uk] INFO: Found listing with ID: ST14%20VDX
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST14%2520VDX%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Scrape type for ST14%20VDX: 0
2026-03-28 11:18:52 [bca.uk] INFO: Found listing with ID: HD10%20USZ
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD10%2520USZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Scrape type for HD10%20USZ: 0
2026-03-28 11:18:52 [bca.uk] INFO: Found listing with ID: NJ20%20YJF
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ20%2520YJF%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Scrape type for NJ20%20YJF: 0
2026-03-28 11:18:52 [bca.uk] INFO: Found listing with ID: ME73%20BHO
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520BHO%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Scrape type for ME73%20BHO: 0
2026-03-28 11:18:52 [bca.uk] INFO: Found listing with ID: VN74%20CZA
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CZA%27 HTTP/1.1" 200 None
2026-03-28 11:18:52 [bca.uk] INFO: Scrape type for VN74%20CZA: 2
2026-03-28 11:18:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77fc1bac-3385-552a-b975-b16190515269 with identifier: VN74%20CZA
2026-03-28 11:18:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77fc1bac-3385-552a-b975-b16190515269 with scrape type 2
2026-03-28 11:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77fc1bac-3385-552a-b975-b16190515269 with scrape type 2
2026-03-28 11:18:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77fc1bac-3385-552a-b975-b16190515269, identifier: VN74%20CZA
2026-03-28 11:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77fc1bac-3385-552a-b975-b16190515269 with identifier: VN74%20CZA
2026-03-28 11:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77fc1bac-3385-552a-b975-b16190515269 with identifier: VN74%20CZA
2026-03-28 11:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77fc1bac-3385-552a-b975-b16190515269 with identifier: VN74%20CZA to the API
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN74%20CZA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77fc1bac-3385-552a-b975-b16190515269',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN74 CZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN74%20CZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 5591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 MAX EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 MAX EAT6',
 'vin': 'VF7SXHNPYRT119272',
 'year': 2024}
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CZA%27 HTTP/1.1" 200 None
2026-03-28 11:18:53 [bca.uk] INFO: Saving data for VN74%20CZA: {'auction_closing_time': 1775124000.0, 'created_time': 1774004601.872214, 'last_price_update_time': 1774696733.071718}
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN74%2520CZA') HTTP/1.1" 204 0
2026-03-28 11:18:53 [bca.uk] INFO: Found listing with ID: VN74%20DFZ
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520DFZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:53 [bca.uk] INFO: Scrape type for VN74%20DFZ: 2
2026-03-28 11:18:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 577a6987-828c-530b-b91e-27f93bc70cd3 with identifier: VN74%20DFZ
2026-03-28 11:18:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 577a6987-828c-530b-b91e-27f93bc70cd3 with scrape type 2
2026-03-28 11:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 577a6987-828c-530b-b91e-27f93bc70cd3 with scrape type 2
2026-03-28 11:18:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 577a6987-828c-530b-b91e-27f93bc70cd3, identifier: VN74%20DFZ
2026-03-28 11:18:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 577a6987-828c-530b-b91e-27f93bc70cd3 with identifier: VN74%20DFZ
2026-03-28 11:18:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 577a6987-828c-530b-b91e-27f93bc70cd3 with identifier: VN74%20DFZ
2026-03-28 11:18:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 577a6987-828c-530b-b91e-27f93bc70cd3 with identifier: VN74%20DFZ to the API
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN74%20DFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '577a6987-828c-530b-b91e-27f93bc70cd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN74 DFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN74%20DFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 7346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 MAX EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 MAX EAT6',
 'vin': 'VF7SXHNPYRT120959',
 'year': 2024}
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520DFZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:53 [bca.uk] INFO: Saving data for VN74%20DFZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774015563.075426, 'last_price_update_time': 1774696733.539257}
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN74%2520DFZ') HTTP/1.1" 204 0
2026-03-28 11:18:53 [bca.uk] INFO: Found listing with ID: CJ23%20MUO
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MUO%27 HTTP/1.1" 200 None
2026-03-28 11:18:53 [bca.uk] INFO: Scrape type for CJ23%20MUO: 2
2026-03-28 11:18:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88c2f37e-d008-57f5-9349-06fe11a13b7e with identifier: CJ23%20MUO
2026-03-28 11:18:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88c2f37e-d008-57f5-9349-06fe11a13b7e with scrape type 2
2026-03-28 11:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88c2f37e-d008-57f5-9349-06fe11a13b7e with scrape type 2
2026-03-28 11:18:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88c2f37e-d008-57f5-9349-06fe11a13b7e, identifier: CJ23%20MUO
2026-03-28 11:18:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88c2f37e-d008-57f5-9349-06fe11a13b7e with identifier: CJ23%20MUO
2026-03-28 11:18:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88c2f37e-d008-57f5-9349-06fe11a13b7e with identifier: CJ23%20MUO
2026-03-28 11:18:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88c2f37e-d008-57f5-9349-06fe11a13b7e with identifier: CJ23%20MUO to the API
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20MUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88c2f37e-d008-57f5-9349-06fe11a13b7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 MUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20MUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 47699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSPW050827',
 'year': 2023}
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MUO%27 HTTP/1.1" 200 None
2026-03-28 11:18:54 [bca.uk] INFO: Saving data for CJ23%20MUO: {'auction_closing_time': 1775124000.0, 'created_time': 1773841965.135531, 'last_price_update_time': 1774696734.030613}
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520MUO') HTTP/1.1" 204 0
2026-03-28 11:18:54 [bca.uk] INFO: Found listing with ID: CJ23%20MUY
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MUY%27 HTTP/1.1" 200 None
2026-03-28 11:18:54 [bca.uk] INFO: Scrape type for CJ23%20MUY: 2
2026-03-28 11:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 091b230e-08b2-5c12-a8cc-fad38d27c4af with identifier: CJ23%20MUY
2026-03-28 11:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 091b230e-08b2-5c12-a8cc-fad38d27c4af with scrape type 2
2026-03-28 11:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 091b230e-08b2-5c12-a8cc-fad38d27c4af with scrape type 2
2026-03-28 11:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 091b230e-08b2-5c12-a8cc-fad38d27c4af, identifier: CJ23%20MUY
2026-03-28 11:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 091b230e-08b2-5c12-a8cc-fad38d27c4af with identifier: CJ23%20MUY
2026-03-28 11:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 091b230e-08b2-5c12-a8cc-fad38d27c4af with identifier: CJ23%20MUY
2026-03-28 11:18:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 091b230e-08b2-5c12-a8cc-fad38d27c4af with identifier: CJ23%20MUY to the API
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20MUY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '091b230e-08b2-5c12-a8cc-fad38d27c4af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 MUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20MUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 47593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSPW052313',
 'year': 2023}
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MUY%27 HTTP/1.1" 200 None
2026-03-28 11:18:54 [bca.uk] INFO: Saving data for CJ23%20MUY: {'auction_closing_time': 1775124000.0, 'created_time': 1773841990.203898, 'last_price_update_time': 1774696734.536522}
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520MUY') HTTP/1.1" 204 0
2026-03-28 11:18:54 [bca.uk] INFO: Found listing with ID: CJ23%20MVF
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MVF%27 HTTP/1.1" 200 None
2026-03-28 11:18:54 [bca.uk] INFO: Scrape type for CJ23%20MVF: 2
2026-03-28 11:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d48c244-ebc0-5e30-b1dd-63283704ac2f with identifier: CJ23%20MVF
2026-03-28 11:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d48c244-ebc0-5e30-b1dd-63283704ac2f with scrape type 2
2026-03-28 11:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d48c244-ebc0-5e30-b1dd-63283704ac2f with scrape type 2
2026-03-28 11:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d48c244-ebc0-5e30-b1dd-63283704ac2f, identifier: CJ23%20MVF
2026-03-28 11:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d48c244-ebc0-5e30-b1dd-63283704ac2f with identifier: CJ23%20MVF
2026-03-28 11:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d48c244-ebc0-5e30-b1dd-63283704ac2f with identifier: CJ23%20MVF
2026-03-28 11:18:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d48c244-ebc0-5e30-b1dd-63283704ac2f with identifier: CJ23%20MVF to the API
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20MVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d48c244-ebc0-5e30-b1dd-63283704ac2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 MVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20MVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 47560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSPW050855',
 'year': 2023}
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MVF%27 HTTP/1.1" 200 None
2026-03-28 11:18:54 [bca.uk] INFO: Saving data for CJ23%20MVF: {'auction_closing_time': 1775124000.0, 'created_time': 1773841991.003525, 'last_price_update_time': 1774696734.98742}
2026-03-28 11:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520MVF') HTTP/1.1" 204 0
2026-03-28 11:18:55 [bca.uk] INFO: Found listing with ID: CJ23%20NAU
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NAU%27 HTTP/1.1" 200 None
2026-03-28 11:18:55 [bca.uk] INFO: Scrape type for CJ23%20NAU: 2
2026-03-28 11:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 304e3e30-332f-5ff8-8951-bb2d703b16aa with identifier: CJ23%20NAU
2026-03-28 11:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 304e3e30-332f-5ff8-8951-bb2d703b16aa with scrape type 2
2026-03-28 11:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 304e3e30-332f-5ff8-8951-bb2d703b16aa with scrape type 2
2026-03-28 11:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 304e3e30-332f-5ff8-8951-bb2d703b16aa, identifier: CJ23%20NAU
2026-03-28 11:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 304e3e30-332f-5ff8-8951-bb2d703b16aa with identifier: CJ23%20NAU
2026-03-28 11:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 304e3e30-332f-5ff8-8951-bb2d703b16aa with identifier: CJ23%20NAU
2026-03-28 11:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 304e3e30-332f-5ff8-8951-bb2d703b16aa with identifier: CJ23%20NAU to the API
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20NAU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '304e3e30-332f-5ff8-8951-bb2d703b16aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 NAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20NAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 49806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1FRHNSTP1031901',
 'year': 2023}
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NAU%27 HTTP/1.1" 200 None
2026-03-28 11:18:55 [bca.uk] INFO: Saving data for CJ23%20NAU: {'auction_closing_time': 1775124000.0, 'created_time': 1773841991.560205, 'last_price_update_time': 1774696735.427182}
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520NAU') HTTP/1.1" 204 0
2026-03-28 11:18:55 [bca.uk] INFO: Found listing with ID: CJ23%20NBN
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NBN%27 HTTP/1.1" 200 None
2026-03-28 11:18:55 [bca.uk] INFO: Scrape type for CJ23%20NBN: 2
2026-03-28 11:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13dbede4-5cd5-535b-b722-70eed0b16c09 with identifier: CJ23%20NBN
2026-03-28 11:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13dbede4-5cd5-535b-b722-70eed0b16c09 with scrape type 2
2026-03-28 11:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13dbede4-5cd5-535b-b722-70eed0b16c09 with scrape type 2
2026-03-28 11:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13dbede4-5cd5-535b-b722-70eed0b16c09, identifier: CJ23%20NBN
2026-03-28 11:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13dbede4-5cd5-535b-b722-70eed0b16c09 with identifier: CJ23%20NBN
2026-03-28 11:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13dbede4-5cd5-535b-b722-70eed0b16c09 with identifier: CJ23%20NBN
2026-03-28 11:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13dbede4-5cd5-535b-b722-70eed0b16c09 with identifier: CJ23%20NBN to the API
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20NBN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '13dbede4-5cd5-535b-b722-70eed0b16c09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 NBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20NBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 42613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1FRHNSTP1042590',
 'year': 2023}
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NBN%27 HTTP/1.1" 200 None
2026-03-28 11:18:55 [bca.uk] INFO: Saving data for CJ23%20NBN: {'auction_closing_time': 1775124000.0, 'created_time': 1773841381.815426, 'last_price_update_time': 1774696735.860982}
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520NBN') HTTP/1.1" 204 0
2026-03-28 11:18:55 [bca.uk] INFO: Found listing with ID: CJ23%20NFA
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NFA%27 HTTP/1.1" 200 None
2026-03-28 11:18:55 [bca.uk] INFO: Scrape type for CJ23%20NFA: 2
2026-03-28 11:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee686fe0-17a7-5a5f-a95f-77dba5d42009 with identifier: CJ23%20NFA
2026-03-28 11:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee686fe0-17a7-5a5f-a95f-77dba5d42009 with scrape type 2
2026-03-28 11:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee686fe0-17a7-5a5f-a95f-77dba5d42009 with scrape type 2
2026-03-28 11:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee686fe0-17a7-5a5f-a95f-77dba5d42009, identifier: CJ23%20NFA
2026-03-28 11:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee686fe0-17a7-5a5f-a95f-77dba5d42009 with identifier: CJ23%20NFA
2026-03-28 11:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee686fe0-17a7-5a5f-a95f-77dba5d42009 with identifier: CJ23%20NFA
2026-03-28 11:18:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee686fe0-17a7-5a5f-a95f-77dba5d42009 with identifier: CJ23%20NFA to the API
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20NFA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee686fe0-17a7-5a5f-a95f-77dba5d42009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 NFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20NFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 45774,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1FRHNSTP1039406',
 'year': 2023}
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NFA%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Saving data for CJ23%20NFA: {'auction_closing_time': 1775124000.0, 'created_time': 1773842421.893353, 'last_price_update_time': 1774696736.418065}
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520NFA') HTTP/1.1" 204 0
2026-03-28 11:18:56 [bca.uk] INFO: Found listing with ID: MD73%20CVG
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520CVG%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Scrape type for MD73%20CVG: 2
2026-03-28 11:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67 with identifier: MD73%20CVG
2026-03-28 11:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67 with scrape type 2
2026-03-28 11:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67 with scrape type 2
2026-03-28 11:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67, identifier: MD73%20CVG
2026-03-28 11:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67 with identifier: MD73%20CVG
2026-03-28 11:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67 with identifier: MD73%20CVG
2026-03-28 11:18:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67 with identifier: MD73%20CVG to the API
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD73%20CVG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00b9e1d8-d94f-50d7-92e8-e89fe0ccdb67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD73 CVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD73%20CVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'E-C4 X',
 'odometer': 12951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN E-C4 X 100KW 50KWH SHINE Saloon',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SHINE',
 'vin': 'VR7BFZKXCPE003810',
 'year': 2023}
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520CVG%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Saving data for MD73%20CVG: {'auction_closing_time': 1775124000.0, 'created_time': 1773841993.199411, 'last_price_update_time': 1774696736.873055}
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD73%2520CVG') HTTP/1.1" 204 0
2026-03-28 11:18:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:18:56 [bca.uk] INFO: Found listing with ID: ET67%20NEY
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET67%2520NEY%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Scrape type for ET67%20NEY: 0
2026-03-28 11:18:56 [bca.uk] INFO: Found listing with ID: GJ66%20FPG
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520FPG%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Scrape type for GJ66%20FPG: 0
2026-03-28 11:18:56 [bca.uk] INFO: Found listing with ID: NV63%20UFK
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV63%2520UFK%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Scrape type for NV63%20UFK: 0
2026-03-28 11:18:56 [bca.uk] INFO: Found listing with ID: SL66%20AXM
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520AXM%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Scrape type for SL66%20AXM: 0
2026-03-28 11:18:56 [bca.uk] INFO: Found listing with ID: CF74%20GFZ
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GFZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:56 [bca.uk] INFO: Scrape type for CF74%20GFZ: 2
2026-03-28 11:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15d410fa-c8a0-5d38-877a-10a5cd8c6550 with identifier: CF74%20GFZ
2026-03-28 11:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15d410fa-c8a0-5d38-877a-10a5cd8c6550 with scrape type 2
2026-03-28 11:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15d410fa-c8a0-5d38-877a-10a5cd8c6550 with scrape type 2
2026-03-28 11:18:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15d410fa-c8a0-5d38-877a-10a5cd8c6550, identifier: CF74%20GFZ
2026-03-28 11:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15d410fa-c8a0-5d38-877a-10a5cd8c6550 with identifier: CF74%20GFZ
2026-03-28 11:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15d410fa-c8a0-5d38-877a-10a5cd8c6550 with identifier: CF74%20GFZ
2026-03-28 11:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15d410fa-c8a0-5d38-877a-10a5cd8c6550 with identifier: CF74%20GFZ to the API
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20GFZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15d410fa-c8a0-5d38-877a-10a5cd8c6550',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 GFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20GFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 16392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 PLUS',
 'vin': 'VF72RHNPMR4220285',
 'year': 2024}
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GFZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Saving data for CF74%20GFZ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841261.231913, 'last_price_update_time': 1774696737.407953}
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520GFZ') HTTP/1.1" 204 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: EY63%20TFZ
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520TFZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for EY63%20TFZ: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: MT19%20BNY
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520BNY%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for MT19%20BNY: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: YK13%20MMF
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520MMF%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for YK13%20MMF: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: YS18%20VJO
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520VJO%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for YS18%20VJO: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: CV11%20MXY
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for CV11%20MXY: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: LG19%20FDD
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520FDD%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for LG19%20FDD: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: WA16%20UDO
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520UDO%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for WA16%20UDO: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: WU68%20XGF
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU68%2520XGF%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for WU68%20XGF: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: CF69%20BMU
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520BMU%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for CF69%20BMU: 0
2026-03-28 11:18:57 [bca.uk] INFO: Total items found: 100
2026-03-28 11:18:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded
2026-03-28 11:18:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:18:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: EK69%20NZM
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520NZM%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for EK69%20NZM: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: EA72%20ZZC
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520ZZC%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for EA72%20ZZC: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: EU18%20PZT
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520PZT%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for EU18%20PZT: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: EX22%20YTL
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520YTL%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for EX22%20YTL: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: EX23%20DWW
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520DWW%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for EX23%20DWW: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: KM73%20YDN
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YDN%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for KM73%20YDN: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: KS70%20OTJ
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520OTJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for KS70%20OTJ: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: LD68%20TFK
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520TFK%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for LD68%20TFK: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: RJ13%20WRO
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520WRO%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for RJ13%20WRO: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: SB52%20SVA
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB52%2520SVA%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for SB52%20SVA: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: BD24%20OCG
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OCG%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for BD24%20OCG: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: HY19%20YJF
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520YJF%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for HY19%20YJF: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: KW17%20VSO
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VSO%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for KW17%20VSO: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: VK23%20WPF
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520WPF%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for VK23%20WPF: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: WO17%20EFJ
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO17%2520EFJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for WO17%20EFJ: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: GK73%20PWN
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK73%2520PWN%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for GK73%20PWN: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: GV11%20FZA
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520FZA%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for GV11%20FZA: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: GX68%20ZLE
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520ZLE%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for GX68%20ZLE: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: HY67%20YJF
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY67%2520YJF%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for HY67%20YJF: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: LO04%20NLL
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO04%2520NLL%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for LO04%20NLL: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: SF19%20CYL
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520CYL%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for SF19%20CYL: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: AD19%20NZJ
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520NZJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:57 [bca.uk] INFO: Scrape type for AD19%20NZJ: 0
2026-03-28 11:18:57 [bca.uk] INFO: Found listing with ID: BG15%20FBL
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG15%2520FBL%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for BG15%20FBL: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: EA73%20MXP
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA73%2520MXP%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for EA73%20MXP: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: EU20%20UOE
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520UOE%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for EU20%20UOE: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: FG73%20PGO
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG73%2520PGO%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for FG73%20PGO: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: BP67%20AOT
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520AOT%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for BP67%20AOT: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: LE74%20FJJ
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520FJJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for LE74%20FJJ: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: LP73%20AOY
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520AOY%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for LP73%20AOY: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: LS23%20ZHO
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520ZHO%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for LS23%20ZHO: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: RF09%20ATO
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF09%2520ATO%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for RF09%20ATO: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: RO24%20YYD
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520YYD%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for RO24%20YYD: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: AP17%20LGF
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP17%2520LGF%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for AP17%20LGF: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: LY10%20BTE
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520BTE%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for LY10%20BTE: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: P60%20GOB
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P60%2520GOB%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for P60%20GOB: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: VO13%20UKS
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520UKS%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for VO13%20UKS: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: WM66%20CHF
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520CHF%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for WM66%20CHF: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: KM18%20KVR
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520KVR%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for KM18%20KVR: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: NV12%20UTM
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV12%2520UTM%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for NV12%20UTM: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: J100%20GFF
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J100%2520GFF%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for J100%20GFF: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: GU68%20TYY
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520TYY%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for GU68%20TYY: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: EX60%20WFB
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520WFB%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for EX60%20WFB: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: GF12%20EHS
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520EHS%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for GF12%20EHS: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: OE05%20XXM
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE05%2520XXM%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for OE05%20XXM: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: GO20%20FOX
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GO20%2520FOX%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for GO20%20FOX: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: GJ09%20KHA
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ09%2520KHA%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for GJ09%20KHA: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: LC67%20CWW
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC67%2520CWW%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for LC67%20CWW: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: PY60%20HJF
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY60%2520HJF%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for PY60%20HJF: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: NV65%20CKN
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520CKN%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for NV65%20CKN: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: YM16%20VKU
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520VKU%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for YM16%20VKU: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: WK13%20ORJ
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK13%2520ORJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for WK13%20ORJ: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: WJ62%20DYN
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ62%2520DYN%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for WJ62%20DYN: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: SG10%20EJA
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520EJA%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for SG10%20EJA: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: NU15%20KYB
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU15%2520KYB%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for NU15%20KYB: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: FV62%20HLW
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520HLW%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for FV62%20HLW: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: SW62%20KJJ
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW62%2520KJJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for SW62%20KJJ: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: SG63%20LNM
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520LNM%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for SG63%20LNM: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: NJ62%20UCF
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520UCF%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for NJ62%20UCF: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: PE11%20ZTV
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520ZTV%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for PE11%20ZTV: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: VK62%20WGY
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK62%2520WGY%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for VK62%20WGY: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: WV62%20XNB
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV62%2520XNB%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for WV62%20XNB: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: BK65%20VPY
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520VPY%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for BK65%20VPY: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: CN14%20MDO
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN14%2520MDO%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for CN14%20MDO: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: CU15%20NXD
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520NXD%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for CU15%20NXD: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: CU15%20NXK
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520NXK%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for CU15%20NXK: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: PO16%20ZBY
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZBY%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for PO16%20ZBY: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: NX15%20VYW
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX15%2520VYW%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for NX15%20VYW: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: YY10%20GKZ
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY10%2520GKZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for YY10%20GKZ: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: EU15%20ZFP
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZFP%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for EU15%20ZFP: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: EK62%20CWO
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520CWO%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for EK62%20CWO: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: HN62%20FLK
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520FLK%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for HN62%20FLK: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: OE10%20AEP
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE10%2520AEP%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for OE10%20AEP: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: PN13%20GPF
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN13%2520GPF%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for PN13%20GPF: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: VF14%20EFD
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF14%2520EFD%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for VF14%20EFD: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: GJ20%20YMW
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ20%2520YMW%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for GJ20%20YMW: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: HY10%20UJL
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY10%2520UJL%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for HY10%20UJL: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: SW59%20GZN
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW59%2520GZN%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for SW59%20GZN: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: PK62%20DKV
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK62%2520DKV%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for PK62%20DKV: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: ML13%20PZH
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML13%2520PZH%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for ML13%20PZH: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: KW69%20WJJ
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520WJJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for KW69%20WJJ: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: KF15%20PUX
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520PUX%27 HTTP/1.1" 200 None
2026-03-28 11:18:58 [bca.uk] INFO: Scrape type for KF15%20PUX: 0
2026-03-28 11:18:58 [bca.uk] INFO: Found listing with ID: SL70%20OPZ
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL70%2520OPZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for SL70%20OPZ: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: AE09%20LXH
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE09%2520LXH%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for AE09%20LXH: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: DG18%20EGF
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520EGF%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for DG18%20EGF: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: SB21%20BMO
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB21%2520BMO%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for SB21%20BMO: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: SJ66%20YFG
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ66%2520YFG%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for SJ66%20YFG: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: PN71%20EYX
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520EYX%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for PN71%20EYX: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: OE70%20FNZ
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520FNZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for OE70%20FNZ: 2
2026-03-28 11:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77859c79-77d1-53a5-ab34-e1457ebf4b6f with identifier: OE70%20FNZ
2026-03-28 11:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77859c79-77d1-53a5-ab34-e1457ebf4b6f with scrape type 2
2026-03-28 11:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77859c79-77d1-53a5-ab34-e1457ebf4b6f with scrape type 2
2026-03-28 11:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77859c79-77d1-53a5-ab34-e1457ebf4b6f, identifier: OE70%20FNZ
2026-03-28 11:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77859c79-77d1-53a5-ab34-e1457ebf4b6f with identifier: OE70%20FNZ
2026-03-28 11:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77859c79-77d1-53a5-ab34-e1457ebf4b6f with identifier: OE70%20FNZ
2026-03-28 11:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77859c79-77d1-53a5-ab34-e1457ebf4b6f with identifier: OE70%20FNZ to the API
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:18:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 76,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE70%20FNZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '77859c79-77d1-53a5-ab34-e1457ebf4b6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE70 FNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE70%20FNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 46431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E AUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AY2MA765341',
 'year': 2020}
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520FNZ%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Saving data for OE70%20FNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609407.182061, 'last_price_update_time': 1774696739.829451}
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE70%2520FNZ') HTTP/1.1" 204 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: OY65%20XWC
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520XWC%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for OY65%20XWC: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: MF13%20KEJ
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF13%2520KEJ%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for MF13%20KEJ: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: LR70%20YWU
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520YWU%27 HTTP/1.1" 200 None
2026-03-28 11:18:59 [bca.uk] INFO: Scrape type for LR70%20YWU: 0
2026-03-28 11:18:59 [bca.uk] INFO: Found listing with ID: RX69%20XHC
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX69%2520XHC%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for RX69%20XHC: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: SY20%20KAO
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY20%2520KAO%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for SY20%20KAO: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: VA68%20DJX
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA68%2520DJX%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for VA68%20DJX: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: VX69%20GVM
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for VX69%20GVM: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: WH19%20OTD
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520OTD%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for WH19%20OTD: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: WM19%20CWJ
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520CWJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for WM19%20CWJ: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: WN24%20FPA
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520FPA%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for WN24%20FPA: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: CE72%20GXC
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE72%2520GXC%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for CE72%20GXC: 0
2026-03-28 11:19:00 [bca.uk] INFO: Found listing with ID: CJ19%20TWG
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520TWG%27 HTTP/1.1" 200 None
2026-03-28 11:19:00 [bca.uk] INFO: Scrape type for CJ19%20TWG: 0
2026-03-28 11:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:19:02 [bca.uk] INFO: Total items found: 100
2026-03-28 11:19:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded
2026-03-28 11:19:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:19:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: CT18%20HRU
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT18%2520HRU%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for CT18%20HRU: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: FY69%20YFZ
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520YFZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for FY69%20YFZ: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: GX69%20LDN
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520LDN%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for GX69%20LDN: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: HJ70%20UPK
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UPK%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for HJ70%20UPK: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: KR70%20HYO
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520HYO%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for KR70%20HYO: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: KT18%20DWO
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for KT18%20DWO: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: LV66%20EBL
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV66%2520EBL%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for LV66%20EBL: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: LT15%20VLH
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520VLH%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for LT15%20VLH: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: FY71%20OWA
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for FY71%20OWA: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: EX23%20AZZ
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520AZZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for EX23%20AZZ: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: MV22%20NMO
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NMO%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for MV22%20NMO: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: OV23%20SJU
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SJU%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for OV23%20SJU: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: WM72%20CKF
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520CKF%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for WM72%20CKF: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: YR71%20DXV
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520DXV%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for YR71%20DXV: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: DF21%20ARU
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520ARU%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for DF21%20ARU: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: DG71%20YZP
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG71%2520YZP%27 HTTP/1.1" 200 None
2026-03-28 11:19:02 [bca.uk] INFO: Scrape type for DG71%20YZP: 0
2026-03-28 11:19:02 [bca.uk] INFO: Found listing with ID: FN21%20PZX
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN21%2520PZX%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for FN21%20PZX: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: FX23%20MJF
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520MJF%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for FX23%20MJF: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: GV72%20MZZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520MZZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for GV72%20MZZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LD23%20BZY
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BZY%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LD23%20BZY: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: MD71%20FBG
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520FBG%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for MD71%20FBG: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: EA63%20TXS
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA63%2520TXS%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for EA63%20TXS: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: BK22%20DLZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DLZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for BK22%20DLZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: YD22%20EHO
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EHO%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for YD22%20EHO: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: DA19%20CWZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA19%2520CWZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for DA19%20CWZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: HJ20%20WJU
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520WJU%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for HJ20%20WJU: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LB71%20XCU
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520XCU%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LB71%20XCU: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LG18%20GXS
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520GXS%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LG18%20GXS: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LG19%20KYS
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520KYS%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LG19%20KYS: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LJ19%20OFP
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ19%2520OFP%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LJ19%20OFP: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LY19%20DDK
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY19%2520DDK%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LY19%20DDK: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: PO19%20NMU
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520NMU%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for PO19%20NMU: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: RO22%20LSE
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520LSE%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for RO22%20LSE: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: WK69%20TNV
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520TNV%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for WK69%20TNV: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: AO69%20LTU
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520LTU%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for AO69%20LTU: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: AO69%20VJC
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520VJC%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for AO69%20VJC: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: AV70%20FCX
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520FCX%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for AV70%20FCX: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: CV18%20GUE
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520GUE%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for CV18%20GUE: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: HD71%20BHV
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD71%2520BHV%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for HD71%20BHV: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: FG68%20NVE
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520NVE%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for FG68%20NVE: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: FL70%20SVD
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SVD%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for FL70%20SVD: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: MA23%20UKP
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UKP%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for MA23%20UKP: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: BK22%20PEO
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PEO%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for BK22%20PEO: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: BK23%20VYL
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520VYL%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for BK23%20VYL: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: OV23%20EVT
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EVT%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for OV23%20EVT: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: OV75%20HYK
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV75%2520HYK%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for OV75%20HYK: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: RF71%20CZZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CZZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for RF71%20CZZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: RO72%20NJX
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520NJX%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for RO72%20NJX: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: VK23%20FCV
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520FCV%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for VK23%20FCV: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: YC22%20BMU
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520BMU%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for YC22%20BMU: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: BD22%20ELH
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520ELH%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for BD22%20ELH: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: DL72%20PVZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for DL72%20PVZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: FG22%20FGX
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FGX%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for FG22%20FGX: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: HV24%20NMZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NMZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for HV24%20NMZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LB71%20YRZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520YRZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LB71%20YRZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: WM15%20NXF
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM15%2520NXF%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for WM15%20NXF: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: PK71%20GWU
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK71%2520GWU%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for PK71%20GWU: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: PN71%20ODY
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520ODY%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for PN71%20ODY: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: RK24%20KPX
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK24%2520KPX%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for RK24%20KPX: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: SN23%20UNF
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520UNF%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for SN23%20UNF: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: VO71%20OHD
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520OHD%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for VO71%20OHD: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: WV23%20XYC
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XYC%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for WV23%20XYC: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: YS21%20VOM
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520VOM%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for YS21%20VOM: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LC72%20VBD
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520VBD%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LC72%20VBD: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LE73%20GVZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520GVZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LE73%20GVZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LF23%20WKL
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520WKL%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LF23%20WKL: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LF72%20WKJ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520WKJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LF72%20WKJ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LO72%20UJK
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LO72%20UJK: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: LS70%20HWZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520HWZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for LS70%20HWZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: MD72%20VXP
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXP%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for MD72%20VXP: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: MD72%20VZK
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZK%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for MD72%20VZK: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: MJ72%20FCZ
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520FCZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:03 [bca.uk] INFO: Scrape type for MJ72%20FCZ: 0
2026-03-28 11:19:03 [bca.uk] INFO: Found listing with ID: OE71%20BZO
2026-03-28 11:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520BZO%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for OE71%20BZO: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: OV23%20DKF
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520DKF%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for OV23%20DKF: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: DL22%20MKZ
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520MKZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for DL22%20MKZ: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: DS71%20HBF
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520HBF%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for DS71%20HBF: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: DY23%20EZG
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520EZG%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for DY23%20EZG: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: FE72%20THK
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520THK%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for FE72%20THK: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: GJ22%20SFE
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520SFE%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for GJ22%20SFE: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: GK68%20MHN
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520MHN%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for GK68%20MHN: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: HG21%20LPE
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520LPE%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for HG21%20LPE: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: LB70%20VXM
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VXM%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for LB70%20VXM: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: AJ72%20HYW
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520HYW%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for AJ72%20HYW: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: AV71%20OSG
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OSG%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for AV71%20OSG: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: ME73%20XWF
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWF%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for ME73%20XWF: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: ME73%20XWO
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWO%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for ME73%20XWO: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: ME73%20XYF
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XYF%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for ME73%20XYF: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: AJ22%20CXY
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CXY%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for AJ22%20CXY: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: BK22%20PHU
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PHU%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for BK22%20PHU: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: FN22%20OMM
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520OMM%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for FN22%20OMM: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: LA16%20UYV
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520UYV%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for LA16%20UYV: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: LS21%20BVN
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520BVN%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for LS21%20BVN: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: MA22%20VJO
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VJO%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for MA22%20VJO: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: MA22%20ZPE
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520ZPE%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for MA22%20ZPE: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: YO21%20VLX
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520VLX%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for YO21%20VLX: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: YO23%20XXP
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO23%2520XXP%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for YO23%20XXP: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: BP72%20UJX
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UJX%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for BP72%20UJX: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: CE74%20BWK
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BWK%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for CE74%20BWK: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: YA74%20AJX
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA74%2520AJX%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for YA74%20AJX: 0
2026-03-28 11:19:04 [bca.uk] INFO: Found listing with ID: BK23%20JKU
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JKU%27 HTTP/1.1" 200 None
2026-03-28 11:19:04 [bca.uk] INFO: Scrape type for BK23%20JKU: 0
2026-03-28 11:19:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:19:10 [scrapy.extensions.logstats] INFO: Crawled 244 pages (at 7 pages/min), scraped 568 items (at 28 items/min)
2026-03-28 11:19:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:19:22 [bca.uk] INFO: Total items found: 100
2026-03-28 11:19:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded
2026-03-28 11:19:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:19:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: DE22%20AOO
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AOO%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for DE22%20AOO: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: EO21%20BZD
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520BZD%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for EO21%20BZD: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: FT72%20LSC
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520LSC%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for FT72%20LSC: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: GL72%20UXZ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UXZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for GL72%20UXZ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: GP21%20MDZ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520MDZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for GP21%20MDZ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: LB72%20WNP
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WNP%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for LB72%20WNP: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: LB72%20WRG
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WRG%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for LB72%20WRG: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: LM70%20XKP
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520XKP%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for LM70%20XKP: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: WX22%20WJJ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for WX22%20WJJ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: YR71%20HVM
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520HVM%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for YR71%20HVM: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: YG22%20WVA
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520WVA%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for YG22%20WVA: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: DA72%20XMR
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520XMR%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for DA72%20XMR: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: GV21%20XPJ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV21%2520XPJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for GV21%20XPJ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: HV22%20VCL
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520VCL%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for HV22%20VCL: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: MD72%20WLP
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WLP%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for MD72%20WLP: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: ND71%20XDT
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520XDT%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for ND71%20XDT: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: NJ23%20LRU
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LRU%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for NJ23%20LRU: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: NJ24%20UTY
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTY%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for NJ24%20UTY: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: NJ24%20UVN
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UVN%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for NJ24%20UVN: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: PE22%20XGD
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520XGD%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for PE22%20XGD: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: PX71%20JVU
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520JVU%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for PX71%20JVU: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: YB70%20VZO
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520VZO%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for YB70%20VZO: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: BD72%20YOV
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520YOV%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for BD72%20YOV: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: WJ22%20BHP
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520BHP%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for WJ22%20BHP: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: V24%20VJT
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V24%2520VJT%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for V24%20VJT: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: BN22%20OLK
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520OLK%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for BN22%20OLK: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: LR21%20VDZ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for LR21%20VDZ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: OV71%20RVA
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520RVA%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for OV71%20RVA: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: RF68%20BBK
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520BBK%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for RF68%20BBK: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: RO22%20EUR
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUR%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for RO22%20EUR: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: RY18%20ZFG
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for RY18%20ZFG: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: GY72%20KBZ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520KBZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for GY72%20KBZ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: FT63%20UOP
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520UOP%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for FT63%20UOP: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: FD72%20BGK
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for FD72%20BGK: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: MM72%20BYZ
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520BYZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:22 [bca.uk] INFO: Scrape type for MM72%20BYZ: 0
2026-03-28 11:19:22 [bca.uk] INFO: Found listing with ID: PX22%20OLJ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for PX22%20OLJ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YJ73%20SBR
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520SBR%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YJ73%20SBR: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: SH70%20UDV
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520UDV%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for SH70%20UDV: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: SP22%20JPX
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520JPX%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for SP22%20JPX: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WN21%20XHH
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XHH%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WN21%20XHH: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YC22%20WTN
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WTN%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YC22%20WTN: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YT22%20JFY
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520JFY%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YT22%20JFY: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YT22%20WYL
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYL%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YT22%20WYL: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: FH22%20KUE
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH22%2520KUE%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for FH22%20KUE: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: FL22%20UJK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for FL22%20UJK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: FX71%20RTV
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520RTV%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for FX71%20RTV: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: GJ22%20KJK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520KJK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for GJ22%20KJK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: GL72%20OHJ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OHJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for GL72%20OHJ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: MD72%20VWA
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VWA%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for MD72%20VWA: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: MV71%20SVG
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520SVG%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for MV71%20SVG: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: MW71%20FVM
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520FVM%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for MW71%20FVM: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: NA72%20XGV
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520XGV%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for NA72%20XGV: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: OY25%20HFW
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520HFW%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for OY25%20HFW: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: RO22%20EUK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for RO22%20EUK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: DA21%20ZXP
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520ZXP%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for DA21%20ZXP: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: DG24%20LGE
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LGE%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for DG24%20LGE: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: RJ71%20LKX
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520LKX%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for RJ71%20LKX: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: PX25%20WJN
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX25%2520WJN%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for PX25%20WJN: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: VN23%20ZTK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for VN23%20ZTK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: ML22%20AFA
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520AFA%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for ML22%20AFA: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: ML22%20EWK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520EWK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for ML22%20EWK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: MV71%20KRK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KRK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for MV71%20KRK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: MV71%20KSJ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KSJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for MV71%20KSJ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: NG71%20FKJ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520FKJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for NG71%20FKJ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WK24%20EHS
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520EHS%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WK24%20EHS: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WN22%20KWJ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520KWJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WN22%20KWJ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YGZ%204681
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204681%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YGZ%204681: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: BL72%20KHV
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KHV%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for BL72%20KHV: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: DA21%20VYG
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520VYG%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for DA21%20VYG: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: DG22%20XZH
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XZH%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for DG22%20XZH: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: DL73%20ZSG
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ZSG%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for DL73%20ZSG: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: DY20%20VXM
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520VXM%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for DY20%20VXM: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: EJ21%20UUW
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ21%2520UUW%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for EJ21%20UUW: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: GSZ%201907
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GSZ%25201907%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for GSZ%201907: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: HV71%20WGO
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520WGO%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for HV71%20WGO: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: LE71%20DWU
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520DWU%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for LE71%20DWU: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: CE74%20BKN
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BKN%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for CE74%20BKN: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: FT24%20UMX
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT24%2520UMX%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for FT24%20UMX: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: NV73%20GNN
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520GNN%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for NV73%20GNN: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: PK18%20RYX
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520RYX%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for PK18%20RYX: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YJ25%20TLT
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ25%2520TLT%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YJ25%20TLT: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: KX68%20PZN
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX68%2520PZN%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for KX68%20PZN: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: LF22%20UDU
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF22%2520UDU%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for LF22%20UDU: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WU23%20EPE
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520EPE%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WU23%20EPE: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WV23%20YML
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YML%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WV23%20YML: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: YY71%20LYG
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LYG%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for YY71%20LYG: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: GD72%20DEU
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD72%2520DEU%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for GD72%20DEU: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: GJ22%20RSV
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520RSV%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for GJ22%20RSV: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: GL72%20UYB
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UYB%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for GL72%20UYB: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: HK70%20XOP
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK70%2520XOP%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for HK70%20XOP: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: KM71%20SVJ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520SVJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for KM71%20SVJ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: LD23%20NZW
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520NZW%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for LD23%20NZW: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: LE71%20EVX
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520EVX%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for LE71%20EVX: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: MA21%20GBZ
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520GBZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for MA21%20GBZ: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: VK23%20TZT
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520TZT%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for VK23%20TZT: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WN22%20ACX
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520ACX%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WN22%20ACX: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: WN23%20RYK
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520RYK%27 HTTP/1.1" 200 None
2026-03-28 11:19:23 [bca.uk] INFO: Scrape type for WN23%20RYK: 0
2026-03-28 11:19:23 [bca.uk] INFO: Found listing with ID: AJ68%20RTO
2026-03-28 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520RTO%27 HTTP/1.1" 200 None
2026-03-28 11:19:24 [bca.uk] INFO: Scrape type for AJ68%20RTO: 0
2026-03-28 11:19:24 [bca.uk] INFO: Found listing with ID: BN21%20VMZ
2026-03-28 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520VMZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:24 [bca.uk] INFO: Scrape type for BN21%20VMZ: 0
2026-03-28 11:19:24 [bca.uk] INFO: Found listing with ID: CE22%20VUG
2026-03-28 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520VUG%27 HTTP/1.1" 200 None
2026-03-28 11:19:24 [bca.uk] INFO: Scrape type for CE22%20VUG: 0
2026-03-28 11:19:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:19:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:19:46 [bca.uk] INFO: Total items found: 100
2026-03-28 11:19:46 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded
2026-03-28 11:19:46 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:19:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: DE24%20HNW
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520HNW%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for DE24%20HNW: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: EK22%20EWN
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520EWN%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for EK22%20EWN: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: FD22%20YAV
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520YAV%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for FD22%20YAV: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: PN72%20NYD
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN72%2520NYD%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for PN72%20NYD: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: YE74%20VBD
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE74%2520VBD%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for YE74%20VBD: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: YR22%20OLW
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520OLW%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for YR22%20OLW: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: LY14%20SYV
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520SYV%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for LY14%20SYV: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: BP14%20URR
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP14%2520URR%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for BP14%20URR: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: AU60%20RJO
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU60%2520RJO%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for AU60%20RJO: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: AE25%20TFU
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE25%2520TFU%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for AE25%20TFU: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: AE25%20TKF
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE25%2520TKF%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for AE25%20TKF: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: GD59%20EPZ
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD59%2520EPZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for GD59%20EPZ: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: NA55%20RWJ
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA55%2520RWJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for NA55%20RWJ: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: SG62%20MHM
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG62%2520MHM%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for SG62%20MHM: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: BG11%20CSZ
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG11%2520CSZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for BG11%20CSZ: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: BK62%20XRP
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520XRP%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for BK62%20XRP: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: DA55%20UOC
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA55%2520UOC%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for DA55%20UOC: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: YY64%20ENE
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY64%2520ENE%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for YY64%20ENE: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: BX72%20SKZ
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SKZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for BX72%20SKZ: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: RE61%20UPJ
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE61%2520UPJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for RE61%20UPJ: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: AD58%20ZZN
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD58%2520ZZN%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for AD58%20ZZN: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: AE13%20RKK
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE13%2520RKK%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for AE13%20RKK: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: DY74%20XDW
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDW%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for DY74%20XDW: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: K15%20DCN
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K15%2520DCN%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for K15%20DCN: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: LN66%20FPC
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520FPC%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for LN66%20FPC: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: SA19%20OWZ
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OWZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for SA19%20OWZ: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: VA64%20WZH
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520WZH%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for VA64%20WZH: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: YA16%20TKF
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520TKF%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for YA16%20TKF: 0
2026-03-28 11:19:46 [bca.uk] INFO: Found listing with ID: MW19%20FWU
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW19%2520FWU%27 HTTP/1.1" 200 None
2026-03-28 11:19:46 [bca.uk] INFO: Scrape type for MW19%20FWU: 0
2026-03-28 11:19:47 [bca.uk] INFO: Found listing with ID: NGZ%204980
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25204980%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Scrape type for NGZ%204980: 0
2026-03-28 11:19:47 [bca.uk] INFO: Found listing with ID: NX70%20YNN
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520YNN%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Scrape type for NX70%20YNN: 2
2026-03-28 11:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef7bd493-5d24-5610-b590-05fabe9ec729 with identifier: NX70%20YNN
2026-03-28 11:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef7bd493-5d24-5610-b590-05fabe9ec729 with scrape type 2
2026-03-28 11:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef7bd493-5d24-5610-b590-05fabe9ec729 with scrape type 2
2026-03-28 11:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef7bd493-5d24-5610-b590-05fabe9ec729, identifier: NX70%20YNN
2026-03-28 11:19:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef7bd493-5d24-5610-b590-05fabe9ec729 with identifier: NX70%20YNN
2026-03-28 11:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef7bd493-5d24-5610-b590-05fabe9ec729 with identifier: NX70%20YNN
2026-03-28 11:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef7bd493-5d24-5610-b590-05fabe9ec729 with identifier: NX70%20YNN to the API
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX70%20YNN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef7bd493-5d24-5610-b590-05fabe9ec729',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX70 YNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX70%20YNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 39802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 FLAIR PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 FLAIR PLUS',
 'vin': 'VR7ARHNSJLL043162',
 'year': 2020}
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520YNN%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Saving data for NX70%20YNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774304586.793365, 'last_price_update_time': 1774696787.691985}
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX70%2520YNN') HTTP/1.1" 204 0
2026-03-28 11:19:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:19:47 [bca.uk] INFO: Found listing with ID: UIG%206502
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25206502%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Scrape type for UIG%206502: 0
2026-03-28 11:19:47 [bca.uk] INFO: Found listing with ID: VN19%20OXZ
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520OXZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Scrape type for VN19%20OXZ: 0
2026-03-28 11:19:47 [bca.uk] INFO: Found listing with ID: WP19%20XTL
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP19%2520XTL%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Scrape type for WP19%20XTL: 0
2026-03-28 11:19:47 [bca.uk] INFO: Found listing with ID: WT19%20MYC
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MYC%27 HTTP/1.1" 200 None
2026-03-28 11:19:47 [bca.uk] INFO: Scrape type for WT19%20MYC: 2
2026-03-28 11:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f910801b-b76c-532e-813d-a860299e1d16 with identifier: WT19%20MYC
2026-03-28 11:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f910801b-b76c-532e-813d-a860299e1d16 with scrape type 2
2026-03-28 11:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f910801b-b76c-532e-813d-a860299e1d16 with scrape type 2
2026-03-28 11:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f910801b-b76c-532e-813d-a860299e1d16, identifier: WT19%20MYC
2026-03-28 11:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f910801b-b76c-532e-813d-a860299e1d16 with identifier: WT19%20MYC
2026-03-28 11:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f910801b-b76c-532e-813d-a860299e1d16 with identifier: WT19%20MYC
2026-03-28 11:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f910801b-b76c-532e-813d-a860299e1d16 with identifier: WT19%20MYC to the API
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:19:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20MYC-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f910801b-b76c-532e-813d-a860299e1d16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT19 MYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20MYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 96759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.4 PHEV JURO 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV JURO 4WD',
 'vin': 'JMAXDGG3WKZ009766',
 'year': 2019}
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MYC%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Saving data for WT19%20MYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774305609.992436, 'last_price_update_time': 1774696788.309213}
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520MYC') HTTP/1.1" 204 0
2026-03-28 11:19:48 [bca.uk] INFO: Found listing with ID: YT19%20LDO
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520LDO%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Scrape type for YT19%20LDO: 0
2026-03-28 11:19:48 [bca.uk] INFO: Found listing with ID: YX69%20YNJ
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX69%2520YNJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Scrape type for YX69%20YNJ: 0
2026-03-28 11:19:48 [bca.uk] INFO: Found listing with ID: CE70%20YEJ
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520YEJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Scrape type for CE70%20YEJ: 0
2026-03-28 11:19:48 [bca.uk] INFO: Found listing with ID: ER61%20ERR
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ER61%2520ERR%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Scrape type for ER61%20ERR: 0
2026-03-28 11:19:48 [bca.uk] INFO: Found listing with ID: EY70%20VMJ
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520VMJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Scrape type for EY70%20VMJ: 0
2026-03-28 11:19:48 [bca.uk] INFO: Found listing with ID: KO19%20FZP
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520FZP%27 HTTP/1.1" 200 None
2026-03-28 11:19:48 [bca.uk] INFO: Scrape type for KO19%20FZP: 2
2026-03-28 11:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1267443a-7b9d-5e93-ad70-b833f88ad36a with identifier: KO19%20FZP
2026-03-28 11:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1267443a-7b9d-5e93-ad70-b833f88ad36a with scrape type 2
2026-03-28 11:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1267443a-7b9d-5e93-ad70-b833f88ad36a with scrape type 2
2026-03-28 11:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1267443a-7b9d-5e93-ad70-b833f88ad36a, identifier: KO19%20FZP
2026-03-28 11:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1267443a-7b9d-5e93-ad70-b833f88ad36a with identifier: KO19%20FZP
2026-03-28 11:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1267443a-7b9d-5e93-ad70-b833f88ad36a with identifier: KO19%20FZP
2026-03-28 11:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1267443a-7b9d-5e93-ad70-b833f88ad36a with identifier: KO19%20FZP to the API
2026-03-28 11:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO19%20FZP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1267443a-7b9d-5e93-ad70-b833f88ad36a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO19 FZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO19%20FZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 49808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND SPACETOUR 1.2 P/T 130 TOUCH ED. MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 TOUCH ED.',
 'vin': 'VF73AHNSPKJ615034',
 'year': 2019}
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520FZP%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Saving data for KO19%20FZP: {'auction_closing_time': 1774864800.0, 'created_time': 1773932677.492133, 'last_price_update_time': 1774696789.35352}
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO19%2520FZP') HTTP/1.1" 204 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: KP73%20JFY
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520JFY%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for KP73%20JFY: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: MA69%20GVJ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA69%2520GVJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for MA69%20GVJ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: MF20%20MYB
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for MF20%20MYB: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: MT19%20XFA
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520XFA%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for MT19%20XFA: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: EU56%20DXM
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU56%2520DXM%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for EU56%20DXM: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: LG62%20ZFO
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520ZFO%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for LG62%20ZFO: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: T311%20CRN
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T311%2520CRN%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for T311%20CRN: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: SP66%20TUV
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP66%2520TUV%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for SP66%20TUV: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: WN21%20ZGE
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520ZGE%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for WN21%20ZGE: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: RL03%20OFZ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL03%2520OFZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for RL03%20OFZ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: AF52%20ZMX
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF52%2520ZMX%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for AF52%20ZMX: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: KB53%20URY
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB53%2520URY%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for KB53%20URY: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: DA64%20AWP
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520AWP%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for DA64%20AWP: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YP64%20UUM
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP64%2520UUM%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YP64%20UUM: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: AE67%20AWJ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520AWJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for AE67%20AWJ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: LR52%20SVV
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR52%2520SVV%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for LR52%20SVV: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: AD07%20FNJ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD07%2520FNJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for AD07%20FNJ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: DP11%20NXS
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP11%2520NXS%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for DP11%20NXS: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: PX10%20KTK
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX10%2520KTK%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for PX10%20KTK: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YF10%20RDV
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520RDV%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YF10%20RDV: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: EF55%20FLR
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF55%2520FLR%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for EF55%20FLR: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: EK06%20NPN
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK06%2520NPN%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for EK06%20NPN: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: OY10%20WZO
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520WZO%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for OY10%20WZO: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: PN60%20AXJ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN60%2520AXJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for PN60%20AXJ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: RO06%20WPZ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO06%2520WPZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for RO06%20WPZ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YS69%20LBZ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520LBZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YS69%20LBZ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: SC14%20THU
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC14%2520THU%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for SC14%20THU: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: SF17%20SCY
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF17%2520SCY%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for SF17%20SCY: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YK16%20DVY
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520DVY%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YK16%20DVY: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YT67%20XXJ
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520XXJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YT67%20XXJ: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: AV20%20NND
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV20%2520NND%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for AV20%20NND: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: BU68%20WHE
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520WHE%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for BU68%20WHE: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: D18%20MPX
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27D18%2520MPX%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for D18%20MPX: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: KV16%20LZF
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV16%2520LZF%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for KV16%20LZF: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: WJ24%20ONB
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520ONB%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for WJ24%20ONB: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: DJZ%208625
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DJZ%25208625%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for DJZ%208625: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YD74%20NDV
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD74%2520NDV%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YD74%20NDV: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: YR74%20UGO
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520UGO%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for YR74%20UGO: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: LJ22%20OVX
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520OVX%27 HTTP/1.1" 200 None
2026-03-28 11:19:49 [bca.uk] INFO: Scrape type for LJ22%20OVX: 0
2026-03-28 11:19:49 [bca.uk] INFO: Found listing with ID: DF14%20CGY
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520CGY%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for DF14%20CGY: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: FY16%20JXD
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY16%2520JXD%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for FY16%20JXD: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: YT65%20EPO
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520EPO%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for YT65%20EPO: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: KM71%20HVW
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520HVW%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for KM71%20HVW: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: PK11%20DNX
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520DNX%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for PK11%20DNX: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: FG07%20UTP
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG07%2520UTP%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for FG07%20UTP: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: EJ23%20BDV
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BDV%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for EJ23%20BDV: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: GJ09%20TAY
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ09%2520TAY%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for GJ09%20TAY: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: RE17%20OVC
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520OVC%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for RE17%20OVC: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: NK72%20ATF
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK72%2520ATF%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for NK72%20ATF: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: AK07%20ZFD
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK07%2520ZFD%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for AK07%20ZFD: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: FJ22%20SKE
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520SKE%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for FJ22%20SKE: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: PK16%20DAA
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK16%2520DAA%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for PK16%20DAA: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: VX70%20DXD
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX70%2520DXD%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for VX70%20DXD: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: YF71%20EWW
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520EWW%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for YF71%20EWW: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: RO25%20UHK
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520UHK%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for RO25%20UHK: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: YF14%20KTO
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520KTO%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for YF14%20KTO: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: YY65%20HOJ
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520HOJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for YY65%20HOJ: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: PL72%20VKN
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520VKN%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for PL72%20VKN: 0
2026-03-28 11:19:50 [bca.uk] INFO: Found listing with ID: GL17%20YUF
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520YUF%27 HTTP/1.1" 200 None
2026-03-28 11:19:50 [bca.uk] INFO: Scrape type for GL17%20YUF: 0
2026-03-28 11:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:19:52 [bca.uk] INFO: Total items found: 100
2026-03-28 11:19:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded
2026-03-28 11:19:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:19:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: SD67%20XHY
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520XHY%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for SD67%20XHY: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: SF65%20UHY
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF65%2520UHY%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for SF65%20UHY: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: W999%20DMF
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W999%2520DMF%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for W999%20DMF: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: YF15%20TAU
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520TAU%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for YF15%20TAU: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: MJ25%20UXY
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520UXY%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for MJ25%20UXY: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: GR12%20EYN
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR12%2520EYN%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for GR12%20EYN: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: NG57%20MFP
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG57%2520MFP%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for NG57%20MFP: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: SW12%20CWU
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW12%2520CWU%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for SW12%20CWU: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: DK72%20MUP
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MUP%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for DK72%20MUP: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: CV13%20UWG
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV13%2520UWG%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for CV13%20UWG: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: EY09%20NXP
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY09%2520NXP%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for EY09%20NXP: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: FG55%20FRR
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG55%2520FRR%27 HTTP/1.1" 200 None
2026-03-28 11:19:52 [bca.uk] INFO: Scrape type for FG55%20FRR: 0
2026-03-28 11:19:52 [bca.uk] INFO: Found listing with ID: NJ58%20GBO
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520GBO%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for NJ58%20GBO: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: Y597%20TPO
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y597%2520TPO%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for Y597%20TPO: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: C11%20HLD
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C11%2520HLD%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for C11%20HLD: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: MH18%20WND
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for MH18%20WND: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: YG21%20EGK
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520EGK%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for YG21%20EGK: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: AP68%20OOU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP68%2520OOU%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for AP68%20OOU: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: BK15%20DJU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK15%2520DJU%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for BK15%20DJU: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: EX68%20FPN
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520FPN%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for EX68%20FPN: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: MM64%20ZJK
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520ZJK%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for MM64%20ZJK: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: OY16%20WGE
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520WGE%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for OY16%20WGE: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SL14%20MYG
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520MYG%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SL14%20MYG: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: W31%20RJE
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W31%2520RJE%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for W31%20RJE: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: YE20%20PZR
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520PZR%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for YE20%20PZR: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: OV69%20WDL
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520WDL%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for OV69%20WDL: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: LK11%20RXW
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK11%2520RXW%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for LK11%20RXW: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: RE58%20ETV
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE58%2520ETV%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for RE58%20ETV: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SV14%20MFX
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520MFX%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SV14%20MFX: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SX64%20FDA
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX64%2520FDA%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SX64%20FDA: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: GJ19%20WEX
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520WEX%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for GJ19%20WEX: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: DK07%20EDF
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK07%2520EDF%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for DK07%20EDF: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: FR61%20OFO
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR61%2520OFO%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for FR61%20OFO: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: LG60%20DXP
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520DXP%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for LG60%20DXP: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SJ12%20YSN
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ12%2520YSN%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SJ12%20YSN: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SX10%20KDU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX10%2520KDU%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SX10%20KDU: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: DG15%20FDY
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520FDY%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for DG15%20FDY: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: GL16%20OVF
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520OVF%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for GL16%20OVF: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: LC19%20OZU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520OZU%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for LC19%20OZU: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: NA18%20ZGM
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA18%2520ZGM%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for NA18%20ZGM: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: RF66%20YSN
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF66%2520YSN%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for RF66%20YSN: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: VO15%20SDY
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO15%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for VO15%20SDY: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: OE21%20MKN
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520MKN%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for OE21%20MKN: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: DL13%20TZH
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL13%2520TZH%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for DL13%20TZH: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: VK10%20OZP
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK10%2520OZP%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for VK10%20OZP: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: EA70%20VCU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520VCU%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for EA70%20VCU: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: FL21%20UBW
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520UBW%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for FL21%20UBW: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: GV17%20MPX
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV17%2520MPX%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for GV17%20MPX: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: LM72%20CMF
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520CMF%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for LM72%20CMF: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: RE23%20GYT
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for RE23%20GYT: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: KT21%20UWN
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520UWN%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for KT21%20UWN: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: FN61%20BWH
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520BWH%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for FN61%20BWH: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: LD04%20LFM
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD04%2520LFM%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for LD04%20LFM: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SD09%20AYV
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD09%2520AYV%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SD09%20AYV: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: WN59%20GLK
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN59%2520GLK%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for WN59%20GLK: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: VX23%20XSA
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX23%2520XSA%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for VX23%20XSA: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: SE18%20YBW
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520YBW%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for SE18%20YBW: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: FX64%20LPN
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520LPN%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for FX64%20LPN: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: HK67%20LDY
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK67%2520LDY%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for HK67%20LDY: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: RJ69%20LZC
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LZC%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for RJ69%20LZC: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: KV63%20FHS
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520FHS%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for KV63%20FHS: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: PK69%20OVZ
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK69%2520OVZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for PK69%20OVZ: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: OY25%20DMF
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520DMF%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for OY25%20DMF: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: AO67%20AHU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520AHU%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for AO67%20AHU: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: KP18%20YMA
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520YMA%27 HTTP/1.1" 200 None
2026-03-28 11:19:53 [bca.uk] INFO: Scrape type for KP18%20YMA: 0
2026-03-28 11:19:53 [bca.uk] INFO: Found listing with ID: YY64%20YGU
2026-03-28 11:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY64%2520YGU%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for YY64%20YGU: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: CE56%20FYG
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE56%2520FYG%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for CE56%20FYG: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: FD09%20XMM
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD09%2520XMM%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for FD09%20XMM: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: FV62%20YZH
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YZH%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for FV62%20YZH: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: HK60%20BJJ
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK60%2520BJJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for HK60%20BJJ: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: LB10%20VFY
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB10%2520VFY%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for LB10%20VFY: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: LN57%20XTU
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN57%2520XTU%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for LN57%20XTU: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: NC06%20ENK
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520ENK%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for NC06%20ENK: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: NJ12%20NFP
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ12%2520NFP%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for NJ12%20NFP: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: YG09%20EFL
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG09%2520EFL%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for YG09%20EFL: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: DG23%20FXB
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520FXB%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for DG23%20FXB: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: KJ17%20CFU
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520CFU%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for KJ17%20CFU: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: KS66%20EFH
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS66%2520EFH%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for KS66%20EFH: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: LD67%20AVU
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD67%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for LD67%20AVU: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: OY16%20YMR
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520YMR%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for OY16%20YMR: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: VN14%20ZTT
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520ZTT%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for VN14%20ZTT: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: BP17%20UCL
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP17%2520UCL%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for BP17%20UCL: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: CP14%20PXT
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP14%2520PXT%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for CP14%20PXT: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: N300%20GRA
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N300%2520GRA%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for N300%20GRA: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: LB20%20EKW
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520EKW%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for LB20%20EKW: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: WG67%20KDZ
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG67%2520KDZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for WG67%20KDZ: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: AF16%20WXA
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF16%2520WXA%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for AF16%20WXA: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: BT67%20LPA
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520LPA%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for BT67%20LPA: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: CX17%20URY
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520URY%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for CX17%20URY: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: DSZ%207504
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25207504%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for DSZ%207504: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: ST19%20CBF
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST19%2520CBF%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for ST19%20CBF: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: EK62%20FCO
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520FCO%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for EK62%20FCO: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: RV66%20CJU
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520CJU%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for RV66%20CJU: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: EX69%20AOB
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520AOB%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for EX69%20AOB: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: GJ69%20LTK
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520LTK%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for GJ69%20LTK: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: AU64%20VRP
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU64%2520VRP%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for AU64%20VRP: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: LL70%20LHW
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520LHW%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for LL70%20LHW: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: SV15%20VVF
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520VVF%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for SV15%20VVF: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: BG56%20VSO
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG56%2520VSO%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for BG56%20VSO: 0
2026-03-28 11:19:54 [bca.uk] INFO: Found listing with ID: MA60%20DXG
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA60%2520DXG%27 HTTP/1.1" 200 None
2026-03-28 11:19:54 [bca.uk] INFO: Scrape type for MA60%20DXG: 0
2026-03-28 11:19:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:19:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:19:56 [bca.uk] INFO: Total items found: 100
2026-03-28 11:19:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded
2026-03-28 11:19:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:19:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: SG16%20RVM
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520RVM%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for SG16%20RVM: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: EY08%20KHL
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520KHL%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for EY08%20KHL: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: WM22%20LCA
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM22%2520LCA%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for WM22%20LCA: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: KM20%20LWW
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520LWW%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for KM20%20LWW: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: LB70%20HDN
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520HDN%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for LB70%20HDN: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: LD69%20UUB
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520UUB%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for LD69%20UUB: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: VN20%20KCF
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520KCF%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for VN20%20KCF: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: GF72%20XCM
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for GF72%20XCM: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: GJ22%20OBS
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520OBS%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for GJ22%20OBS: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: HJ72%20VRG
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520VRG%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for HJ72%20VRG: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: CE24%20MDF
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE24%2520MDF%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for CE24%20MDF: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: OU69%20NBZ
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU69%2520NBZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for OU69%20NBZ: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: RK21%20BVG
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520BVG%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for RK21%20BVG: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: BT67%20MYL
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520MYL%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for BT67%20MYL: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: FL22%20YFY
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for FL22%20YFY: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: HF70%20BJO
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF70%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for HF70%20BJO: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: MF19%20AYP
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520AYP%27 HTTP/1.1" 200 None
2026-03-28 11:19:56 [bca.uk] INFO: Scrape type for MF19%20AYP: 0
2026-03-28 11:19:56 [bca.uk] INFO: Found listing with ID: DL71%20XZY
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL71%2520XZY%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for DL71%20XZY: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GN69%20YJO
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN69%2520YJO%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for GN69%20YJO: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: DN14%20EYH
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN14%2520EYH%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for DN14%20EYH: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: NV22%20ZNU
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for NV22%20ZNU: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: DY19%20ZHC
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520ZHC%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for DY19%20ZHC: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: SG22%20PMO
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520PMO%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for SG22%20PMO: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: VN19%20AOL
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520AOL%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for VN19%20AOL: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YF71%20NZV
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YF71%20NZV: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: DY72%20NXL
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for DY72%20NXL: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: FD19%20LLX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520LLX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for FD19%20LLX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GV19%20DDY
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV19%2520DDY%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for GV19%20DDY: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: WGZ%201184
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WGZ%25201184%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for WGZ%201184: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YHZ%206531
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25206531%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YHZ%206531: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YK22%20NXD
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YK22%20NXD: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: FN60%20KWB
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN60%2520KWB%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for FN60%20KWB: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: SE19%20OZF
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OZF%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for SE19%20OZF: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: BC23%20HNY
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520HNY%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for BC23%20HNY: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: WN67%20XHL
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN67%2520XHL%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for WN67%20XHL: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GF21%20EFU
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520EFU%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for GF21%20EFU: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: KM69%20YOF
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520YOF%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for KM69%20YOF: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YM72%20XST
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520XST%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YM72%20XST: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GX21%20MTJ
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for GX21%20MTJ: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: WU15%20FRX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU15%2520FRX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for WU15%20FRX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: PE17%20WVY
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE17%2520WVY%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for PE17%20WVY: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: NA23%20AXW
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520AXW%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for NA23%20AXW: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: EG19%20JMU
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG19%2520JMU%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for EG19%20JMU: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YR22%20KWK
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520KWK%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YR22%20KWK: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GK23%20HWC
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK23%2520HWC%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for GK23%20HWC: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: LV68%20KTX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520KTX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for LV68%20KTX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YK11%20DZG
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK11%2520DZG%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YK11%20DZG: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GJ72%20ZXD
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520ZXD%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for GJ72%20ZXD: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: HL19%20XUO
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520XUO%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for HL19%20XUO: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: LS22%20NVM
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520NVM%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for LS22%20NVM: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: SB71%20GJU
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520GJU%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for SB71%20GJU: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: RE71%20XTN
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520XTN%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for RE71%20XTN: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: WN19%20NKM
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for WN19%20NKM: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: MT15%20KFO
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520KFO%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for MT15%20KFO: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: LR22%20UZD
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520UZD%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for LR22%20UZD: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: RE63%20KKR
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE63%2520KKR%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for RE63%20KKR: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: RA24%20DYB
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA24%2520DYB%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for RA24%20DYB: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: RO21%20UGR
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO21%2520UGR%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for RO21%20UGR: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: SM72%20PLU
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520PLU%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for SM72%20PLU: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: HV18%20YST
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520YST%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for HV18%20YST: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: HN23%20RRO
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520RRO%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for HN23%20RRO: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: KS72%20BND
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520BND%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for KS72%20BND: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: KS72%20NBA
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520NBA%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for KS72%20NBA: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: SO68%20NWR
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO68%2520NWR%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for SO68%20NWR: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: AK62%20DWZ
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK62%2520DWZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for AK62%20DWZ: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: LM64%20DCX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520DCX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for LM64%20DCX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: CK09%20WRX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK09%2520WRX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for CK09%20WRX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: YH05%20VKB
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH05%2520VKB%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for YH05%20VKB: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: EU15%20ZJX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZJX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for EU15%20ZJX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: CE65%20FXR
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE65%2520FXR%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for CE65%20FXR: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: KW18%20YBL
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520YBL%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for KW18%20YBL: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: MM23%20UJL
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM23%2520UJL%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for MM23%20UJL: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: HN15%20RRX
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN15%2520RRX%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for HN15%20RRX: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: WT18%20XOZ
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520XOZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for WT18%20XOZ: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: LC73%20ANV
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC73%2520ANV%27 HTTP/1.1" 200 None
2026-03-28 11:19:57 [bca.uk] INFO: Scrape type for LC73%20ANV: 0
2026-03-28 11:19:57 [bca.uk] INFO: Found listing with ID: GR07%20NYG
2026-03-28 11:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR07%2520NYG%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for GR07%20NYG: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: YY15%20GXL
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520GXL%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for YY15%20GXL: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: LL16%20TNX
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520TNX%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for LL16%20TNX: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: LN62%20ZNM
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN62%2520ZNM%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for LN62%20ZNM: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: MK15%20UNE
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK15%2520UNE%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for MK15%20UNE: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: DS69%20ZTP
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520ZTP%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for DS69%20ZTP: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: GF66%20YHR
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF66%2520YHR%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for GF66%20YHR: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: LG22%20UDD
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UDD%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for LG22%20UDD: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: RE62%20HYL
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520HYL%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for RE62%20HYL: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: LO70%20JRV
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520JRV%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for LO70%20JRV: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: AD02%20AUA
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD02%2520AUA%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for AD02%20AUA: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: WF15%20LRK
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF15%2520LRK%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for WF15%20LRK: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: WM10%20CYJ
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM10%2520CYJ%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for WM10%20CYJ: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: WR69%20XPS
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520XPS%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for WR69%20XPS: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: YP17%20NVZ
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP17%2520NVZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for YP17%20NVZ: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: HX18%20VPO
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX18%2520VPO%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for HX18%20VPO: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: WK22%20GWM
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520GWM%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for WK22%20GWM: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: WN64%20EZV
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520EZV%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for WN64%20EZV: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: DF21%20YUB
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YUB%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for DF21%20YUB: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: LK18%20GCV
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520GCV%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for LK18%20GCV: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: MC25%20CFZ
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC25%2520CFZ%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for MC25%20CFZ: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: VO71%20UHX
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520UHX%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for VO71%20UHX: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: RF55%20LBE
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF55%2520LBE%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for RF55%20LBE: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: WX21%20YHR
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YHR%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for WX21%20YHR: 0
2026-03-28 11:19:58 [bca.uk] INFO: Found listing with ID: KN70%20FML
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520FML%27 HTTP/1.1" 200 None
2026-03-28 11:19:58 [bca.uk] INFO: Scrape type for KN70%20FML: 0
2026-03-28 11:19:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:19:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:20:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:20:02 [bca.uk] INFO: Total items found: 100
2026-03-28 11:20:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded
2026-03-28 11:20:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:20:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: LT22%20PXB
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520PXB%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for LT22%20PXB: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: DE71%20HPU
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520HPU%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for DE71%20HPU: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: LO70%20NVA
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520NVA%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for LO70%20NVA: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: MM72%20FLE
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520FLE%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for MM72%20FLE: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: FE16%20SWJ
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE16%2520SWJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for FE16%20SWJ: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: NG19%20XJO
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG19%2520XJO%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for NG19%20XJO: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: KP22%20XRK
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XRK%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for KP22%20XRK: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: BK23%20TXL
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXL%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for BK23%20TXL: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: BV23%20EKD
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EKD%27 HTTP/1.1" 200 None
2026-03-28 11:20:02 [bca.uk] INFO: Scrape type for BV23%20EKD: 0
2026-03-28 11:20:02 [bca.uk] INFO: Found listing with ID: EX61%20HFZ
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520HFZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for EX61%20HFZ: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: DF74%20TPY
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF74%2520TPY%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for DF74%20TPY: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: MT66%20HOJ
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520HOJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for MT66%20HOJ: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: SL67%20THX
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL67%2520THX%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for SL67%20THX: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CK15%20WVX
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520WVX%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CK15%20WVX: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CK68%20LMX
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520LMX%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CK68%20LMX: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CU13%20HVX
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU13%2520HVX%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CU13%20HVX: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CV10%20XKT
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CV10%20XKT: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: KR65%20DTN
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520DTN%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for KR65%20DTN: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: BC21%20KLD
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC21%2520KLD%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for BC21%20KLD: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: FV71%20JWL
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520JWL%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for FV71%20JWL: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: VN72%20KLJ
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520KLJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for VN72%20KLJ: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: VK71%20EXU
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520EXU%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for VK71%20EXU: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: LF23%20XAM
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520XAM%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for LF23%20XAM: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: OY23%20VCU
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for OY23%20VCU: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: VA21%20LZK
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520LZK%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for VA21%20LZK: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: VE71%20ZKP
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZKP%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for VE71%20ZKP: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: GJ23%20KGV
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KGV%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for GJ23%20KGV: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: KE21%20TXN
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE21%2520TXN%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for KE21%20TXN: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: KW73%20YGN
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YGN%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for KW73%20YGN: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: LE71%20CTV
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for LE71%20CTV: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: KW20%20LGO
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW20%2520LGO%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for KW20%20LGO: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: VE21%20AZG
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520AZG%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for VE21%20AZG: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: DE23%20EXV
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520EXV%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for DE23%20EXV: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CJ71%20JJX
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520JJX%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CJ71%20JJX: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: LP71%20WJV
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520WJV%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for LP71%20WJV: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: RJ71%20ZYS
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZYS%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for RJ71%20ZYS: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: DA61%20MJO
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA61%2520MJO%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for DA61%20MJO: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: YD72%20AFE
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520AFE%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for YD72%20AFE: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: LP71%20TEY
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520TEY%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for LP71%20TEY: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: VN21%20HLR
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520HLR%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for VN21%20HLR: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: BK22%20UGF
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UGF%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for BK22%20UGF: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CA72%20UME
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UME%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CA72%20UME: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CF72%20HXM
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520HXM%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CF72%20HXM: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: FY70%20GVR
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520GVR%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for FY70%20GVR: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: NK65%20YGZ
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK65%2520YGZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for NK65%20YGZ: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: MD21%20WZL
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520WZL%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for MD21%20WZL: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: CK72%20WPU
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520WPU%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for CK72%20WPU: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: KR22%20XLD
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520XLD%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for KR22%20XLD: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: LL72%20AXY
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520AXY%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for LL72%20AXY: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: MF68%20EMX
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF68%2520EMX%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for MF68%20EMX: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: WP72%20ZBO
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZBO%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for WP72%20ZBO: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: AY66%20KUP
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520KUP%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for AY66%20KUP: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: KM19%20WYY
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520WYY%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for KM19%20WYY: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: WG69%20OKP
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520OKP%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for WG69%20OKP: 0
2026-03-28 11:20:03 [bca.uk] INFO: Found listing with ID: WN24%20VML
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520VML%27 HTTP/1.1" 200 None
2026-03-28 11:20:03 [bca.uk] INFO: Scrape type for WN24%20VML: 2
2026-03-28 11:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML
2026-03-28 11:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with scrape type 2
2026-03-28 11:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with scrape type 2
2026-03-28 11:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb, identifier: WN24%20VML
2026-03-28 11:20:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML
2026-03-28 11:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML
2026-03-28 11:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27bdcfc1-4724-54d2-9fbe-1cf3af9723bb with identifier: WN24%20VML to the API
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20VML-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '27bdcfc1-4724-54d2-9fbe-1cf3af9723bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 VML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20VML&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'EX30',
 'odometer': 10778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO EX30 315KW 69KWH TM PERF.ULTRA Hatchback',
 'transmission': 'automatic',
 'trim': '315KW 69KWH TM PERF.ULTRA',
 'vin': 'YV12ZEK89RS023447',
 'year': 2024}
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520VML%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Saving data for WN24%20VML: {'auction_closing_time': 1774864800.0, 'created_time': 1774425689.231589, 'last_price_update_time': 1774696804.364463}
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520VML') HTTP/1.1" 204 0
2026-03-28 11:20:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: CA74%20HFP
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HFP%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for CA74%20HFP: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: FL22%20DXC
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520DXC%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for FL22%20DXC: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: LO23%20MGV
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520MGV%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for LO23%20MGV: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: RA70%20BYN
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA70%2520BYN%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for RA70%20BYN: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: MH72%20CBU
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CBU%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for MH72%20CBU: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: GJ22%20EPF
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EPF%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for GJ22%20EPF: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: LS74%20FOP
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520FOP%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for LS74%20FOP: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: MA23%20OHR
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520OHR%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for MA23%20OHR: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: RO69%20NWG
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520NWG%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for RO69%20NWG: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: CA72%20AUT
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520AUT%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for CA72%20AUT: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: FL71%20JOU
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JOU%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for FL71%20JOU: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: GJ23%20WEV
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520WEV%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for GJ23%20WEV: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: VE71%20ZFR
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZFR%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for VE71%20ZFR: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: YGZ%208440
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25208440%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for YGZ%208440: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: AF22%20DJU
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DJU%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for AF22%20DJU: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: DS23%20APF
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APF%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for DS23%20APF: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: DY72%20XSA
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520XSA%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for DY72%20XSA: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: MV23%20PAO
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520PAO%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for MV23%20PAO: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: PG04%20HLN
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG04%2520HLN%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for PG04%20HLN: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: OV21%20NMJ
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for OV21%20NMJ: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: OV23%20MYM
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520MYM%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for OV23%20MYM: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: YM21%20VTU
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520VTU%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for YM21%20VTU: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: YR70%20FWZ
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520FWZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for YR70%20FWZ: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: DL22%20OCV
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520OCV%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for DL22%20OCV: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: EF72%20WBE
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF72%2520WBE%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for EF72%20WBE: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: EY69%20KKD
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520KKD%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for EY69%20KKD: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: FH70%20GYA
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520GYA%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for FH70%20GYA: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: LM71%20AWG
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520AWG%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for LM71%20AWG: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: LS23%20KND
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KND%27 HTTP/1.1" 200 None
2026-03-28 11:20:04 [bca.uk] INFO: Scrape type for LS23%20KND: 0
2026-03-28 11:20:04 [bca.uk] INFO: Found listing with ID: AU22%20UNH
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU22%2520UNH%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for AU22%20UNH: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: CA72%20UMH
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UMH%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for CA72%20UMH: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: GL73%20UUB
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520UUB%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for GL73%20UUB: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: CF17%20LFL
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF17%2520LFL%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for CF17%20LFL: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: WV23%20YCG
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YCG%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for WV23%20YCG: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: WV23%20YED
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YED%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for WV23%20YED: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: GU61%20LVX
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU61%2520LVX%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for GU61%20LVX: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: DL24%20OPV
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OPV%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for DL24%20OPV: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: FD20%20RUC
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520RUC%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for FD20%20RUC: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: LO21%20EFG
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFG%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for LO21%20EFG: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: WK69%20XPD
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520XPD%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for WK69%20XPD: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: KY22%20JVH
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520JVH%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for KY22%20JVH: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: BJ20%20SFO
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520SFO%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for BJ20%20SFO: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: RO73%20JYJ
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520JYJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for RO73%20JYJ: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: Y37%20XEB
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y37%2520XEB%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for Y37%20XEB: 0
2026-03-28 11:20:05 [bca.uk] INFO: Found listing with ID: KT68%20DGU
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520DGU%27 HTTP/1.1" 200 None
2026-03-28 11:20:05 [bca.uk] INFO: Scrape type for KT68%20DGU: 0
2026-03-28 11:20:10 [scrapy.extensions.logstats] INFO: Crawled 249 pages (at 5 pages/min), scraped 572 items (at 4 items/min)
2026-03-28 11:20:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:20:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:20:24 [bca.uk] INFO: Total items found: 100
2026-03-28 11:20:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded
2026-03-28 11:20:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:20:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: LF64%20ZXO
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZXO%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for LF64%20ZXO: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: YA71%20HFJ
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520HFJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for YA71%20HFJ: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: PX22%20OLO
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLO%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for PX22%20OLO: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: DX68%20LYY
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520LYY%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for DX68%20LYY: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: M8%20GTB
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M8%2520GTB%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for M8%20GTB: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: MW24%20ESU
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW24%2520ESU%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for MW24%20ESU: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: DS69%20XKM
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520XKM%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for DS69%20XKM: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: HG22%20AZJ
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520AZJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for HG22%20AZJ: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: LC20%20HCL
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC20%2520HCL%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for LC20%20HCL: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: MA22%20GUC
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520GUC%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for MA22%20GUC: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: RE23%20FJD
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FJD%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for RE23%20FJD: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: HN18%20LZM
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520LZM%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for HN18%20LZM: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: VO67%20NNX
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NNX%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for VO67%20NNX: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: WD69%20HTP
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD69%2520HTP%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for WD69%20HTP: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: EG68%20JJZ
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520JJZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for EG68%20JJZ: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: FL22%20ANV
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520ANV%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for FL22%20ANV: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: WF06%20XNY
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF06%2520XNY%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for WF06%20XNY: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: YR72%20WUA
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WUA%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for YR72%20WUA: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: GN69%20VTD
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN69%2520VTD%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for GN69%20VTD: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: NA69%20AOU
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520AOU%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for NA69%20AOU: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: DV22%20OHJ
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520OHJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for DV22%20OHJ: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: MM22%20ZFU
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520ZFU%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for MM22%20ZFU: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: LM65%20BEY
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM65%2520BEY%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for LM65%20BEY: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: DP68%20HVM
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520HVM%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for DP68%20HVM: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: RE22%20DDU
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DDU%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for RE22%20DDU: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: BX72%20XSR
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520XSR%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for BX72%20XSR: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: YR22%20PVT
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520PVT%27 HTTP/1.1" 200 None
2026-03-28 11:20:24 [bca.uk] INFO: Scrape type for YR22%20PVT: 0
2026-03-28 11:20:24 [bca.uk] INFO: Found listing with ID: LK68%20JRU
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK68%2520JRU%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LK68%20JRU: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YG15%20EEY
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520EEY%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YG15%20EEY: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: MA23%20VFZ
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520VFZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for MA23%20VFZ: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: MF22%20SZU
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520SZU%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for MF22%20SZU: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: BL21%20UCV
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UCV%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for BL21%20UCV: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: MJ69%20NDN
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520NDN%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for MJ69%20NDN: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: WT19%20UDJ
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520UDJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for WT19%20UDJ: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: DL70%20JYH
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520JYH%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for DL70%20JYH: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: DE24%20UUP
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for DE24%20UUP: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LT68%20FXH
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LT68%20FXH: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: VU19%20OJL
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU19%2520OJL%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for VU19%20OJL: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: RO72%20LVF
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520LVF%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for RO72%20LVF: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: NL69%20OLK
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL69%2520OLK%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for NL69%20OLK: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LS72%20OLW
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520OLW%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LS72%20OLW: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: SN72%20GZX
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520GZX%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for SN72%20GZX: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: GF20%20LKE
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF20%2520LKE%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for GF20%20LKE: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: PK19%20SDX
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520SDX%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for PK19%20SDX: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YB21%20WUC
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB21%2520WUC%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YB21%20WUC: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: OXZ%208261
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OXZ%25208261%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for OXZ%208261: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: WG20%20KJY
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG20%2520KJY%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for WG20%20KJY: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YS19%20ULN
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520ULN%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YS19%20ULN: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YG16%20YSS
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520YSS%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YG16%20YSS: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: SO15%20OPN
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520OPN%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for SO15%20OPN: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LR20%20LWJ
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520LWJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LR20%20LWJ: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: DV19%20KTE
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520KTE%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for DV19%20KTE: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: GU66%20AVR
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520AVR%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for GU66%20AVR: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: HV65%20TYB
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520TYB%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for HV65%20TYB: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LO21%20AUE
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520AUE%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LO21%20AUE: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: FJ57%20ATF
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ57%2520ATF%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for FJ57%20ATF: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: KS65%20MTJ
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520MTJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for KS65%20MTJ: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YR68%20OEH
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520OEH%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YR68%20OEH: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: BG20%20KFY
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG20%2520KFY%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for BG20%20KFY: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LJ20%20OWB
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ20%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LJ20%20OWB: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: ST12%20EDP
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EDP%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for ST12%20EDP: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: BK18%20URD
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520URD%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for BK18%20URD: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: WP20%20GXG
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520GXG%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for WP20%20GXG: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LT22%20GHA
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520GHA%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LT22%20GHA: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: GT08%20SPY
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT08%2520SPY%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for GT08%20SPY: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: PF13%20UHO
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF13%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for PF13%20UHO: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: MT69%20XJO
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520XJO%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for MT69%20XJO: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YH71%20KLU
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KLU%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YH71%20KLU: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: KM17%20KKF
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520KKF%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for KM17%20KKF: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: PK70%20ULM
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK70%2520ULM%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for PK70%20ULM: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YE19%20JBT
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520JBT%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YE19%20JBT: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LS68%20NXM
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520NXM%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LS68%20NXM: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LB08%20ECA
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB08%2520ECA%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LB08%20ECA: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: EF70%20CXX
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF70%2520CXX%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for EF70%20CXX: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: RF71%20AEP
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEP%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for RF71%20AEP: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: DKZ%20133
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DKZ%2520133%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for DKZ%20133: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LT24%20HBY
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520HBY%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LT24%20HBY: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: AM65%20KAR
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM65%2520KAR%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for AM65%20KAR: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LT74%20FZJ
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520FZJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LT74%20FZJ: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: WR21%20UJK
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR21%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for WR21%20UJK: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: EA20%20UFG
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA20%2520UFG%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for EA20%20UFG: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: FG70%20DOU
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520DOU%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for FG70%20DOU: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: YR23%20WZO
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520WZO%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for YR23%20WZO: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: LT09%20KBU
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520KBU%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for LT09%20KBU: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: SD14%20DZH
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520DZH%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for SD14%20DZH: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: BK64%20KVG
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520KVG%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for BK64%20KVG: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: WF12%20XNJ
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520XNJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for WF12%20XNJ: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: HJ73%20URE
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520URE%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for HJ73%20URE: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: AV65%20ZLK
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV65%2520ZLK%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for AV65%20ZLK: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: GU10%20GKA
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU10%2520GKA%27 HTTP/1.1" 200 None
2026-03-28 11:20:25 [bca.uk] INFO: Scrape type for GU10%20GKA: 0
2026-03-28 11:20:25 [bca.uk] INFO: Found listing with ID: WN22%20WPJ
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520WPJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for WN22%20WPJ: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: WM14%20PDY
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520PDY%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for WM14%20PDY: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: YA11%20KXE
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520KXE%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for YA11%20KXE: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: BK14%20FYL
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520FYL%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for BK14%20FYL: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: GK62%20PZS
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520PZS%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for GK62%20PZS: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: LK13%20VNL
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520VNL%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for LK13%20VNL: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: OE03%20OHV
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE03%2520OHV%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for OE03%20OHV: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: OY16%20BTX
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520BTX%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for OY16%20BTX: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: RJ16%20DYF
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520DYF%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for RJ16%20DYF: 0
2026-03-28 11:20:26 [bca.uk] INFO: Found listing with ID: RV11%20MXY
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-28 11:20:26 [bca.uk] INFO: Scrape type for RV11%20MXY: 0
2026-03-28 11:20:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:20:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:20:35 [bca.uk] INFO: Total items found: 100
2026-03-28 11:20:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded
2026-03-28 11:20:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:20:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: WM14%20HBK
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520HBK%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for WM14%20HBK: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: VE22%20FKB
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520FKB%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for VE22%20FKB: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: BF11%20UCM
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF11%2520UCM%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for BF11%20UCM: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: DP64%20OFX
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP64%2520OFX%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for DP64%20OFX: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: DS64%20KUP
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS64%2520KUP%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for DS64%20KUP: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: FG12%20NLT
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520NLT%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for FG12%20NLT: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: VK62%20BZF
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK62%2520BZF%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for VK62%20BZF: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: YF62%20DGV
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF62%2520DGV%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for YF62%20DGV: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: BL12%20MVX
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520MVX%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for BL12%20MVX: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: DU65%20GNJ
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU65%2520GNJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for DU65%20GNJ: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: DY59%20OYL
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY59%2520OYL%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for DY59%20OYL: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: EJ09%20HGF
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ09%2520HGF%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for EJ09%20HGF: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: KS09%20VZK
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520VZK%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for KS09%20VZK: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: KU60%20XCH
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU60%2520XCH%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for KU60%20XCH: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: MV60%20OCJ
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV60%2520OCJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for MV60%20OCJ: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: NA59%20VJY
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA59%2520VJY%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for NA59%20VJY: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: OV07%20NNA
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV07%2520NNA%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for OV07%20NNA: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: VN09%20PYP
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN09%2520PYP%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for VN09%20PYP: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: AV17%20HXJ
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520HXJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for AV17%20HXJ: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: NX62%20RWV
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX62%2520RWV%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for NX62%20RWV: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: YB66%20SGO
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520SGO%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for YB66%20SGO: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: RF17%20FMX
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520FMX%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for RF17%20FMX: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: VO23%20PXF
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:20:35 [bca.uk] INFO: Scrape type for VO23%20PXF: 0
2026-03-28 11:20:35 [bca.uk] INFO: Found listing with ID: OU15%20RWZ
2026-03-28 11:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU15%2520RWZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for OU15%20RWZ: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: YT62%20VUV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT62%2520VUV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for YT62%20VUV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: RO22%20AMK
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520AMK%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for RO22%20AMK: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LT65%20ANU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT65%2520ANU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LT65%20ANU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LL71%20GTF
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520GTF%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LL71%20GTF: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: OE25%20HUV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE25%2520HUV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for OE25%20HUV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: RV75%20YJL
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV75%2520YJL%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for RV75%20YJL: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: MK62%20YWB
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520YWB%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for MK62%20YWB: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: SV17%20YJJ
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV17%2520YJJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for SV17%20YJJ: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: PE14%20KXO
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520KXO%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for PE14%20KXO: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: PY15%20TGO
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY15%2520TGO%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for PY15%20TGO: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: RJ11%20HBN
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520HBN%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for RJ11%20HBN: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: BJ09%20LWN
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520LWN%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for BJ09%20LWN: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: GK63%20TXV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520TXV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for GK63%20TXV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: MJ12%20UFB
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ12%2520UFB%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for MJ12%20UFB: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: DA22%20BSU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520BSU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for DA22%20BSU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: HL19%20YRV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520YRV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for HL19%20YRV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: KN25%20NHY
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN25%2520NHY%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for KN25%20NHY: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LA71%20ZAZ
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZAZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LA71%20ZAZ: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LB72%20ENL
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520ENL%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LB72%20ENL: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: MM22%20WHU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520WHU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for MM22%20WHU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: SJ75%20HEU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ75%2520HEU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for SJ75%20HEU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: WP25%20CFV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520CFV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for WP25%20CFV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: ST20%20RXP
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520RXP%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for ST20%20RXP: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: DP19%20UYE
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520UYE%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for DP19%20UYE: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: HG59%20EGD
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG59%2520EGD%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for HG59%20EGD: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: CX60%20YGG
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX60%2520YGG%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for CX60%20YGG: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: EA59%20HXN
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA59%2520HXN%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for EA59%20HXN: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: GU59%20RWV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520RWV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for GU59%20RWV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: HX14%20NDZ
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520NDZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for HX14%20NDZ: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: KY58%20DDF
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY58%2520DDF%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for KY58%20DDF: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LX14%20YNM
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520YNM%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LX14%20YNM: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: ST10%20NZU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520NZU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for ST10%20NZU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: YD61%20LRN
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD61%2520LRN%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for YD61%20LRN: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: YK61%20DXW
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK61%2520DXW%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for YK61%20DXW: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: AV12%20XOM
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV12%2520XOM%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for AV12%20XOM: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: BG14%20OHU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520OHU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for BG14%20OHU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: AJ12%20EAC
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ12%2520EAC%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for AJ12%20EAC: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: GJ12%20EKW
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520EKW%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for GJ12%20EKW: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: GV11%20EZZ
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520EZZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for GV11%20EZZ: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: YE14%20BUA
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE14%2520BUA%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for YE14%20BUA: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: BW15%20PUE
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520PUE%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for BW15%20PUE: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: DS69%20HJY
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520HJY%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for DS69%20HJY: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: DU11%20DXO
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520DXO%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for DU11%20DXO: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LB70%20OVU
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520OVU%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LB70%20OVU: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: LK23%20NAO
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NAO%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for LK23%20NAO: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: MD70%20CUY
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD70%2520CUY%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for MD70%20CUY: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: ME19%20TZN
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520TZN%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for ME19%20TZN: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: MJ20%20GMV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520GMV%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for MJ20%20GMV: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: WP59%20WCD
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WCD%27 HTTP/1.1" 200 None
2026-03-28 11:20:36 [bca.uk] INFO: Scrape type for WP59%20WCD: 0
2026-03-28 11:20:36 [bca.uk] INFO: Found listing with ID: YK17%20XEV
2026-03-28 11:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520XEV%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for YK17%20XEV: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: CE67%20HJV
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520HJV%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for CE67%20HJV: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: CF15%20PZY
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520PZY%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for CF15%20PZY: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: CF68%20XZU
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF68%2520XZU%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for CF68%20XZU: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: CJ22%20FGE
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ22%2520FGE%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for CJ22%20FGE: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: CV14%20LNR
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV14%2520LNR%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for CV14%20LNR: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: CV72%20KHJ
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520KHJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for CV72%20KHJ: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: FY73%20TXN
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY73%2520TXN%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for FY73%20TXN: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: GN13%20WMW
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520WMW%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for GN13%20WMW: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: HN65%20MEU
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520MEU%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for HN65%20MEU: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: HX67%20SXF
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX67%2520SXF%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for HX67%20SXF: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: KW67%20KHT
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520KHT%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for KW67%20KHT: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: GC14%20BYZ
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC14%2520BYZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for GC14%20BYZ: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: LF18%20FWV
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520FWV%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for LF18%20FWV: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: LO10%20GWV
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO10%2520GWV%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for LO10%20GWV: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: WM16%20JYF
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM16%2520JYF%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for WM16%20JYF: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: DY13%20GYS
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520GYS%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for DY13%20GYS: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: YG14%20WTT
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG14%2520WTT%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for YG14%20WTT: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: DK63%20WMY
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520WMY%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for DK63%20WMY: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: DY10%20SSJ
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520SSJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for DY10%20SSJ: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: EJ63%20XLG
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ63%2520XLG%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for EJ63%20XLG: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: NA61%20FLP
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA61%2520FLP%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for NA61%20FLP: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: AF18%20UGN
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520UGN%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for AF18%20UGN: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: YG21%20NPZ
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520NPZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for YG21%20NPZ: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: HG18%20AVU
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for HG18%20AVU: 0
2026-03-28 11:20:37 [bca.uk] INFO: Found listing with ID: GD65%20KZY
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520KZY%27 HTTP/1.1" 200 None
2026-03-28 11:20:37 [bca.uk] INFO: Scrape type for GD65%20KZY: 0
2026-03-28 11:20:38 [bca.uk] INFO: Found listing with ID: WM19%20HUV
2026-03-28 11:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520HUV%27 HTTP/1.1" 200 None
2026-03-28 11:20:38 [bca.uk] INFO: Scrape type for WM19%20HUV: 0
2026-03-28 11:20:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:20:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:20:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:20:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded
2026-03-28 11:20:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:20:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:48 [bca.uk] INFO: Found listing with ID: WR70%20CFL
2026-03-28 11:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CFL%27 HTTP/1.1" 200 None
2026-03-28 11:20:48 [bca.uk] INFO: Scrape type for WR70%20CFL: 0
2026-03-28 11:20:48 [bca.uk] INFO: Found listing with ID: YF23%20KWB
2026-03-28 11:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520KWB%27 HTTP/1.1" 200 None
2026-03-28 11:20:48 [bca.uk] INFO: Scrape type for YF23%20KWB: 0
2026-03-28 11:20:48 [bca.uk] INFO: Found listing with ID: DC73%20MYU
2026-03-28 11:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520MYU%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for DC73%20MYU: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: LJ69%20ZCL
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520ZCL%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for LJ69%20ZCL: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: LS65%20AEY
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520AEY%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for LS65%20AEY: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: OE20%20FPO
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE20%2520FPO%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for OE20%20FPO: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: PF68%20OZD
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520OZD%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for PF68%20OZD: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: WL63%20BNY
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL63%2520BNY%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for WL63%20BNY: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: WN56%20WWK
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520WWK%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for WN56%20WWK: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: YC70%20CCJ
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC70%2520CCJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for YC70%20CCJ: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FM14%20DTZ
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM14%2520DTZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FM14%20DTZ: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: NL10%20YGV
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL10%2520YGV%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for NL10%20YGV: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: NL60%20XMR
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL60%2520XMR%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for NL60%20XMR: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: NL62%20GFE
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL62%2520GFE%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for NL62%20GFE: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: EX69%20GCV
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520GCV%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for EX69%20GCV: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FE14%20AVW
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520AVW%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FE14%20AVW: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: PE59%20LYK
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520LYK%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for PE59%20LYK: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: YB08%20SFN
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB08%2520SFN%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for YB08%20SFN: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: YC61%20FBL
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC61%2520FBL%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for YC61%20FBL: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: SW67%20OGP
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW67%2520OGP%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for SW67%20OGP: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: MF61%20DZL
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF61%2520DZL%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for MF61%20DZL: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: MV62%20WMX
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520WMX%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for MV62%20WMX: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: OY58%20YDA
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY58%2520YDA%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for OY58%20YDA: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: SD62%20CKY
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD62%2520CKY%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for SD62%20CKY: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: YC58%20WGE
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC58%2520WGE%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for YC58%20WGE: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FE11%20RVF
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE11%2520RVF%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FE11%20RVF: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FE63%20OOJ
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520OOJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FE63%20OOJ: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FV10%20KJE
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV10%2520KJE%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FV10%20KJE: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FY59%20ZGR
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY59%2520ZGR%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FY59%20ZGR: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: GJ56%20OZO
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ56%2520OZO%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for GJ56%20OZO: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: MA11%20XUR
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA11%2520XUR%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for MA11%20XUR: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: BK25%20PZS
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PZS%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for BK25%20PZS: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: BN25%20XWD
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XWD%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for BN25%20XWD: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: BN25%20YFM
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFM%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for BN25%20YFM: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: BP71%20FXE
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520FXE%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for BP71%20FXE: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: LM24%20ETV
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520ETV%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for LM24%20ETV: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: VO24%20ZGR
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ZGR%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for VO24%20ZGR: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: BK25%20HMZ
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520HMZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for BK25%20HMZ: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: HJ63%20DWX
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520DWX%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for HJ63%20DWX: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: WD74%20GWP
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520GWP%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for WD74%20GWP: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FE23%20EFH
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520EFH%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FE23%20EFH: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: RE72%20NLT
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520NLT%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for RE72%20NLT: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: SL60%20TLY
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520TLY%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for SL60%20TLY: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: DN13%20WOV
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN13%2520WOV%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for DN13%20WOV: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: EN64%20OCP
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN64%2520OCP%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for EN64%20OCP: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: SF08%20YGT
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF08%2520YGT%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for SF08%20YGT: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: DY74%20XDX
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDX%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for DY74%20XDX: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: EK60%20AXT
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK60%2520AXT%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for EK60%20AXT: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: GF07%20VMO
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF07%2520VMO%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for GF07%20VMO: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: KS07%20RBV
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS07%2520RBV%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for KS07%20RBV: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: MX59%20XPW
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX59%2520XPW%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for MX59%20XPW: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: OY63%20BJV
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY63%2520BJV%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for OY63%20BJV: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: MF09%20XGA
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF09%2520XGA%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for MF09%20XGA: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: VK07%20HPZ
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK07%2520HPZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for VK07%20HPZ: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FV65%20WUJ
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520WUJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FV65%20WUJ: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: KR07%20SVF
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR07%2520SVF%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for KR07%20SVF: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: LM71%20SUY
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520SUY%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for LM71%20SUY: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: LP15%20OTA
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520OTA%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for LP15%20OTA: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: LS17%20ZKD
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520ZKD%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for LS17%20ZKD: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: YY73%20XJU
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJU%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for YY73%20XJU: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: FM24%20YPU
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM24%2520YPU%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for FM24%20YPU: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: SD70%20WDE
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520WDE%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for SD70%20WDE: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: GX16%20BYW
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520BYW%27 HTTP/1.1" 200 None
2026-03-28 11:20:49 [bca.uk] INFO: Scrape type for GX16%20BYW: 0
2026-03-28 11:20:49 [bca.uk] INFO: Found listing with ID: KD15%20EHO
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520EHO%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for KD15%20EHO: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: MV61%20YKG
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV61%2520YKG%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for MV61%20YKG: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: YM65%20RVC
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM65%2520RVC%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for YM65%20RVC: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: FA17%20AYV
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520AYV%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for FA17%20AYV: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: GF60%20CXD
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520CXD%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for GF60%20CXD: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: WO24%20OCH
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for WO24%20OCH: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: VE73%20PXF
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for VE73%20PXF: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: NG72%20GVE
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520GVE%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for NG72%20GVE: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: EF12%20MJX
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF12%2520MJX%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for EF12%20MJX: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: GA58%20DAA
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GA58%2520DAA%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for GA58%20DAA: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: GX64%20KSO
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX64%2520KSO%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for GX64%20KSO: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: LS62%20OSD
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS62%2520OSD%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for LS62%20OSD: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: NA10%20MWF
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA10%2520MWF%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for NA10%20MWF: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: PG53%20UDM
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG53%2520UDM%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for PG53%20UDM: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: PJ60%20ULR
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ60%2520ULR%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for PJ60%20ULR: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: VN61%20ORK
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520ORK%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for VN61%20ORK: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: VU68%20WEW
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520WEW%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for VU68%20WEW: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: WX07%20ZGA
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX07%2520ZGA%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for WX07%20ZGA: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: YF11%20UMU
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520UMU%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for YF11%20UMU: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: CV09%20BDX
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520BDX%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for CV09%20BDX: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: CV10%20FVZ
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520FVZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for CV10%20FVZ: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: ND72%20VRG
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520VRG%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for ND72%20VRG: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: YP23%20BXD
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520BXD%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for YP23%20BXD: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: ND72%20RXP
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RXP%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for ND72%20RXP: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: VK22%20OVX
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520OVX%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for VK22%20OVX: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: ND72%20MWX
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MWX%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for ND72%20MWX: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: HV24%20VKW
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520VKW%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for HV24%20VKW: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: ND72%20MJK
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MJK%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for ND72%20MJK: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: DF71%20OEZ
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520OEZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for DF71%20OEZ: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: AJ73%20TUH
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520TUH%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for AJ73%20TUH: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: NL22%20LHD
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520LHD%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for NL22%20LHD: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: WV18%20HCL
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520HCL%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for WV18%20HCL: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: CA15%20ELL
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA15%2520ELL%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for CA15%20ELL: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: DF20%20ARX
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF20%2520ARX%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for DF20%20ARX: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: NG17%20GFX
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520GFX%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for NG17%20GFX: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: WF61%20VYN
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VYN%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for WF61%20VYN: 0
2026-03-28 11:20:50 [bca.uk] INFO: Found listing with ID: NA23%20XUN
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520XUN%27 HTTP/1.1" 200 None
2026-03-28 11:20:50 [bca.uk] INFO: Scrape type for NA23%20XUN: 0
2026-03-28 11:20:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:20:53 [bca.uk] INFO: Total items found: 100
2026-03-28 11:20:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded
2026-03-28 11:20:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:20:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: AJ71%20PVP
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520PVP%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for AJ71%20PVP: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: NK63%20DYU
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520DYU%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for NK63%20DYU: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: CE12%20LHK
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE12%2520LHK%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for CE12%20LHK: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: FE13%20XAH
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE13%2520XAH%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for FE13%20XAH: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: KV63%20PZD
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520PZD%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for KV63%20PZD: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: BN64%20WYM
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520WYM%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for BN64%20WYM: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: DS68%20NWM
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520NWM%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for DS68%20NWM: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: YF20%20TPY
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520TPY%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for YF20%20TPY: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: KE73%20EOH
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520EOH%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for KE73%20EOH: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: NA20%20NDX
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NDX%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for NA20%20NDX: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: RJ61%20OHF
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ61%2520OHF%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for RJ61%20OHF: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: RV60%20LFZ
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV60%2520LFZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for RV60%20LFZ: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: VN62%20UST
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520UST%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for VN62%20UST: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: VO14%20ZHE
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520ZHE%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for VO14%20ZHE: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: WV59%20YHD
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520YHD%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for WV59%20YHD: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: YP10%20CTO
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP10%2520CTO%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for YP10%20CTO: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: CE63%20SCZ
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE63%2520SCZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for CE63%20SCZ: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: DA12%20URJ
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520URJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for DA12%20URJ: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: DG09%20OMM
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG09%2520OMM%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for DG09%20OMM: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: EF08%20NKN
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF08%2520NKN%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for EF08%20NKN: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: FD11%20BBU
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD11%2520BBU%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for FD11%20BBU: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: GN61%20CFX
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN61%2520CFX%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for GN61%20CFX: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: HV08%20FJE
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV08%2520FJE%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for HV08%20FJE: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: HV60%20FGZ
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV60%2520FGZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for HV60%20FGZ: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: KR58%20MMU
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR58%2520MMU%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for KR58%20MMU: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: OU06%20ZVL
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU06%2520ZVL%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for OU06%20ZVL: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: AD54%20PWX
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD54%2520PWX%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for AD54%20PWX: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: AK07%20XRW
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK07%2520XRW%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for AK07%20XRW: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: LO21%20EFD
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFD%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for LO21%20EFD: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: MJ66%20ZDL
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ66%2520ZDL%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for MJ66%20ZDL: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: RV09%20HFG
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV09%2520HFG%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for RV09%20HFG: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: RE24%20JZO
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520JZO%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for RE24%20JZO: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: MA64%20NDL
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA64%2520NDL%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for MA64%20NDL: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: KL68%20EHU
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL68%2520EHU%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for KL68%20EHU: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: GY11%20FSO
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY11%2520FSO%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for GY11%20FSO: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: Y784%20TBY
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y784%2520TBY%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for Y784%20TBY: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: HG22%20FBD
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520FBD%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for HG22%20FBD: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: BL21%20UGV
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UGV%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for BL21%20UGV: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: BX69%20YVE
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520YVE%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for BX69%20YVE: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: LJ74%20TZT
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ74%2520TZT%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for LJ74%20TZT: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: YP16%20VJD
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520VJD%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for YP16%20VJD: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: WH21%20SOE
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520SOE%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for WH21%20SOE: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: YL17%20CXP
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520CXP%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for YL17%20CXP: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: SL10%20XBF
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL10%2520XBF%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for SL10%20XBF: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: EA68%20BNF
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520BNF%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for EA68%20BNF: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: DA73%20ZHL
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520ZHL%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for DA73%20ZHL: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: OY11%20MFP
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY11%2520MFP%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for OY11%20MFP: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: VK07%20NJF
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK07%2520NJF%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for VK07%20NJF: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: WJ61%20FHD
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ61%2520FHD%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for WJ61%20FHD: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: WU66%20PXJ
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520PXJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for WU66%20PXJ: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: YK02%20UWL
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK02%2520UWL%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for YK02%20UWL: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: YR61%20RCX
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR61%2520RCX%27 HTTP/1.1" 200 None
2026-03-28 11:20:53 [bca.uk] INFO: Scrape type for YR61%20RCX: 0
2026-03-28 11:20:53 [bca.uk] INFO: Found listing with ID: AJ11%20NFR
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ11%2520NFR%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for AJ11%20NFR: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: DU13%20AUM
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU13%2520AUM%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for DU13%20AUM: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: DY17%20GYJ
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY17%2520GYJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for DY17%20GYJ: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: EA12%20YFM
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA12%2520YFM%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for EA12%20YFM: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: FDV%20504T
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FDV%2520504T%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for FDV%20504T: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: FL10%20FKN
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL10%2520FKN%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for FL10%20FKN: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: MJ64%20SVR
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ64%2520SVR%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for MJ64%20SVR: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: BK22%20PWJ
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for BK22%20PWJ: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: BU72%20XTD
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XTD%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for BU72%20XTD: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: WA64%20ZFT
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520ZFT%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for WA64%20ZFT: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: OV19%20XON
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520XON%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for OV19%20XON: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: WN14%20WXE
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520WXE%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for WN14%20WXE: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: MF64%20ZBC
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZBC%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for MF64%20ZBC: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: ASZ%205349
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ASZ%25205349%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for ASZ%205349: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: HX24%20UMR
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UMR%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for HX24%20UMR: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: OY12%20WFC
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520WFC%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for OY12%20WFC: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: VN17%20XYT
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN17%2520XYT%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for VN17%20XYT: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: WV61%20CLU
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520CLU%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for WV61%20CLU: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: BF73%20ATK
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF73%2520ATK%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for BF73%20ATK: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: VX66%20ORY
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ORY%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for VX66%20ORY: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: NJ18%20BWP
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520BWP%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for NJ18%20BWP: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: VK17%20YZN
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK17%2520YZN%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for VK17%20YZN: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: WT17%20VHG
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520VHG%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for WT17%20VHG: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: DY73%20WKE
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520WKE%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for DY73%20WKE: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: LD03%20JVY
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD03%2520JVY%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for LD03%20JVY: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: LG61%20YAY
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YAY%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for LG61%20YAY: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: DN75%20JVC
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN75%2520JVC%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for DN75%20JVC: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: DN75%20JVD
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN75%2520JVD%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for DN75%20JVD: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: HIG%201047
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HIG%25201047%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for HIG%201047: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: HT71%20LXK
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520LXK%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for HT71%20LXK: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: KN73%20OYO
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520OYO%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for KN73%20OYO: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: KN75%20AXF
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AXF%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for KN75%20AXF: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: KN75%20BJO
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for KN75%20BJO: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: KT23%20MJY
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT23%2520MJY%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for KT23%20MJY: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: HK73%20YBS
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520YBS%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for HK73%20YBS: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: KY23%20LWF
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWF%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for KY23%20LWF: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: KY23%20LWG
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWG%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for KY23%20LWG: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: LG69%20RDZ
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520RDZ%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for LG69%20RDZ: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: LL22%20LHT
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520LHT%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for LL22%20LHT: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: PK67%20EHF
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520EHF%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for PK67%20EHF: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: YB66%20FHO
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520FHO%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for YB66%20FHO: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: BK23%20FRN
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520FRN%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for BK23%20FRN: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: NL65%20EDJ
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520EDJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for NL65%20EDJ: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: EK71%20CNY
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520CNY%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for EK71%20CNY: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: OY08%20AEB
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY08%2520AEB%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for OY08%20AEB: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: CJ73%20WEP
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520WEP%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for CJ73%20WEP: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: DS68%20HHV
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520HHV%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for DS68%20HHV: 0
2026-03-28 11:20:54 [bca.uk] INFO: Found listing with ID: GU70%20PGO
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520PGO%27 HTTP/1.1" 200 None
2026-03-28 11:20:54 [bca.uk] INFO: Scrape type for GU70%20PGO: 0
2026-03-28 11:20:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:20:59 [bca.uk] INFO: Total items found: 100
2026-03-28 11:20:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded
2026-03-28 11:20:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:20:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: CV64%20HJX
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HJX%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for CV64%20HJX: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: RJ22%20FLA
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520FLA%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for RJ22%20FLA: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: NL61%20GXK
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520GXK%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for NL61%20GXK: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: DV19%20WPO
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520WPO%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for DV19%20WPO: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: FD72%20PVN
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520PVN%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for FD72%20PVN: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: EN15%20YKO
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN15%2520YKO%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for EN15%20YKO: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: KR62%20YRJ
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520YRJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for KR62%20YRJ: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: EA68%20ONF
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520ONF%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for EA68%20ONF: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: MJ21%20XRH
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XRH%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for MJ21%20XRH: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: GJ68%20TGY
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520TGY%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for GJ68%20TGY: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: KN62%20YUJ
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520YUJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for KN62%20YUJ: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: FE22%20UXA
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520UXA%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for FE22%20UXA: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: BK05%20EGX
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK05%2520EGX%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for BK05%20EGX: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: KM63%20KZH
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM63%2520KZH%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for KM63%20KZH: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: EK23%20AYG
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520AYG%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for EK23%20AYG: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: BF72%20CVV
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520CVV%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for BF72%20CVV: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: YB71%20XEO
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XEO%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for YB71%20XEO: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: EK22%20WFP
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520WFP%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for EK22%20WFP: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: UIG%206005
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25206005%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for UIG%206005: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: SP06%20XZB
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP06%2520XZB%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for SP06%20XZB: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: FL71%20TOJ
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520TOJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for FL71%20TOJ: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: SP19%20UYU
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520UYU%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for SP19%20UYU: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: SJ70%20DJD
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520DJD%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for SJ70%20DJD: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: PY72%20DHK
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520DHK%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for PY72%20DHK: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: BU21%20SXJ
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU21%2520SXJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for BU21%20SXJ: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: OV69%20EBD
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520EBD%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for OV69%20EBD: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: BD59%20VHC
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD59%2520VHC%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for BD59%20VHC: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: BT08%20GOJ
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT08%2520GOJ%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for BT08%20GOJ: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: LP10%20NHE
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP10%2520NHE%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for LP10%20NHE: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: PJ09%20OYW
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ09%2520OYW%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for PJ09%20OYW: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: PN54%20VCC
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN54%2520VCC%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for PN54%20VCC: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: SD08%20DDX
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD08%2520DDX%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for SD08%20DDX: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: DA68%20HXH
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520HXH%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for DA68%20HXH: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: DL23%20ZJK
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL23%2520ZJK%27 HTTP/1.1" 200 None
2026-03-28 11:20:59 [bca.uk] INFO: Scrape type for DL23%20ZJK: 0
2026-03-28 11:20:59 [bca.uk] INFO: Found listing with ID: VU21%20TNK
2026-03-28 11:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520TNK%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for VU21%20TNK: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: NX22%20OCA
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520OCA%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for NX22%20OCA: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: NC72%20JWW
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC72%2520JWW%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for NC72%20JWW: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: LG02%20SVL
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG02%2520SVL%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for LG02%20SVL: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: LJ02%20FWX
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ02%2520FWX%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for LJ02%20FWX: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: LJ06%20WWY
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ06%2520WWY%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for LJ06%20WWY: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: LR06%20VOK
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR06%2520VOK%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for LR06%20VOK: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: PY08%20HRL
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY08%2520HRL%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for PY08%20HRL: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: CV61%20JNF
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520JNF%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for CV61%20JNF: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: FL10%20VRY
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL10%2520VRY%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for FL10%20VRY: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: K337%20KMY
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K337%2520KMY%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for K337%20KMY: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: LD58%20UXM
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD58%2520UXM%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for LD58%20UXM: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: NA68%20LVX
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LVX%27 HTTP/1.1" 200 None
2026-03-28 11:21:00 [bca.uk] INFO: Scrape type for NA68%20LVX: 0
2026-03-28 11:21:00 [bca.uk] INFO: Found listing with ID: KU69%20WHE
2026-03-28 11:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520WHE%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KU69%20WHE: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: PF21%20LJL
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520LJL%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for PF21%20LJL: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: EK58%20MYO
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520MYO%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for EK58%20MYO: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: GF59%20JZP
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF59%2520JZP%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for GF59%20JZP: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: LX18%20ZWW
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX18%2520ZWW%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for LX18%20ZWW: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: EK08%20WXH
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520WXH%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for EK08%20WXH: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SW72%20OSK
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520OSK%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SW72%20OSK: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: ST72%20BBZ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520BBZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for ST72%20BBZ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: PY20%20HJO
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520HJO%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for PY20%20HJO: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KC56%20VCN
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC56%2520VCN%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KC56%20VCN: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: PH53%20HHS
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH53%2520HHS%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for PH53%20HHS: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: EK10%20DYA
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK10%2520DYA%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for EK10%20DYA: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: WF08%20WRZ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520WRZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for WF08%20WRZ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: PK67%20WNA
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WNA%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for PK67%20WNA: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KS69%20EBP
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520EBP%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KS69%20EBP: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: BJ11%20YJY
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ11%2520YJY%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for BJ11%20YJY: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: HJ19%20DCZ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ19%2520DCZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for HJ19%20DCZ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: FM68%20PVV
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM68%2520PVV%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for FM68%20PVV: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: PJ73%20HFG
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520HFG%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for PJ73%20HFG: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KV09%20NNC
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV09%2520NNC%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KV09%20NNC: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SO18%20MKK
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MKK%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SO18%20MKK: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: RF68%20ZDJ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520ZDJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for RF68%20ZDJ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: BD70%20JBZ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520JBZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for BD70%20JBZ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: OW68%20YKX
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520YKX%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for OW68%20YKX: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: PJ64%20YVN
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520YVN%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for PJ64%20YVN: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: MK68%20BWL
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWL%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for MK68%20BWL: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: LL19%20PXX
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520PXX%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for LL19%20PXX: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: LC72%20OYD
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OYD%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for LC72%20OYD: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: NJ62%20UJD
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520UJD%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for NJ62%20UJD: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KO68%20AFJ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AFJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KO68%20AFJ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: GY22%20JHU
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520JHU%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for GY22%20JHU: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: MK19%20OLH
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520OLH%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for MK19%20OLH: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: GN20%20WMG
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WMG%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for GN20%20WMG: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SC59%20ULH
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC59%2520ULH%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SC59%20ULH: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SH08%20HHY
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH08%2520HHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SH08%20HHY: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: YA11%20BGE
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520BGE%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for YA11%20BGE: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: GF68%20OLA
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520OLA%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for GF68%20OLA: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: AF58%20XDR
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF58%2520XDR%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for AF58%20XDR: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SD65%20BYK
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD65%2520BYK%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SD65%20BYK: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SP16%20HHM
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520HHM%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SP16%20HHM: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SP16%20MZO
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520MZO%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SP16%20MZO: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: ST17%20ZVZ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZVZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for ST17%20ZVZ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: ST59%20UXJ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST59%2520UXJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for ST59%20UXJ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: ST62%20GMY
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520GMY%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for ST62%20GMY: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: SY13%20LWN
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520LWN%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for SY13%20LWN: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: AE22%20RZB
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520RZB%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for AE22%20RZB: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: DS24%20ULX
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULX%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for DS24%20ULX: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: DT73%20BFN
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT73%2520BFN%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for DT73%20BFN: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: DV24%20WAJ
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520WAJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for DV24%20WAJ: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KF23%20VZG
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520VZG%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KF23%20VZG: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KV68%20PHU
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520PHU%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KV68%20PHU: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: KR10%20FAU
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR10%2520FAU%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for KR10%20FAU: 0
2026-03-28 11:21:01 [bca.uk] INFO: Found listing with ID: YE69%20UZW
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520UZW%27 HTTP/1.1" 200 None
2026-03-28 11:21:01 [bca.uk] INFO: Scrape type for YE69%20UZW: 0
2026-03-28 11:21:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:21:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:21:07 [bca.uk] INFO: Total items found: 100
2026-03-28 11:21:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded
2026-03-28 11:21:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:21:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:07 [bca.uk] INFO: Found listing with ID: WR19%20HNA
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR19%2520HNA%27 HTTP/1.1" 200 None
2026-03-28 11:21:07 [bca.uk] INFO: Scrape type for WR19%20HNA: 0
2026-03-28 11:21:07 [bca.uk] INFO: Found listing with ID: LT68%20MLZ
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520MLZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:07 [bca.uk] INFO: Scrape type for LT68%20MLZ: 0
2026-03-28 11:21:07 [bca.uk] INFO: Found listing with ID: YB12%20ATU
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB12%2520ATU%27 HTTP/1.1" 200 None
2026-03-28 11:21:07 [bca.uk] INFO: Scrape type for YB12%20ATU: 0
2026-03-28 11:21:07 [bca.uk] INFO: Found listing with ID: AK59%20VLY
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK59%2520VLY%27 HTTP/1.1" 200 None
2026-03-28 11:21:07 [bca.uk] INFO: Scrape type for AK59%20VLY: 0
2026-03-28 11:21:07 [bca.uk] INFO: Found listing with ID: WF08%20KRZ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520KRZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WF08%20KRZ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WF59%20ZCY
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF59%2520ZCY%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WF59%20ZCY: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: LR20%20KWF
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520KWF%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for LR20%20KWF: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: KY73%20ATX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY73%2520ATX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for KY73%20ATX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: FL19%20DVF
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520DVF%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for FL19%20DVF: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: NL23%20WUR
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WUR%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for NL23%20WUR: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: EY22%20KWX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520KWX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for EY22%20KWX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: EU17%20RBY
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RBY%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for EU17%20RBY: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: EN22%20DRX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN22%2520DRX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for EN22%20DRX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: FV54%20YZO
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV54%2520YZO%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for FV54%20YZO: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: GF60%20ZVX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520ZVX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for GF60%20ZVX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: GU04%20GWG
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU04%2520GWG%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for GU04%20GWG: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: GV58%20CNJ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV58%2520CNJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for GV58%20CNJ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: LF10%20YXZ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF10%2520YXZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for LF10%20YXZ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: MC06%20DFY
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC06%2520DFY%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for MC06%20DFY: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: RV10%20YWA
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520YWA%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for RV10%20YWA: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: SJ05%20OKR
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ05%2520OKR%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for SJ05%20OKR: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: EF11%20OEJ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520OEJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for EF11%20OEJ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: AF69%20FCP
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520FCP%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for AF69%20FCP: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: FE23%20TRX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520TRX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for FE23%20TRX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: PK57%20HSE
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK57%2520HSE%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for PK57%20HSE: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: PK58%20GUC
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK58%2520GUC%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for PK58%20GUC: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: SH61%20KND
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520KND%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for SH61%20KND: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: YT11%20EPX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT11%2520EPX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for YT11%20EPX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: DY10%20EYO
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520EYO%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for DY10%20EYO: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: HV59%20YTN
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520YTN%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for HV59%20YTN: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: MFZ%204174
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MFZ%25204174%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for MFZ%204174: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: AF09%20OCL
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF09%2520OCL%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for AF09%20OCL: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: BF58%20JXA
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520JXA%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for BF58%20JXA: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: SB60%20KYN
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520KYN%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for SB60%20KYN: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: VK10%20ZND
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK10%2520ZND%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for VK10%20ZND: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WU57%20JCJ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU57%2520JCJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WU57%20JCJ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: YL55%20VHO
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL55%2520VHO%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for YL55%20VHO: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: YY05%20XCS
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY05%2520XCS%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for YY05%20XCS: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: LF16%20UZY
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520UZY%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for LF16%20UZY: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: OV12%20AEN
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV12%2520AEN%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for OV12%20AEN: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: RA66%20UPX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520UPX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for RA66%20UPX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: RE68%20ECJ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520ECJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for RE68%20ECJ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: S6%20HXF
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S6%2520HXF%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for S6%20HXF: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: VE71%20LYK
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520LYK%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for VE71%20LYK: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WN69%20KKH
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520KKH%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WN69%20KKH: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WP65%20AOT
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP65%2520AOT%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WP65%20AOT: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WR64%20VZJ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR64%2520VZJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WR64%20VZJ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WU22%20JXA
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520JXA%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WU22%20JXA: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: BX14%20XGB
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX14%2520XGB%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for BX14%20XGB: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: DL66%20JWY
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520JWY%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for DL66%20JWY: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: EU67%20ZKA
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for EU67%20ZKA: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: EW19%20FOC
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520FOC%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for EW19%20FOC: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: FN18%20YMZ
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for FN18%20YMZ: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: HG67%20UFV
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520UFV%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for HG67%20UFV: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: KM64%20VPG
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM64%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for KM64%20VPG: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: LS24%20JXF
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520JXF%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for LS24%20JXF: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: MM72%20XPR
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520XPR%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for MM72%20XPR: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: WG24%20TUV
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520TUV%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for WG24%20TUV: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: HJ73%20OWV
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWV%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for HJ73%20OWV: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: HX74%20PHY
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX74%2520PHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for HX74%20PHY: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: DL24%20OOX
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OOX%27 HTTP/1.1" 200 None
2026-03-28 11:21:08 [bca.uk] INFO: Scrape type for DL24%20OOX: 0
2026-03-28 11:21:08 [bca.uk] INFO: Found listing with ID: DS24%20ULU
2026-03-28 11:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULU%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for DS24%20ULU: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: CE64%20LHN
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE64%2520LHN%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for CE64%20LHN: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: VE59%20LZX
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE59%2520LZX%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for VE59%20LZX: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: WL07%20KFX
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL07%2520KFX%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for WL07%20KFX: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: NU20%20OJZ
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for NU20%20OJZ: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: RF16%20HDG
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520HDG%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for RF16%20HDG: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: WV63%20NDU
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520NDU%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for WV63%20NDU: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: BJ71%20XEE
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520XEE%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for BJ71%20XEE: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: BT72%20YFL
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFL%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for BT72%20YFL: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: BX72%20SOA
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for BX72%20SOA: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: DL73%20LFK
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFK%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for DL73%20LFK: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: DL73%20LSX
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSX%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for DL73%20LSX: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: DN25%20TXB
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520TXB%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for DN25%20TXB: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: GD23%20NXE
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520NXE%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for GD23%20NXE: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: GU23%20VMV
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VMV%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for GU23%20VMV: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: KE73%20ZLV
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZLV%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for KE73%20ZLV: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: LF23%20RSM
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520RSM%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for LF23%20RSM: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: LO74%20YKP
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520YKP%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for LO74%20YKP: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: VA73%20BBJ
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA73%2520BBJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for VA73%20BBJ: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: WD72%20GOK
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520GOK%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for WD72%20GOK: 0
2026-03-28 11:21:09 [bca.uk] INFO: Found listing with ID: WV74%20NYF
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYF%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Scrape type for WV74%20NYF: 2
2026-03-28 11:21:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e847a9e-df77-59fa-8a1e-46aaf7a606d7 with identifier: WV74%20NYF
2026-03-28 11:21:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e847a9e-df77-59fa-8a1e-46aaf7a606d7 with scrape type 2
2026-03-28 11:21:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e847a9e-df77-59fa-8a1e-46aaf7a606d7 with scrape type 2
2026-03-28 11:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e847a9e-df77-59fa-8a1e-46aaf7a606d7, identifier: WV74%20NYF
2026-03-28 11:21:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e847a9e-df77-59fa-8a1e-46aaf7a606d7 with identifier: WV74%20NYF
2026-03-28 11:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e847a9e-df77-59fa-8a1e-46aaf7a606d7 with identifier: WV74%20NYF
2026-03-28 11:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e847a9e-df77-59fa-8a1e-46aaf7a606d7 with identifier: WV74%20NYF to the API
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20NYF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e847a9e-df77-59fa-8a1e-46aaf7a606d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 NYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20NYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 22678,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA8R3087461',
 'year': 2024}
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYF%27 HTTP/1.1" 200 None
2026-03-28 11:21:09 [bca.uk] INFO: Saving data for WV74%20NYF: {'auction_closing_time': 1774951200.0, 'created_time': 1774355258.026994, 'last_price_update_time': 1774696869.953628}
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520NYF') HTTP/1.1" 204 0
2026-03-28 11:21:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: YJ73%20WVG
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WVG%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for YJ73%20WVG: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: AF73%20FDG
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520FDG%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for AF73%20FDG: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: BP23%20OXE
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OXE%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for BP23%20OXE: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: DL74%20WSX
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WSX%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for DL74%20WSX: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: DP74%20RXJ
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RXJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for DP74%20RXJ: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: DV24%20JXF
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXF%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for DV24%20JXF: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: DV24%20KFY
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFY%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for DV24%20KFY: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: FN72%20OEE
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OEE%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for FN72%20OEE: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: FV72%20NMZ
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NMZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for FV72%20NMZ: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: FV72%20UEH
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEH%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for FV72%20UEH: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: MJ74%20HCK
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCK%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for MJ74%20HCK: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: ML74%20XNP
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNP%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for ML74%20XNP: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: ML74%20XNR
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNR%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for ML74%20XNR: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: MW23%20LTA
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LTA%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for MW23%20LTA: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: RJ73%20HUP
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520HUP%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for RJ73%20HUP: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: WR74%20UBG
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520UBG%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for WR74%20UBG: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: MK21%20YWO
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520YWO%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for MK21%20YWO: 0
2026-03-28 11:21:10 [bca.uk] INFO: Found listing with ID: RJ71%20VBU
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520VBU%27 HTTP/1.1" 200 None
2026-03-28 11:21:10 [bca.uk] INFO: Scrape type for RJ71%20VBU: 0
2026-03-28 11:21:10 [scrapy.extensions.logstats] INFO: Crawled 255 pages (at 6 pages/min), scraped 573 items (at 1 items/min)
2026-03-28 11:21:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:21:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:21:19 [bca.uk] INFO: Total items found: 100
2026-03-28 11:21:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded
2026-03-28 11:21:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:21:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: WU22%20CHO
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520CHO%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for WU22%20CHO: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: KW70%20KJF
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520KJF%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for KW70%20KJF: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: LL19%20HLZ
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520HLZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for LL19%20HLZ: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: RF72%20EPY
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF72%2520EPY%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for RF72%20EPY: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: DV25%20OFL
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFL%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for DV25%20OFL: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: KR23%20TVT
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520TVT%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for KR23%20TVT: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: LP71%20KFO
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520KFO%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for LP71%20KFO: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: MV70%20UDN
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV70%2520UDN%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for MV70%20UDN: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: OW72%20HZA
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520HZA%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for OW72%20HZA: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: RE23%20FZR
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FZR%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for RE23%20FZR: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: RE72%20FMA
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520FMA%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for RE72%20FMA: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: RJ23%20EFO
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520EFO%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for RJ23%20EFO: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: RJ23%20VPP
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520VPP%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for RJ23%20VPP: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: BJ23%20NPZ
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520NPZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for BJ23%20NPZ: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: DY24%20WVJ
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520WVJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for DY24%20WVJ: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: MA18%20XAV
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520XAV%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for MA18%20XAV: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: HV23%20ZBJ
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for HV23%20ZBJ: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: KM71%20VHH
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520VHH%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for KM71%20VHH: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: LD66%20KNU
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520KNU%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for LD66%20KNU: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: KR69%20XGT
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XGT%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for KR69%20XGT: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: PJ21%20LPF
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520LPF%27 HTTP/1.1" 200 None
2026-03-28 11:21:19 [bca.uk] INFO: Scrape type for PJ21%20LPF: 0
2026-03-28 11:21:19 [bca.uk] INFO: Found listing with ID: MJ19%20YMY
2026-03-28 11:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ19%2520YMY%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for MJ19%20YMY: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: DK18%20MWO
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK18%2520MWO%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for DK18%20MWO: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: M2%20CFL
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M2%2520CFL%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for M2%20CFL: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: PO21%20ZDW
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520ZDW%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for PO21%20ZDW: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: PO21%20ZDP
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520ZDP%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for PO21%20ZDP: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: DE14%20ARU
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520ARU%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for DE14%20ARU: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: PK20%20WGA
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WGA%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for PK20%20WGA: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: CV11%20TXJ
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520TXJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for CV11%20TXJ: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: PK20%20VKB
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520VKB%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for PK20%20VKB: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: DF19%20LHK
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520LHK%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for DF19%20LHK: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: FRZ%205075
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FRZ%25205075%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for FRZ%205075: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: W12%20SWW
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W12%2520SWW%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for W12%20SWW: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: LL74%20DLN
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DLN%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for LL74%20DLN: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: BC04%20RGC
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC04%2520RGC%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for BC04%20RGC: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: WN65%20OEG
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520OEG%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for WN65%20OEG: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: CX03%20WRE
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX03%2520WRE%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for CX03%20WRE: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: YT68%20JKU
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520JKU%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for YT68%20JKU: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: WN14%20FCG
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520FCG%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for WN14%20FCG: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: RE12%20TFN
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520TFN%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for RE12%20TFN: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: BV62%20UHD
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520UHD%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for BV62%20UHD: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: RJ60%20UUD
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ60%2520UUD%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for RJ60%20UUD: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: OV61%20DEU
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV61%2520DEU%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for OV61%20DEU: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: BN25%20UTW
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520UTW%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for BN25%20UTW: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: KF73%20BYX
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYX%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for KF73%20BYX: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: LL74%20XTA
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520XTA%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for LL74%20XTA: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: MW74%20DVV
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVV%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for MW74%20DVV: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: VX24%20WKR
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WKR%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for VX24%20WKR: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: LX17%20HCY
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520HCY%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for LX17%20HCY: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: LS59%20WNP
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS59%2520WNP%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for LS59%20WNP: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: WG73%20OAP
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520OAP%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for WG73%20OAP: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: YE72%20WSZ
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520WSZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for YE72%20WSZ: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: WN73%20CVF
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520CVF%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for WN73%20CVF: 0
2026-03-28 11:21:20 [bca.uk] INFO: Found listing with ID: YM64%20PGY
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520PGY%27 HTTP/1.1" 200 None
2026-03-28 11:21:20 [bca.uk] INFO: Scrape type for YM64%20PGY: 2
2026-03-28 11:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY
2026-03-28 11:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with scrape type 2
2026-03-28 11:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with scrape type 2
2026-03-28 11:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 478b6d39-4e7b-5ed5-af02-6ff78d53f780, identifier: YM64%20PGY
2026-03-28 11:21:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY
2026-03-28 11:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with identifier: YM64%20PGY
2026-03-28 11:21:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 478b6d39-4e7b-5ed5-af02-6ff78d53f780 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 276,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM64%20PGY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.5L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '478b6d39-4e7b-5ed5-af02-6ff78d53f780',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM64 PGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM64%20PGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'ML63 AMG',
 'odometer': 91287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ ML63 AMG 5.5 (525) StationWagon',
 'transmission': 'manual',
 'trim': '(525)',
 'vin': 'WDC1660742A420596',
 'year': 2014}
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520PGY%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Saving data for YM64%20PGY: {'auction_closing_time': 1774692000.0, 'created_time': 1774044245.547988, 'last_price_update_time': 1774696881.074017}
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM64%2520PGY') HTTP/1.1" 204 0
2026-03-28 11:21:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: LG64%20SVT
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520SVT%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for LG64%20SVT: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: GL61%20YHO
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520YHO%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for GL61%20YHO: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: KS65%20LUJ
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520LUJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for KS65%20LUJ: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: CU54%20OFO
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU54%2520OFO%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for CU54%20OFO: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: HY59%20MHN
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520MHN%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for HY59%20MHN: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: BP73%20LPL
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520LPL%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for BP73%20LPL: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: GU25%20CYK
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU25%2520CYK%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for GU25%20CYK: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: EU57%20LCZ
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU57%2520LCZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for EU57%20LCZ: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: GL69%20LKE
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520LKE%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for GL69%20LKE: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: LE04%20AFJ
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE04%2520AFJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for LE04%20AFJ: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: EU16%20UEY
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520UEY%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for EU16%20UEY: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: GP25%20CFA
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CFA%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for GP25%20CFA: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: EK67%20HHX
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520HHX%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for EK67%20HHX: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: WN24%20YMM
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520YMM%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for WN24%20YMM: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: HV24%20LUO
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520LUO%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for HV24%20LUO: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: EK66%20HSA
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520HSA%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for EK66%20HSA: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: LN56%20KNR
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN56%2520KNR%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for LN56%20KNR: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: WN24%20JXA
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520JXA%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for WN24%20JXA: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: BG02%20BJK
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG02%2520BJK%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for BG02%20BJK: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: DG09%20NKN
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG09%2520NKN%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for DG09%20NKN: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: LP67%20WFR
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520WFR%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for LP67%20WFR: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: BK63%20HUJ
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK63%2520HUJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for BK63%20HUJ: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: VU61%20UEK
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU61%2520UEK%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for VU61%20UEK: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: WN25%20TFK
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TFK%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for WN25%20TFK: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: BP73%20HVS
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HVS%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for BP73%20HVS: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: MK24%20YVZ
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YVZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for MK24%20YVZ: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: VX24%20WFW
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WFW%27 HTTP/1.1" 200 None
2026-03-28 11:21:21 [bca.uk] INFO: Scrape type for VX24%20WFW: 0
2026-03-28 11:21:21 [bca.uk] INFO: Found listing with ID: WR74%20YCH
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520YCH%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WR74%20YCH: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: YF23%20FZH
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520FZH%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for YF23%20FZH: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: DA62%20MZF
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA62%2520MZF%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for DA62%20MZF: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: YC67%20OMR
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520OMR%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for YC67%20OMR: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WR75%20UOJ
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UOJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WR75%20UOJ: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: DV74%20ALU
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520ALU%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for DV74%20ALU: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: DY74%20XDV
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDV%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for DY74%20XDV: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: NG73%20YLM
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG73%2520YLM%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for NG73%20YLM: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: PJ57%20LCK
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ57%2520LCK%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for PJ57%20LCK: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: FJ05%20BWA
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ05%2520BWA%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for FJ05%20BWA: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WV73%20ZYN
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZYN%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WV73%20ZYN: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: CV55%20OPY
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV55%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for CV55%20OPY: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WR75%20CXT
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520CXT%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WR75%20CXT: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WR25%20NZX
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR25%2520NZX%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WR25%20NZX: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: BK73%20UUP
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520UUP%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for BK73%20UUP: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: NU71%20JWW
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JWW%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for NU71%20JWW: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WO74%20DWW
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DWW%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WO74%20DWW: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WN74%20BVS
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520BVS%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WN74%20BVS: 0
2026-03-28 11:21:22 [bca.uk] INFO: Found listing with ID: WN75%20BBJ
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520BBJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:22 [bca.uk] INFO: Scrape type for WN75%20BBJ: 0
2026-03-28 11:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:21:24 [bca.uk] INFO: Total items found: 100
2026-03-28 11:21:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded
2026-03-28 11:21:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:21:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:24 [bca.uk] INFO: Found listing with ID: OU65%20MVZ
2026-03-28 11:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520MVZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:24 [bca.uk] INFO: Scrape type for OU65%20MVZ: 0
2026-03-28 11:21:24 [bca.uk] INFO: Found listing with ID: YF72%20HXH
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520HXH%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for YF72%20HXH: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: OE21%20PVN
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520PVN%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for OE21%20PVN: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: LY63%20BRZ
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY63%2520BRZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for LY63%20BRZ: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: VN68%20KOJ
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for VN68%20KOJ: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: KP72%20CZD
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520CZD%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for KP72%20CZD: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: AF70%20LXK
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520LXK%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for AF70%20LXK: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: KF17%20FZC
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520FZC%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for KF17%20FZC: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: EX63%20ZNH
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520ZNH%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for EX63%20ZNH: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: EK15%20TZJ
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520TZJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for EK15%20TZJ: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: YG61%20DWN
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520DWN%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for YG61%20DWN: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: CY12%20KRJ
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY12%2520KRJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for CY12%20KRJ: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: CK11%20FHT
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520FHT%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for CK11%20FHT: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: AY19%20FOM
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY19%2520FOM%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for AY19%20FOM: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: AX67%20DXM
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX67%2520DXM%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for AX67%20DXM: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: P816%20SWC
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P816%2520SWC%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for P816%20SWC: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: NV21%20ZXG
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520ZXG%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for NV21%20ZXG: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: CX18%20GGA
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520GGA%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for CX18%20GGA: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: AF21%20HMA
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520HMA%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for AF21%20HMA: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: CX15%20XTS
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520XTS%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for CX15%20XTS: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: BV69%20NWR
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV69%2520NWR%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for BV69%20NWR: 0
2026-03-28 11:21:25 [bca.uk] INFO: Found listing with ID: KM73%20WAE
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520WAE%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Scrape type for KM73%20WAE: 2
2026-03-28 11:21:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d282ea3a-f3c6-5ced-be93-256261826d98 with identifier: KM73%20WAE
2026-03-28 11:21:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d282ea3a-f3c6-5ced-be93-256261826d98 with scrape type 2
2026-03-28 11:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d282ea3a-f3c6-5ced-be93-256261826d98 with scrape type 2
2026-03-28 11:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d282ea3a-f3c6-5ced-be93-256261826d98, identifier: KM73%20WAE
2026-03-28 11:21:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d282ea3a-f3c6-5ced-be93-256261826d98 with identifier: KM73%20WAE
2026-03-28 11:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d282ea3a-f3c6-5ced-be93-256261826d98 with identifier: KM73%20WAE
2026-03-28 11:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d282ea3a-f3c6-5ced-be93-256261826d98 with identifier: KM73%20WAE to the API
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM73%20WAE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd282ea3a-f3c6-5ced-be93-256261826d98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM73 WAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM73%20WAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 46209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V3HBFZ0RP631061',
 'year': 2023}
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520WAE%27 HTTP/1.1" 200 None
2026-03-28 11:21:25 [bca.uk] INFO: Saving data for KM73%20WAE: {'auction_closing_time': 1775124000.0, 'created_time': 1774609409.024402, 'last_price_update_time': 1774696885.884807}
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520WAE') HTTP/1.1" 204 0
2026-03-28 11:21:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: NU20%20TVN
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520TVN%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for NU20%20TVN: 2
2026-03-28 11:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dce6e0d-4800-5818-ab42-68fe6a7c90d0 with identifier: NU20%20TVN
2026-03-28 11:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dce6e0d-4800-5818-ab42-68fe6a7c90d0 with scrape type 2
2026-03-28 11:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dce6e0d-4800-5818-ab42-68fe6a7c90d0 with scrape type 2
2026-03-28 11:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dce6e0d-4800-5818-ab42-68fe6a7c90d0, identifier: NU20%20TVN
2026-03-28 11:21:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dce6e0d-4800-5818-ab42-68fe6a7c90d0 with identifier: NU20%20TVN
2026-03-28 11:21:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dce6e0d-4800-5818-ab42-68fe6a7c90d0 with identifier: NU20%20TVN
2026-03-28 11:21:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6dce6e0d-4800-5818-ab42-68fe6a7c90d0 with identifier: NU20%20TVN to the API
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20TVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6dce6e0d-4800-5818-ab42-68fe6a7c90d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 TVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20TVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 146686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.STD.',
 'vin': 'VR3EFYHYCLJ667108',
 'year': 2020}
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520TVN%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Saving data for NU20%20TVN: {'auction_closing_time': 1775124000.0, 'created_time': 1774609383.712691, 'last_price_update_time': 1774696886.3953}
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520TVN') HTTP/1.1" 204 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: KX22%20OCU
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX22%2520OCU%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for KX22%20OCU: 2
2026-03-28 11:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7aed969-a1b8-589f-a079-42ff5e8a7858 with identifier: KX22%20OCU
2026-03-28 11:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7aed969-a1b8-589f-a079-42ff5e8a7858 with scrape type 2
2026-03-28 11:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7aed969-a1b8-589f-a079-42ff5e8a7858 with scrape type 2
2026-03-28 11:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7aed969-a1b8-589f-a079-42ff5e8a7858, identifier: KX22%20OCU
2026-03-28 11:21:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7aed969-a1b8-589f-a079-42ff5e8a7858 with identifier: KX22%20OCU
2026-03-28 11:21:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7aed969-a1b8-589f-a079-42ff5e8a7858 with identifier: KX22%20OCU
2026-03-28 11:21:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7aed969-a1b8-589f-a079-42ff5e8a7858 with identifier: KX22%20OCU to the API
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX22%20OCU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7aed969-a1b8-589f-a079-42ff5e8a7858',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX22 OCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX22%20OCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 127023,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 PROGRESSIVE Dropside',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 PROGRESSIVE',
 'vin': 'W1V9071352N186873',
 'year': 2022}
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX22%2520OCU%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Saving data for KX22%20OCU: {'auction_closing_time': 1775124000.0, 'created_time': 1773834370.713432, 'last_price_update_time': 1774696886.858356}
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX22%2520OCU') HTTP/1.1" 204 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: OE67%20KWJ
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for OE67%20KWJ: 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: ET66%20LPP
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520LPP%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for ET66%20LPP: 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: LY70%20GCU
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY70%2520GCU%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for LY70%20GCU: 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: LX67%20MWF
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520MWF%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for LX67%20MWF: 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: LV64%20WLA
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV64%2520WLA%27 HTTP/1.1" 200 None
2026-03-28 11:21:26 [bca.uk] INFO: Scrape type for LV64%20WLA: 0
2026-03-28 11:21:26 [bca.uk] INFO: Found listing with ID: LN18%20VST
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520VST%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for LN18%20VST: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: LF14%20OJP
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520OJP%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for LF14%20OJP: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: BK62%20CYC
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520CYC%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for BK62%20CYC: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: MJ17%20EEV
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520EEV%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for MJ17%20EEV: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: LD18%20OUB
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520OUB%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for LD18%20OUB: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: LB15%20FKR
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520FKR%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for LB15%20FKR: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: NA65%20XCN
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA65%2520XCN%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for NA65%20XCN: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: HN23%20BBZ
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520BBZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for HN23%20BBZ: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: WU55%20KKM
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU55%2520KKM%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for WU55%20KKM: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: GJ18%20BND
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520BND%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for GJ18%20BND: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: LK63%20SFF
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK63%2520SFF%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for LK63%20SFF: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: LB21%20MTJ
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for LB21%20MTJ: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: GX71%20UUD
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for GX71%20UUD: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: NL72%20HKB
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520HKB%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for NL72%20HKB: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: SD21%20KYV
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD21%2520KYV%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for SD21%20KYV: 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: FL19%20OHY
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520OHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for FL19%20OHY: 2
2026-03-28 11:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b87c2e-28c6-5053-9f00-9bda118c041b with identifier: FL19%20OHY
2026-03-28 11:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b87c2e-28c6-5053-9f00-9bda118c041b with scrape type 2
2026-03-28 11:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b87c2e-28c6-5053-9f00-9bda118c041b with scrape type 2
2026-03-28 11:21:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09b87c2e-28c6-5053-9f00-9bda118c041b, identifier: FL19%20OHY
2026-03-28 11:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09b87c2e-28c6-5053-9f00-9bda118c041b with identifier: FL19%20OHY
2026-03-28 11:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09b87c2e-28c6-5053-9f00-9bda118c041b with identifier: FL19%20OHY
2026-03-28 11:21:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09b87c2e-28c6-5053-9f00-9bda118c041b with identifier: FL19%20OHY to the API
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL19%20OHY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '09b87c2e-28c6-5053-9f00-9bda118c041b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL19 OHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL19%20OHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-3',
 'odometer': 63396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-3 2.0 120 SPORT+ 2WD Hatchback',
 'transmission': 'manual',
 'trim': '120 SPORT+ 2WD',
 'vin': 'MMZDK6W760W316492',
 'year': 2019}
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520OHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Saving data for FL19%20OHY: {'auction_closing_time': 1775037600.0, 'created_time': 1774609570.381325, 'last_price_update_time': 1774696887.730301}
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL19%2520OHY') HTTP/1.1" 204 0
2026-03-28 11:21:27 [bca.uk] INFO: Found listing with ID: YC16%20HRP
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520HRP%27 HTTP/1.1" 200 None
2026-03-28 11:21:27 [bca.uk] INFO: Scrape type for YC16%20HRP: 2
2026-03-28 11:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78cf41d4-9933-536d-9b5c-87a867d4d4bf with identifier: YC16%20HRP
2026-03-28 11:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78cf41d4-9933-536d-9b5c-87a867d4d4bf with scrape type 2
2026-03-28 11:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78cf41d4-9933-536d-9b5c-87a867d4d4bf with scrape type 2
2026-03-28 11:21:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78cf41d4-9933-536d-9b5c-87a867d4d4bf, identifier: YC16%20HRP
2026-03-28 11:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78cf41d4-9933-536d-9b5c-87a867d4d4bf with identifier: YC16%20HRP
2026-03-28 11:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78cf41d4-9933-536d-9b5c-87a867d4d4bf with identifier: YC16%20HRP
2026-03-28 11:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78cf41d4-9933-536d-9b5c-87a867d4d4bf with identifier: YC16%20HRP to the API
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC16%20HRP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78cf41d4-9933-536d-9b5c-87a867d4d4bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC16 HRP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC16%20HRP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 60404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 LIMITED ED.',
 'vin': 'W0L0XEP68G4149108',
 'year': 2016}
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520HRP%27 HTTP/1.1" 200 None
2026-03-28 11:21:28 [bca.uk] INFO: Saving data for YC16%20HRP: {'auction_closing_time': 1774778400.0, 'created_time': 1774609568.519146, 'last_price_update_time': 1774696888.21085}
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC16%2520HRP') HTTP/1.1" 204 0
2026-03-28 11:21:28 [bca.uk] INFO: Found listing with ID: VU17%20CKG
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520CKG%27 HTTP/1.1" 200 None
2026-03-28 11:21:28 [bca.uk] INFO: Scrape type for VU17%20CKG: 2
2026-03-28 11:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 844c560e-7c39-5664-905e-bea4369bf79d with identifier: VU17%20CKG
2026-03-28 11:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 844c560e-7c39-5664-905e-bea4369bf79d with scrape type 2
2026-03-28 11:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 844c560e-7c39-5664-905e-bea4369bf79d with scrape type 2
2026-03-28 11:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 844c560e-7c39-5664-905e-bea4369bf79d, identifier: VU17%20CKG
2026-03-28 11:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 844c560e-7c39-5664-905e-bea4369bf79d with identifier: VU17%20CKG
2026-03-28 11:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 844c560e-7c39-5664-905e-bea4369bf79d with identifier: VU17%20CKG
2026-03-28 11:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 844c560e-7c39-5664-905e-bea4369bf79d with identifier: VU17%20CKG to the API
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU17%20CKG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '844c560e-7c39-5664-905e-bea4369bf79d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU17 CKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU17%20CKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 114166,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.6 CDTI 16V 110 E/F DESIGN S/S Estate',
 'transmission': 'manual',
 'trim': 'CDTI 16V 110 E/F DESIGN S/S',
 'vin': 'W0LBD8EL1H8073162',
 'year': 2017}
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520CKG%27 HTTP/1.1" 200 None
2026-03-28 11:21:28 [bca.uk] INFO: Saving data for VU17%20CKG: {'auction_closing_time': 1774778400.0, 'created_time': 1774609570.807463, 'last_price_update_time': 1774696888.605728}
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520CKG') HTTP/1.1" 204 0
2026-03-28 11:21:28 [bca.uk] INFO: Found listing with ID: RE13%20UHY
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE13%2520UHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:28 [bca.uk] INFO: Scrape type for RE13%20UHY: 2
2026-03-28 11:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46991d50-357a-50d8-ab48-f4083020d2b0 with identifier: RE13%20UHY
2026-03-28 11:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46991d50-357a-50d8-ab48-f4083020d2b0 with scrape type 2
2026-03-28 11:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46991d50-357a-50d8-ab48-f4083020d2b0 with scrape type 2
2026-03-28 11:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46991d50-357a-50d8-ab48-f4083020d2b0, identifier: RE13%20UHY
2026-03-28 11:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46991d50-357a-50d8-ab48-f4083020d2b0 with identifier: RE13%20UHY
2026-03-28 11:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46991d50-357a-50d8-ab48-f4083020d2b0 with identifier: RE13%20UHY
2026-03-28 11:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46991d50-357a-50d8-ab48-f4083020d2b0 with identifier: RE13%20UHY to the API
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE13%20UHY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46991d50-357a-50d8-ab48-f4083020d2b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE13 UHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE13%20UHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 169023,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOURAN 2.0 TDI 140 SE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 140 SE DSG',
 'vin': 'WVGZZZ1TZEW000342',
 'year': 2013}
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE13%2520UHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:29 [bca.uk] INFO: Saving data for RE13%20UHY: {'auction_closing_time': 1774778400.0, 'created_time': 1774609563.062372, 'last_price_update_time': 1774696889.026219}
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE13%2520UHY') HTTP/1.1" 204 0
2026-03-28 11:21:29 [bca.uk] INFO: Found listing with ID: WN13%20KTA
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN13%2520KTA%27 HTTP/1.1" 200 None
2026-03-28 11:21:29 [bca.uk] INFO: Scrape type for WN13%20KTA: 2
2026-03-28 11:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cce07d7-02d1-5387-ad14-0e2a6d620840 with identifier: WN13%20KTA
2026-03-28 11:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cce07d7-02d1-5387-ad14-0e2a6d620840 with scrape type 2
2026-03-28 11:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cce07d7-02d1-5387-ad14-0e2a6d620840 with scrape type 2
2026-03-28 11:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cce07d7-02d1-5387-ad14-0e2a6d620840, identifier: WN13%20KTA
2026-03-28 11:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cce07d7-02d1-5387-ad14-0e2a6d620840 with identifier: WN13%20KTA
2026-03-28 11:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cce07d7-02d1-5387-ad14-0e2a6d620840 with identifier: WN13%20KTA
2026-03-28 11:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cce07d7-02d1-5387-ad14-0e2a6d620840 with identifier: WN13%20KTA to the API
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN13%20KTA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cce07d7-02d1-5387-ad14-0e2a6d620840',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN13 KTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN13%20KTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 111509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 140 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 140 2WD TITANIUM',
 'vin': 'WF0AXXWPMACT66721',
 'year': 2013}
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN13%2520KTA%27 HTTP/1.1" 200 None
2026-03-28 11:21:29 [bca.uk] INFO: Saving data for WN13%20KTA: {'auction_closing_time': 1774778400.0, 'created_time': 1774609567.817697, 'last_price_update_time': 1774696889.472792}
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN13%2520KTA') HTTP/1.1" 204 0
2026-03-28 11:21:29 [bca.uk] INFO: Found listing with ID: RJ74%20NJV
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJV%27 HTTP/1.1" 200 None
2026-03-28 11:21:29 [bca.uk] INFO: Scrape type for RJ74%20NJV: 2
2026-03-28 11:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77ec3431-e46c-502f-9033-3d1c87e762a4 with identifier: RJ74%20NJV
2026-03-28 11:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77ec3431-e46c-502f-9033-3d1c87e762a4 with scrape type 2
2026-03-28 11:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77ec3431-e46c-502f-9033-3d1c87e762a4 with scrape type 2
2026-03-28 11:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77ec3431-e46c-502f-9033-3d1c87e762a4, identifier: RJ74%20NJV
2026-03-28 11:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77ec3431-e46c-502f-9033-3d1c87e762a4 with identifier: RJ74%20NJV
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=midnight+black HTTP/1.1" 200 None
2026-03-28 11:21:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77ec3431-e46c-502f-9033-3d1c87e762a4 with identifier: RJ74%20NJV
2026-03-28 11:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77ec3431-e46c-502f-9033-3d1c87e762a4 with identifier: RJ74%20NJV to the API
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ74%20NJV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77ec3431-e46c-502f-9033-3d1c87e762a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ74 NJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ74%20NJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 29053,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN AMAROK A33 2.0 TDI 205 4M STYLE CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDI 205 4M STYLE',
 'vin': 'WV4ZZZT14RS022096',
 'year': 2024}
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJV%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Saving data for RJ74%20NJV: {'auction_closing_time': 1774854000.0, 'created_time': 1774015688.288972, 'last_price_update_time': 1774696890.018383}
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ74%2520NJV') HTTP/1.1" 204 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: WP16%20UPX
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520UPX%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for WP16%20UPX: 2
2026-03-28 11:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791 with identifier: WP16%20UPX
2026-03-28 11:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791 with scrape type 2
2026-03-28 11:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791 with scrape type 2
2026-03-28 11:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791, identifier: WP16%20UPX
2026-03-28 11:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791 with identifier: WP16%20UPX
2026-03-28 11:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791 with identifier: WP16%20UPX
2026-03-28 11:21:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e2e9736-8fa5-5fc9-ad87-c604fbd3e791 with identifier: WP16%20UPX to the API
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP16%20UPX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e2e9736-8fa5-5fc9-ad87-c604fbd3e791',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP16 UPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP16%20UPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 72726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.2 TSI 110 SE SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE SPORT',
 'vin': 'TMBFB6NH8G4538907',
 'year': 2016}
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520UPX%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Saving data for WP16%20UPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774609496.396374, 'last_price_update_time': 1774696890.438334}
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP16%2520UPX') HTTP/1.1" 204 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: YB63%20EEP
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520EEP%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for YB63%20EEP: 2
2026-03-28 11:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f60554b-0afc-5049-aff7-aaec07019699 with identifier: YB63%20EEP
2026-03-28 11:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f60554b-0afc-5049-aff7-aaec07019699 with scrape type 2
2026-03-28 11:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f60554b-0afc-5049-aff7-aaec07019699 with scrape type 2
2026-03-28 11:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f60554b-0afc-5049-aff7-aaec07019699, identifier: YB63%20EEP
2026-03-28 11:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f60554b-0afc-5049-aff7-aaec07019699 with identifier: YB63%20EEP
2026-03-28 11:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f60554b-0afc-5049-aff7-aaec07019699 with identifier: YB63%20EEP
2026-03-28 11:21:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f60554b-0afc-5049-aff7-aaec07019699 with identifier: YB63%20EEP to the API
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB63%20EEP-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f60554b-0afc-5049-aff7-aaec07019699',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB63 EEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB63%20EEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 33803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D X LINE STEP',
 'vin': 'WBAVP92020VX25862',
 'year': 2013}
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520EEP%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Saving data for YB63%20EEP: {'auction_closing_time': 1775037600.0, 'created_time': 1774609500.592793, 'last_price_update_time': 1774696890.862116}
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB63%2520EEP') HTTP/1.1" 204 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: YR60%20YDW
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520YDW%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for YR60%20YDW: 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: GY64%20XME
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520XME%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for GY64%20XME: 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: LC18%20GYK
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for LC18%20GYK: 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: OE62%20CWL
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE62%2520CWL%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for OE62%20CWL: 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: YP67%20WHC
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WHC%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for YP67%20WHC: 0
2026-03-28 11:21:30 [bca.uk] INFO: Found listing with ID: LR19%20OWB
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:21:30 [bca.uk] INFO: Scrape type for LR19%20OWB: 2
2026-03-28 11:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7264ed49-96cb-5956-8c09-e3ededc9acbc with identifier: LR19%20OWB
2026-03-28 11:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7264ed49-96cb-5956-8c09-e3ededc9acbc with scrape type 2
2026-03-28 11:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7264ed49-96cb-5956-8c09-e3ededc9acbc with scrape type 2
2026-03-28 11:21:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7264ed49-96cb-5956-8c09-e3ededc9acbc, identifier: LR19%20OWB
2026-03-28 11:21:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7264ed49-96cb-5956-8c09-e3ededc9acbc with identifier: LR19%20OWB
2026-03-28 11:21:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7264ed49-96cb-5956-8c09-e3ededc9acbc with identifier: LR19%20OWB
2026-03-28 11:21:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7264ed49-96cb-5956-8c09-e3ededc9acbc with identifier: LR19%20OWB to the API
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR19%20OWB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7264ed49-96cb-5956-8c09-e3ededc9acbc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR19 OWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR19%20OWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 46810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TDI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI S LINE S-T',
 'vin': 'WAUZZZF21KN092491',
 'year': 2019}
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:21:31 [bca.uk] INFO: Saving data for LR19%20OWB: {'auction_closing_time': 1774951200.0, 'created_time': 1774609517.676934, 'last_price_update_time': 1774696891.817131}
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR19%2520OWB') HTTP/1.1" 204 0
2026-03-28 11:21:31 [bca.uk] INFO: Found listing with ID: PK15%20DVO
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520DVO%27 HTTP/1.1" 200 None
2026-03-28 11:21:31 [bca.uk] INFO: Scrape type for PK15%20DVO: 2
2026-03-28 11:21:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31784517-246a-5274-ab88-27a62f5ad3ed with identifier: PK15%20DVO
2026-03-28 11:21:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31784517-246a-5274-ab88-27a62f5ad3ed with scrape type 2
2026-03-28 11:21:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31784517-246a-5274-ab88-27a62f5ad3ed with scrape type 2
2026-03-28 11:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31784517-246a-5274-ab88-27a62f5ad3ed, identifier: PK15%20DVO
2026-03-28 11:21:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31784517-246a-5274-ab88-27a62f5ad3ed with identifier: PK15%20DVO
2026-03-28 11:21:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31784517-246a-5274-ab88-27a62f5ad3ed with identifier: PK15%20DVO
2026-03-28 11:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31784517-246a-5274-ab88-27a62f5ad3ed with identifier: PK15%20DVO to the API
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK15%20DVO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31784517-246a-5274-ab88-27a62f5ad3ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK15 DVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK15%20DVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 100786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1436089',
 'year': 2015}
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520DVO%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Saving data for PK15%20DVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774609560.222168, 'last_price_update_time': 1774696892.366686}
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK15%2520DVO') HTTP/1.1" 204 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: AF63%20XJH
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520XJH%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for AF63%20XJH: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: AE14%20JFZ
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JFZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for AE14%20JFZ: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: AE14%20JFY
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JFY%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for AE14%20JFY: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: AE14%20JCY
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JCY%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for AE14%20JCY: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: AE66%20ONA
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520ONA%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for AE66%20ONA: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: FL14%20NUH
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for FL14%20NUH: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: RV22%20XVL
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for RV22%20XVL: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: KS71%20OAY
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520OAY%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for KS71%20OAY: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: WP25%20XMA
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XMA%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for WP25%20XMA: 2
2026-03-28 11:21:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f21cbc-6266-5163-a884-a16d1e5a7405 with identifier: WP25%20XMA
2026-03-28 11:21:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f21cbc-6266-5163-a884-a16d1e5a7405 with scrape type 2
2026-03-28 11:21:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40f21cbc-6266-5163-a884-a16d1e5a7405 with scrape type 2
2026-03-28 11:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40f21cbc-6266-5163-a884-a16d1e5a7405, identifier: WP25%20XMA
2026-03-28 11:21:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40f21cbc-6266-5163-a884-a16d1e5a7405 with identifier: WP25%20XMA
2026-03-28 11:21:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40f21cbc-6266-5163-a884-a16d1e5a7405 with identifier: WP25%20XMA
2026-03-28 11:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40f21cbc-6266-5163-a884-a16d1e5a7405 with identifier: WP25%20XMA to the API
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP25%20XMA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '40f21cbc-6266-5163-a884-a16d1e5a7405',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP25 XMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP25%20XMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 4636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 PHEV 150 250 L2 TREND Van',
 'transmission': 'automatic',
 'trim': 'PHEV 150 250 L2 TREND',
 'vin': 'WF0CXXSK7SX009107',
 'year': 2025}
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XMA%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Saving data for WP25%20XMA: {'auction_closing_time': 1774854000.0, 'created_time': 1773832597.840576, 'last_price_update_time': 1774696892.942057}
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP25%2520XMA') HTTP/1.1" 204 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: WV74%20RUW
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520RUW%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for WV74%20RUW: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: LC72%20RXD
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520RXD%27 HTTP/1.1" 200 None
2026-03-28 11:21:32 [bca.uk] INFO: Scrape type for LC72%20RXD: 0
2026-03-28 11:21:32 [bca.uk] INFO: Found listing with ID: WP22%20AUX
2026-03-28 11:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520AUX%27 HTTP/1.1" 200 None
2026-03-28 11:21:33 [bca.uk] INFO: Scrape type for WP22%20AUX: 0
2026-03-28 11:21:33 [bca.uk] INFO: Found listing with ID: AE22%20OWJ
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520OWJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:33 [bca.uk] INFO: Scrape type for AE22%20OWJ: 2
2026-03-28 11:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c440510-5c73-5d5f-bd55-39b261a5d4b4 with identifier: AE22%20OWJ
2026-03-28 11:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c440510-5c73-5d5f-bd55-39b261a5d4b4 with scrape type 2
2026-03-28 11:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c440510-5c73-5d5f-bd55-39b261a5d4b4 with scrape type 2
2026-03-28 11:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c440510-5c73-5d5f-bd55-39b261a5d4b4, identifier: AE22%20OWJ
2026-03-28 11:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c440510-5c73-5d5f-bd55-39b261a5d4b4 with identifier: AE22%20OWJ
2026-03-28 11:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c440510-5c73-5d5f-bd55-39b261a5d4b4 with identifier: AE22%20OWJ
2026-03-28 11:21:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c440510-5c73-5d5f-bd55-39b261a5d4b4 with identifier: AE22%20OWJ to the API
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE22%20OWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '0c440510-5c73-5d5f-bd55-39b261a5d4b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AE22 OWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE22%20OWJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 81673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE (11KW)',
 'vin': 'SADHA2A10N1622011',
 'year': 2022}
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520OWJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:33 [bca.uk] INFO: Saving data for AE22%20OWJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773838797.342059, 'last_price_update_time': 1774696893.429457}
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE22%2520OWJ') HTTP/1.1" 204 0
2026-03-28 11:21:33 [bca.uk] INFO: Found listing with ID: AF22%20THV
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520THV%27 HTTP/1.1" 200 None
2026-03-28 11:21:33 [bca.uk] INFO: Scrape type for AF22%20THV: 2
2026-03-28 11:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e269f63-5756-542e-a82b-bde0a1c34dff with identifier: AF22%20THV
2026-03-28 11:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e269f63-5756-542e-a82b-bde0a1c34dff with scrape type 2
2026-03-28 11:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e269f63-5756-542e-a82b-bde0a1c34dff with scrape type 2
2026-03-28 11:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e269f63-5756-542e-a82b-bde0a1c34dff, identifier: AF22%20THV
2026-03-28 11:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e269f63-5756-542e-a82b-bde0a1c34dff with identifier: AF22%20THV
2026-03-28 11:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e269f63-5756-542e-a82b-bde0a1c34dff with identifier: AF22%20THV
2026-03-28 11:21:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e269f63-5756-542e-a82b-bde0a1c34dff with identifier: AF22%20THV to the API
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20THV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '3e269f63-5756-542e-a82b-bde0a1c34dff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 THV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20THV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 40887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14600,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS6NC504620',
 'year': 2022}
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520THV%27 HTTP/1.1" 200 None
2026-03-28 11:21:34 [bca.uk] INFO: Saving data for AF22%20THV: {'auction_closing_time': 1774854000.0, 'created_time': 1774365292.042141, 'last_price_update_time': 1774696894.03118}
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520THV') HTTP/1.1" 204 0
2026-03-28 11:21:34 [bca.uk] INFO: Found listing with ID: AF23%20CYO
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CYO%27 HTTP/1.1" 200 None
2026-03-28 11:21:34 [bca.uk] INFO: Scrape type for AF23%20CYO: 2
2026-03-28 11:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95d12760-f805-5765-8ee4-f5842f81a37c with identifier: AF23%20CYO
2026-03-28 11:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d12760-f805-5765-8ee4-f5842f81a37c with scrape type 2
2026-03-28 11:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95d12760-f805-5765-8ee4-f5842f81a37c with scrape type 2
2026-03-28 11:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95d12760-f805-5765-8ee4-f5842f81a37c, identifier: AF23%20CYO
2026-03-28 11:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95d12760-f805-5765-8ee4-f5842f81a37c with identifier: AF23%20CYO
2026-03-28 11:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95d12760-f805-5765-8ee4-f5842f81a37c with identifier: AF23%20CYO
2026-03-28 11:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95d12760-f805-5765-8ee4-f5842f81a37c with identifier: AF23%20CYO to the API
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20CYO-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '95d12760-f805-5765-8ee4-f5842f81a37c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 CYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20CYO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 34507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH ALLURE PREM.(11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ALLURE PREM.(11KC)',
 'vin': 'VR3UHZKXZNT689431',
 'year': 2023}
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CYO%27 HTTP/1.1" 200 None
2026-03-28 11:21:34 [bca.uk] INFO: Saving data for AF23%20CYO: {'auction_closing_time': 1774854000.0, 'created_time': 1773825360.619553, 'last_price_update_time': 1774696894.517656}
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520CYO') HTTP/1.1" 204 0
2026-03-28 11:21:34 [bca.uk] INFO: Found listing with ID: AF70%20UBC
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UBC%27 HTTP/1.1" 200 None
2026-03-28 11:21:34 [bca.uk] INFO: Scrape type for AF70%20UBC: 2
2026-03-28 11:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a70ec545-e3cd-5308-9822-0e7b5fc640cf with identifier: AF70%20UBC
2026-03-28 11:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a70ec545-e3cd-5308-9822-0e7b5fc640cf with scrape type 2
2026-03-28 11:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a70ec545-e3cd-5308-9822-0e7b5fc640cf with scrape type 2
2026-03-28 11:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a70ec545-e3cd-5308-9822-0e7b5fc640cf, identifier: AF70%20UBC
2026-03-28 11:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a70ec545-e3cd-5308-9822-0e7b5fc640cf with identifier: AF70%20UBC
2026-03-28 11:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a70ec545-e3cd-5308-9822-0e7b5fc640cf with identifier: AF70%20UBC
2026-03-28 11:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a70ec545-e3cd-5308-9822-0e7b5fc640cf with identifier: AF70%20UBC to the API
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF70%20UBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a70ec545-e3cd-5308-9822-0e7b5fc640cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF70 UBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF70%20UBC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'PEUGEOT',
 'model': 'RIFTER',
 'odometer': 72356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT RIFTER 1.5 BLUEHDI 130 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 ALLURE',
 'vin': 'VR3ECYHZJLJ785367',
 'year': 2020}
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UBC%27 HTTP/1.1" 200 None
2026-03-28 11:21:34 [bca.uk] INFO: Saving data for AF70%20UBC: {'auction_closing_time': 1774854000.0, 'created_time': 1774305248.480718, 'last_price_update_time': 1774696894.992861}
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520UBC') HTTP/1.1" 204 0
2026-03-28 11:21:35 [bca.uk] INFO: Found listing with ID: AK72%20YRA
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520YRA%27 HTTP/1.1" 200 None
2026-03-28 11:21:35 [bca.uk] INFO: Scrape type for AK72%20YRA: 2
2026-03-28 11:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba0d088-4a59-529d-9fa3-8938dc70f463 with identifier: AK72%20YRA
2026-03-28 11:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba0d088-4a59-529d-9fa3-8938dc70f463 with scrape type 2
2026-03-28 11:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba0d088-4a59-529d-9fa3-8938dc70f463 with scrape type 2
2026-03-28 11:21:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ba0d088-4a59-529d-9fa3-8938dc70f463, identifier: AK72%20YRA
2026-03-28 11:21:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ba0d088-4a59-529d-9fa3-8938dc70f463 with identifier: AK72%20YRA
2026-03-28 11:21:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ba0d088-4a59-529d-9fa3-8938dc70f463 with identifier: AK72%20YRA
2026-03-28 11:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ba0d088-4a59-529d-9fa3-8938dc70f463 with identifier: AK72%20YRA to the API
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK72%20YRA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7ba0d088-4a59-529d-9fa3-8938dc70f463',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK72 YRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK72%20YRA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 23029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16600,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS0PC669596',
 'year': 2022}
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520YRA%27 HTTP/1.1" 200 None
2026-03-28 11:21:35 [bca.uk] INFO: Saving data for AK72%20YRA: {'auction_closing_time': 1774854000.0, 'created_time': 1774365088.263368, 'last_price_update_time': 1774696895.437606}
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK72%2520YRA') HTTP/1.1" 204 0
2026-03-28 11:21:35 [bca.uk] INFO: Found listing with ID: BF23%20AMV
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AMV%27 HTTP/1.1" 200 None
2026-03-28 11:21:35 [bca.uk] INFO: Scrape type for BF23%20AMV: 2
2026-03-28 11:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90436684-b13f-50b1-bf8d-ce913bce97ad with identifier: BF23%20AMV
2026-03-28 11:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90436684-b13f-50b1-bf8d-ce913bce97ad with scrape type 2
2026-03-28 11:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90436684-b13f-50b1-bf8d-ce913bce97ad with scrape type 2
2026-03-28 11:21:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90436684-b13f-50b1-bf8d-ce913bce97ad, identifier: BF23%20AMV
2026-03-28 11:21:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90436684-b13f-50b1-bf8d-ce913bce97ad with identifier: BF23%20AMV
2026-03-28 11:21:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90436684-b13f-50b1-bf8d-ce913bce97ad with identifier: BF23%20AMV
2026-03-28 11:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90436684-b13f-50b1-bf8d-ce913bce97ad with identifier: BF23%20AMV to the API
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF23%20AMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '90436684-b13f-50b1-bf8d-ce913bce97ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF23 AMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF23%20AMV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 14419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 4 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 4 DCT',
 'vin': 'KNACT81EVP5075907',
 'year': 2023}
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AMV%27 HTTP/1.1" 200 None
2026-03-28 11:21:35 [bca.uk] INFO: Saving data for BF23%20AMV: {'auction_closing_time': 1774854000.0, 'created_time': 1774365303.784404, 'last_price_update_time': 1774696895.873737}
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF23%2520AMV') HTTP/1.1" 204 0
2026-03-28 11:21:35 [bca.uk] INFO: Found listing with ID: DE21%20GLZ
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520GLZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:35 [bca.uk] INFO: Scrape type for DE21%20GLZ: 2
2026-03-28 11:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c3a3d0-85ad-5cad-85ad-668518690fbf with identifier: DE21%20GLZ
2026-03-28 11:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85c3a3d0-85ad-5cad-85ad-668518690fbf with scrape type 2
2026-03-28 11:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85c3a3d0-85ad-5cad-85ad-668518690fbf with scrape type 2
2026-03-28 11:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85c3a3d0-85ad-5cad-85ad-668518690fbf, identifier: DE21%20GLZ
2026-03-28 11:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85c3a3d0-85ad-5cad-85ad-668518690fbf with identifier: DE21%20GLZ
2026-03-28 11:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85c3a3d0-85ad-5cad-85ad-668518690fbf with identifier: DE21%20GLZ
2026-03-28 11:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85c3a3d0-85ad-5cad-85ad-668518690fbf with identifier: DE21%20GLZ to the API
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE21%20GLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85c3a3d0-85ad-5cad-85ad-668518690fbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE21 GLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE21%20GLZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 36013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW533667',
 'year': 2021}
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520GLZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:36 [bca.uk] INFO: Saving data for DE21%20GLZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773838812.798295, 'last_price_update_time': 1774696896.362538}
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE21%2520GLZ') HTTP/1.1" 204 0
2026-03-28 11:21:36 [bca.uk] INFO: Found listing with ID: DE23%20NMZ
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520NMZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:36 [bca.uk] INFO: Scrape type for DE23%20NMZ: 2
2026-03-28 11:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59327a64-2965-5d67-bf6d-3935e2fe4d13 with identifier: DE23%20NMZ
2026-03-28 11:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59327a64-2965-5d67-bf6d-3935e2fe4d13 with scrape type 2
2026-03-28 11:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59327a64-2965-5d67-bf6d-3935e2fe4d13 with scrape type 2
2026-03-28 11:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59327a64-2965-5d67-bf6d-3935e2fe4d13, identifier: DE23%20NMZ
2026-03-28 11:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59327a64-2965-5d67-bf6d-3935e2fe4d13 with identifier: DE23%20NMZ
2026-03-28 11:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59327a64-2965-5d67-bf6d-3935e2fe4d13 with identifier: DE23%20NMZ
2026-03-28 11:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59327a64-2965-5d67-bf6d-3935e2fe4d13 with identifier: DE23%20NMZ to the API
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE23%20NMZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '59327a64-2965-5d67-bf6d-3935e2fe4d13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE23 NMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE23%20NMZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 23441,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUP5109334',
 'year': 2023}
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520NMZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:36 [bca.uk] INFO: Saving data for DE23%20NMZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773838635.154936, 'last_price_update_time': 1774696896.82193}
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE23%2520NMZ') HTTP/1.1" 204 0
2026-03-28 11:21:36 [bca.uk] INFO: Found listing with ID: DF72%20CZW
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF72%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:21:36 [bca.uk] INFO: Scrape type for DF72%20CZW: 2
2026-03-28 11:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f5a8921-e454-5c28-90bf-67307931c028 with identifier: DF72%20CZW
2026-03-28 11:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f5a8921-e454-5c28-90bf-67307931c028 with scrape type 2
2026-03-28 11:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f5a8921-e454-5c28-90bf-67307931c028 with scrape type 2
2026-03-28 11:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f5a8921-e454-5c28-90bf-67307931c028, identifier: DF72%20CZW
2026-03-28 11:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f5a8921-e454-5c28-90bf-67307931c028 with identifier: DF72%20CZW
2026-03-28 11:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f5a8921-e454-5c28-90bf-67307931c028 with identifier: DF72%20CZW
2026-03-28 11:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f5a8921-e454-5c28-90bf-67307931c028 with identifier: DF72%20CZW to the API
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF72%20CZW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '3f5a8921-e454-5c28-90bf-67307931c028',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF72 CZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF72%20CZW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 34102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 150KW 58KWH V1 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH V1',
 'vin': 'VSSZZZK11PP003545',
 'year': 2022}
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF72%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:21:37 [bca.uk] INFO: Saving data for DF72%20CZW: {'auction_closing_time': 1774854000.0, 'created_time': 1774365081.743476, 'last_price_update_time': 1774696897.251935}
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF72%2520CZW') HTTP/1.1" 204 0
2026-03-28 11:21:37 [bca.uk] INFO: Found listing with ID: DG24%20ZKX
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520ZKX%27 HTTP/1.1" 200 None
2026-03-28 11:21:37 [bca.uk] INFO: Scrape type for DG24%20ZKX: 2
2026-03-28 11:21:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX
2026-03-28 11:21:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with scrape type 2
2026-03-28 11:21:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with scrape type 2
2026-03-28 11:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fe35595-27e6-5f41-800a-f5c1b2f93f60, identifier: DG24%20ZKX
2026-03-28 11:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX
2026-03-28 11:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX
2026-03-28 11:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fe35595-27e6-5f41-800a-f5c1b2f93f60 with identifier: DG24%20ZKX to the API
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20ZKX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7fe35595-27e6-5f41-800a-f5c1b2f93f60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG24 ZKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20ZKX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 19622,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8700,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
 'transmission': 'automatic',
 'trim': '126KW 48KWH PURE+',
 'vin': 'LGWEEUA52NK643896',
 'year': 2024}
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520ZKX%27 HTTP/1.1" 200 None
2026-03-28 11:21:37 [bca.uk] INFO: Saving data for DG24%20ZKX: {'auction_closing_time': 1774854000.0, 'created_time': 1774045526.54164, 'last_price_update_time': 1774696897.681288}
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520ZKX') HTTP/1.1" 204 0
2026-03-28 11:21:37 [bca.uk] INFO: Found listing with ID: DK24%20WMY
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WMY%27 HTTP/1.1" 200 None
2026-03-28 11:21:37 [bca.uk] INFO: Scrape type for DK24%20WMY: 2
2026-03-28 11:21:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 787681cc-7a96-57af-8be8-d57651ab8d5d with identifier: DK24%20WMY
2026-03-28 11:21:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 787681cc-7a96-57af-8be8-d57651ab8d5d with scrape type 2
2026-03-28 11:21:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 787681cc-7a96-57af-8be8-d57651ab8d5d with scrape type 2
2026-03-28 11:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 787681cc-7a96-57af-8be8-d57651ab8d5d, identifier: DK24%20WMY
2026-03-28 11:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 787681cc-7a96-57af-8be8-d57651ab8d5d with identifier: DK24%20WMY
2026-03-28 11:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 787681cc-7a96-57af-8be8-d57651ab8d5d with identifier: DK24%20WMY
2026-03-28 11:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 787681cc-7a96-57af-8be8-d57651ab8d5d with identifier: DK24%20WMY to the API
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK24%20WMY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '787681cc-7a96-57af-8be8-d57651ab8d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK24 WMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK24%20WMY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 14266,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8700,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
 'transmission': 'automatic',
 'trim': '126KW 48KWH PURE+',
 'vin': 'LGWEEUA57NK645692',
 'year': 2024}
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WMY%27 HTTP/1.1" 200 None
2026-03-28 11:21:38 [bca.uk] INFO: Saving data for DK24%20WMY: {'auction_closing_time': 1774854000.0, 'created_time': 1774365261.036693, 'last_price_update_time': 1774696898.118412}
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK24%2520WMY') HTTP/1.1" 204 0
2026-03-28 11:21:38 [bca.uk] INFO: Found listing with ID: DN71%20AXV
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520AXV%27 HTTP/1.1" 200 None
2026-03-28 11:21:38 [bca.uk] INFO: Scrape type for DN71%20AXV: 2
2026-03-28 11:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af8cf26f-72d2-542b-86f8-546485540cf9 with identifier: DN71%20AXV
2026-03-28 11:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af8cf26f-72d2-542b-86f8-546485540cf9 with scrape type 2
2026-03-28 11:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af8cf26f-72d2-542b-86f8-546485540cf9 with scrape type 2
2026-03-28 11:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af8cf26f-72d2-542b-86f8-546485540cf9, identifier: DN71%20AXV
2026-03-28 11:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af8cf26f-72d2-542b-86f8-546485540cf9 with identifier: DN71%20AXV
2026-03-28 11:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af8cf26f-72d2-542b-86f8-546485540cf9 with identifier: DN71%20AXV
2026-03-28 11:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af8cf26f-72d2-542b-86f8-546485540cf9 with identifier: DN71%20AXV to the API
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN71%20AXV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af8cf26f-72d2-542b-86f8-546485540cf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN71 AXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN71%20AXV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 113419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10300,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN PHEV 1.5 COOPER S E SPORT ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E SPORT ALL4',
 'vin': 'WMW22BS0003N84374',
 'year': 2021}
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520AXV%27 HTTP/1.1" 200 None
2026-03-28 11:21:38 [bca.uk] INFO: Saving data for DN71%20AXV: {'auction_closing_time': 1774854000.0, 'created_time': 1774365368.940597, 'last_price_update_time': 1774696898.569106}
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520AXV') HTTP/1.1" 204 0
2026-03-28 11:21:38 [bca.uk] INFO: Found listing with ID: DX71%20BYR
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYR%27 HTTP/1.1" 200 None
2026-03-28 11:21:38 [bca.uk] INFO: Scrape type for DX71%20BYR: 2
2026-03-28 11:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e71ce1c0-6ae0-5f2c-be24-48b5bb644c84 with identifier: DX71%20BYR
2026-03-28 11:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e71ce1c0-6ae0-5f2c-be24-48b5bb644c84 with scrape type 2
2026-03-28 11:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e71ce1c0-6ae0-5f2c-be24-48b5bb644c84 with scrape type 2
2026-03-28 11:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e71ce1c0-6ae0-5f2c-be24-48b5bb644c84, identifier: DX71%20BYR
2026-03-28 11:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e71ce1c0-6ae0-5f2c-be24-48b5bb644c84 with identifier: DX71%20BYR
2026-03-28 11:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e71ce1c0-6ae0-5f2c-be24-48b5bb644c84 with identifier: DX71%20BYR
2026-03-28 11:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e71ce1c0-6ae0-5f2c-be24-48b5bb644c84 with identifier: DX71%20BYR to the API
2026-03-28 11:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX71%20BYR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e71ce1c0-6ae0-5f2c-be24-48b5bb644c84',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX71 BYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX71%20BYR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '330E',
 'odometer': 86976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32010FL79451',
 'year': 2021}
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYR%27 HTTP/1.1" 200 None
2026-03-28 11:21:39 [bca.uk] INFO: Saving data for DX71%20BYR: {'auction_closing_time': 1774854000.0, 'created_time': 1773833722.320225, 'last_price_update_time': 1774696899.245749}
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX71%2520BYR') HTTP/1.1" 204 0
2026-03-28 11:21:39 [bca.uk] INFO: Found listing with ID: DY73%20VAD
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520VAD%27 HTTP/1.1" 200 None
2026-03-28 11:21:39 [bca.uk] INFO: Scrape type for DY73%20VAD: 2
2026-03-28 11:21:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99584999-216c-5464-abb0-2a183e9453d9 with identifier: DY73%20VAD
2026-03-28 11:21:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99584999-216c-5464-abb0-2a183e9453d9 with scrape type 2
2026-03-28 11:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99584999-216c-5464-abb0-2a183e9453d9 with scrape type 2
2026-03-28 11:21:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99584999-216c-5464-abb0-2a183e9453d9, identifier: DY73%20VAD
2026-03-28 11:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99584999-216c-5464-abb0-2a183e9453d9 with identifier: DY73%20VAD
2026-03-28 11:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99584999-216c-5464-abb0-2a183e9453d9 with identifier: DY73%20VAD
2026-03-28 11:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99584999-216c-5464-abb0-2a183e9453d9 with identifier: DY73%20VAD to the API
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY73%20VAD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '99584999-216c-5464-abb0-2a183e9453d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY73 VAD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY73%20VAD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 7173,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD N LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 4WD N LINE',
 'vin': 'TMAJA812SPJ253015',
 'year': 2024}
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520VAD%27 HTTP/1.1" 200 None
2026-03-28 11:21:39 [bca.uk] INFO: Saving data for DY73%20VAD: {'auction_closing_time': 1774854000.0, 'created_time': 1774364009.67356, 'last_price_update_time': 1774696899.705062}
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY73%2520VAD') HTTP/1.1" 204 0
2026-03-28 11:21:39 [bca.uk] INFO: Found listing with ID: FG22%20JYA
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520JYA%27 HTTP/1.1" 200 None
2026-03-28 11:21:39 [bca.uk] INFO: Scrape type for FG22%20JYA: 2
2026-03-28 11:21:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13fd7def-ade4-53db-9320-16dec1eb14dc with identifier: FG22%20JYA
2026-03-28 11:21:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13fd7def-ade4-53db-9320-16dec1eb14dc with scrape type 2
2026-03-28 11:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13fd7def-ade4-53db-9320-16dec1eb14dc with scrape type 2
2026-03-28 11:21:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13fd7def-ade4-53db-9320-16dec1eb14dc, identifier: FG22%20JYA
2026-03-28 11:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13fd7def-ade4-53db-9320-16dec1eb14dc with identifier: FG22%20JYA
2026-03-28 11:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13fd7def-ade4-53db-9320-16dec1eb14dc with identifier: FG22%20JYA
2026-03-28 11:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13fd7def-ade4-53db-9320-16dec1eb14dc with identifier: FG22%20JYA to the API
2026-03-28 11:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG22%20JYA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '13fd7def-ade4-53db-9320-16dec1eb14dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FG22 JYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG22%20JYA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '330E',
 'odometer': 133421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8600,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32090FM57085',
 'year': 2022}
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520JYA%27 HTTP/1.1" 200 None
2026-03-28 11:21:40 [bca.uk] INFO: Saving data for FG22%20JYA: {'auction_closing_time': 1774854000.0, 'created_time': 1774365080.507605, 'last_price_update_time': 1774696900.15836}
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG22%2520JYA') HTTP/1.1" 204 0
2026-03-28 11:21:40 [bca.uk] INFO: Found listing with ID: FN22%20JGZ
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:40 [bca.uk] INFO: Scrape type for FN22%20JGZ: 2
2026-03-28 11:21:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63b84399-a854-5ab3-b2bc-bb02c42528ac with identifier: FN22%20JGZ
2026-03-28 11:21:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63b84399-a854-5ab3-b2bc-bb02c42528ac with scrape type 2
2026-03-28 11:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63b84399-a854-5ab3-b2bc-bb02c42528ac with scrape type 2
2026-03-28 11:21:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63b84399-a854-5ab3-b2bc-bb02c42528ac, identifier: FN22%20JGZ
2026-03-28 11:21:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63b84399-a854-5ab3-b2bc-bb02c42528ac with identifier: FN22%20JGZ
2026-03-28 11:21:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63b84399-a854-5ab3-b2bc-bb02c42528ac with identifier: FN22%20JGZ
2026-03-28 11:21:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63b84399-a854-5ab3-b2bc-bb02c42528ac with identifier: FN22%20JGZ to the API
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN22%20JGZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63b84399-a854-5ab3-b2bc-bb02c42528ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN22 JGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN22%20JGZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 27361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 1.5 TSI EVO 150 FR SPORT DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 FR SPORT DSG',
 'vin': 'VSSZZZKNZNW007461',
 'year': 2022}
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:40 [bca.uk] INFO: Saving data for FN22%20JGZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774365372.234075, 'last_price_update_time': 1774696900.653876}
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN22%2520JGZ') HTTP/1.1" 204 0
2026-03-28 11:21:40 [bca.uk] INFO: Found listing with ID: GL72%20OER
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OER%27 HTTP/1.1" 200 None
2026-03-28 11:21:40 [bca.uk] INFO: Scrape type for GL72%20OER: 2
2026-03-28 11:21:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1592239a-8857-5689-adf5-ac001335480e with identifier: GL72%20OER
2026-03-28 11:21:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1592239a-8857-5689-adf5-ac001335480e with scrape type 2
2026-03-28 11:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1592239a-8857-5689-adf5-ac001335480e with scrape type 2
2026-03-28 11:21:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1592239a-8857-5689-adf5-ac001335480e, identifier: GL72%20OER
2026-03-28 11:21:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1592239a-8857-5689-adf5-ac001335480e with identifier: GL72%20OER
2026-03-28 11:21:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1592239a-8857-5689-adf5-ac001335480e with identifier: GL72%20OER
2026-03-28 11:21:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1592239a-8857-5689-adf5-ac001335480e with identifier: GL72%20OER to the API
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20OER-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '1592239a-8857-5689-adf5-ac001335480e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 OER',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20OER&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 44935,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16900,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS7PC581315',
 'year': 2022}
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OER%27 HTTP/1.1" 200 None
2026-03-28 11:21:41 [bca.uk] INFO: Saving data for GL72%20OER: {'auction_closing_time': 1774854000.0, 'created_time': 1774365260.154564, 'last_price_update_time': 1774696901.114843}
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520OER') HTTP/1.1" 204 0
2026-03-28 11:21:41 [bca.uk] INFO: Found listing with ID: GV70%20KKG
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV70%2520KKG%27 HTTP/1.1" 200 None
2026-03-28 11:21:41 [bca.uk] INFO: Scrape type for GV70%20KKG: 2
2026-03-28 11:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807a054c-cd7f-5f97-b876-90675d8d95ff with identifier: GV70%20KKG
2026-03-28 11:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807a054c-cd7f-5f97-b876-90675d8d95ff with scrape type 2
2026-03-28 11:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 807a054c-cd7f-5f97-b876-90675d8d95ff with scrape type 2
2026-03-28 11:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 807a054c-cd7f-5f97-b876-90675d8d95ff, identifier: GV70%20KKG
2026-03-28 11:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 807a054c-cd7f-5f97-b876-90675d8d95ff with identifier: GV70%20KKG
2026-03-28 11:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 807a054c-cd7f-5f97-b876-90675d8d95ff with identifier: GV70%20KKG
2026-03-28 11:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 807a054c-cd7f-5f97-b876-90675d8d95ff with identifier: GV70%20KKG to the API
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV70%20KKG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '807a054c-cd7f-5f97-b876-90675d8d95ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV70 KKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV70%20KKG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 42442,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q BLACK ED.',
 'vin': 'WAUZZZGE7MB025486',
 'year': 2021}
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV70%2520KKG%27 HTTP/1.1" 200 None
2026-03-28 11:21:41 [bca.uk] INFO: Saving data for GV70%20KKG: {'auction_closing_time': 1774854000.0, 'created_time': 1774304586.12989, 'last_price_update_time': 1774696901.625555}
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV70%2520KKG') HTTP/1.1" 204 0
2026-03-28 11:21:41 [bca.uk] INFO: Found listing with ID: HF23%20VFH
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VFH%27 HTTP/1.1" 200 None
2026-03-28 11:21:41 [bca.uk] INFO: Scrape type for HF23%20VFH: 2
2026-03-28 11:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9785638-47b0-598c-acbe-13f6bc44af73 with identifier: HF23%20VFH
2026-03-28 11:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9785638-47b0-598c-acbe-13f6bc44af73 with scrape type 2
2026-03-28 11:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9785638-47b0-598c-acbe-13f6bc44af73 with scrape type 2
2026-03-28 11:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9785638-47b0-598c-acbe-13f6bc44af73, identifier: HF23%20VFH
2026-03-28 11:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9785638-47b0-598c-acbe-13f6bc44af73 with identifier: HF23%20VFH
2026-03-28 11:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9785638-47b0-598c-acbe-13f6bc44af73 with identifier: HF23%20VFH
2026-03-28 11:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9785638-47b0-598c-acbe-13f6bc44af73 with identifier: HF23%20VFH to the API
2026-03-28 11:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20VFH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9785638-47b0-598c-acbe-13f6bc44af73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HF23 VFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20VFH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'S3 SALOON',
 'odometer': 13883,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI S3 SALOON 2.0 TFSI 310 QUATTRO S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFSI 310 QUATTRO S-T',
 'vin': 'WAUZZZGY5PA044171',
 'year': 2023}
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VFH%27 HTTP/1.1" 200 None
2026-03-28 11:21:42 [bca.uk] INFO: Saving data for HF23%20VFH: {'auction_closing_time': 1774854000.0, 'created_time': 1774365118.309029, 'last_price_update_time': 1774696902.121023}
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520VFH') HTTP/1.1" 204 0
2026-03-28 11:21:42 [bca.uk] INFO: Found listing with ID: LM21%20WOU
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520WOU%27 HTTP/1.1" 200 None
2026-03-28 11:21:42 [bca.uk] INFO: Scrape type for LM21%20WOU: 2
2026-03-28 11:21:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 042c343e-1dd9-5e83-955f-e0f4ea73a3f7 with identifier: LM21%20WOU
2026-03-28 11:21:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 042c343e-1dd9-5e83-955f-e0f4ea73a3f7 with scrape type 2
2026-03-28 11:21:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 042c343e-1dd9-5e83-955f-e0f4ea73a3f7 with scrape type 2
2026-03-28 11:21:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 042c343e-1dd9-5e83-955f-e0f4ea73a3f7, identifier: LM21%20WOU
2026-03-28 11:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 042c343e-1dd9-5e83-955f-e0f4ea73a3f7 with identifier: LM21%20WOU
2026-03-28 11:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 042c343e-1dd9-5e83-955f-e0f4ea73a3f7 with identifier: LM21%20WOU
2026-03-28 11:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 042c343e-1dd9-5e83-955f-e0f4ea73a3f7 with identifier: LM21%20WOU to the API
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20WOU-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '042c343e-1dd9-5e83-955f-e0f4ea73a3f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM21 WOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20WOU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 90315,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD SE',
 'vin': 'SALZA2AT9MH149774',
 'year': 2021}
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520WOU%27 HTTP/1.1" 200 None
2026-03-28 11:21:42 [bca.uk] INFO: Saving data for LM21%20WOU: {'auction_closing_time': 1774854000.0, 'created_time': 1773833668.419571, 'last_price_update_time': 1774696902.597285}
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520WOU') HTTP/1.1" 204 0
2026-03-28 11:21:42 [bca.uk] INFO: Found listing with ID: LS23%20EHY
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520EHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:42 [bca.uk] INFO: Scrape type for LS23%20EHY: 2
2026-03-28 11:21:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81f6d81d-59ac-56ef-9222-787f0e2c48dc with identifier: LS23%20EHY
2026-03-28 11:21:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81f6d81d-59ac-56ef-9222-787f0e2c48dc with scrape type 2
2026-03-28 11:21:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81f6d81d-59ac-56ef-9222-787f0e2c48dc with scrape type 2
2026-03-28 11:21:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81f6d81d-59ac-56ef-9222-787f0e2c48dc, identifier: LS23%20EHY
2026-03-28 11:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81f6d81d-59ac-56ef-9222-787f0e2c48dc with identifier: LS23%20EHY
2026-03-28 11:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81f6d81d-59ac-56ef-9222-787f0e2c48dc with identifier: LS23%20EHY
2026-03-28 11:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81f6d81d-59ac-56ef-9222-787f0e2c48dc with identifier: LS23%20EHY to the API
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS23%20EHY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '81f6d81d-59ac-56ef-9222-787f0e2c48dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS23 EHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS23%20EHY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 14784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUP5112224',
 'year': 2023}
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520EHY%27 HTTP/1.1" 200 None
2026-03-28 11:21:43 [bca.uk] INFO: Saving data for LS23%20EHY: {'auction_closing_time': 1774854000.0, 'created_time': 1773825383.602755, 'last_price_update_time': 1774696903.11357}
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520EHY') HTTP/1.1" 204 0
2026-03-28 11:21:43 [bca.uk] INFO: Found listing with ID: MA72%20ZGV
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520ZGV%27 HTTP/1.1" 200 None
2026-03-28 11:21:43 [bca.uk] INFO: Scrape type for MA72%20ZGV: 2
2026-03-28 11:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f125c43-0783-52d0-93af-61dc17a923b8 with identifier: MA72%20ZGV
2026-03-28 11:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f125c43-0783-52d0-93af-61dc17a923b8 with scrape type 2
2026-03-28 11:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f125c43-0783-52d0-93af-61dc17a923b8 with scrape type 2
2026-03-28 11:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f125c43-0783-52d0-93af-61dc17a923b8, identifier: MA72%20ZGV
2026-03-28 11:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f125c43-0783-52d0-93af-61dc17a923b8 with identifier: MA72%20ZGV
2026-03-28 11:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f125c43-0783-52d0-93af-61dc17a923b8 with identifier: MA72%20ZGV
2026-03-28 11:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f125c43-0783-52d0-93af-61dc17a923b8 with identifier: MA72%20ZGV to the API
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20ZGV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '9f125c43-0783-52d0-93af-61dc17a923b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA72 ZGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20ZGV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 40021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK1NC447740',
 'year': 2022}
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520ZGV%27 HTTP/1.1" 200 None
2026-03-28 11:21:43 [bca.uk] INFO: Saving data for MA72%20ZGV: {'auction_closing_time': 1774854000.0, 'created_time': 1773840014.619054, 'last_price_update_time': 1774696903.570042}
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520ZGV') HTTP/1.1" 204 0
2026-03-28 11:21:43 [bca.uk] INFO: Found listing with ID: MD72%20WNC
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WNC%27 HTTP/1.1" 200 None
2026-03-28 11:21:43 [bca.uk] INFO: Scrape type for MD72%20WNC: 2
2026-03-28 11:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38ef4187-229d-5cd8-aba0-603242fe47a4 with identifier: MD72%20WNC
2026-03-28 11:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38ef4187-229d-5cd8-aba0-603242fe47a4 with scrape type 2
2026-03-28 11:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38ef4187-229d-5cd8-aba0-603242fe47a4 with scrape type 2
2026-03-28 11:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38ef4187-229d-5cd8-aba0-603242fe47a4, identifier: MD72%20WNC
2026-03-28 11:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38ef4187-229d-5cd8-aba0-603242fe47a4 with identifier: MD72%20WNC
2026-03-28 11:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38ef4187-229d-5cd8-aba0-603242fe47a4 with identifier: MD72%20WNC
2026-03-28 11:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38ef4187-229d-5cd8-aba0-603242fe47a4 with identifier: MD72%20WNC to the API
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20WNC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '38ef4187-229d-5cd8-aba0-603242fe47a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD72 WNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20WNC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 41746,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE+ (50KW)',
 'vin': 'VF1AG000169756021',
 'year': 2022}
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WNC%27 HTTP/1.1" 200 None
2026-03-28 11:21:44 [bca.uk] INFO: Saving data for MD72%20WNC: {'auction_closing_time': 1774854000.0, 'created_time': 1774365306.99406, 'last_price_update_time': 1774696904.015884}
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520WNC') HTTP/1.1" 204 0
2026-03-28 11:21:44 [bca.uk] INFO: Found listing with ID: ML22%20WLU
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520WLU%27 HTTP/1.1" 200 None
2026-03-28 11:21:44 [bca.uk] INFO: Scrape type for ML22%20WLU: 2
2026-03-28 11:21:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 947b6c1c-7744-5ca9-86aa-e8590883b488 with identifier: ML22%20WLU
2026-03-28 11:21:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 947b6c1c-7744-5ca9-86aa-e8590883b488 with scrape type 2
2026-03-28 11:21:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 947b6c1c-7744-5ca9-86aa-e8590883b488 with scrape type 2
2026-03-28 11:21:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 947b6c1c-7744-5ca9-86aa-e8590883b488, identifier: ML22%20WLU
2026-03-28 11:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 947b6c1c-7744-5ca9-86aa-e8590883b488 with identifier: ML22%20WLU
2026-03-28 11:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 947b6c1c-7744-5ca9-86aa-e8590883b488 with identifier: ML22%20WLU
2026-03-28 11:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 947b6c1c-7744-5ca9-86aa-e8590883b488 with identifier: ML22%20WLU to the API
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 52,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML22%20WLU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '947b6c1c-7744-5ca9-86aa-e8590883b488',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML22 WLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML22%20WLU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 57733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC SE',
 'vin': 'SALYA2AY3NA337563',
 'year': 2022}
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520WLU%27 HTTP/1.1" 200 None
2026-03-28 11:21:44 [bca.uk] INFO: Saving data for ML22%20WLU: {'auction_closing_time': 1774854000.0, 'created_time': 1773821898.275915, 'last_price_update_time': 1774696904.549401}
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML22%2520WLU') HTTP/1.1" 204 0
2026-03-28 11:21:44 [bca.uk] INFO: Found listing with ID: MW22%20VMG
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW22%2520VMG%27 HTTP/1.1" 200 None
2026-03-28 11:21:44 [bca.uk] INFO: Scrape type for MW22%20VMG: 2
2026-03-28 11:21:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5687c709-f538-539a-9451-ba27ff4ceb91 with identifier: MW22%20VMG
2026-03-28 11:21:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5687c709-f538-539a-9451-ba27ff4ceb91 with scrape type 2
2026-03-28 11:21:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5687c709-f538-539a-9451-ba27ff4ceb91 with scrape type 2
2026-03-28 11:21:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5687c709-f538-539a-9451-ba27ff4ceb91, identifier: MW22%20VMG
2026-03-28 11:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5687c709-f538-539a-9451-ba27ff4ceb91 with identifier: MW22%20VMG
2026-03-28 11:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5687c709-f538-539a-9451-ba27ff4ceb91 with identifier: MW22%20VMG
2026-03-28 11:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5687c709-f538-539a-9451-ba27ff4ceb91 with identifier: MW22%20VMG to the API
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW22%20VMG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '5687c709-f538-539a-9451-ba27ff4ceb91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW22 VMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW22%20VMG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 16073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 110/45 LIFE PURE PERF(110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '110/45 LIFE PURE PERF(110KC)',
 'vin': 'WVWZZZE1ZNP031949',
 'year': 2022}
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW22%2520VMG%27 HTTP/1.1" 200 None
2026-03-28 11:21:44 [bca.uk] INFO: Saving data for MW22%20VMG: {'auction_closing_time': 1774854000.0, 'created_time': 1774304815.140188, 'last_price_update_time': 1774696904.996906}
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW22%2520VMG') HTTP/1.1" 204 0
2026-03-28 11:21:45 [bca.uk] INFO: Found listing with ID: NG72%20WBD
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520WBD%27 HTTP/1.1" 200 None
2026-03-28 11:21:45 [bca.uk] INFO: Scrape type for NG72%20WBD: 2
2026-03-28 11:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab22cfbe-b81b-5901-9d92-83f2d18337eb with identifier: NG72%20WBD
2026-03-28 11:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab22cfbe-b81b-5901-9d92-83f2d18337eb with scrape type 2
2026-03-28 11:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab22cfbe-b81b-5901-9d92-83f2d18337eb with scrape type 2
2026-03-28 11:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab22cfbe-b81b-5901-9d92-83f2d18337eb, identifier: NG72%20WBD
2026-03-28 11:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab22cfbe-b81b-5901-9d92-83f2d18337eb with identifier: NG72%20WBD
2026-03-28 11:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab22cfbe-b81b-5901-9d92-83f2d18337eb with identifier: NG72%20WBD
2026-03-28 11:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab22cfbe-b81b-5901-9d92-83f2d18337eb with identifier: NG72%20WBD to the API
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG72%20WBD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ab22cfbe-b81b-5901-9d92-83f2d18337eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NG72 WBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG72%20WBD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 15592,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW IX1 XD30 XLINE StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 XLINE',
 'vin': 'WBY62EF0005W34046',
 'year': 2023}
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520WBD%27 HTTP/1.1" 200 None
2026-03-28 11:21:45 [bca.uk] INFO: Saving data for NG72%20WBD: {'auction_closing_time': 1774854000.0, 'created_time': 1774365354.574438, 'last_price_update_time': 1774696905.39223}
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG72%2520WBD') HTTP/1.1" 204 0
2026-03-28 11:21:45 [bca.uk] INFO: Found listing with ID: NJ23%20LND
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LND%27 HTTP/1.1" 200 None
2026-03-28 11:21:45 [bca.uk] INFO: Scrape type for NJ23%20LND: 2
2026-03-28 11:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62354669-23b8-58f2-ac1a-079b68182324 with identifier: NJ23%20LND
2026-03-28 11:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62354669-23b8-58f2-ac1a-079b68182324 with scrape type 2
2026-03-28 11:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62354669-23b8-58f2-ac1a-079b68182324 with scrape type 2
2026-03-28 11:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62354669-23b8-58f2-ac1a-079b68182324, identifier: NJ23%20LND
2026-03-28 11:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62354669-23b8-58f2-ac1a-079b68182324 with identifier: NJ23%20LND
2026-03-28 11:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62354669-23b8-58f2-ac1a-079b68182324 with identifier: NJ23%20LND
2026-03-28 11:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62354669-23b8-58f2-ac1a-079b68182324 with identifier: NJ23%20LND to the API
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20LND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '62354669-23b8-58f2-ac1a-079b68182324',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ23 LND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20LND&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 26640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUP5108884',
 'year': 2023}
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LND%27 HTTP/1.1" 200 None
2026-03-28 11:21:45 [bca.uk] INFO: Saving data for NJ23%20LND: {'auction_closing_time': 1774854000.0, 'created_time': 1773833734.610946, 'last_price_update_time': 1774696905.87503}
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520LND') HTTP/1.1" 204 0
2026-03-28 11:21:45 [bca.uk] INFO: Found listing with ID: NX70%20FGZ
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520FGZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:45 [bca.uk] INFO: Scrape type for NX70%20FGZ: 2
2026-03-28 11:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c716ac5e-7b9d-53db-832f-0e57c7b80eb8 with identifier: NX70%20FGZ
2026-03-28 11:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c716ac5e-7b9d-53db-832f-0e57c7b80eb8 with scrape type 2
2026-03-28 11:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c716ac5e-7b9d-53db-832f-0e57c7b80eb8 with scrape type 2
2026-03-28 11:21:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c716ac5e-7b9d-53db-832f-0e57c7b80eb8, identifier: NX70%20FGZ
2026-03-28 11:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c716ac5e-7b9d-53db-832f-0e57c7b80eb8 with identifier: NX70%20FGZ
2026-03-28 11:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c716ac5e-7b9d-53db-832f-0e57c7b80eb8 with identifier: NX70%20FGZ
2026-03-28 11:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c716ac5e-7b9d-53db-832f-0e57c7b80eb8 with identifier: NX70%20FGZ to the API
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX70%20FGZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c716ac5e-7b9d-53db-832f-0e57c7b80eb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX70 FGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX70%20FGZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 40716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14900,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q S LINE',
 'vin': 'WAUZZZGE3MB014078',
 'year': 2020}
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520FGZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:46 [bca.uk] INFO: Saving data for NX70%20FGZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774304794.403632, 'last_price_update_time': 1774696906.429517}
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX70%2520FGZ') HTTP/1.1" 204 0
2026-03-28 11:21:46 [bca.uk] INFO: Found listing with ID: OY22%20XCC
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520XCC%27 HTTP/1.1" 200 None
2026-03-28 11:21:46 [bca.uk] INFO: Scrape type for OY22%20XCC: 2
2026-03-28 11:21:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC
2026-03-28 11:21:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with scrape type 2
2026-03-28 11:21:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with scrape type 2
2026-03-28 11:21:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5, identifier: OY22%20XCC
2026-03-28 11:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC
2026-03-28 11:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC
2026-03-28 11:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a99f9a8-431c-5729-9b0f-bde35caf5eb5 with identifier: OY22%20XCC to the API
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY22%20XCC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7a99f9a8-431c-5729-9b0f-bde35caf5eb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY22 XCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY22%20XCC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 38579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17600,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'LPSVSEDEENL067899',
 'year': 2022}
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520XCC%27 HTTP/1.1" 200 None
2026-03-28 11:21:46 [bca.uk] INFO: Saving data for OY22%20XCC: {'auction_closing_time': 1774854000.0, 'created_time': 1773908775.20403, 'last_price_update_time': 1774696906.919575}
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY22%2520XCC') HTTP/1.1" 204 0
2026-03-28 11:21:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:21:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:21:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded
2026-03-28 11:21:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:21:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:48 [bca.uk] INFO: Found listing with ID: PN71%20KLC
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520KLC%27 HTTP/1.1" 200 None
2026-03-28 11:21:48 [bca.uk] INFO: Scrape type for PN71%20KLC: 2
2026-03-28 11:21:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a92e46a-6d7d-51da-8c34-9d93296ae91e with identifier: PN71%20KLC
2026-03-28 11:21:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a92e46a-6d7d-51da-8c34-9d93296ae91e with scrape type 2
2026-03-28 11:21:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a92e46a-6d7d-51da-8c34-9d93296ae91e with scrape type 2
2026-03-28 11:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a92e46a-6d7d-51da-8c34-9d93296ae91e, identifier: PN71%20KLC
2026-03-28 11:21:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a92e46a-6d7d-51da-8c34-9d93296ae91e with identifier: PN71%20KLC
2026-03-28 11:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a92e46a-6d7d-51da-8c34-9d93296ae91e with identifier: PN71%20KLC
2026-03-28 11:21:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a92e46a-6d7d-51da-8c34-9d93296ae91e with identifier: PN71%20KLC to the API
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN71%20KLC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2a92e46a-6d7d-51da-8c34-9d93296ae91e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN71 KLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN71%20KLC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 41724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 BLACK (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 BLACK (11KW)',
 'vin': 'SADHA2A13N1621371',
 'year': 2022}
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520KLC%27 HTTP/1.1" 200 None
2026-03-28 11:21:48 [bca.uk] INFO: Saving data for PN71%20KLC: {'auction_closing_time': 1774854000.0, 'created_time': 1773838632.559866, 'last_price_update_time': 1774696908.791793}
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN71%2520KLC') HTTP/1.1" 204 0
2026-03-28 11:21:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:21:48 [bca.uk] INFO: Found listing with ID: PX23%20XMG
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XMG%27 HTTP/1.1" 200 None
2026-03-28 11:21:48 [bca.uk] INFO: Scrape type for PX23%20XMG: 2
2026-03-28 11:21:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75036ce3-16a8-5121-9ede-486bb78b297e with identifier: PX23%20XMG
2026-03-28 11:21:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75036ce3-16a8-5121-9ede-486bb78b297e with scrape type 2
2026-03-28 11:21:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75036ce3-16a8-5121-9ede-486bb78b297e with scrape type 2
2026-03-28 11:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75036ce3-16a8-5121-9ede-486bb78b297e, identifier: PX23%20XMG
2026-03-28 11:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75036ce3-16a8-5121-9ede-486bb78b297e with identifier: PX23%20XMG
2026-03-28 11:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75036ce3-16a8-5121-9ede-486bb78b297e with identifier: PX23%20XMG
2026-03-28 11:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75036ce3-16a8-5121-9ede-486bb78b297e with identifier: PX23%20XMG to the API
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX23%20XMG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75036ce3-16a8-5121-9ede-486bb78b297e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX23 XMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX23%20XMG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 40452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D200 EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 EDITION',
 'vin': 'SALYA2AN3PA365310',
 'year': 2023}
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XMG%27 HTTP/1.1" 200 None
2026-03-28 11:21:49 [bca.uk] INFO: Saving data for PX23%20XMG: {'auction_closing_time': 1774854000.0, 'created_time': 1773821896.698215, 'last_price_update_time': 1774696909.229183}
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX23%2520XMG') HTTP/1.1" 204 0
2026-03-28 11:21:49 [bca.uk] INFO: Found listing with ID: PX71%20OHK
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520OHK%27 HTTP/1.1" 200 None
2026-03-28 11:21:49 [bca.uk] INFO: Scrape type for PX71%20OHK: 2
2026-03-28 11:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57b5bec-7193-59b1-bf7a-35d41fa50f76 with identifier: PX71%20OHK
2026-03-28 11:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57b5bec-7193-59b1-bf7a-35d41fa50f76 with scrape type 2
2026-03-28 11:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b57b5bec-7193-59b1-bf7a-35d41fa50f76 with scrape type 2
2026-03-28 11:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b57b5bec-7193-59b1-bf7a-35d41fa50f76, identifier: PX71%20OHK
2026-03-28 11:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b57b5bec-7193-59b1-bf7a-35d41fa50f76 with identifier: PX71%20OHK
2026-03-28 11:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b57b5bec-7193-59b1-bf7a-35d41fa50f76 with identifier: PX71%20OHK
2026-03-28 11:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b57b5bec-7193-59b1-bf7a-35d41fa50f76 with identifier: PX71%20OHK to the API
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX71%20OHK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b57b5bec-7193-59b1-bf7a-35d41fa50f76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX71 OHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX71%20OHK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 84892,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH SPORT Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ2NP028448',
 'year': 2022}
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520OHK%27 HTTP/1.1" 200 None
2026-03-28 11:21:49 [bca.uk] INFO: Saving data for PX71%20OHK: {'auction_closing_time': 1774854000.0, 'created_time': 1773833661.531708, 'last_price_update_time': 1774696909.660128}
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX71%2520OHK') HTTP/1.1" 204 0
2026-03-28 11:21:49 [bca.uk] INFO: Found listing with ID: RV22%20TZU
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:21:49 [bca.uk] INFO: Scrape type for RV22%20TZU: 2
2026-03-28 11:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4631a234-e29a-5470-864a-04fab3f0161b with identifier: RV22%20TZU
2026-03-28 11:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4631a234-e29a-5470-864a-04fab3f0161b with scrape type 2
2026-03-28 11:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4631a234-e29a-5470-864a-04fab3f0161b with scrape type 2
2026-03-28 11:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4631a234-e29a-5470-864a-04fab3f0161b, identifier: RV22%20TZU
2026-03-28 11:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4631a234-e29a-5470-864a-04fab3f0161b with identifier: RV22%20TZU
2026-03-28 11:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4631a234-e29a-5470-864a-04fab3f0161b with identifier: RV22%20TZU
2026-03-28 11:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4631a234-e29a-5470-864a-04fab3f0161b with identifier: RV22%20TZU to the API
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20TZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4631a234-e29a-5470-864a-04fab3f0161b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV22 TZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20TZU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 86924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ1NP027114',
 'year': 2022}
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:21:50 [bca.uk] INFO: Saving data for RV22%20TZU: {'auction_closing_time': 1774854000.0, 'created_time': 1774365269.137829, 'last_price_update_time': 1774696910.074817}
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520TZU') HTTP/1.1" 204 0
2026-03-28 11:21:50 [bca.uk] INFO: Found listing with ID: SG22%20WUL
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520WUL%27 HTTP/1.1" 200 None
2026-03-28 11:21:50 [bca.uk] INFO: Scrape type for SG22%20WUL: 2
2026-03-28 11:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a with identifier: SG22%20WUL
2026-03-28 11:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a with scrape type 2
2026-03-28 11:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a with scrape type 2
2026-03-28 11:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a, identifier: SG22%20WUL
2026-03-28 11:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a with identifier: SG22%20WUL
2026-03-28 11:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a with identifier: SG22%20WUL
2026-03-28 11:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 522f9f3c-6f20-5fc9-93a0-38bb5a80e64a with identifier: SG22%20WUL to the API
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20WUL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '522f9f3c-6f20-5fc9-93a0-38bb5a80e64a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG22 WUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20WUL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 87814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2ATXNH176399',
 'year': 2022}
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520WUL%27 HTTP/1.1" 200 None
2026-03-28 11:21:50 [bca.uk] INFO: Saving data for SG22%20WUL: {'auction_closing_time': 1774854000.0, 'created_time': 1773825317.267187, 'last_price_update_time': 1774696910.51794}
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520WUL') HTTP/1.1" 204 0
2026-03-28 11:21:50 [bca.uk] INFO: Found listing with ID: SG22%20XYS
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYS%27 HTTP/1.1" 200 None
2026-03-28 11:21:50 [bca.uk] INFO: Scrape type for SG22%20XYS: 2
2026-03-28 11:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe149b50-feac-5cc0-83c5-4c70359f64ab with identifier: SG22%20XYS
2026-03-28 11:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe149b50-feac-5cc0-83c5-4c70359f64ab with scrape type 2
2026-03-28 11:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe149b50-feac-5cc0-83c5-4c70359f64ab with scrape type 2
2026-03-28 11:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe149b50-feac-5cc0-83c5-4c70359f64ab, identifier: SG22%20XYS
2026-03-28 11:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe149b50-feac-5cc0-83c5-4c70359f64ab with identifier: SG22%20XYS
2026-03-28 11:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe149b50-feac-5cc0-83c5-4c70359f64ab with identifier: SG22%20XYS
2026-03-28 11:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe149b50-feac-5cc0-83c5-4c70359f64ab with identifier: SG22%20XYS to the API
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20XYS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fe149b50-feac-5cc0-83c5-4c70359f64ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 XYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20XYS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 29673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK4NC262890',
 'year': 2022}
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYS%27 HTTP/1.1" 200 None
2026-03-28 11:21:51 [bca.uk] INFO: Saving data for SG22%20XYS: {'auction_closing_time': 1774854000.0, 'created_time': 1774365245.516577, 'last_price_update_time': 1774696911.034851}
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520XYS') HTTP/1.1" 204 0
2026-03-28 11:21:51 [bca.uk] INFO: Found listing with ID: VE71%20XCB
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520XCB%27 HTTP/1.1" 200 None
2026-03-28 11:21:51 [bca.uk] INFO: Scrape type for VE71%20XCB: 2
2026-03-28 11:21:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a with identifier: VE71%20XCB
2026-03-28 11:21:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a with scrape type 2
2026-03-28 11:21:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a with scrape type 2
2026-03-28 11:21:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a, identifier: VE71%20XCB
2026-03-28 11:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a with identifier: VE71%20XCB
2026-03-28 11:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a with identifier: VE71%20XCB
2026-03-28 11:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5edf24c1-8add-57fc-8c5f-6b1ffa87d72a with identifier: VE71%20XCB to the API
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE71%20XCB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '5edf24c1-8add-57fc-8c5f-6b1ffa87d72a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE71 XCB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE71%20XCB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 16019,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP021307',
 'year': 2022}
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520XCB%27 HTTP/1.1" 200 None
2026-03-28 11:21:51 [bca.uk] INFO: Saving data for VE71%20XCB: {'auction_closing_time': 1774854000.0, 'created_time': 1773825543.412779, 'last_price_update_time': 1774696911.435692}
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE71%2520XCB') HTTP/1.1" 204 0
2026-03-28 11:21:51 [bca.uk] INFO: Found listing with ID: VU71%20HVV
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU71%2520HVV%27 HTTP/1.1" 200 None
2026-03-28 11:21:51 [bca.uk] INFO: Scrape type for VU71%20HVV: 2
2026-03-28 11:21:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e with identifier: VU71%20HVV
2026-03-28 11:21:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e with scrape type 2
2026-03-28 11:21:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e with scrape type 2
2026-03-28 11:21:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e, identifier: VU71%20HVV
2026-03-28 11:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e with identifier: VU71%20HVV
2026-03-28 11:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e with identifier: VU71%20HVV
2026-03-28 11:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21e1264a-7d6c-5f68-a13e-9bf0fb6f230e with identifier: VU71%20HVV to the API
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU71%20HVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21e1264a-7d6c-5f68-a13e-9bf0fb6f230e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VU71 HVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU71%20HVV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'T-CROSS',
 'odometer': 32654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10300,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 110 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE',
 'vin': 'WVGZZZC1ZMY146766',
 'year': 2021}
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU71%2520HVV%27 HTTP/1.1" 200 None
2026-03-28 11:21:51 [bca.uk] INFO: Saving data for VU71%20HVV: {'auction_closing_time': 1774854000.0, 'created_time': 1773825470.116276, 'last_price_update_time': 1774696911.848207}
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU71%2520HVV') HTTP/1.1" 204 0
2026-03-28 11:21:51 [bca.uk] INFO: Found listing with ID: YD24%20NPG
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520NPG%27 HTTP/1.1" 200 None
2026-03-28 11:21:51 [bca.uk] INFO: Scrape type for YD24%20NPG: 2
2026-03-28 11:21:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d67cea9-ac0f-5261-8069-bcb300e49c29 with identifier: YD24%20NPG
2026-03-28 11:21:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d67cea9-ac0f-5261-8069-bcb300e49c29 with scrape type 2
2026-03-28 11:21:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d67cea9-ac0f-5261-8069-bcb300e49c29 with scrape type 2
2026-03-28 11:21:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d67cea9-ac0f-5261-8069-bcb300e49c29, identifier: YD24%20NPG
2026-03-28 11:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d67cea9-ac0f-5261-8069-bcb300e49c29 with identifier: YD24%20NPG
2026-03-28 11:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d67cea9-ac0f-5261-8069-bcb300e49c29 with identifier: YD24%20NPG
2026-03-28 11:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d67cea9-ac0f-5261-8069-bcb300e49c29 with identifier: YD24%20NPG to the API
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD24%20NPG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7d67cea9-ac0f-5261-8069-bcb300e49c29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD24 NPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD24%20NPG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 20947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH MOTION (11KC)',
 'vin': 'JTMAABAA80A023475',
 'year': 2024}
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520NPG%27 HTTP/1.1" 200 None
2026-03-28 11:21:52 [bca.uk] INFO: Saving data for YD24%20NPG: {'auction_closing_time': 1774854000.0, 'created_time': 1774365077.206233, 'last_price_update_time': 1774696912.260592}
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD24%2520NPG') HTTP/1.1" 204 0
2026-03-28 11:21:52 [bca.uk] INFO: Found listing with ID: YH23%20XLR
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520XLR%27 HTTP/1.1" 200 None
2026-03-28 11:21:52 [bca.uk] INFO: Scrape type for YH23%20XLR: 2
2026-03-28 11:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 895e3a3a-ad16-510a-8b15-c9e0a3b480ed with identifier: YH23%20XLR
2026-03-28 11:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 895e3a3a-ad16-510a-8b15-c9e0a3b480ed with scrape type 2
2026-03-28 11:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 895e3a3a-ad16-510a-8b15-c9e0a3b480ed with scrape type 2
2026-03-28 11:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 895e3a3a-ad16-510a-8b15-c9e0a3b480ed, identifier: YH23%20XLR
2026-03-28 11:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 895e3a3a-ad16-510a-8b15-c9e0a3b480ed with identifier: YH23%20XLR
2026-03-28 11:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 895e3a3a-ad16-510a-8b15-c9e0a3b480ed with identifier: YH23%20XLR
2026-03-28 11:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 895e3a3a-ad16-510a-8b15-c9e0a3b480ed with identifier: YH23%20XLR to the API
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH23%20XLR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '895e3a3a-ad16-510a-8b15-c9e0a3b480ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH23 XLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH23%20XLR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 21585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD R-DYNAMIC S',
 'vin': 'SALZA2AX5PH218273',
 'year': 2023}
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520XLR%27 HTTP/1.1" 200 None
2026-03-28 11:21:52 [bca.uk] INFO: Saving data for YH23%20XLR: {'auction_closing_time': 1774854000.0, 'created_time': 1773821906.635724, 'last_price_update_time': 1774696912.668731}
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520XLR') HTTP/1.1" 204 0
2026-03-28 11:21:52 [bca.uk] INFO: Found listing with ID: GF70%20BBO
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520BBO%27 HTTP/1.1" 200 None
2026-03-28 11:21:52 [bca.uk] INFO: Scrape type for GF70%20BBO: 0
2026-03-28 11:21:52 [bca.uk] INFO: Found listing with ID: J27%20RCY
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J27%2520RCY%27 HTTP/1.1" 200 None
2026-03-28 11:21:52 [bca.uk] INFO: Scrape type for J27%20RCY: 0
2026-03-28 11:21:52 [bca.uk] INFO: Found listing with ID: AO17%20VJZ
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520VJZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:52 [bca.uk] INFO: Scrape type for AO17%20VJZ: 2
2026-03-28 11:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8672e31-1468-5fe7-b1aa-63044c5d7a8f with identifier: AO17%20VJZ
2026-03-28 11:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8672e31-1468-5fe7-b1aa-63044c5d7a8f with scrape type 2
2026-03-28 11:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8672e31-1468-5fe7-b1aa-63044c5d7a8f with scrape type 2
2026-03-28 11:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8672e31-1468-5fe7-b1aa-63044c5d7a8f, identifier: AO17%20VJZ
2026-03-28 11:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8672e31-1468-5fe7-b1aa-63044c5d7a8f with identifier: AO17%20VJZ
2026-03-28 11:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8672e31-1468-5fe7-b1aa-63044c5d7a8f with identifier: AO17%20VJZ
2026-03-28 11:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8672e31-1468-5fe7-b1aa-63044c5d7a8f with identifier: AO17%20VJZ to the API
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO17%20VJZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8672e31-1468-5fe7-b1aa-63044c5d7a8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO17 VJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO17%20VJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 142659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAHU320505G16396',
 'year': 2017}
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520VJZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:53 [bca.uk] INFO: Saving data for AO17%20VJZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773832283.71361, 'last_price_update_time': 1774696913.111389}
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO17%2520VJZ') HTTP/1.1" 204 0
2026-03-28 11:21:53 [bca.uk] INFO: Found listing with ID: FV16%20YFC
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV16%2520YFC%27 HTTP/1.1" 200 None
2026-03-28 11:21:53 [bca.uk] INFO: Scrape type for FV16%20YFC: 2
2026-03-28 11:21:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5776377-eeae-58ac-af75-eceb9e9bbff2 with identifier: FV16%20YFC
2026-03-28 11:21:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5776377-eeae-58ac-af75-eceb9e9bbff2 with scrape type 2
2026-03-28 11:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5776377-eeae-58ac-af75-eceb9e9bbff2 with scrape type 2
2026-03-28 11:21:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5776377-eeae-58ac-af75-eceb9e9bbff2, identifier: FV16%20YFC
2026-03-28 11:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5776377-eeae-58ac-af75-eceb9e9bbff2 with identifier: FV16%20YFC
2026-03-28 11:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5776377-eeae-58ac-af75-eceb9e9bbff2 with identifier: FV16%20YFC
2026-03-28 11:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5776377-eeae-58ac-af75-eceb9e9bbff2 with identifier: FV16%20YFC to the API
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV16%20YFC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a5776377-eeae-58ac-af75-eceb9e9bbff2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV16 YFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV16%20YFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 107004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 2 ISG',
 'vin': 'U5YPH815LGL115115',
 'year': 2016}
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV16%2520YFC%27 HTTP/1.1" 200 None
2026-03-28 11:21:53 [bca.uk] INFO: Saving data for FV16%20YFC: {'auction_closing_time': 1774854000.0, 'created_time': 1774305450.478086, 'last_price_update_time': 1774696913.533865}
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV16%2520YFC') HTTP/1.1" 204 0
2026-03-28 11:21:53 [bca.uk] INFO: Found listing with ID: M444%20CNR
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520CNR%27 HTTP/1.1" 200 None
2026-03-28 11:21:53 [bca.uk] INFO: Scrape type for M444%20CNR: 2
2026-03-28 11:21:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13cb47f1-d2bf-594a-8435-d9ee7e43a292 with identifier: M444%20CNR
2026-03-28 11:21:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13cb47f1-d2bf-594a-8435-d9ee7e43a292 with scrape type 2
2026-03-28 11:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13cb47f1-d2bf-594a-8435-d9ee7e43a292 with scrape type 2
2026-03-28 11:21:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13cb47f1-d2bf-594a-8435-d9ee7e43a292, identifier: M444%20CNR
2026-03-28 11:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13cb47f1-d2bf-594a-8435-d9ee7e43a292 with identifier: M444%20CNR
2026-03-28 11:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13cb47f1-d2bf-594a-8435-d9ee7e43a292 with identifier: M444%20CNR
2026-03-28 11:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13cb47f1-d2bf-594a-8435-d9ee7e43a292 with identifier: M444%20CNR to the API
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M444%20CNR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '13cb47f1-d2bf-594a-8435-d9ee7e43a292',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M444 CNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M444%20CNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '428I',
 'odometer': 91855,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 428I 2.0 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA3N32090K239299',
 'year': 2014}
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520CNR%27 HTTP/1.1" 200 None
2026-03-28 11:21:54 [bca.uk] INFO: Saving data for M444%20CNR: {'auction_closing_time': 1774854000.0, 'created_time': 1773832226.70863, 'last_price_update_time': 1774696914.048011}
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M444%2520CNR') HTTP/1.1" 204 0
2026-03-28 11:21:54 [bca.uk] INFO: Found listing with ID: NA17%20ULD
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520ULD%27 HTTP/1.1" 200 None
2026-03-28 11:21:54 [bca.uk] INFO: Scrape type for NA17%20ULD: 2
2026-03-28 11:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54edaef1-85e9-5a96-ab6d-9592ac180381 with identifier: NA17%20ULD
2026-03-28 11:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54edaef1-85e9-5a96-ab6d-9592ac180381 with scrape type 2
2026-03-28 11:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54edaef1-85e9-5a96-ab6d-9592ac180381 with scrape type 2
2026-03-28 11:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54edaef1-85e9-5a96-ab6d-9592ac180381, identifier: NA17%20ULD
2026-03-28 11:21:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54edaef1-85e9-5a96-ab6d-9592ac180381 with identifier: NA17%20ULD
2026-03-28 11:21:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54edaef1-85e9-5a96-ab6d-9592ac180381 with identifier: NA17%20ULD
2026-03-28 11:21:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54edaef1-85e9-5a96-ab6d-9592ac180381 with identifier: NA17%20ULD to the API
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA17%20ULD-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '54edaef1-85e9-5a96-ab6d-9592ac180381',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA17 ULD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA17%20ULD&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 80854,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 BLUEHDI 120 FEEL MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 FEEL',
 'vin': 'VF73ABHZMHJ717948',
 'year': 2017}
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520ULD%27 HTTP/1.1" 200 None
2026-03-28 11:21:54 [bca.uk] INFO: Saving data for NA17%20ULD: {'auction_closing_time': 1774854000.0, 'created_time': 1774305362.243877, 'last_price_update_time': 1774696914.479847}
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA17%2520ULD') HTTP/1.1" 204 0
2026-03-28 11:21:54 [bca.uk] INFO: Found listing with ID: Y13%20WMB
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y13%2520WMB%27 HTTP/1.1" 200 None
2026-03-28 11:21:54 [bca.uk] INFO: Scrape type for Y13%20WMB: 2
2026-03-28 11:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11136319-0765-5960-9314-fa2b7b0f1064 with identifier: Y13%20WMB
2026-03-28 11:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11136319-0765-5960-9314-fa2b7b0f1064 with scrape type 2
2026-03-28 11:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11136319-0765-5960-9314-fa2b7b0f1064 with scrape type 2
2026-03-28 11:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11136319-0765-5960-9314-fa2b7b0f1064, identifier: Y13%20WMB
2026-03-28 11:21:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11136319-0765-5960-9314-fa2b7b0f1064 with identifier: Y13%20WMB
2026-03-28 11:21:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11136319-0765-5960-9314-fa2b7b0f1064 with identifier: Y13%20WMB
2026-03-28 11:21:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11136319-0765-5960-9314-fa2b7b0f1064 with identifier: Y13%20WMB to the API
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=Y13%20WMB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11136319-0765-5960-9314-fa2b7b0f1064',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'Y13 WMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=Y13%20WMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 100710,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E EXECUTIVE SE Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E EXECUTIVE SE',
 'vin': 'WDD2040022A897865',
 'year': 2013}
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y13%2520WMB%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Saving data for Y13%20WMB: {'auction_closing_time': 1774854000.0, 'created_time': 1774305480.264641, 'last_price_update_time': 1774696915.042107}
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='Y13%2520WMB') HTTP/1.1" 204 0
2026-03-28 11:21:55 [bca.uk] INFO: Found listing with ID: EF18%20OMT
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520OMT%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Scrape type for EF18%20OMT: 0
2026-03-28 11:21:55 [bca.uk] INFO: Found listing with ID: BN67%20GNX
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520GNX%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Scrape type for BN67%20GNX: 0
2026-03-28 11:21:55 [bca.uk] INFO: Found listing with ID: VX15%20EAC
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX15%2520EAC%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Scrape type for VX15%20EAC: 2
2026-03-28 11:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7be5488-0b4a-53cb-a2df-fc0040943632 with identifier: VX15%20EAC
2026-03-28 11:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7be5488-0b4a-53cb-a2df-fc0040943632 with scrape type 2
2026-03-28 11:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7be5488-0b4a-53cb-a2df-fc0040943632 with scrape type 2
2026-03-28 11:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7be5488-0b4a-53cb-a2df-fc0040943632, identifier: VX15%20EAC
2026-03-28 11:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7be5488-0b4a-53cb-a2df-fc0040943632 with identifier: VX15%20EAC
2026-03-28 11:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7be5488-0b4a-53cb-a2df-fc0040943632 with identifier: VX15%20EAC
2026-03-28 11:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7be5488-0b4a-53cb-a2df-fc0040943632 with identifier: VX15%20EAC to the API
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX15%20EAC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7be5488-0b4a-53cb-a2df-fc0040943632',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX15 EAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX15%20EAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 75994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 225 AWD MOMENTUM G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 225 AWD MOMENTUM G/T',
 'vin': 'YV1LFA48CG1013138',
 'year': 2015}
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX15%2520EAC%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Saving data for VX15%20EAC: {'auction_closing_time': 1774864800.0, 'created_time': 1774265075.375829, 'last_price_update_time': 1774696915.517804}
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX15%2520EAC') HTTP/1.1" 204 0
2026-03-28 11:21:55 [bca.uk] INFO: Found listing with ID: YJ16%20HAW
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520HAW%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Scrape type for YJ16%20HAW: 2
2026-03-28 11:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e4afdd7-efbb-56ab-9c52-6af09becbdf1 with identifier: YJ16%20HAW
2026-03-28 11:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e4afdd7-efbb-56ab-9c52-6af09becbdf1 with scrape type 2
2026-03-28 11:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e4afdd7-efbb-56ab-9c52-6af09becbdf1 with scrape type 2
2026-03-28 11:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e4afdd7-efbb-56ab-9c52-6af09becbdf1, identifier: YJ16%20HAW
2026-03-28 11:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e4afdd7-efbb-56ab-9c52-6af09becbdf1 with identifier: YJ16%20HAW
2026-03-28 11:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e4afdd7-efbb-56ab-9c52-6af09becbdf1 with identifier: YJ16%20HAW
2026-03-28 11:21:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4e4afdd7-efbb-56ab-9c52-6af09becbdf1 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ16%20HAW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e4afdd7-efbb-56ab-9c52-6af09becbdf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ16 HAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ16%20HAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '730LD',
 'odometer': 81342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 730LD 3.0  Saloon',
 'transmission': 'automatic',
 'trim': '',
 'vin': 'WBA7G42060G543517',
 'year': 2016}
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520HAW%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Saving data for YJ16%20HAW: {'auction_closing_time': 1774692000.0, 'created_time': 1774609423.903693, 'last_price_update_time': 1774696915.666106}
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ16%2520HAW') HTTP/1.1" 204 0
2026-03-28 11:21:55 [bca.uk] INFO: Found listing with ID: NV70%20ESY
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV70%2520ESY%27 HTTP/1.1" 200 None
2026-03-28 11:21:55 [bca.uk] INFO: Scrape type for NV70%20ESY: 2
2026-03-28 11:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60bfb623-ccec-547c-911a-e2fd7727241d with identifier: NV70%20ESY
2026-03-28 11:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bfb623-ccec-547c-911a-e2fd7727241d with scrape type 2
2026-03-28 11:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60bfb623-ccec-547c-911a-e2fd7727241d with scrape type 2
2026-03-28 11:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60bfb623-ccec-547c-911a-e2fd7727241d, identifier: NV70%20ESY
2026-03-28 11:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60bfb623-ccec-547c-911a-e2fd7727241d with identifier: NV70%20ESY
2026-03-28 11:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60bfb623-ccec-547c-911a-e2fd7727241d with identifier: NV70%20ESY
2026-03-28 11:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60bfb623-ccec-547c-911a-e2fd7727241d with identifier: NV70%20ESY to the API
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV70%20ESY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60bfb623-ccec-547c-911a-e2fd7727241d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV70 ESY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV70%20ESY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 115594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROFESSIONAL',
 'vin': 'VF3VBYHRKL7058385',
 'year': 2020}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV70%2520ESY%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Saving data for NV70%20ESY: {'auction_closing_time': 1775124000.0, 'created_time': 1773834380.206649, 'last_price_update_time': 1774696916.092265}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV70%2520ESY') HTTP/1.1" 204 0
2026-03-28 11:21:56 [bca.uk] INFO: Found listing with ID: PK74%20OFC
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK74%2520OFC%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Scrape type for PK74%20OFC: 0
2026-03-28 11:21:56 [bca.uk] INFO: Found listing with ID: SK12%20RUV
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK12%2520RUV%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Scrape type for SK12%20RUV: 2
2026-03-28 11:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0addc82-a86b-5a89-8794-939cb4224685 with identifier: SK12%20RUV
2026-03-28 11:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0addc82-a86b-5a89-8794-939cb4224685 with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0addc82-a86b-5a89-8794-939cb4224685 with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0addc82-a86b-5a89-8794-939cb4224685, identifier: SK12%20RUV
2026-03-28 11:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0addc82-a86b-5a89-8794-939cb4224685 with identifier: SK12%20RUV
2026-03-28 11:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0addc82-a86b-5a89-8794-939cb4224685 with identifier: SK12%20RUV
2026-03-28 11:21:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a0addc82-a86b-5a89-8794-939cb4224685 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK12%20RUV-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0addc82-a86b-5a89-8794-939cb4224685',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK12 RUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK12%20RUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 82143,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM',
 'vin': 'WF0JXXGAJJCR69307',
 'year': 2012}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK12%2520RUV%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Saving data for SK12%20RUV: {'auction_closing_time': 1774692000.0, 'created_time': 1774609419.582931, 'last_price_update_time': 1774696916.241382}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK12%2520RUV') HTTP/1.1" 204 0
2026-03-28 11:21:56 [bca.uk] INFO: Found listing with ID: BF63%20KJZ
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520KJZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Scrape type for BF63%20KJZ: 2
2026-03-28 11:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1041385c-b61f-5481-86ae-4580506eb69e with identifier: BF63%20KJZ
2026-03-28 11:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1041385c-b61f-5481-86ae-4580506eb69e with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1041385c-b61f-5481-86ae-4580506eb69e with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1041385c-b61f-5481-86ae-4580506eb69e, identifier: BF63%20KJZ
2026-03-28 11:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1041385c-b61f-5481-86ae-4580506eb69e with identifier: BF63%20KJZ
2026-03-28 11:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1041385c-b61f-5481-86ae-4580506eb69e with identifier: BF63%20KJZ
2026-03-28 11:21:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1041385c-b61f-5481-86ae-4580506eb69e with identifier: BF63%20KJZ to the API
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF63%20KJZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1041385c-b61f-5481-86ae-4580506eb69e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF63 KJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF63%20KJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 175570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E250 2.1 CDI AMG SPORT TIP Estate',
 'transmission': 'manual',
 'trim': 'CDI AMG SPORT TIP',
 'vin': 'WDD2122032A870121',
 'year': 2013}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520KJZ%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Saving data for BF63%20KJZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609413.296251, 'last_price_update_time': 1774696916.640457}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF63%2520KJZ') HTTP/1.1" 204 0
2026-03-28 11:21:56 [bca.uk] INFO: Found listing with ID: ET68%20SZN
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520SZN%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Scrape type for ET68%20SZN: 2
2026-03-28 11:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f81705d-27e0-549c-b332-fa89b1657dc6 with identifier: ET68%20SZN
2026-03-28 11:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f81705d-27e0-549c-b332-fa89b1657dc6 with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f81705d-27e0-549c-b332-fa89b1657dc6 with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f81705d-27e0-549c-b332-fa89b1657dc6, identifier: ET68%20SZN
2026-03-28 11:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f81705d-27e0-549c-b332-fa89b1657dc6 with identifier: ET68%20SZN
2026-03-28 11:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f81705d-27e0-549c-b332-fa89b1657dc6 with identifier: ET68%20SZN
2026-03-28 11:21:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4f81705d-27e0-549c-b332-fa89b1657dc6 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 56,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET68%20SZN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4f81705d-27e0-549c-b332-fa89b1657dc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET68 SZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET68%20SZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 61513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN PHEV 1.5 COOPER S E ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E ALL4',
 'vin': 'WMWYU720803F77340',
 'year': 2018}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520SZN%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Saving data for ET68%20SZN: {'auction_closing_time': 1774692000.0, 'created_time': 1774609397.901582, 'last_price_update_time': 1774696916.792135}
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET68%2520SZN') HTTP/1.1" 204 0
2026-03-28 11:21:56 [bca.uk] INFO: Found listing with ID: CJ23%20LXA
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520LXA%27 HTTP/1.1" 200 None
2026-03-28 11:21:56 [bca.uk] INFO: Scrape type for CJ23%20LXA: 2
2026-03-28 11:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6431c6b7-be7a-5b54-8804-ae2c35cd4c62 with identifier: CJ23%20LXA
2026-03-28 11:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6431c6b7-be7a-5b54-8804-ae2c35cd4c62 with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6431c6b7-be7a-5b54-8804-ae2c35cd4c62 with scrape type 2
2026-03-28 11:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6431c6b7-be7a-5b54-8804-ae2c35cd4c62, identifier: CJ23%20LXA
2026-03-28 11:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6431c6b7-be7a-5b54-8804-ae2c35cd4c62 with identifier: CJ23%20LXA
2026-03-28 11:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6431c6b7-be7a-5b54-8804-ae2c35cd4c62 with identifier: CJ23%20LXA
2026-03-28 11:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6431c6b7-be7a-5b54-8804-ae2c35cd4c62 with identifier: CJ23%20LXA to the API
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20LXA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6431c6b7-be7a-5b54-8804-ae2c35cd4c62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 LXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20LXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 16100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSPW050066',
 'year': 2023}
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520LXA%27 HTTP/1.1" 200 None
2026-03-28 11:21:57 [bca.uk] INFO: Saving data for CJ23%20LXA: {'auction_closing_time': 1775124000.0, 'created_time': 1774609398.843059, 'last_price_update_time': 1774696917.250162}
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520LXA') HTTP/1.1" 204 0
2026-03-28 11:21:57 [bca.uk] INFO: Found listing with ID: EJ72%20ACU
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520ACU%27 HTTP/1.1" 200 None
2026-03-28 11:21:57 [bca.uk] INFO: Scrape type for EJ72%20ACU: 2
2026-03-28 11:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 258eb7cc-5a2b-533b-85ac-aa731feba8dd with identifier: EJ72%20ACU
2026-03-28 11:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 258eb7cc-5a2b-533b-85ac-aa731feba8dd with scrape type 2
2026-03-28 11:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 258eb7cc-5a2b-533b-85ac-aa731feba8dd with scrape type 2
2026-03-28 11:21:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 258eb7cc-5a2b-533b-85ac-aa731feba8dd, identifier: EJ72%20ACU
2026-03-28 11:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 258eb7cc-5a2b-533b-85ac-aa731feba8dd with identifier: EJ72%20ACU
2026-03-28 11:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 258eb7cc-5a2b-533b-85ac-aa731feba8dd with identifier: EJ72%20ACU
2026-03-28 11:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 258eb7cc-5a2b-533b-85ac-aa731feba8dd with identifier: EJ72%20ACU to the API
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ72%20ACU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '258eb7cc-5a2b-533b-85ac-aa731feba8dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EJ72 ACU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ72%20ACU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 27201,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.6 E-TENSE PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TENSE PERFORMANCE LINE+ EAT8',
 'vin': 'VR1F4DGYTN1034258',
 'year': 2022}
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520ACU%27 HTTP/1.1" 200 None
2026-03-28 11:21:57 [bca.uk] INFO: Saving data for EJ72%20ACU: {'auction_closing_time': 1775124000.0, 'created_time': 1774609480.599384, 'last_price_update_time': 1774696917.759234}
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ72%2520ACU') HTTP/1.1" 204 0
2026-03-28 11:21:57 [bca.uk] INFO: Found listing with ID: KS24%20TYV
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS24%2520TYV%27 HTTP/1.1" 200 None
2026-03-28 11:21:57 [bca.uk] INFO: Scrape type for KS24%20TYV: 2
2026-03-28 11:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1 with identifier: KS24%20TYV
2026-03-28 11:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1 with scrape type 2
2026-03-28 11:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1 with scrape type 2
2026-03-28 11:21:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1, identifier: KS24%20TYV
2026-03-28 11:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1 with identifier: KS24%20TYV
2026-03-28 11:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1 with identifier: KS24%20TYV
2026-03-28 11:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10cf24fc-f6e9-52d5-8060-a9cca71d3ee1 with identifier: KS24%20TYV to the API
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS24%20TYV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10cf24fc-f6e9-52d5-8060-a9cca71d3ee1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KS24 TYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS24%20TYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 19355,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS2RY524729',
 'year': 2024}
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS24%2520TYV%27 HTTP/1.1" 200 None
2026-03-28 11:21:58 [bca.uk] INFO: Saving data for KS24%20TYV: {'auction_closing_time': 1775124000.0, 'created_time': 1774609468.019536, 'last_price_update_time': 1774696918.245507}
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS24%2520TYV') HTTP/1.1" 204 0
2026-03-28 11:21:58 [bca.uk] INFO: Found listing with ID: ML24%20NRU
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NRU%27 HTTP/1.1" 200 None
2026-03-28 11:21:58 [bca.uk] INFO: Scrape type for ML24%20NRU: 2
2026-03-28 11:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225f06ee-ae4c-5fa4-b4f7-4899c493d613 with identifier: ML24%20NRU
2026-03-28 11:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225f06ee-ae4c-5fa4-b4f7-4899c493d613 with scrape type 2
2026-03-28 11:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225f06ee-ae4c-5fa4-b4f7-4899c493d613 with scrape type 2
2026-03-28 11:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 225f06ee-ae4c-5fa4-b4f7-4899c493d613, identifier: ML24%20NRU
2026-03-28 11:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 225f06ee-ae4c-5fa4-b4f7-4899c493d613 with identifier: ML24%20NRU
2026-03-28 11:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 225f06ee-ae4c-5fa4-b4f7-4899c493d613 with identifier: ML24%20NRU
2026-03-28 11:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 225f06ee-ae4c-5fa4-b4f7-4899c493d613 with identifier: ML24%20NRU to the API
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML24%20NRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '225f06ee-ae4c-5fa4-b4f7-4899c493d613',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML24 NRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML24%20NRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 16842,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSUPS169067',
 'year': 2024}
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NRU%27 HTTP/1.1" 200 None
2026-03-28 11:21:58 [bca.uk] INFO: Saving data for ML24%20NRU: {'auction_closing_time': 1775124000.0, 'created_time': 1774609479.127657, 'last_price_update_time': 1774696918.667414}
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML24%2520NRU') HTTP/1.1" 204 0
2026-03-28 11:21:58 [bca.uk] INFO: Found listing with ID: VU74%20HZD
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU74%2520HZD%27 HTTP/1.1" 200 None
2026-03-28 11:21:58 [bca.uk] INFO: Scrape type for VU74%20HZD: 2
2026-03-28 11:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98272a2e-9b9d-5ebd-86e6-abd471aac6d9 with identifier: VU74%20HZD
2026-03-28 11:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98272a2e-9b9d-5ebd-86e6-abd471aac6d9 with scrape type 2
2026-03-28 11:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98272a2e-9b9d-5ebd-86e6-abd471aac6d9 with scrape type 2
2026-03-28 11:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98272a2e-9b9d-5ebd-86e6-abd471aac6d9, identifier: VU74%20HZD
2026-03-28 11:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98272a2e-9b9d-5ebd-86e6-abd471aac6d9 with identifier: VU74%20HZD
2026-03-28 11:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98272a2e-9b9d-5ebd-86e6-abd471aac6d9 with identifier: VU74%20HZD
2026-03-28 11:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98272a2e-9b9d-5ebd-86e6-abd471aac6d9 with identifier: VU74%20HZD to the API
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU74%20HZD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98272a2e-9b9d-5ebd-86e6-abd471aac6d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VU74 HZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU74%20HZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 6390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS3RY591579',
 'year': 2024}
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU74%2520HZD%27 HTTP/1.1" 200 None
2026-03-28 11:21:59 [bca.uk] INFO: Saving data for VU74%20HZD: {'auction_closing_time': 1775124000.0, 'created_time': 1774609480.076077, 'last_price_update_time': 1774696919.089366}
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU74%2520HZD') HTTP/1.1" 204 0
2026-03-28 11:21:59 [bca.uk] INFO: Found listing with ID: BX23%20TNJ
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TNJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:59 [bca.uk] INFO: Scrape type for BX23%20TNJ: 2
2026-03-28 11:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 753d4131-1f71-5ff7-98c3-4f174985e74a with identifier: BX23%20TNJ
2026-03-28 11:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 753d4131-1f71-5ff7-98c3-4f174985e74a with scrape type 2
2026-03-28 11:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 753d4131-1f71-5ff7-98c3-4f174985e74a with scrape type 2
2026-03-28 11:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 753d4131-1f71-5ff7-98c3-4f174985e74a, identifier: BX23%20TNJ
2026-03-28 11:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 753d4131-1f71-5ff7-98c3-4f174985e74a with identifier: BX23%20TNJ
2026-03-28 11:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 753d4131-1f71-5ff7-98c3-4f174985e74a with identifier: BX23%20TNJ
2026-03-28 11:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 753d4131-1f71-5ff7-98c3-4f174985e74a with identifier: BX23%20TNJ to the API
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX23%20TNJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '753d4131-1f71-5ff7-98c3-4f174985e74a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX23 TNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX23%20TNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 11692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC4XNX125828',
 'year': 2023}
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TNJ%27 HTTP/1.1" 200 None
2026-03-28 11:21:59 [bca.uk] INFO: Saving data for BX23%20TNJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774351554.950608, 'last_price_update_time': 1774696919.521769}
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX23%2520TNJ') HTTP/1.1" 204 0
2026-03-28 11:21:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:21:59 [bca.uk] INFO: Found listing with ID: DL73%20UMC
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UMC%27 HTTP/1.1" 200 None
2026-03-28 11:21:59 [bca.uk] INFO: Scrape type for DL73%20UMC: 2
2026-03-28 11:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0d4e6ef-a412-5190-ba7b-400fbe98cf71 with identifier: DL73%20UMC
2026-03-28 11:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0d4e6ef-a412-5190-ba7b-400fbe98cf71 with scrape type 2
2026-03-28 11:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0d4e6ef-a412-5190-ba7b-400fbe98cf71 with scrape type 2
2026-03-28 11:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0d4e6ef-a412-5190-ba7b-400fbe98cf71, identifier: DL73%20UMC
2026-03-28 11:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0d4e6ef-a412-5190-ba7b-400fbe98cf71 with identifier: DL73%20UMC
2026-03-28 11:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0d4e6ef-a412-5190-ba7b-400fbe98cf71 with identifier: DL73%20UMC
2026-03-28 11:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0d4e6ef-a412-5190-ba7b-400fbe98cf71 with identifier: DL73%20UMC to the API
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20UMC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd0d4e6ef-a412-5190-ba7b-400fbe98cf71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 UMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20UMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 2288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4314772',
 'year': 2023}
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UMC%27 HTTP/1.1" 200 None
2026-03-28 11:21:59 [bca.uk] INFO: Saving data for DL73%20UMC: {'auction_closing_time': 1775037600.0, 'created_time': 1774609468.444489, 'last_price_update_time': 1774696919.93084}
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520UMC') HTTP/1.1" 204 0
2026-03-28 11:21:59 [bca.uk] INFO: Found listing with ID: GU74%20WVN
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520WVN%27 HTTP/1.1" 200 None
2026-03-28 11:21:59 [bca.uk] INFO: Scrape type for GU74%20WVN: 2
2026-03-28 11:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5573472-247d-52b0-a9e4-8c5fdf3cdd16 with identifier: GU74%20WVN
2026-03-28 11:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5573472-247d-52b0-a9e4-8c5fdf3cdd16 with scrape type 2
2026-03-28 11:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5573472-247d-52b0-a9e4-8c5fdf3cdd16 with scrape type 2
2026-03-28 11:22:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5573472-247d-52b0-a9e4-8c5fdf3cdd16, identifier: GU74%20WVN
2026-03-28 11:22:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5573472-247d-52b0-a9e4-8c5fdf3cdd16 with identifier: GU74%20WVN
2026-03-28 11:22:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5573472-247d-52b0-a9e4-8c5fdf3cdd16 with identifier: GU74%20WVN
2026-03-28 11:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5573472-247d-52b0-a9e4-8c5fdf3cdd16 with identifier: GU74%20WVN to the API
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU74%20WVN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b5573472-247d-52b0-a9e4-8c5fdf3cdd16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU74 WVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU74%20WVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'ENY1',
 'odometer': 8104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA ENY1 150KW 69KWH ELEGANCE Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 69KWH ELEGANCE',
 'vin': 'LVHRS1853P5101868',
 'year': 2024}
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520WVN%27 HTTP/1.1" 200 None
2026-03-28 11:22:00 [bca.uk] INFO: Saving data for GU74%20WVN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610356.736988, 'last_price_update_time': 1774696920.384805}
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU74%2520WVN') HTTP/1.1" 204 0
2026-03-28 11:22:00 [bca.uk] INFO: Total items found: 100
2026-03-28 11:22:00 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded
2026-03-28 11:22:00 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:22:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:00 [bca.uk] INFO: Found listing with ID: GX74%20UHE
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX74%2520UHE%27 HTTP/1.1" 200 None
2026-03-28 11:22:00 [bca.uk] INFO: Scrape type for GX74%20UHE: 2
2026-03-28 11:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd2028de-2381-598f-83b7-776eb54ee3f9 with identifier: GX74%20UHE
2026-03-28 11:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2028de-2381-598f-83b7-776eb54ee3f9 with scrape type 2
2026-03-28 11:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd2028de-2381-598f-83b7-776eb54ee3f9 with scrape type 2
2026-03-28 11:22:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd2028de-2381-598f-83b7-776eb54ee3f9, identifier: GX74%20UHE
2026-03-28 11:22:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd2028de-2381-598f-83b7-776eb54ee3f9 with identifier: GX74%20UHE
2026-03-28 11:22:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd2028de-2381-598f-83b7-776eb54ee3f9 with identifier: GX74%20UHE
2026-03-28 11:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd2028de-2381-598f-83b7-776eb54ee3f9 with identifier: GX74%20UHE to the API
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX74%20UHE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fd2028de-2381-598f-83b7-776eb54ee3f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX74 UHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX74%20UHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'ENY1',
 'odometer': 3917,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA ENY1 150KW 69KWH ELEGANCE Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 69KWH ELEGANCE',
 'vin': 'LVHRS1850R5101068',
 'year': 2024}
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX74%2520UHE%27 HTTP/1.1" 200 None
2026-03-28 11:22:00 [bca.uk] INFO: Saving data for GX74%20UHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774610358.494063, 'last_price_update_time': 1774696920.801354}
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX74%2520UHE') HTTP/1.1" 204 0
2026-03-28 11:22:00 [bca.uk] INFO: Found listing with ID: YL21%20MRX
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL21%2520MRX%27 HTTP/1.1" 200 None
2026-03-28 11:22:00 [bca.uk] INFO: Scrape type for YL21%20MRX: 2
2026-03-28 11:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1186cea0-1214-5383-8da3-dd4bb6f731f7 with identifier: YL21%20MRX
2026-03-28 11:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1186cea0-1214-5383-8da3-dd4bb6f731f7 with scrape type 2
2026-03-28 11:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1186cea0-1214-5383-8da3-dd4bb6f731f7 with scrape type 2
2026-03-28 11:22:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1186cea0-1214-5383-8da3-dd4bb6f731f7, identifier: YL21%20MRX
2026-03-28 11:22:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:22:00 [bca.uk] INFO: Found listing with ID: LB72%20VUS
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520VUS%27 HTTP/1.1" 200 None
2026-03-28 11:22:00 [bca.uk] INFO: Scrape type for LB72%20VUS: 2
2026-03-28 11:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b22561ed-6bb3-5d8a-b699-433dbc679fa9 with identifier: LB72%20VUS
2026-03-28 11:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b22561ed-6bb3-5d8a-b699-433dbc679fa9 with scrape type 2
2026-03-28 11:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b22561ed-6bb3-5d8a-b699-433dbc679fa9 with scrape type 2
2026-03-28 11:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b22561ed-6bb3-5d8a-b699-433dbc679fa9, identifier: LB72%20VUS
2026-03-28 11:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1186cea0-1214-5383-8da3-dd4bb6f731f7 with identifier: YL21%20MRX
2026-03-28 11:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1186cea0-1214-5383-8da3-dd4bb6f731f7 with identifier: YL21%20MRX
2026-03-28 11:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1186cea0-1214-5383-8da3-dd4bb6f731f7 with identifier: YL21%20MRX to the API
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL21%20MRX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1186cea0-1214-5383-8da3-dd4bb6f731f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL21 MRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL21%20MRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 49244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD N-GUARD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 TT 4WD N-GUARD',
 'vin': 'VSKCTND23U0165691',
 'year': 2021}
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL21%2520MRX%27 HTTP/1.1" 200 None
2026-03-28 11:22:01 [bca.uk] INFO: Saving data for YL21%20MRX: {'auction_closing_time': 1774778400.0, 'created_time': 1774609434.518205, 'last_price_update_time': 1774696921.373066}
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL21%2520MRX') HTTP/1.1" 204 0
2026-03-28 11:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b22561ed-6bb3-5d8a-b699-433dbc679fa9 with identifier: LB72%20VUS
2026-03-28 11:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b22561ed-6bb3-5d8a-b699-433dbc679fa9 with identifier: LB72%20VUS
2026-03-28 11:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b22561ed-6bb3-5d8a-b699-433dbc679fa9 with identifier: LB72%20VUS to the API
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB72%20VUS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b22561ed-6bb3-5d8a-b699-433dbc679fa9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB72 VUS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB72%20VUS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 36613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7PC579551',
 'year': 2022}
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520VUS%27 HTTP/1.1" 200 None
2026-03-28 11:22:01 [bca.uk] INFO: Saving data for LB72%20VUS: {'auction_closing_time': 1775037600.0, 'created_time': 1774610358.885396, 'last_price_update_time': 1774696921.724056}
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB72%2520VUS') HTTP/1.1" 204 0
2026-03-28 11:22:01 [bca.uk] INFO: Found listing with ID: SG63%20FTK
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520FTK%27 HTTP/1.1" 200 None
2026-03-28 11:22:01 [bca.uk] INFO: Scrape type for SG63%20FTK: 2
2026-03-28 11:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b5e5d9a-edf8-51b2-86de-9df91327f7f6 with identifier: SG63%20FTK
2026-03-28 11:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5e5d9a-edf8-51b2-86de-9df91327f7f6 with scrape type 2
2026-03-28 11:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b5e5d9a-edf8-51b2-86de-9df91327f7f6 with scrape type 2
2026-03-28 11:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b5e5d9a-edf8-51b2-86de-9df91327f7f6, identifier: SG63%20FTK
2026-03-28 11:22:01 [bca.uk] INFO: Found listing with ID: LG24%20WZZ
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520WZZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:01 [bca.uk] INFO: Scrape type for LG24%20WZZ: 2
2026-03-28 11:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a963741e-6f10-5ce9-9eec-7c1947bd711f with identifier: LG24%20WZZ
2026-03-28 11:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a963741e-6f10-5ce9-9eec-7c1947bd711f with scrape type 2
2026-03-28 11:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a963741e-6f10-5ce9-9eec-7c1947bd711f with scrape type 2
2026-03-28 11:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a963741e-6f10-5ce9-9eec-7c1947bd711f, identifier: LG24%20WZZ
2026-03-28 11:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b5e5d9a-edf8-51b2-86de-9df91327f7f6 with identifier: SG63%20FTK
2026-03-28 11:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b5e5d9a-edf8-51b2-86de-9df91327f7f6 with identifier: SG63%20FTK
2026-03-28 11:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b5e5d9a-edf8-51b2-86de-9df91327f7f6 with identifier: SG63%20FTK to the API
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG63%20FTK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b5e5d9a-edf8-51b2-86de-9df91327f7f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG63 FTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG63%20FTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 83407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 2.5 TD YUKON 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TD YUKON 4X4',
 'vin': 'MPATFS86JDT010211',
 'year': 2013}
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520FTK%27 HTTP/1.1" 200 None
2026-03-28 11:22:02 [bca.uk] INFO: Saving data for SG63%20FTK: {'auction_closing_time': 1774778400.0, 'created_time': 1774609431.397136, 'last_price_update_time': 1774696922.517103}
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG63%2520FTK') HTTP/1.1" 204 0
2026-03-28 11:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a963741e-6f10-5ce9-9eec-7c1947bd711f with identifier: LG24%20WZZ
2026-03-28 11:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a963741e-6f10-5ce9-9eec-7c1947bd711f with identifier: LG24%20WZZ
2026-03-28 11:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a963741e-6f10-5ce9-9eec-7c1947bd711f with identifier: LG24%20WZZ to the API
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG24%20WZZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a963741e-6f10-5ce9-9eec-7c1947bd711f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG24 WZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG24%20WZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 12682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS7RC238409',
 'year': 2024}
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520WZZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:02 [bca.uk] INFO: Saving data for LG24%20WZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774609553.68761, 'last_price_update_time': 1774696922.921859}
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG24%2520WZZ') HTTP/1.1" 204 0
2026-03-28 11:22:02 [bca.uk] INFO: Found listing with ID: MX69%20MZL
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520MZL%27 HTTP/1.1" 200 None
2026-03-28 11:22:02 [bca.uk] INFO: Scrape type for MX69%20MZL: 2
2026-03-28 11:22:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a468102f-f3d8-52d1-b8dc-8491cf6b9e7c with identifier: MX69%20MZL
2026-03-28 11:22:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a468102f-f3d8-52d1-b8dc-8491cf6b9e7c with scrape type 2
2026-03-28 11:22:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a468102f-f3d8-52d1-b8dc-8491cf6b9e7c with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a468102f-f3d8-52d1-b8dc-8491cf6b9e7c, identifier: MX69%20MZL
2026-03-28 11:22:03 [bca.uk] INFO: Found listing with ID: BX23%20TMV
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:22:03 [bca.uk] INFO: Scrape type for BX23%20TMV: 2
2026-03-28 11:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79 with identifier: BX23%20TMV
2026-03-28 11:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79 with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79 with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79, identifier: BX23%20TMV
2026-03-28 11:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a468102f-f3d8-52d1-b8dc-8491cf6b9e7c with identifier: MX69%20MZL
2026-03-28 11:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a468102f-f3d8-52d1-b8dc-8491cf6b9e7c with identifier: MX69%20MZL
2026-03-28 11:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a468102f-f3d8-52d1-b8dc-8491cf6b9e7c with identifier: MX69%20MZL to the API
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 206,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX69%20MZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a468102f-f3d8-52d1-b8dc-8491cf6b9e7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX69 MZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX69%20MZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 46694,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 LWB (1 STOP) 1 WAY CrewCab Tipper',
 'transmission': 'manual',
 'trim': 'TDCI 130 LWB (1 STOP) 1 WAY',
 'vin': 'WF0EXXTTGEKE37247',
 'year': 2019}
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520MZL%27 HTTP/1.1" 200 None
2026-03-28 11:22:03 [bca.uk] INFO: Saving data for MX69%20MZL: {'auction_closing_time': 1774778400.0, 'created_time': 1774609425.461722, 'last_price_update_time': 1774696923.42836}
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX69%2520MZL') HTTP/1.1" 204 0
2026-03-28 11:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79 with identifier: BX23%20TMV
2026-03-28 11:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79 with identifier: BX23%20TMV
2026-03-28 11:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 995cbfb7-3fcb-58d2-9fdb-1d59e028ac79 with identifier: BX23%20TMV to the API
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX23%20TMV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '995cbfb7-3fcb-58d2-9fdb-1d59e028ac79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX23 TMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX23%20TMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 19564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC43NX126724',
 'year': 2023}
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:22:03 [bca.uk] INFO: Saving data for BX23%20TMV: {'auction_closing_time': 1775037600.0, 'created_time': 1774609561.197908, 'last_price_update_time': 1774696923.731775}
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX23%2520TMV') HTTP/1.1" 204 0
2026-03-28 11:22:03 [bca.uk] INFO: Found listing with ID: SC18%20LUW
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520LUW%27 HTTP/1.1" 200 None
2026-03-28 11:22:03 [bca.uk] INFO: Scrape type for SC18%20LUW: 2
2026-03-28 11:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc4a38a-8491-577c-bccc-8c81f2922140 with identifier: SC18%20LUW
2026-03-28 11:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc4a38a-8491-577c-bccc-8c81f2922140 with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcc4a38a-8491-577c-bccc-8c81f2922140 with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcc4a38a-8491-577c-bccc-8c81f2922140, identifier: SC18%20LUW
2026-03-28 11:22:03 [bca.uk] INFO: Found listing with ID: BX23%20TMZ
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:03 [bca.uk] INFO: Scrape type for BX23%20TMZ: 2
2026-03-28 11:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b03d2de1-8dcb-590f-87ee-54e8b9b53fa1 with identifier: BX23%20TMZ
2026-03-28 11:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b03d2de1-8dcb-590f-87ee-54e8b9b53fa1 with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b03d2de1-8dcb-590f-87ee-54e8b9b53fa1 with scrape type 2
2026-03-28 11:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b03d2de1-8dcb-590f-87ee-54e8b9b53fa1, identifier: BX23%20TMZ
2026-03-28 11:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcc4a38a-8491-577c-bccc-8c81f2922140 with identifier: SC18%20LUW
2026-03-28 11:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcc4a38a-8491-577c-bccc-8c81f2922140 with identifier: SC18%20LUW
2026-03-28 11:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcc4a38a-8491-577c-bccc-8c81f2922140 with identifier: SC18%20LUW to the API
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC18%20LUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dcc4a38a-8491-577c-bccc-8c81f2922140',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC18 LUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC18%20LUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'KANGOO',
 'odometer': 87264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT KANGOO 1.5 ML19DCI ENERGY 90 BUSINESS Van',
 'transmission': 'manual',
 'trim': 'ML19DCI ENERGY 90 BUSINESS',
 'vin': 'VF1FW50J160720539',
 'year': 2018}
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC18%2520LUW%27 HTTP/1.1" 200 None
2026-03-28 11:22:04 [bca.uk] INFO: Saving data for SC18%20LUW: {'auction_closing_time': 1774778400.0, 'created_time': 1774609422.716044, 'last_price_update_time': 1774696924.257494}
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC18%2520LUW') HTTP/1.1" 204 0
2026-03-28 11:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b03d2de1-8dcb-590f-87ee-54e8b9b53fa1 with identifier: BX23%20TMZ
2026-03-28 11:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b03d2de1-8dcb-590f-87ee-54e8b9b53fa1 with identifier: BX23%20TMZ
2026-03-28 11:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b03d2de1-8dcb-590f-87ee-54e8b9b53fa1 with identifier: BX23%20TMZ to the API
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX23%20TMZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b03d2de1-8dcb-590f-87ee-54e8b9b53fa1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX23 TMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX23%20TMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 26878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC42NX126861',
 'year': 2023}
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:04 [bca.uk] INFO: Saving data for BX23%20TMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774609514.643665, 'last_price_update_time': 1774696924.577766}
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX23%2520TMZ') HTTP/1.1" 204 0
2026-03-28 11:22:04 [bca.uk] INFO: Found listing with ID: SG70%20JRV
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG70%2520JRV%27 HTTP/1.1" 200 None
2026-03-28 11:22:04 [bca.uk] INFO: Scrape type for SG70%20JRV: 2
2026-03-28 11:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f75fbcfb-f775-5de4-bdba-114b3bfb4bc2 with identifier: SG70%20JRV
2026-03-28 11:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f75fbcfb-f775-5de4-bdba-114b3bfb4bc2 with scrape type 2
2026-03-28 11:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f75fbcfb-f775-5de4-bdba-114b3bfb4bc2 with scrape type 2
2026-03-28 11:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f75fbcfb-f775-5de4-bdba-114b3bfb4bc2, identifier: SG70%20JRV
2026-03-28 11:22:04 [bca.uk] INFO: Found listing with ID: BX23%20TTZ
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TTZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:04 [bca.uk] INFO: Scrape type for BX23%20TTZ: 2
2026-03-28 11:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d88fac34-06a5-552d-8315-af154af29afe with identifier: BX23%20TTZ
2026-03-28 11:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d88fac34-06a5-552d-8315-af154af29afe with scrape type 2
2026-03-28 11:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d88fac34-06a5-552d-8315-af154af29afe with scrape type 2
2026-03-28 11:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d88fac34-06a5-552d-8315-af154af29afe, identifier: BX23%20TTZ
2026-03-28 11:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f75fbcfb-f775-5de4-bdba-114b3bfb4bc2 with identifier: SG70%20JRV
2026-03-28 11:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f75fbcfb-f775-5de4-bdba-114b3bfb4bc2 with identifier: SG70%20JRV
2026-03-28 11:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f75fbcfb-f775-5de4-bdba-114b3bfb4bc2 with identifier: SG70%20JRV to the API
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG70%20JRV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f75fbcfb-f775-5de4-bdba-114b3bfb4bc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG70 JRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG70%20JRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 67059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 H3 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0EXXTTRELK64920',
 'year': 2020}
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG70%2520JRV%27 HTTP/1.1" 200 None
2026-03-28 11:22:05 [bca.uk] INFO: Saving data for SG70%20JRV: {'auction_closing_time': 1774778400.0, 'created_time': 1774609418.765819, 'last_price_update_time': 1774696925.099151}
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG70%2520JRV') HTTP/1.1" 204 0
2026-03-28 11:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d88fac34-06a5-552d-8315-af154af29afe with identifier: BX23%20TTZ
2026-03-28 11:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d88fac34-06a5-552d-8315-af154af29afe with identifier: BX23%20TTZ
2026-03-28 11:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d88fac34-06a5-552d-8315-af154af29afe with identifier: BX23%20TTZ to the API
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX23%20TTZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd88fac34-06a5-552d-8315-af154af29afe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX23 TTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX23%20TTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 12179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC46NX125843',
 'year': 2023}
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TTZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:05 [bca.uk] INFO: Saving data for BX23%20TTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774609495.60814, 'last_price_update_time': 1774696925.497078}
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX23%2520TTZ') HTTP/1.1" 204 0
2026-03-28 11:22:05 [bca.uk] INFO: Found listing with ID: WO70%20CKC
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO70%2520CKC%27 HTTP/1.1" 200 None
2026-03-28 11:22:05 [bca.uk] INFO: Scrape type for WO70%20CKC: 2
2026-03-28 11:22:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f59a0119-3a39-586e-9e0a-6a5ed8711403 with identifier: WO70%20CKC
2026-03-28 11:22:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f59a0119-3a39-586e-9e0a-6a5ed8711403 with scrape type 2
2026-03-28 11:22:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f59a0119-3a39-586e-9e0a-6a5ed8711403 with scrape type 2
2026-03-28 11:22:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f59a0119-3a39-586e-9e0a-6a5ed8711403, identifier: WO70%20CKC
2026-03-28 11:22:05 [bca.uk] INFO: Found listing with ID: GU74%20UHC
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520UHC%27 HTTP/1.1" 200 None
2026-03-28 11:22:05 [bca.uk] INFO: Scrape type for GU74%20UHC: 2
2026-03-28 11:22:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac141cc5-7366-58b2-b446-ce23cb53221d with identifier: GU74%20UHC
2026-03-28 11:22:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac141cc5-7366-58b2-b446-ce23cb53221d with scrape type 2
2026-03-28 11:22:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac141cc5-7366-58b2-b446-ce23cb53221d with scrape type 2
2026-03-28 11:22:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac141cc5-7366-58b2-b446-ce23cb53221d, identifier: GU74%20UHC
2026-03-28 11:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f59a0119-3a39-586e-9e0a-6a5ed8711403 with identifier: WO70%20CKC
2026-03-28 11:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f59a0119-3a39-586e-9e0a-6a5ed8711403 with identifier: WO70%20CKC
2026-03-28 11:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f59a0119-3a39-586e-9e0a-6a5ed8711403 with identifier: WO70%20CKC to the API
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO70%20CKC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f59a0119-3a39-586e-9e0a-6a5ed8711403',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO70 CKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO70%20CKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 38406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 150 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 LM BUSINESS+',
 'vin': 'VF1MA000466800254',
 'year': 2021}
2026-03-28 11:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO70%2520CKC%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Saving data for WO70%20CKC: {'auction_closing_time': 1774778400.0, 'created_time': 1774609418.112833, 'last_price_update_time': 1774696926.003487}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO70%2520CKC') HTTP/1.1" 204 0
2026-03-28 11:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac141cc5-7366-58b2-b446-ce23cb53221d with identifier: GU74%20UHC
2026-03-28 11:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac141cc5-7366-58b2-b446-ce23cb53221d with identifier: GU74%20UHC
2026-03-28 11:22:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac141cc5-7366-58b2-b446-ce23cb53221d with identifier: GU74%20UHC to the API
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU74%20UHC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ac141cc5-7366-58b2-b446-ce23cb53221d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU74 UHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU74%20UHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'ENY1',
 'odometer': 8277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA ENY1 150KW 69KWH ELEGANCE Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 69KWH ELEGANCE',
 'vin': 'LVHRS1851P5100699',
 'year': 2024}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520UHC%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Saving data for GU74%20UHC: {'auction_closing_time': 1775037600.0, 'created_time': 1774609493.840251, 'last_price_update_time': 1774696926.305022}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU74%2520UHC') HTTP/1.1" 204 0
2026-03-28 11:22:06 [bca.uk] INFO: Found listing with ID: E351%20WEX
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E351%2520WEX%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Scrape type for E351%20WEX: 0
2026-03-28 11:22:06 [bca.uk] INFO: Found listing with ID: SV21%20OYP
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OYP%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Scrape type for SV21%20OYP: 2
2026-03-28 11:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00cd1837-039f-5c17-808c-e2947737d02e with identifier: SV21%20OYP
2026-03-28 11:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00cd1837-039f-5c17-808c-e2947737d02e with scrape type 2
2026-03-28 11:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00cd1837-039f-5c17-808c-e2947737d02e with scrape type 2
2026-03-28 11:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00cd1837-039f-5c17-808c-e2947737d02e, identifier: SV21%20OYP
2026-03-28 11:22:06 [bca.uk] INFO: Found listing with ID: SJ67%20SZZ
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520SZZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Scrape type for SJ67%20SZZ: 2
2026-03-28 11:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18c0a402-c3be-5b0f-8e18-0eb0be03727b with identifier: SJ67%20SZZ
2026-03-28 11:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18c0a402-c3be-5b0f-8e18-0eb0be03727b with scrape type 2
2026-03-28 11:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18c0a402-c3be-5b0f-8e18-0eb0be03727b with scrape type 2
2026-03-28 11:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18c0a402-c3be-5b0f-8e18-0eb0be03727b, identifier: SJ67%20SZZ
2026-03-28 11:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00cd1837-039f-5c17-808c-e2947737d02e with identifier: SV21%20OYP
2026-03-28 11:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00cd1837-039f-5c17-808c-e2947737d02e with identifier: SV21%20OYP
2026-03-28 11:22:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00cd1837-039f-5c17-808c-e2947737d02e with identifier: SV21%20OYP to the API
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 249,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV21%20OYP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00cd1837-039f-5c17-808c-e2947737d02e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV21 OYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV21%20OYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 98479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE X 4WD',
 'vin': 'AHTBA3CD203254039',
 'year': 2021}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OYP%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Saving data for SV21%20OYP: {'auction_closing_time': 1774778400.0, 'created_time': 1774609390.081625, 'last_price_update_time': 1774696926.848078}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV21%2520OYP') HTTP/1.1" 204 0
2026-03-28 11:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18c0a402-c3be-5b0f-8e18-0eb0be03727b with identifier: SJ67%20SZZ
2026-03-28 11:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18c0a402-c3be-5b0f-8e18-0eb0be03727b with identifier: SJ67%20SZZ
2026-03-28 11:22:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 18c0a402-c3be-5b0f-8e18-0eb0be03727b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ67%20SZZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18c0a402-c3be-5b0f-8e18-0eb0be03727b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ67 SZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ67%20SZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 29614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN AMAROK A33 3.0 V6 TDI 224 BMT HIGHLINE 4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 224 BMT HIGHLINE 4M',
 'vin': 'WV1ZZZ2HZJH004380',
 'year': 2017}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520SZZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:06 [bca.uk] INFO: Saving data for SJ67%20SZZ: {'auction_closing_time': 1774692000.0, 'created_time': 1774609491.787135, 'last_price_update_time': 1774696926.976678}
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ67%2520SZZ') HTTP/1.1" 204 0
2026-03-28 11:22:06 [bca.uk] INFO: Found listing with ID: DN65%20YXC
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520YXC%27 HTTP/1.1" 200 None
2026-03-28 11:22:07 [bca.uk] INFO: Scrape type for DN65%20YXC: 2
2026-03-28 11:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdec3f54-f17f-55cd-92b4-0288a02beaf2 with identifier: DN65%20YXC
2026-03-28 11:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdec3f54-f17f-55cd-92b4-0288a02beaf2 with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdec3f54-f17f-55cd-92b4-0288a02beaf2 with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdec3f54-f17f-55cd-92b4-0288a02beaf2, identifier: DN65%20YXC
2026-03-28 11:22:07 [bca.uk] INFO: Found listing with ID: YB71%20VPU
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520VPU%27 HTTP/1.1" 200 None
2026-03-28 11:22:07 [bca.uk] INFO: Scrape type for YB71%20VPU: 2
2026-03-28 11:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 490ca77b-62f7-5417-a5d1-4e23c1b40a04 with identifier: YB71%20VPU
2026-03-28 11:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 490ca77b-62f7-5417-a5d1-4e23c1b40a04 with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 490ca77b-62f7-5417-a5d1-4e23c1b40a04 with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 490ca77b-62f7-5417-a5d1-4e23c1b40a04, identifier: YB71%20VPU
2026-03-28 11:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdec3f54-f17f-55cd-92b4-0288a02beaf2 with identifier: DN65%20YXC
2026-03-28 11:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdec3f54-f17f-55cd-92b4-0288a02beaf2 with identifier: DN65%20YXC
2026-03-28 11:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdec3f54-f17f-55cd-92b4-0288a02beaf2 with identifier: DN65%20YXC to the API
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN65%20YXC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdec3f54-f17f-55cd-92b4-0288a02beaf2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN65 YXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN65%20YXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'CELERIO',
 'odometer': 60929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SUZUKI CELERIO 1.0 SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ3',
 'vin': 'MMSLFE42S00129336',
 'year': 2015}
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520YXC%27 HTTP/1.1" 200 None
2026-03-28 11:22:07 [bca.uk] INFO: Saving data for DN65%20YXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774609407.846266, 'last_price_update_time': 1774696927.506327}
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN65%2520YXC') HTTP/1.1" 204 0
2026-03-28 11:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 490ca77b-62f7-5417-a5d1-4e23c1b40a04 with identifier: YB71%20VPU
2026-03-28 11:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 490ca77b-62f7-5417-a5d1-4e23c1b40a04 with identifier: YB71%20VPU
2026-03-28 11:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 490ca77b-62f7-5417-a5d1-4e23c1b40a04 with identifier: YB71%20VPU to the API
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20VPU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '490ca77b-62f7-5417-a5d1-4e23c1b40a04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB71 VPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20VPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1400',
 'odometer': 100181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1400 2.0 B/HDI 145 LONG.PROF.PREMIUM PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 LONG.PROF.PREMIUM',
 'vin': 'VF3VFEHTMM7858933',
 'year': 2022}
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520VPU%27 HTTP/1.1" 200 None
2026-03-28 11:22:07 [bca.uk] INFO: Saving data for YB71%20VPU: {'auction_closing_time': 1775037600.0, 'created_time': 1774609489.425779, 'last_price_update_time': 1774696927.819407}
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520VPU') HTTP/1.1" 204 0
2026-03-28 11:22:07 [bca.uk] INFO: Found listing with ID: GJ69%20WXP
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520WXP%27 HTTP/1.1" 200 None
2026-03-28 11:22:07 [bca.uk] INFO: Scrape type for GJ69%20WXP: 2
2026-03-28 11:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5332e0d5-0485-55c4-92a9-ab612e82e48e with identifier: GJ69%20WXP
2026-03-28 11:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5332e0d5-0485-55c4-92a9-ab612e82e48e with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5332e0d5-0485-55c4-92a9-ab612e82e48e with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5332e0d5-0485-55c4-92a9-ab612e82e48e, identifier: GJ69%20WXP
2026-03-28 11:22:07 [bca.uk] INFO: Found listing with ID: SW68%20PPF
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520PPF%27 HTTP/1.1" 200 None
2026-03-28 11:22:07 [bca.uk] INFO: Scrape type for SW68%20PPF: 2
2026-03-28 11:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adac3106-312e-5193-b89e-605dac127fcf with identifier: SW68%20PPF
2026-03-28 11:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adac3106-312e-5193-b89e-605dac127fcf with scrape type 2
2026-03-28 11:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adac3106-312e-5193-b89e-605dac127fcf with scrape type 2
2026-03-28 11:22:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adac3106-312e-5193-b89e-605dac127fcf, identifier: SW68%20PPF
2026-03-28 11:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5332e0d5-0485-55c4-92a9-ab612e82e48e with identifier: GJ69%20WXP
2026-03-28 11:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5332e0d5-0485-55c4-92a9-ab612e82e48e with identifier: GJ69%20WXP
2026-03-28 11:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5332e0d5-0485-55c4-92a9-ab612e82e48e with identifier: GJ69%20WXP to the API
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ69%20WXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5332e0d5-0485-55c4-92a9-ab612e82e48e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ69 WXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ69%20WXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 53922,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 2.0 TDI 102 BMT TRENDLINE Van',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT TRENDLINE',
 'vin': 'WV1ZZZ2KZLX005402',
 'year': 2019}
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520WXP%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Saving data for GJ69%20WXP: {'auction_closing_time': 1774778400.0, 'created_time': 1774609411.944617, 'last_price_update_time': 1774696928.394035}
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ69%2520WXP') HTTP/1.1" 204 0
2026-03-28 11:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adac3106-312e-5193-b89e-605dac127fcf with identifier: SW68%20PPF
2026-03-28 11:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adac3106-312e-5193-b89e-605dac127fcf with identifier: SW68%20PPF
2026-03-28 11:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adac3106-312e-5193-b89e-605dac127fcf with identifier: SW68%20PPF to the API
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW68%20PPF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'adac3106-312e-5193-b89e-605dac127fcf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW68 PPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW68%20PPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 58958,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 100 TREND (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 TREND (6)',
 'vin': 'WF0WXXTACWJM16159',
 'year': 2019}
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520PPF%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Saving data for SW68%20PPF: {'auction_closing_time': 1774778400.0, 'created_time': 1774609486.416094, 'last_price_update_time': 1774696928.697198}
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520PPF') HTTP/1.1" 204 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: BK61%20XXU
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK61%2520XXU%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for BK61%20XXU: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: L13%20CEE
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L13%2520CEE%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for L13%20CEE: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: NL11%20XFD
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520XFD%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for NL11%20XFD: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: NL61%20XJX
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520XJX%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for NL61%20XJX: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: NU10%20OWC
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU10%2520OWC%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for NU10%20OWC: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: TF07%20UFA
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TF07%2520UFA%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for TF07%20UFA: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: YD12%20YLM
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD12%2520YLM%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for YD12%20YLM: 0
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: SA66%20PDK
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for SA66%20PDK: 2
2026-03-28 11:22:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58070b0e-48ad-5a4c-bebd-05041233b91f with identifier: SA66%20PDK
2026-03-28 11:22:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58070b0e-48ad-5a4c-bebd-05041233b91f with scrape type 2
2026-03-28 11:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58070b0e-48ad-5a4c-bebd-05041233b91f with scrape type 2
2026-03-28 11:22:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58070b0e-48ad-5a4c-bebd-05041233b91f, identifier: SA66%20PDK
2026-03-28 11:22:08 [bca.uk] INFO: Found listing with ID: WR73%20XTW
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520XTW%27 HTTP/1.1" 200 None
2026-03-28 11:22:08 [bca.uk] INFO: Scrape type for WR73%20XTW: 2
2026-03-28 11:22:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb3c06a0-aee8-5947-81e5-bb0a7eed7997 with identifier: WR73%20XTW
2026-03-28 11:22:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb3c06a0-aee8-5947-81e5-bb0a7eed7997 with scrape type 2
2026-03-28 11:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb3c06a0-aee8-5947-81e5-bb0a7eed7997 with scrape type 2
2026-03-28 11:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb3c06a0-aee8-5947-81e5-bb0a7eed7997, identifier: WR73%20XTW
2026-03-28 11:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58070b0e-48ad-5a4c-bebd-05041233b91f with identifier: SA66%20PDK
2026-03-28 11:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58070b0e-48ad-5a4c-bebd-05041233b91f with identifier: SA66%20PDK
2026-03-28 11:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58070b0e-48ad-5a4c-bebd-05041233b91f with identifier: SA66%20PDK to the API
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA66%20PDK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58070b0e-48ad-5a4c-bebd-05041233b91f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA66 PDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA66%20PDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 122328,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 DCI 120 BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 120 BUSINESS+',
 'vin': 'VF1FL000056035237',
 'year': 2016}
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:22:09 [bca.uk] INFO: Saving data for SA66%20PDK: {'auction_closing_time': 1774778400.0, 'created_time': 1774609488.372609, 'last_price_update_time': 1774696929.353372}
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA66%2520PDK') HTTP/1.1" 204 0
2026-03-28 11:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb3c06a0-aee8-5947-81e5-bb0a7eed7997 with identifier: WR73%20XTW
2026-03-28 11:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb3c06a0-aee8-5947-81e5-bb0a7eed7997 with identifier: WR73%20XTW
2026-03-28 11:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb3c06a0-aee8-5947-81e5-bb0a7eed7997 with identifier: WR73%20XTW to the API
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR73%20XTW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb3c06a0-aee8-5947-81e5-bb0a7eed7997',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR73 XTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR73%20XTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 36442,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 PROGRESSIVE Tipper',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 PROGRESSIVE',
 'vin': 'W1V3H3FZ3RN277408',
 'year': 2023}
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520XTW%27 HTTP/1.1" 200 None
2026-03-28 11:22:09 [bca.uk] INFO: Saving data for WR73%20XTW: {'auction_closing_time': 1774864800.0, 'created_time': 1774391582.213196, 'last_price_update_time': 1774696929.756568}
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR73%2520XTW') HTTP/1.1" 204 0
2026-03-28 11:22:09 [bca.uk] INFO: Found listing with ID: YX66%20XUJ
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX66%2520XUJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:09 [bca.uk] INFO: Scrape type for YX66%20XUJ: 2
2026-03-28 11:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4eeedf7e-4916-5c87-8d08-4803fe6d90b3 with identifier: YX66%20XUJ
2026-03-28 11:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4eeedf7e-4916-5c87-8d08-4803fe6d90b3 with scrape type 2
2026-03-28 11:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4eeedf7e-4916-5c87-8d08-4803fe6d90b3 with scrape type 2
2026-03-28 11:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4eeedf7e-4916-5c87-8d08-4803fe6d90b3, identifier: YX66%20XUJ
2026-03-28 11:22:09 [bca.uk] INFO: Found listing with ID: DL21%20UYK
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520UYK%27 HTTP/1.1" 200 None
2026-03-28 11:22:09 [bca.uk] INFO: Scrape type for DL21%20UYK: 2
2026-03-28 11:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0373599-72d6-5a75-a7cd-2614b22d128f with identifier: DL21%20UYK
2026-03-28 11:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0373599-72d6-5a75-a7cd-2614b22d128f with scrape type 2
2026-03-28 11:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0373599-72d6-5a75-a7cd-2614b22d128f with scrape type 2
2026-03-28 11:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0373599-72d6-5a75-a7cd-2614b22d128f, identifier: DL21%20UYK
2026-03-28 11:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4eeedf7e-4916-5c87-8d08-4803fe6d90b3 with identifier: YX66%20XUJ
2026-03-28 11:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4eeedf7e-4916-5c87-8d08-4803fe6d90b3 with identifier: YX66%20XUJ
2026-03-28 11:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4eeedf7e-4916-5c87-8d08-4803fe6d90b3 with identifier: YX66%20XUJ to the API
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX66%20XUJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4eeedf7e-4916-5c87-8d08-4803fe6d90b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX66 XUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX66%20XUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 75331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 130 290 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 290 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYGY73020',
 'year': 2016}
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX66%2520XUJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:10 [bca.uk] INFO: Saving data for YX66%20XUJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774609486.825617, 'last_price_update_time': 1774696930.387118}
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX66%2520XUJ') HTTP/1.1" 204 0
2026-03-28 11:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0373599-72d6-5a75-a7cd-2614b22d128f with identifier: DL21%20UYK
2026-03-28 11:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0373599-72d6-5a75-a7cd-2614b22d128f with identifier: DL21%20UYK
2026-03-28 11:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0373599-72d6-5a75-a7cd-2614b22d128f with identifier: DL21%20UYK to the API
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL21%20UYK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0373599-72d6-5a75-a7cd-2614b22d128f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL21 UYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL21%20UYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 36208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 SE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'SE PREMIUM',
 'vin': 'VXKUPHMHDM4209448',
 'year': 2021}
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520UYK%27 HTTP/1.1" 200 None
2026-03-28 11:22:10 [bca.uk] INFO: Saving data for DL21%20UYK: {'auction_closing_time': 1775037600.0, 'created_time': 1774609452.157568, 'last_price_update_time': 1774696930.72287}
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL21%2520UYK') HTTP/1.1" 204 0
2026-03-28 11:22:10 [bca.uk] INFO: Found listing with ID: RA16%20VHO
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520VHO%27 HTTP/1.1" 200 None
2026-03-28 11:22:10 [bca.uk] INFO: Scrape type for RA16%20VHO: 2
2026-03-28 11:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a3ee11-46d4-5db3-971e-807a7871585d with identifier: RA16%20VHO
2026-03-28 11:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a3ee11-46d4-5db3-971e-807a7871585d with scrape type 2
2026-03-28 11:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a3ee11-46d4-5db3-971e-807a7871585d with scrape type 2
2026-03-28 11:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a3ee11-46d4-5db3-971e-807a7871585d, identifier: RA16%20VHO
2026-03-28 11:22:10 [scrapy.extensions.logstats] INFO: Crawled 259 pages (at 4 pages/min), scraped 664 items (at 91 items/min)
2026-03-28 11:22:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-28 11:22:10 [bca.uk] INFO: Found listing with ID: DU64%20RWV
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520RWV%27 HTTP/1.1" 200 None
2026-03-28 11:22:10 [bca.uk] INFO: Scrape type for DU64%20RWV: 2
2026-03-28 11:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8745262f-dc47-5e25-a840-9bdebfc7ad9d with identifier: DU64%20RWV
2026-03-28 11:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8745262f-dc47-5e25-a840-9bdebfc7ad9d with scrape type 2
2026-03-28 11:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8745262f-dc47-5e25-a840-9bdebfc7ad9d with scrape type 2
2026-03-28 11:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8745262f-dc47-5e25-a840-9bdebfc7ad9d, identifier: DU64%20RWV
2026-03-28 11:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a3ee11-46d4-5db3-971e-807a7871585d with identifier: RA16%20VHO
2026-03-28 11:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a3ee11-46d4-5db3-971e-807a7871585d with identifier: RA16%20VHO
2026-03-28 11:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a3ee11-46d4-5db3-971e-807a7871585d with identifier: RA16%20VHO to the API
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA16%20VHO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58a3ee11-46d4-5db3-971e-807a7871585d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA16 VHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA16%20VHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SSANGYONG',
 'model': 'KORANDO SPORTS',
 'odometer': 60776,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SSANGYONG KORANDO SPORTS 2.0 TDI 155 EX 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDI 155 EX 4WD',
 'vin': 'KPADA1ETSGP271717',
 'year': 2016}
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520VHO%27 HTTP/1.1" 200 None
2026-03-28 11:22:11 [bca.uk] INFO: Saving data for RA16%20VHO: {'auction_closing_time': 1774778400.0, 'created_time': 1774609484.317354, 'last_price_update_time': 1774696931.375991}
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520VHO') HTTP/1.1" 204 0
2026-03-28 11:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8745262f-dc47-5e25-a840-9bdebfc7ad9d with identifier: DU64%20RWV
2026-03-28 11:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8745262f-dc47-5e25-a840-9bdebfc7ad9d with identifier: DU64%20RWV
2026-03-28 11:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8745262f-dc47-5e25-a840-9bdebfc7ad9d with identifier: DU64%20RWV to the API
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU64%20RWV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8745262f-dc47-5e25-a840-9bdebfc7ad9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU64 RWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU64%20RWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 250479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 2.0 CDTI 115 LWB COMBI CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 115 LWB COMBI',
 'vin': 'W0LJ7B7B2EV632328',
 'year': 2014}
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520RWV%27 HTTP/1.1" 200 None
2026-03-28 11:22:11 [bca.uk] INFO: Saving data for DU64%20RWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774609481.870282, 'last_price_update_time': 1774696931.703818}
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU64%2520RWV') HTTP/1.1" 204 0
2026-03-28 11:22:11 [bca.uk] INFO: Found listing with ID: WL17%20CZF
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL17%2520CZF%27 HTTP/1.1" 200 None
2026-03-28 11:22:11 [bca.uk] INFO: Scrape type for WL17%20CZF: 2
2026-03-28 11:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 693c5d5b-42ae-59a7-a23a-d5922e74b335 with identifier: WL17%20CZF
2026-03-28 11:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 693c5d5b-42ae-59a7-a23a-d5922e74b335 with scrape type 2
2026-03-28 11:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 693c5d5b-42ae-59a7-a23a-d5922e74b335 with scrape type 2
2026-03-28 11:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 693c5d5b-42ae-59a7-a23a-d5922e74b335, identifier: WL17%20CZF
2026-03-28 11:22:11 [bca.uk] INFO: Found listing with ID: DY74%20XXO
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XXO%27 HTTP/1.1" 200 None
2026-03-28 11:22:11 [bca.uk] INFO: Scrape type for DY74%20XXO: 2
2026-03-28 11:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c12d6430-21a4-5dea-a5c9-99d3906403d9 with identifier: DY74%20XXO
2026-03-28 11:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c12d6430-21a4-5dea-a5c9-99d3906403d9 with scrape type 2
2026-03-28 11:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c12d6430-21a4-5dea-a5c9-99d3906403d9 with scrape type 2
2026-03-28 11:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c12d6430-21a4-5dea-a5c9-99d3906403d9, identifier: DY74%20XXO
2026-03-28 11:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 693c5d5b-42ae-59a7-a23a-d5922e74b335 with identifier: WL17%20CZF
2026-03-28 11:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 693c5d5b-42ae-59a7-a23a-d5922e74b335 with identifier: WL17%20CZF
2026-03-28 11:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 693c5d5b-42ae-59a7-a23a-d5922e74b335 with identifier: WL17%20CZF to the API
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL17%20CZF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '693c5d5b-42ae-59a7-a23a-d5922e74b335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL17 CZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL17%20CZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 73255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 130 TEKNA',
 'vin': 'SJNFDAJ11U1876847',
 'year': 2017}
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL17%2520CZF%27 HTTP/1.1" 200 None
2026-03-28 11:22:12 [bca.uk] INFO: Saving data for WL17%20CZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774365050.108822, 'last_price_update_time': 1774696932.313157}
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL17%2520CZF') HTTP/1.1" 204 0
2026-03-28 11:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c12d6430-21a4-5dea-a5c9-99d3906403d9 with identifier: DY74%20XXO
2026-03-28 11:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c12d6430-21a4-5dea-a5c9-99d3906403d9 with identifier: DY74%20XXO
2026-03-28 11:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c12d6430-21a4-5dea-a5c9-99d3906403d9 with identifier: DY74%20XXO to the API
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20XXO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c12d6430-21a4-5dea-a5c9-99d3906403d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY74 XXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20XXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 3607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
 'transmission': 'automatic',
 'trim': '90KW 45KWH L1 ACENTA',
 'vin': 'VNVNFK00170883949',
 'year': 2024}
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XXO%27 HTTP/1.1" 200 None
2026-03-28 11:22:12 [bca.uk] INFO: Saving data for DY74%20XXO: {'auction_closing_time': 1775037600.0, 'created_time': 1774609475.52661, 'last_price_update_time': 1774696932.717596}
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520XXO') HTTP/1.1" 204 0
2026-03-28 11:22:12 [bca.uk] INFO: Found listing with ID: YC19%20BXN
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520BXN%27 HTTP/1.1" 200 None
2026-03-28 11:22:12 [bca.uk] INFO: Scrape type for YC19%20BXN: 2
2026-03-28 11:22:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2 with identifier: YC19%20BXN
2026-03-28 11:22:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2 with scrape type 2
2026-03-28 11:22:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2 with scrape type 2
2026-03-28 11:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2, identifier: YC19%20BXN
2026-03-28 11:22:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:22:12 [bca.uk] INFO: Found listing with ID: DY74%20XYB
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XYB%27 HTTP/1.1" 200 None
2026-03-28 11:22:12 [bca.uk] INFO: Scrape type for DY74%20XYB: 2
2026-03-28 11:22:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55630f63-af19-514b-a5e1-1fc10eec7a0d with identifier: DY74%20XYB
2026-03-28 11:22:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55630f63-af19-514b-a5e1-1fc10eec7a0d with scrape type 2
2026-03-28 11:22:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55630f63-af19-514b-a5e1-1fc10eec7a0d with scrape type 2
2026-03-28 11:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55630f63-af19-514b-a5e1-1fc10eec7a0d, identifier: DY74%20XYB
2026-03-28 11:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2 with identifier: YC19%20BXN
2026-03-28 11:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2 with identifier: YC19%20BXN
2026-03-28 11:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2 with identifier: YC19%20BXN to the API
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC19%20BXN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a9209b0f-0e9a-5e5b-9c61-ccfec1b51db2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC19 BXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC19%20BXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': '320D',
 'odometer': 126635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V52030AJ70104',
 'year': 2019}
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520BXN%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Saving data for YC19%20BXN: {'auction_closing_time': 1775037600.0, 'created_time': 1774609313.769577, 'last_price_update_time': 1774696933.267362}
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC19%2520BXN') HTTP/1.1" 204 0
2026-03-28 11:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55630f63-af19-514b-a5e1-1fc10eec7a0d with identifier: DY74%20XYB
2026-03-28 11:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55630f63-af19-514b-a5e1-1fc10eec7a0d with identifier: DY74%20XYB
2026-03-28 11:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55630f63-af19-514b-a5e1-1fc10eec7a0d with identifier: DY74%20XYB to the API
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20XYB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '55630f63-af19-514b-a5e1-1fc10eec7a0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY74 XYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20XYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 7573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
 'transmission': 'automatic',
 'trim': '90KW 45KWH L1 ACENTA',
 'vin': 'VNVNFK00470884027',
 'year': 2024}
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XYB%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Saving data for DY74%20XYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774609477.732748, 'last_price_update_time': 1774696933.554561}
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520XYB') HTTP/1.1" 204 0
2026-03-28 11:22:13 [bca.uk] INFO: Found listing with ID: YD65%20DYJ
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520DYJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Scrape type for YD65%20DYJ: 2
2026-03-28 11:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a9bf810-033f-5c50-aae9-2c5bc4ff7735 with identifier: YD65%20DYJ
2026-03-28 11:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a9bf810-033f-5c50-aae9-2c5bc4ff7735 with scrape type 2
2026-03-28 11:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a9bf810-033f-5c50-aae9-2c5bc4ff7735 with scrape type 2
2026-03-28 11:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a9bf810-033f-5c50-aae9-2c5bc4ff7735, identifier: YD65%20DYJ
2026-03-28 11:22:13 [bca.uk] INFO: Found listing with ID: MF61%20XOW
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF61%2520XOW%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Scrape type for MF61%20XOW: 0
2026-03-28 11:22:13 [bca.uk] INFO: Found listing with ID: OY59%20SHV
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520SHV%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Scrape type for OY59%20SHV: 0
2026-03-28 11:22:13 [bca.uk] INFO: Found listing with ID: PY08%20CKE
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY08%2520CKE%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Scrape type for PY08%20CKE: 0
2026-03-28 11:22:13 [bca.uk] INFO: Found listing with ID: YG08%20NKD
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG08%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Scrape type for YG08%20NKD: 0
2026-03-28 11:22:13 [bca.uk] INFO: Found listing with ID: FE23%20WVV
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVV%27 HTTP/1.1" 200 None
2026-03-28 11:22:13 [bca.uk] INFO: Scrape type for FE23%20WVV: 2
2026-03-28 11:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f with identifier: FE23%20WVV
2026-03-28 11:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f with scrape type 2
2026-03-28 11:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f with scrape type 2
2026-03-28 11:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f, identifier: FE23%20WVV
2026-03-28 11:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a9bf810-033f-5c50-aae9-2c5bc4ff7735 with identifier: YD65%20DYJ
2026-03-28 11:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a9bf810-033f-5c50-aae9-2c5bc4ff7735 with identifier: YD65%20DYJ
2026-03-28 11:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a9bf810-033f-5c50-aae9-2c5bc4ff7735 with identifier: YD65%20DYJ to the API
2026-03-28 11:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD65%20DYJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a9bf810-033f-5c50-aae9-2c5bc4ff7735',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD65 DYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD65%20DYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 37585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXS520702B71657',
 'year': 2015}
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520DYJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Saving data for YD65%20DYJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774609473.710146, 'last_price_update_time': 1774696934.167788}
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD65%2520DYJ') HTTP/1.1" 204 0
2026-03-28 11:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f with identifier: FE23%20WVV
2026-03-28 11:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f with identifier: FE23%20WVV
2026-03-28 11:22:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b2ac33c-9922-58eb-ab25-f8ccc85fa19f with identifier: FE23%20WVV to the API
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20WVV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b2ac33c-9922-58eb-ab25-f8ccc85fa19f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 WVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20WVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 17516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA PROCEED SW 1.5 T GDI GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YH2G15LPL066753',
 'year': 2023}
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVV%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Saving data for FE23%20WVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774609460.242934, 'last_price_update_time': 1774696934.569014}
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520WVV') HTTP/1.1" 204 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: YD65%20ZZS
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520ZZS%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for YD65%20ZZS: 2
2026-03-28 11:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50 with identifier: YD65%20ZZS
2026-03-28 11:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50 with scrape type 2
2026-03-28 11:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50 with scrape type 2
2026-03-28 11:22:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50, identifier: YD65%20ZZS
2026-03-28 11:22:14 [bca.uk] INFO: Total items found: 100
2026-03-28 11:22:14 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded
2026-03-28 11:22:14 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:22:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: CP19%20FCN
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520FCN%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for CP19%20FCN: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: CU22%20HSX
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520HSX%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for CU22%20HSX: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: CA56%20UDS
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA56%2520UDS%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for CA56%20UDS: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: CV09%20OGB
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520OGB%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for CV09%20OGB: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: EK07%20LZM
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK07%2520LZM%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for EK07%20LZM: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: LM10%20AEC
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM10%2520AEC%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for LM10%20AEC: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: LR14%20KYZ
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR14%2520KYZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for LR14%20KYZ: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: LV59%20YDG
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520YDG%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for LV59%20YDG: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: MT72%20FZK
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZK%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for MT72%20FZK: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: NU62%20YXD
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520YXD%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for NU62%20YXD: 0
2026-03-28 11:22:14 [bca.uk] INFO: Found listing with ID: LN24%20SMO
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520SMO%27 HTTP/1.1" 200 None
2026-03-28 11:22:14 [bca.uk] INFO: Scrape type for LN24%20SMO: 2
2026-03-28 11:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee77a85-de77-580d-bf6a-d0faaf6abf70 with identifier: LN24%20SMO
2026-03-28 11:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee77a85-de77-580d-bf6a-d0faaf6abf70 with scrape type 2
2026-03-28 11:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee77a85-de77-580d-bf6a-d0faaf6abf70 with scrape type 2
2026-03-28 11:22:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ee77a85-de77-580d-bf6a-d0faaf6abf70, identifier: LN24%20SMO
2026-03-28 11:22:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50 with identifier: YD65%20ZZS
2026-03-28 11:22:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50 with identifier: YD65%20ZZS
2026-03-28 11:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dbfbcb5-75eb-5126-b146-f20f3e3c0c50 with identifier: YD65%20ZZS to the API
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD65%20ZZS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9dbfbcb5-75eb-5126-b146-f20f3e3c0c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD65 ZZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD65%20ZZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 74212,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 184 GTD',
 'vin': 'WVWZZZAUZGW081700',
 'year': 2015}
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520ZZS%27 HTTP/1.1" 200 None
2026-03-28 11:22:15 [bca.uk] INFO: Saving data for YD65%20ZZS: {'auction_closing_time': 1775037600.0, 'created_time': 1774609472.773084, 'last_price_update_time': 1774696935.299834}
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD65%2520ZZS') HTTP/1.1" 204 0
2026-03-28 11:22:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:15 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ee77a85-de77-580d-bf6a-d0faaf6abf70 with identifier: LN24%20SMO
2026-03-28 11:22:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ee77a85-de77-580d-bf6a-d0faaf6abf70 with identifier: LN24%20SMO
2026-03-28 11:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ee77a85-de77-580d-bf6a-d0faaf6abf70 with identifier: LN24%20SMO to the API
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20SMO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ee77a85-de77-580d-bf6a-d0faaf6abf70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 SMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20SMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4035825',
 'year': 2024}
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520SMO%27 HTTP/1.1" 200 None
2026-03-28 11:22:15 [bca.uk] INFO: Saving data for LN24%20SMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774609461.783098, 'last_price_update_time': 1774696935.693358}
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520SMO') HTTP/1.1" 204 0
2026-03-28 11:22:15 [bca.uk] INFO: Found listing with ID: YH62%20FYE
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520FYE%27 HTTP/1.1" 200 None
2026-03-28 11:22:15 [bca.uk] INFO: Scrape type for YH62%20FYE: 2
2026-03-28 11:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6dfae0c-1ac3-55d4-928c-b30e1359f781 with identifier: YH62%20FYE
2026-03-28 11:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6dfae0c-1ac3-55d4-928c-b30e1359f781 with scrape type 2
2026-03-28 11:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6dfae0c-1ac3-55d4-928c-b30e1359f781 with scrape type 2
2026-03-28 11:22:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6dfae0c-1ac3-55d4-928c-b30e1359f781, identifier: YH62%20FYE
2026-03-28 11:22:15 [bca.uk] INFO: Found listing with ID: BN74%20PEO
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PEO%27 HTTP/1.1" 200 None
2026-03-28 11:22:15 [bca.uk] INFO: Scrape type for BN74%20PEO: 2
2026-03-28 11:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b483ca-ce0d-5480-8f15-a34d914c31ee with identifier: BN74%20PEO
2026-03-28 11:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b483ca-ce0d-5480-8f15-a34d914c31ee with scrape type 2
2026-03-28 11:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8b483ca-ce0d-5480-8f15-a34d914c31ee with scrape type 2
2026-03-28 11:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8b483ca-ce0d-5480-8f15-a34d914c31ee, identifier: BN74%20PEO
2026-03-28 11:22:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: MT72%20FZJ
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for MT72%20FZJ: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: AO12%20CYW
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO12%2520CYW%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for AO12%20CYW: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: BK61%20WPN
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK61%2520WPN%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for BK61%20WPN: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: DN60%20UOP
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN60%2520UOP%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for DN60%20UOP: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: KV63%20WSO
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520WSO%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for KV63%20WSO: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: PY07%20FXA
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY07%2520FXA%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for PY07%20FXA: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: MT72%20FZH
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZH%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for MT72%20FZH: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: MT72%20FZG
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZG%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for MT72%20FZG: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: MA72%20PXO
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520PXO%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for MA72%20PXO: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: HT23%20UUE
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520UUE%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for HT23%20UUE: 0
2026-03-28 11:22:16 [bca.uk] INFO: Found listing with ID: BL65%20RKK
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520RKK%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Scrape type for BL65%20RKK: 2
2026-03-28 11:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 421134d9-c7c7-584b-acbe-0420a85f3c28 with identifier: BL65%20RKK
2026-03-28 11:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 421134d9-c7c7-584b-acbe-0420a85f3c28 with scrape type 2
2026-03-28 11:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 421134d9-c7c7-584b-acbe-0420a85f3c28 with scrape type 2
2026-03-28 11:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 421134d9-c7c7-584b-acbe-0420a85f3c28, identifier: BL65%20RKK
2026-03-28 11:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6dfae0c-1ac3-55d4-928c-b30e1359f781 with identifier: YH62%20FYE
2026-03-28 11:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6dfae0c-1ac3-55d4-928c-b30e1359f781 with identifier: YH62%20FYE
2026-03-28 11:22:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6dfae0c-1ac3-55d4-928c-b30e1359f781 with identifier: YH62%20FYE to the API
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH62%20FYE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6dfae0c-1ac3-55d4-928c-b30e1359f781',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH62 FYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH62%20FYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 130769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBAZW42020L798569',
 'year': 2012}
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520FYE%27 HTTP/1.1" 200 None
2026-03-28 11:22:16 [bca.uk] INFO: Saving data for YH62%20FYE: {'auction_closing_time': 1775037600.0, 'created_time': 1774609476.183328, 'last_price_update_time': 1774696936.702775}
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520FYE') HTTP/1.1" 204 0
2026-03-28 11:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8b483ca-ce0d-5480-8f15-a34d914c31ee with identifier: BN74%20PEO
2026-03-28 11:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8b483ca-ce0d-5480-8f15-a34d914c31ee with identifier: BN74%20PEO
2026-03-28 11:22:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8b483ca-ce0d-5480-8f15-a34d914c31ee with identifier: BN74%20PEO to the API
2026-03-28 11:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN74%20PEO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8b483ca-ce0d-5480-8f15-a34d914c31ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN74 PEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN74%20PEO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 18872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16200,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS9RY564029',
 'year': 2024}
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PEO%27 HTTP/1.1" 200 None
2026-03-28 11:22:17 [bca.uk] INFO: Saving data for BN74%20PEO: {'auction_closing_time': 1775199600.0, 'created_time': 1773830948.411173, 'last_price_update_time': 1774696937.128248}
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN74%2520PEO') HTTP/1.1" 204 0
2026-03-28 11:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 421134d9-c7c7-584b-acbe-0420a85f3c28 with identifier: BL65%20RKK
2026-03-28 11:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 421134d9-c7c7-584b-acbe-0420a85f3c28 with identifier: BL65%20RKK
2026-03-28 11:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 421134d9-c7c7-584b-acbe-0420a85f3c28 with identifier: BL65%20RKK to the API
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL65%20RKK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '421134d9-c7c7-584b-acbe-0420a85f3c28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL65 RKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL65%20RKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 78863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.6 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDD1760422V114967',
 'year': 2015}
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520RKK%27 HTTP/1.1" 200 None
2026-03-28 11:22:17 [bca.uk] INFO: Saving data for BL65%20RKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774609441.979013, 'last_price_update_time': 1774696937.431678}
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL65%2520RKK') HTTP/1.1" 204 0
2026-03-28 11:22:17 [bca.uk] INFO: Found listing with ID: YJ63%20HXT
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520HXT%27 HTTP/1.1" 200 None
2026-03-28 11:22:17 [bca.uk] INFO: Scrape type for YJ63%20HXT: 2
2026-03-28 11:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c8fc3c3-7ba1-5578-a8a5-0296479339bd with identifier: YJ63%20HXT
2026-03-28 11:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c8fc3c3-7ba1-5578-a8a5-0296479339bd with scrape type 2
2026-03-28 11:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c8fc3c3-7ba1-5578-a8a5-0296479339bd with scrape type 2
2026-03-28 11:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c8fc3c3-7ba1-5578-a8a5-0296479339bd, identifier: YJ63%20HXT
2026-03-28 11:22:17 [bca.uk] INFO: Found listing with ID: DL73%20HPV
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HPV%27 HTTP/1.1" 200 None
2026-03-28 11:22:17 [bca.uk] INFO: Scrape type for DL73%20HPV: 2
2026-03-28 11:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a01a6192-0745-5a60-8602-2efaa55643dd with identifier: DL73%20HPV
2026-03-28 11:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a01a6192-0745-5a60-8602-2efaa55643dd with scrape type 2
2026-03-28 11:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a01a6192-0745-5a60-8602-2efaa55643dd with scrape type 2
2026-03-28 11:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a01a6192-0745-5a60-8602-2efaa55643dd, identifier: DL73%20HPV
2026-03-28 11:22:17 [bca.uk] INFO: Found listing with ID: CV20%20EWS
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520EWS%27 HTTP/1.1" 200 None
2026-03-28 11:22:17 [bca.uk] INFO: Scrape type for CV20%20EWS: 0
2026-03-28 11:22:17 [bca.uk] INFO: Found listing with ID: KE23%20LZD
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LZD%27 HTTP/1.1" 200 None
2026-03-28 11:22:17 [bca.uk] INFO: Scrape type for KE23%20LZD: 2
2026-03-28 11:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a4716e-407c-5da3-b8eb-f08bcd7a6367 with identifier: KE23%20LZD
2026-03-28 11:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a4716e-407c-5da3-b8eb-f08bcd7a6367 with scrape type 2
2026-03-28 11:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a4716e-407c-5da3-b8eb-f08bcd7a6367 with scrape type 2
2026-03-28 11:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a4716e-407c-5da3-b8eb-f08bcd7a6367, identifier: KE23%20LZD
2026-03-28 11:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c8fc3c3-7ba1-5578-a8a5-0296479339bd with identifier: YJ63%20HXT
2026-03-28 11:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c8fc3c3-7ba1-5578-a8a5-0296479339bd with identifier: YJ63%20HXT
2026-03-28 11:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c8fc3c3-7ba1-5578-a8a5-0296479339bd with identifier: YJ63%20HXT to the API
2026-03-28 11:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ63%20HXT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c8fc3c3-7ba1-5578-a8a5-0296479339bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ63 HXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ63%20HXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 74535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWSU32000T533442',
 'year': 2013}
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520HXT%27 HTTP/1.1" 200 None
2026-03-28 11:22:18 [bca.uk] INFO: Saving data for YJ63%20HXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774609477.091871, 'last_price_update_time': 1774696938.164023}
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ63%2520HXT') HTTP/1.1" 204 0
2026-03-28 11:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a01a6192-0745-5a60-8602-2efaa55643dd with identifier: DL73%20HPV
2026-03-28 11:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a01a6192-0745-5a60-8602-2efaa55643dd with identifier: DL73%20HPV
2026-03-28 11:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a01a6192-0745-5a60-8602-2efaa55643dd with identifier: DL73%20HPV to the API
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20HPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a01a6192-0745-5a60-8602-2efaa55643dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 HPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20HPV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 17526,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4303852',
 'year': 2023}
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HPV%27 HTTP/1.1" 200 None
2026-03-28 11:22:18 [bca.uk] INFO: Saving data for DL73%20HPV: {'auction_closing_time': 1775199600.0, 'created_time': 1773846542.691125, 'last_price_update_time': 1774696938.488539}
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520HPV') HTTP/1.1" 204 0
2026-03-28 11:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a4716e-407c-5da3-b8eb-f08bcd7a6367 with identifier: KE23%20LZD
2026-03-28 11:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a4716e-407c-5da3-b8eb-f08bcd7a6367 with identifier: KE23%20LZD
2026-03-28 11:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a4716e-407c-5da3-b8eb-f08bcd7a6367 with identifier: KE23%20LZD to the API
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LZD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7a4716e-407c-5da3-b8eb-f08bcd7a6367',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4144974',
 'year': 2023}
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LZD%27 HTTP/1.1" 200 None
2026-03-28 11:22:18 [bca.uk] INFO: Saving data for KE23%20LZD: {'auction_closing_time': 1775037600.0, 'created_time': 1774609441.124406, 'last_price_update_time': 1774696938.821042}
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LZD') HTTP/1.1" 204 0
2026-03-28 11:22:18 [bca.uk] INFO: Found listing with ID: YS14%20KVH
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520KVH%27 HTTP/1.1" 200 None
2026-03-28 11:22:18 [bca.uk] INFO: Scrape type for YS14%20KVH: 2
2026-03-28 11:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc7d5f35-d61f-5578-8d09-169980ad493d with identifier: YS14%20KVH
2026-03-28 11:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7d5f35-d61f-5578-8d09-169980ad493d with scrape type 2
2026-03-28 11:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc7d5f35-d61f-5578-8d09-169980ad493d with scrape type 2
2026-03-28 11:22:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc7d5f35-d61f-5578-8d09-169980ad493d, identifier: YS14%20KVH
2026-03-28 11:22:18 [bca.uk] INFO: Found listing with ID: DV24%20JWF
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JWF%27 HTTP/1.1" 200 None
2026-03-28 11:22:18 [bca.uk] INFO: Scrape type for DV24%20JWF: 2
2026-03-28 11:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9817c65-f3ee-5cae-a761-91660891e7fb with identifier: DV24%20JWF
2026-03-28 11:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9817c65-f3ee-5cae-a761-91660891e7fb with scrape type 2
2026-03-28 11:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9817c65-f3ee-5cae-a761-91660891e7fb with scrape type 2
2026-03-28 11:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9817c65-f3ee-5cae-a761-91660891e7fb, identifier: DV24%20JWF
2026-03-28 11:22:19 [bca.uk] INFO: Found listing with ID: CU20%20XLY
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLY%27 HTTP/1.1" 200 None
2026-03-28 11:22:19 [bca.uk] INFO: Scrape type for CU20%20XLY: 2
2026-03-28 11:22:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b with identifier: CU20%20XLY
2026-03-28 11:22:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b with scrape type 2
2026-03-28 11:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b with scrape type 2
2026-03-28 11:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b, identifier: CU20%20XLY
2026-03-28 11:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc7d5f35-d61f-5578-8d09-169980ad493d with identifier: YS14%20KVH
2026-03-28 11:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc7d5f35-d61f-5578-8d09-169980ad493d with identifier: YS14%20KVH
2026-03-28 11:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc7d5f35-d61f-5578-8d09-169980ad493d with identifier: YS14%20KVH to the API
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS14%20KVH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cc7d5f35-d61f-5578-8d09-169980ad493d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS14 KVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS14%20KVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 79155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I MOVE MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I MOVE MMT',
 'vin': 'JTDKG10C20N747574',
 'year': 2014}
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520KVH%27 HTTP/1.1" 200 None
2026-03-28 11:22:19 [bca.uk] INFO: Saving data for YS14%20KVH: {'auction_closing_time': 1775037600.0, 'created_time': 1774609459.341255, 'last_price_update_time': 1774696939.47011}
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS14%2520KVH') HTTP/1.1" 204 0
2026-03-28 11:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9817c65-f3ee-5cae-a761-91660891e7fb with identifier: DV24%20JWF
2026-03-28 11:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9817c65-f3ee-5cae-a761-91660891e7fb with identifier: DV24%20JWF
2026-03-28 11:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9817c65-f3ee-5cae-a761-91660891e7fb with identifier: DV24%20JWF to the API
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JWF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd9817c65-f3ee-5cae-a761-91660891e7fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 JWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JWF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 13711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16500,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS2R6010227',
 'year': 2024}
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JWF%27 HTTP/1.1" 200 None
2026-03-28 11:22:19 [bca.uk] INFO: Saving data for DV24%20JWF: {'auction_closing_time': 1775199600.0, 'created_time': 1773833583.424226, 'last_price_update_time': 1774696939.775931}
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JWF') HTTP/1.1" 204 0
2026-03-28 11:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b with identifier: CU20%20XLY
2026-03-28 11:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b with identifier: CU20%20XLY
2026-03-28 11:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b with identifier: CU20%20XLY to the API
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU20%20XLY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ce091f4-5e10-59ee-aa14-e25c5b8c2a8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU20 XLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU20%20XLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 47067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 70C18 3.0 XLWB (4350) HI-MATIC Tipper',
 'transmission': 'automatic',
 'trim': 'XLWB (4350) HI-MATIC',
 'vin': 'ZCFC670D00D647376',
 'year': 2020}
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLY%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Saving data for CU20%20XLY: {'auction_closing_time': 1774864800.0, 'created_time': 1773959940.303212, 'last_price_update_time': 1774696940.103098}
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU20%2520XLY') HTTP/1.1" 204 0
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: FE14%20ZHM
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for FE14%20ZHM: 2
2026-03-28 11:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d61675fc-4b82-5d3f-959d-729fbb8a07f4 with identifier: FE14%20ZHM
2026-03-28 11:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d61675fc-4b82-5d3f-959d-729fbb8a07f4 with scrape type 2
2026-03-28 11:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d61675fc-4b82-5d3f-959d-729fbb8a07f4 with scrape type 2
2026-03-28 11:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d61675fc-4b82-5d3f-959d-729fbb8a07f4, identifier: FE14%20ZHM
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: DY74%20BVK
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVK%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for DY74%20BVK: 2
2026-03-28 11:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d94f1978-211c-5fc2-bd76-46eb4bde1a6d with identifier: DY74%20BVK
2026-03-28 11:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d94f1978-211c-5fc2-bd76-46eb4bde1a6d with scrape type 2
2026-03-28 11:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d94f1978-211c-5fc2-bd76-46eb4bde1a6d with scrape type 2
2026-03-28 11:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d94f1978-211c-5fc2-bd76-46eb4bde1a6d, identifier: DY74%20BVK
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: CU20%20XLT
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLT%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for CU20%20XLT: 0
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: CU20%20XJC
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XJC%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for CU20%20XJC: 0
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: CP71%20LWV
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520LWV%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for CP71%20LWV: 0
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: CK22%20BKG
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BKG%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for CK22%20BKG: 0
2026-03-28 11:22:20 [bca.uk] INFO: Found listing with ID: YT67%20OYC
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Scrape type for YT67%20OYC: 2
2026-03-28 11:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a78fe5ad-8b8b-56f8-8968-b3ec99406292 with identifier: YT67%20OYC
2026-03-28 11:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a78fe5ad-8b8b-56f8-8968-b3ec99406292 with scrape type 2
2026-03-28 11:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a78fe5ad-8b8b-56f8-8968-b3ec99406292 with scrape type 2
2026-03-28 11:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a78fe5ad-8b8b-56f8-8968-b3ec99406292, identifier: YT67%20OYC
2026-03-28 11:22:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d61675fc-4b82-5d3f-959d-729fbb8a07f4 with identifier: FE14%20ZHM
2026-03-28 11:22:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d61675fc-4b82-5d3f-959d-729fbb8a07f4 with identifier: FE14%20ZHM
2026-03-28 11:22:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d61675fc-4b82-5d3f-959d-729fbb8a07f4 with identifier: FE14%20ZHM to the API
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE14%20ZHM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd61675fc-4b82-5d3f-959d-729fbb8a07f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE14 ZHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE14%20ZHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 132487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOURAN 1.6 TDI 105 BMT SE MPV',
 'transmission': 'manual',
 'trim': 'TDI 105 BMT SE',
 'vin': 'WVGZZZ1TZEW065518',
 'year': 2014}
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-28 11:22:20 [bca.uk] INFO: Saving data for FE14%20ZHM: {'auction_closing_time': 1775037600.0, 'created_time': 1774609462.507974, 'last_price_update_time': 1774696940.816279}
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE14%2520ZHM') HTTP/1.1" 204 0
2026-03-28 11:22:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d94f1978-211c-5fc2-bd76-46eb4bde1a6d with identifier: DY74%20BVK
2026-03-28 11:22:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d94f1978-211c-5fc2-bd76-46eb4bde1a6d with identifier: DY74%20BVK
2026-03-28 11:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d94f1978-211c-5fc2-bd76-46eb4bde1a6d with identifier: DY74%20BVK to the API
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd94f1978-211c-5fc2-bd76-46eb4bde1a6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS7R6020946',
 'year': 2024}
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVK%27 HTTP/1.1" 200 None
2026-03-28 11:22:21 [bca.uk] INFO: Saving data for DY74%20BVK: {'auction_closing_time': 1775199600.0, 'created_time': 1773933735.269571, 'last_price_update_time': 1774696941.371725}
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVK') HTTP/1.1" 204 0
2026-03-28 11:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a78fe5ad-8b8b-56f8-8968-b3ec99406292 with identifier: YT67%20OYC
2026-03-28 11:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a78fe5ad-8b8b-56f8-8968-b3ec99406292 with identifier: YT67%20OYC
2026-03-28 11:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a78fe5ad-8b8b-56f8-8968-b3ec99406292 with identifier: YT67%20OYC to the API
2026-03-28 11:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20OYC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a78fe5ad-8b8b-56f8-8968-b3ec99406292',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT67 OYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20OYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 122332,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 XLWB Luton',
 'transmission': 'manual',
 'trim': 'TDCI 130 XLWB',
 'vin': 'WF0DXXTTGDHM10951',
 'year': 2017}
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:22:22 [bca.uk] INFO: Saving data for YT67%20OYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390855.393453, 'last_price_update_time': 1774696942.336628}
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520OYC') HTTP/1.1" 204 0
2026-03-28 11:22:22 [bca.uk] INFO: Found listing with ID: HK69%20KLD
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520KLD%27 HTTP/1.1" 200 None
2026-03-28 11:22:22 [bca.uk] INFO: Scrape type for HK69%20KLD: 2
2026-03-28 11:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6210d0f2-9345-5453-9920-c32703bb9cc8 with identifier: HK69%20KLD
2026-03-28 11:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6210d0f2-9345-5453-9920-c32703bb9cc8 with scrape type 2
2026-03-28 11:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6210d0f2-9345-5453-9920-c32703bb9cc8 with scrape type 2
2026-03-28 11:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6210d0f2-9345-5453-9920-c32703bb9cc8, identifier: HK69%20KLD
2026-03-28 11:22:22 [bca.uk] INFO: Found listing with ID: LL73%20FCV
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FCV%27 HTTP/1.1" 200 None
2026-03-28 11:22:22 [bca.uk] INFO: Scrape type for LL73%20FCV: 2
2026-03-28 11:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d9ffe62-8915-537f-9063-6b8f88e018f5 with identifier: LL73%20FCV
2026-03-28 11:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d9ffe62-8915-537f-9063-6b8f88e018f5 with scrape type 2
2026-03-28 11:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d9ffe62-8915-537f-9063-6b8f88e018f5 with scrape type 2
2026-03-28 11:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d9ffe62-8915-537f-9063-6b8f88e018f5, identifier: LL73%20FCV
2026-03-28 11:22:22 [bca.uk] INFO: Found listing with ID: YP66%20JWY
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520JWY%27 HTTP/1.1" 200 None
2026-03-28 11:22:22 [bca.uk] INFO: Scrape type for YP66%20JWY: 2
2026-03-28 11:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31b6520f-d6aa-5934-9610-02ae9fdb931d with identifier: YP66%20JWY
2026-03-28 11:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31b6520f-d6aa-5934-9610-02ae9fdb931d with scrape type 2
2026-03-28 11:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31b6520f-d6aa-5934-9610-02ae9fdb931d with scrape type 2
2026-03-28 11:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31b6520f-d6aa-5934-9610-02ae9fdb931d, identifier: YP66%20JWY
2026-03-28 11:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6210d0f2-9345-5453-9920-c32703bb9cc8 with identifier: HK69%20KLD
2026-03-28 11:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6210d0f2-9345-5453-9920-c32703bb9cc8 with identifier: HK69%20KLD
2026-03-28 11:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6210d0f2-9345-5453-9920-c32703bb9cc8 with identifier: HK69%20KLD to the API
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK69%20KLD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6210d0f2-9345-5453-9920-c32703bb9cc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK69 KLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK69%20KLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': '118I',
 'odometer': 69887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA7K320707F28326',
 'year': 2019}
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520KLD%27 HTTP/1.1" 200 None
2026-03-28 11:22:23 [bca.uk] INFO: Saving data for HK69%20KLD: {'auction_closing_time': 1775037600.0, 'created_time': 1774609440.413571, 'last_price_update_time': 1774696943.049941}
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK69%2520KLD') HTTP/1.1" 204 0
2026-03-28 11:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d9ffe62-8915-537f-9063-6b8f88e018f5 with identifier: LL73%20FCV
2026-03-28 11:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d9ffe62-8915-537f-9063-6b8f88e018f5 with identifier: LL73%20FCV
2026-03-28 11:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d9ffe62-8915-537f-9063-6b8f88e018f5 with identifier: LL73%20FCV to the API
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL73%20FCV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d9ffe62-8915-537f-9063-6b8f88e018f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL73 FCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL73%20FCV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 15244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSPJ807089',
 'year': 2023}
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FCV%27 HTTP/1.1" 200 None
2026-03-28 11:22:23 [bca.uk] INFO: Saving data for LL73%20FCV: {'auction_closing_time': 1775199600.0, 'created_time': 1773823509.312137, 'last_price_update_time': 1774696943.800501}
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL73%2520FCV') HTTP/1.1" 204 0
2026-03-28 11:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31b6520f-d6aa-5934-9610-02ae9fdb931d with identifier: YP66%20JWY
2026-03-28 11:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31b6520f-d6aa-5934-9610-02ae9fdb931d with identifier: YP66%20JWY
2026-03-28 11:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31b6520f-d6aa-5934-9610-02ae9fdb931d with identifier: YP66%20JWY to the API
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP66%20JWY-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31b6520f-d6aa-5934-9610-02ae9fdb931d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP66 JWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP66%20JWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 29944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 1.4 T 140 SRI MPV',
 'transmission': 'manual',
 'trim': 'T 140 SRI',
 'vin': 'W0LPD9EC0H1028959',
 'year': 2016}
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520JWY%27 HTTP/1.1" 200 None
2026-03-28 11:22:24 [bca.uk] INFO: Saving data for YP66%20JWY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609430.05737, 'last_price_update_time': 1774696944.12891}
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP66%2520JWY') HTTP/1.1" 204 0
2026-03-28 11:22:24 [bca.uk] INFO: Found listing with ID: MK61%20UOP
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520UOP%27 HTTP/1.1" 200 None
2026-03-28 11:22:24 [bca.uk] INFO: Scrape type for MK61%20UOP: 2
2026-03-28 11:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0f45d0f-c515-535d-8527-b219b4e8db6b with identifier: MK61%20UOP
2026-03-28 11:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0f45d0f-c515-535d-8527-b219b4e8db6b with scrape type 2
2026-03-28 11:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0f45d0f-c515-535d-8527-b219b4e8db6b with scrape type 2
2026-03-28 11:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0f45d0f-c515-535d-8527-b219b4e8db6b, identifier: MK61%20UOP
2026-03-28 11:22:24 [bca.uk] INFO: Found listing with ID: LL74%20BUE
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUE%27 HTTP/1.1" 200 None
2026-03-28 11:22:24 [bca.uk] INFO: Scrape type for LL74%20BUE: 2
2026-03-28 11:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a with identifier: LL74%20BUE
2026-03-28 11:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a with scrape type 2
2026-03-28 11:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a with scrape type 2
2026-03-28 11:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a, identifier: LL74%20BUE
2026-03-28 11:22:24 [bca.uk] INFO: Found listing with ID: CF18%20JXM
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520JXM%27 HTTP/1.1" 200 None
2026-03-28 11:22:24 [bca.uk] INFO: Scrape type for CF18%20JXM: 2
2026-03-28 11:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af038951-d8df-5fa1-b0c6-49256a703948 with identifier: CF18%20JXM
2026-03-28 11:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af038951-d8df-5fa1-b0c6-49256a703948 with scrape type 2
2026-03-28 11:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af038951-d8df-5fa1-b0c6-49256a703948 with scrape type 2
2026-03-28 11:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af038951-d8df-5fa1-b0c6-49256a703948, identifier: CF18%20JXM
2026-03-28 11:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0f45d0f-c515-535d-8527-b219b4e8db6b with identifier: MK61%20UOP
2026-03-28 11:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0f45d0f-c515-535d-8527-b219b4e8db6b with identifier: MK61%20UOP
2026-03-28 11:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0f45d0f-c515-535d-8527-b219b4e8db6b with identifier: MK61%20UOP to the API
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK61%20UOP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0f45d0f-c515-535d-8527-b219b4e8db6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK61 UOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK61%20UOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 132678,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.6 TDI 105 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SPORT',
 'vin': 'WAUZZZ8X8BB070921',
 'year': 2011}
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520UOP%27 HTTP/1.1" 200 None
2026-03-28 11:22:24 [bca.uk] INFO: Saving data for MK61%20UOP: {'auction_closing_time': 1775037600.0, 'created_time': 1774609433.655435, 'last_price_update_time': 1774696944.764297}
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK61%2520UOP') HTTP/1.1" 204 0
2026-03-28 11:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a with identifier: LL74%20BUE
2026-03-28 11:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a with identifier: LL74%20BUE
2026-03-28 11:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a with identifier: LL74%20BUE to the API
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BUE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2fd7ae7e-106a-5825-b8e5-5f92c60f2c0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BUE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 3676,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE5R4297852',
 'year': 2024}
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUE%27 HTTP/1.1" 200 None
2026-03-28 11:22:25 [bca.uk] INFO: Saving data for LL74%20BUE: {'auction_closing_time': 1775199600.0, 'created_time': 1773842745.772281, 'last_price_update_time': 1774696945.090805}
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BUE') HTTP/1.1" 204 0
2026-03-28 11:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af038951-d8df-5fa1-b0c6-49256a703948 with identifier: CF18%20JXM
2026-03-28 11:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af038951-d8df-5fa1-b0c6-49256a703948 with identifier: CF18%20JXM
2026-03-28 11:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af038951-d8df-5fa1-b0c6-49256a703948 with identifier: CF18%20JXM to the API
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF18%20JXM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af038951-d8df-5fa1-b0c6-49256a703948',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF18 JXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF18%20JXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 44975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCITE DCT',
 'vin': 'SDPW7BBECHG288529',
 'year': 2018}
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520JXM%27 HTTP/1.1" 200 None
2026-03-28 11:22:25 [bca.uk] INFO: Saving data for CF18%20JXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609428.113481, 'last_price_update_time': 1774696945.412125}
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF18%2520JXM') HTTP/1.1" 204 0
2026-03-28 11:22:25 [bca.uk] INFO: Found listing with ID: ML19%20AEU
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520AEU%27 HTTP/1.1" 200 None
2026-03-28 11:22:25 [bca.uk] INFO: Scrape type for ML19%20AEU: 2
2026-03-28 11:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b177be80-d22f-5c6d-8d1c-709b62ef5f82 with identifier: ML19%20AEU
2026-03-28 11:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b177be80-d22f-5c6d-8d1c-709b62ef5f82 with scrape type 2
2026-03-28 11:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b177be80-d22f-5c6d-8d1c-709b62ef5f82 with scrape type 2
2026-03-28 11:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b177be80-d22f-5c6d-8d1c-709b62ef5f82, identifier: ML19%20AEU
2026-03-28 11:22:25 [bca.uk] INFO: Found listing with ID: LO24%20MHL
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO24%2520MHL%27 HTTP/1.1" 200 None
2026-03-28 11:22:25 [bca.uk] INFO: Scrape type for LO24%20MHL: 2
2026-03-28 11:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9eec3a4-249d-599b-bec2-ab0b9014e4b3 with identifier: LO24%20MHL
2026-03-28 11:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9eec3a4-249d-599b-bec2-ab0b9014e4b3 with scrape type 2
2026-03-28 11:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9eec3a4-249d-599b-bec2-ab0b9014e4b3 with scrape type 2
2026-03-28 11:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9eec3a4-249d-599b-bec2-ab0b9014e4b3, identifier: LO24%20MHL
2026-03-28 11:22:25 [bca.uk] INFO: Found listing with ID: MX73%20VBO
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX73%2520VBO%27 HTTP/1.1" 200 None
2026-03-28 11:22:25 [bca.uk] INFO: Scrape type for MX73%20VBO: 2
2026-03-28 11:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42770b26-2ccb-5c38-a743-a88fe3f497f3 with identifier: MX73%20VBO
2026-03-28 11:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42770b26-2ccb-5c38-a743-a88fe3f497f3 with scrape type 2
2026-03-28 11:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42770b26-2ccb-5c38-a743-a88fe3f497f3 with scrape type 2
2026-03-28 11:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42770b26-2ccb-5c38-a743-a88fe3f497f3, identifier: MX73%20VBO
2026-03-28 11:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b177be80-d22f-5c6d-8d1c-709b62ef5f82 with identifier: ML19%20AEU
2026-03-28 11:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b177be80-d22f-5c6d-8d1c-709b62ef5f82 with identifier: ML19%20AEU
2026-03-28 11:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b177be80-d22f-5c6d-8d1c-709b62ef5f82 with identifier: ML19%20AEU to the API
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML19%20AEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b177be80-d22f-5c6d-8d1c-709b62ef5f82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML19 AEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML19%20AEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 85489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 115 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 115 GT DSG',
 'vin': 'WVWZZZAUZKW109279',
 'year': 2019}
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520AEU%27 HTTP/1.1" 200 None
2026-03-28 11:22:26 [bca.uk] INFO: Saving data for ML19%20AEU: {'auction_closing_time': 1775037600.0, 'created_time': 1774609432.689293, 'last_price_update_time': 1774696946.049314}
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML19%2520AEU') HTTP/1.1" 204 0
2026-03-28 11:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9eec3a4-249d-599b-bec2-ab0b9014e4b3 with identifier: LO24%20MHL
2026-03-28 11:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9eec3a4-249d-599b-bec2-ab0b9014e4b3 with identifier: LO24%20MHL
2026-03-28 11:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9eec3a4-249d-599b-bec2-ab0b9014e4b3 with identifier: LO24%20MHL to the API
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO24%20MHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9eec3a4-249d-599b-bec2-ab0b9014e4b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO24 MHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO24%20MHL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 14942,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNS2RS053466',
 'year': 2024}
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO24%2520MHL%27 HTTP/1.1" 200 None
2026-03-28 11:22:26 [bca.uk] INFO: Saving data for LO24%20MHL: {'auction_closing_time': 1775199600.0, 'created_time': 1773841763.10282, 'last_price_update_time': 1774696946.347347}
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO24%2520MHL') HTTP/1.1" 204 0
2026-03-28 11:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42770b26-2ccb-5c38-a743-a88fe3f497f3 with identifier: MX73%20VBO
2026-03-28 11:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42770b26-2ccb-5c38-a743-a88fe3f497f3 with identifier: MX73%20VBO
2026-03-28 11:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42770b26-2ccb-5c38-a743-a88fe3f497f3 with identifier: MX73%20VBO to the API
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX73%20VBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42770b26-2ccb-5c38-a743-a88fe3f497f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX73 VBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX73%20VBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 26188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 100 240 L1 LIMITED L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 100 240 L1 LIMITED L/R',
 'vin': 'WF0RXXWPGRPS54384',
 'year': 2023}
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX73%2520VBO%27 HTTP/1.1" 200 None
2026-03-28 11:22:26 [bca.uk] INFO: Saving data for MX73%20VBO: {'auction_closing_time': 1774778400.0, 'created_time': 1774609465.494254, 'last_price_update_time': 1774696946.645441}
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX73%2520VBO') HTTP/1.1" 204 0
2026-03-28 11:22:26 [bca.uk] INFO: Found listing with ID: MM13%20ORA
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520ORA%27 HTTP/1.1" 200 None
2026-03-28 11:22:26 [bca.uk] INFO: Scrape type for MM13%20ORA: 2
2026-03-28 11:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 068af69d-b186-510b-ac6a-a9f48ec281b1 with identifier: MM13%20ORA
2026-03-28 11:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 068af69d-b186-510b-ac6a-a9f48ec281b1 with scrape type 2
2026-03-28 11:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 068af69d-b186-510b-ac6a-a9f48ec281b1 with scrape type 2
2026-03-28 11:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 068af69d-b186-510b-ac6a-a9f48ec281b1, identifier: MM13%20ORA
2026-03-28 11:22:26 [bca.uk] INFO: Found listing with ID: LR24%20MWC
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWC%27 HTTP/1.1" 200 None
2026-03-28 11:22:26 [bca.uk] INFO: Scrape type for LR24%20MWC: 2
2026-03-28 11:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be707528-2ffe-5e91-8990-c2fee631e48c with identifier: LR24%20MWC
2026-03-28 11:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be707528-2ffe-5e91-8990-c2fee631e48c with scrape type 2
2026-03-28 11:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be707528-2ffe-5e91-8990-c2fee631e48c with scrape type 2
2026-03-28 11:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be707528-2ffe-5e91-8990-c2fee631e48c, identifier: LR24%20MWC
2026-03-28 11:22:26 [bca.uk] INFO: Found listing with ID: FL64%20AVF
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520AVF%27 HTTP/1.1" 200 None
2026-03-28 11:22:26 [bca.uk] INFO: Scrape type for FL64%20AVF: 2
2026-03-28 11:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4 with identifier: FL64%20AVF
2026-03-28 11:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4 with scrape type 2
2026-03-28 11:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4 with scrape type 2
2026-03-28 11:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4, identifier: FL64%20AVF
2026-03-28 11:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 068af69d-b186-510b-ac6a-a9f48ec281b1 with identifier: MM13%20ORA
2026-03-28 11:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 068af69d-b186-510b-ac6a-a9f48ec281b1 with identifier: MM13%20ORA
2026-03-28 11:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 068af69d-b186-510b-ac6a-a9f48ec281b1 with identifier: MM13%20ORA to the API
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM13%20ORA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '068af69d-b186-510b-ac6a-a9f48ec281b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM13 ORA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM13%20ORA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 50116,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWSR32040T346917',
 'year': 2013}
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520ORA%27 HTTP/1.1" 200 None
2026-03-28 11:22:27 [bca.uk] INFO: Saving data for MM13%20ORA: {'auction_closing_time': 1775037600.0, 'created_time': 1774609426.918841, 'last_price_update_time': 1774696947.285357}
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM13%2520ORA') HTTP/1.1" 204 0
2026-03-28 11:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be707528-2ffe-5e91-8990-c2fee631e48c with identifier: LR24%20MWC
2026-03-28 11:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be707528-2ffe-5e91-8990-c2fee631e48c with identifier: LR24%20MWC
2026-03-28 11:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be707528-2ffe-5e91-8990-c2fee631e48c with identifier: LR24%20MWC to the API
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR24%20MWC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be707528-2ffe-5e91-8990-c2fee631e48c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR24 MWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR24%20MWC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4337524',
 'year': 2024}
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWC%27 HTTP/1.1" 200 None
2026-03-28 11:22:27 [bca.uk] INFO: Saving data for LR24%20MWC: {'auction_closing_time': 1775199600.0, 'created_time': 1773842467.212676, 'last_price_update_time': 1774696947.684942}
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR24%2520MWC') HTTP/1.1" 204 0
2026-03-28 11:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4 with identifier: FL64%20AVF
2026-03-28 11:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4 with identifier: FL64%20AVF
2026-03-28 11:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4 with identifier: FL64%20AVF to the API
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL64%20AVF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3a43fb78-4fde-56c2-b8a0-e00d4f2a69d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL64 AVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL64%20AVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VAUXHALL',
 'model': 'COMBO',
 'odometer': 99690,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO 1.3 CDTI 90 E/F 2300 L1 H1 S/S CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 90 E/F 2300 L1 H1 S/S',
 'vin': 'W0L6VYC1AF9554871',
 'year': 2014}
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520AVF%27 HTTP/1.1" 200 None
2026-03-28 11:22:27 [bca.uk] INFO: Saving data for FL64%20AVF: {'auction_closing_time': 1774778400.0, 'created_time': 1774609424.768876, 'last_price_update_time': 1774696947.976589}
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL64%2520AVF') HTTP/1.1" 204 0
2026-03-28 11:22:27 [bca.uk] INFO: Found listing with ID: MW15%20EZJ
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520EZJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:28 [bca.uk] INFO: Scrape type for MW15%20EZJ: 2
2026-03-28 11:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6 with identifier: MW15%20EZJ
2026-03-28 11:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6 with scrape type 2
2026-03-28 11:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6 with scrape type 2
2026-03-28 11:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6, identifier: MW15%20EZJ
2026-03-28 11:22:28 [bca.uk] INFO: Found listing with ID: LR73%20AZT
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:22:28 [bca.uk] INFO: Scrape type for LR73%20AZT: 2
2026-03-28 11:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d09e8239-aa38-56d9-a783-b031d192cee7 with identifier: LR73%20AZT
2026-03-28 11:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09e8239-aa38-56d9-a783-b031d192cee7 with scrape type 2
2026-03-28 11:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d09e8239-aa38-56d9-a783-b031d192cee7 with scrape type 2
2026-03-28 11:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d09e8239-aa38-56d9-a783-b031d192cee7, identifier: LR73%20AZT
2026-03-28 11:22:28 [bca.uk] INFO: Found listing with ID: FY71%20OZP
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520OZP%27 HTTP/1.1" 200 None
2026-03-28 11:22:28 [bca.uk] INFO: Scrape type for FY71%20OZP: 0
2026-03-28 11:22:28 [bca.uk] INFO: Found listing with ID: YM70%20UPL
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM70%2520UPL%27 HTTP/1.1" 200 None
2026-03-28 11:22:28 [bca.uk] INFO: Scrape type for YM70%20UPL: 2
2026-03-28 11:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5de6536a-25ef-5822-9418-6b3cb1192824 with identifier: YM70%20UPL
2026-03-28 11:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5de6536a-25ef-5822-9418-6b3cb1192824 with scrape type 2
2026-03-28 11:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5de6536a-25ef-5822-9418-6b3cb1192824 with scrape type 2
2026-03-28 11:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5de6536a-25ef-5822-9418-6b3cb1192824, identifier: YM70%20UPL
2026-03-28 11:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6 with identifier: MW15%20EZJ
2026-03-28 11:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6 with identifier: MW15%20EZJ
2026-03-28 11:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6 with identifier: MW15%20EZJ to the API
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW15%20EZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb8ece90-15fd-5fb4-a1ec-0e0d40f42ea6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW15 EZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW15%20EZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 72727,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNABE511LGT015556',
 'year': 2015}
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520EZJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:28 [bca.uk] INFO: Saving data for MW15%20EZJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774609392.17593, 'last_price_update_time': 1774696948.721118}
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW15%2520EZJ') HTTP/1.1" 204 0
2026-03-28 11:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d09e8239-aa38-56d9-a783-b031d192cee7 with identifier: LR73%20AZT
2026-03-28 11:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d09e8239-aa38-56d9-a783-b031d192cee7 with identifier: LR73%20AZT
2026-03-28 11:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d09e8239-aa38-56d9-a783-b031d192cee7 with identifier: LR73%20AZT to the API
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR73%20AZT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd09e8239-aa38-56d9-a783-b031d192cee7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR73 AZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR73%20AZT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 9083,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSUPS150342',
 'year': 2024}
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:22:29 [bca.uk] INFO: Saving data for LR73%20AZT: {'auction_closing_time': 1775199600.0, 'created_time': 1773823535.736915, 'last_price_update_time': 1774696949.04937}
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR73%2520AZT') HTTP/1.1" 204 0
2026-03-28 11:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5de6536a-25ef-5822-9418-6b3cb1192824 with identifier: YM70%20UPL
2026-03-28 11:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5de6536a-25ef-5822-9418-6b3cb1192824 with identifier: YM70%20UPL
2026-03-28 11:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5de6536a-25ef-5822-9418-6b3cb1192824 with identifier: YM70%20UPL to the API
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM70%20UPL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5de6536a-25ef-5822-9418-6b3cb1192824',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM70 UPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM70%20UPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 61198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 LWB LIMITED H/R PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 LWB LIMITED H/R',
 'vin': 'WF0YXXTTGYLT42607',
 'year': 2021}
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM70%2520UPL%27 HTTP/1.1" 200 None
2026-03-28 11:22:29 [bca.uk] INFO: Saving data for YM70%20UPL: {'auction_closing_time': 1774778400.0, 'created_time': 1774609393.697398, 'last_price_update_time': 1774696949.343555}
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM70%2520UPL') HTTP/1.1" 204 0
2026-03-28 11:22:29 [bca.uk] INFO: Found listing with ID: SJ63%20XYM
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520XYM%27 HTTP/1.1" 200 None
2026-03-28 11:22:29 [bca.uk] INFO: Scrape type for SJ63%20XYM: 2
2026-03-28 11:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0af21d11-d998-5e80-994f-88d44b73cc2b with identifier: SJ63%20XYM
2026-03-28 11:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0af21d11-d998-5e80-994f-88d44b73cc2b with scrape type 2
2026-03-28 11:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0af21d11-d998-5e80-994f-88d44b73cc2b with scrape type 2
2026-03-28 11:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0af21d11-d998-5e80-994f-88d44b73cc2b, identifier: SJ63%20XYM
2026-03-28 11:22:29 [bca.uk] INFO: Found listing with ID: LS24%20EUT
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EUT%27 HTTP/1.1" 200 None
2026-03-28 11:22:29 [bca.uk] INFO: Scrape type for LS24%20EUT: 2
2026-03-28 11:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a12f56d-8d22-59f5-b8d9-f40cda571e8c with identifier: LS24%20EUT
2026-03-28 11:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a12f56d-8d22-59f5-b8d9-f40cda571e8c with scrape type 2
2026-03-28 11:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a12f56d-8d22-59f5-b8d9-f40cda571e8c with scrape type 2
2026-03-28 11:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a12f56d-8d22-59f5-b8d9-f40cda571e8c, identifier: LS24%20EUT
2026-03-28 11:22:29 [bca.uk] INFO: Found listing with ID: VE67%20EOO
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520EOO%27 HTTP/1.1" 200 None
2026-03-28 11:22:29 [bca.uk] INFO: Scrape type for VE67%20EOO: 2
2026-03-28 11:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8feace5c-bd38-5742-9f4c-fea1e7079501 with identifier: VE67%20EOO
2026-03-28 11:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8feace5c-bd38-5742-9f4c-fea1e7079501 with scrape type 2
2026-03-28 11:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8feace5c-bd38-5742-9f4c-fea1e7079501 with scrape type 2
2026-03-28 11:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8feace5c-bd38-5742-9f4c-fea1e7079501, identifier: VE67%20EOO
2026-03-28 11:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0af21d11-d998-5e80-994f-88d44b73cc2b with identifier: SJ63%20XYM
2026-03-28 11:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0af21d11-d998-5e80-994f-88d44b73cc2b with identifier: SJ63%20XYM
2026-03-28 11:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0af21d11-d998-5e80-994f-88d44b73cc2b with identifier: SJ63%20XYM to the API
2026-03-28 11:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ63%20XYM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0af21d11-d998-5e80-994f-88d44b73cc2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ63 XYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ63%20XYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 54747,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.0 VVT-I EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I EDITION',
 'vin': 'VNKJL3D360A085767',
 'year': 2013}
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520XYM%27 HTTP/1.1" 200 None
2026-03-28 11:22:30 [bca.uk] INFO: Saving data for SJ63%20XYM: {'auction_closing_time': 1775037600.0, 'created_time': 1774365002.434154, 'last_price_update_time': 1774696950.299848}
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ63%2520XYM') HTTP/1.1" 204 0
2026-03-28 11:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a12f56d-8d22-59f5-b8d9-f40cda571e8c with identifier: LS24%20EUT
2026-03-28 11:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a12f56d-8d22-59f5-b8d9-f40cda571e8c with identifier: LS24%20EUT
2026-03-28 11:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a12f56d-8d22-59f5-b8d9-f40cda571e8c with identifier: LS24%20EUT to the API
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20EUT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a12f56d-8d22-59f5-b8d9-f40cda571e8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 EUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20EUT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 9129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSURS020276',
 'year': 2024}
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EUT%27 HTTP/1.1" 200 None
2026-03-28 11:22:30 [bca.uk] INFO: Saving data for LS24%20EUT: {'auction_closing_time': 1775199600.0, 'created_time': 1773841257.170454, 'last_price_update_time': 1774696950.610327}
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520EUT') HTTP/1.1" 204 0
2026-03-28 11:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8feace5c-bd38-5742-9f4c-fea1e7079501 with identifier: VE67%20EOO
2026-03-28 11:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8feace5c-bd38-5742-9f4c-fea1e7079501 with identifier: VE67%20EOO
2026-03-28 11:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8feace5c-bd38-5742-9f4c-fea1e7079501 with identifier: VE67%20EOO to the API
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE67%20EOO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8feace5c-bd38-5742-9f4c-fea1e7079501',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE67 EOO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE67%20EOO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'COMBO',
 'odometer': 77251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO 1.3 CDTI 95 2300 L1 H1 Van',
 'transmission': 'manual',
 'trim': 'CDTI 95 2300 L1 H1',
 'vin': 'W0L6WZU1AJ9629277',
 'year': 2018}
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520EOO%27 HTTP/1.1" 200 None
2026-03-28 11:22:30 [bca.uk] INFO: Saving data for VE67%20EOO: {'auction_closing_time': 1774778400.0, 'created_time': 1774609466.011194, 'last_price_update_time': 1774696950.924039}
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE67%2520EOO') HTTP/1.1" 204 0
2026-03-28 11:22:30 [bca.uk] INFO: Found listing with ID: BN61%20LYR
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520LYR%27 HTTP/1.1" 200 None
2026-03-28 11:22:30 [bca.uk] INFO: Scrape type for BN61%20LYR: 2
2026-03-28 11:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 422f9547-cb55-5446-862a-10aed2d93eb2 with identifier: BN61%20LYR
2026-03-28 11:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 422f9547-cb55-5446-862a-10aed2d93eb2 with scrape type 2
2026-03-28 11:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 422f9547-cb55-5446-862a-10aed2d93eb2 with scrape type 2
2026-03-28 11:22:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 422f9547-cb55-5446-862a-10aed2d93eb2, identifier: BN61%20LYR
2026-03-28 11:22:31 [bca.uk] INFO: Found listing with ID: LS24%20FYT
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520FYT%27 HTTP/1.1" 200 None
2026-03-28 11:22:31 [bca.uk] INFO: Scrape type for LS24%20FYT: 0
2026-03-28 11:22:31 [bca.uk] INFO: Found listing with ID: LS24%20VEX
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VEX%27 HTTP/1.1" 200 None
2026-03-28 11:22:31 [bca.uk] INFO: Scrape type for LS24%20VEX: 2
2026-03-28 11:22:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5925d88-d29e-5a05-9d81-1aa5e57bf950 with identifier: LS24%20VEX
2026-03-28 11:22:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5925d88-d29e-5a05-9d81-1aa5e57bf950 with scrape type 2
2026-03-28 11:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5925d88-d29e-5a05-9d81-1aa5e57bf950 with scrape type 2
2026-03-28 11:22:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5925d88-d29e-5a05-9d81-1aa5e57bf950, identifier: LS24%20VEX
2026-03-28 11:22:31 [bca.uk] INFO: Found listing with ID: LR71%20USV
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520USV%27 HTTP/1.1" 200 None
2026-03-28 11:22:31 [bca.uk] INFO: Scrape type for LR71%20USV: 0
2026-03-28 11:22:31 [bca.uk] INFO: Found listing with ID: EK65%20HSY
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520HSY%27 HTTP/1.1" 200 None
2026-03-28 11:22:31 [bca.uk] INFO: Scrape type for EK65%20HSY: 2
2026-03-28 11:22:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a90c9df0-e0f1-5446-b052-6829a5998d53 with identifier: EK65%20HSY
2026-03-28 11:22:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a90c9df0-e0f1-5446-b052-6829a5998d53 with scrape type 2
2026-03-28 11:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a90c9df0-e0f1-5446-b052-6829a5998d53 with scrape type 2
2026-03-28 11:22:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a90c9df0-e0f1-5446-b052-6829a5998d53, identifier: EK65%20HSY
2026-03-28 11:22:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 422f9547-cb55-5446-862a-10aed2d93eb2 with identifier: BN61%20LYR
2026-03-28 11:22:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 422f9547-cb55-5446-862a-10aed2d93eb2 with identifier: BN61%20LYR
2026-03-28 11:22:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 422f9547-cb55-5446-862a-10aed2d93eb2 with identifier: BN61%20LYR to the API
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN61%20LYR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '422f9547-cb55-5446-862a-10aed2d93eb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN61 LYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN61%20LYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 123507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 136 TECHNIK S/S Saloon',
 'transmission': 'manual',
 'trim': 'TDI 136 TECHNIK S/S',
 'vin': 'WAUZZZ8K4CA040875',
 'year': 2011}
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520LYR%27 HTTP/1.1" 200 None
2026-03-28 11:22:31 [bca.uk] INFO: Saving data for BN61%20LYR: {'auction_closing_time': 1775037600.0, 'created_time': 1774609420.373014, 'last_price_update_time': 1774696951.982151}
2026-03-28 11:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN61%2520LYR') HTTP/1.1" 204 0
2026-03-28 11:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5925d88-d29e-5a05-9d81-1aa5e57bf950 with identifier: LS24%20VEX
2026-03-28 11:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5925d88-d29e-5a05-9d81-1aa5e57bf950 with identifier: LS24%20VEX
2026-03-28 11:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5925d88-d29e-5a05-9d81-1aa5e57bf950 with identifier: LS24%20VEX to the API
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20VEX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5925d88-d29e-5a05-9d81-1aa5e57bf950',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 VEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20VEX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 31276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSURS018057',
 'year': 2024}
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VEX%27 HTTP/1.1" 200 None
2026-03-28 11:22:32 [bca.uk] INFO: Saving data for LS24%20VEX: {'auction_closing_time': 1775199600.0, 'created_time': 1773841436.800925, 'last_price_update_time': 1774696952.454936}
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520VEX') HTTP/1.1" 204 0
2026-03-28 11:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a90c9df0-e0f1-5446-b052-6829a5998d53 with identifier: EK65%20HSY
2026-03-28 11:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a90c9df0-e0f1-5446-b052-6829a5998d53 with identifier: EK65%20HSY
2026-03-28 11:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a90c9df0-e0f1-5446-b052-6829a5998d53 with identifier: EK65%20HSY to the API
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK65%20HSY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a90c9df0-e0f1-5446-b052-6829a5998d53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK65 HSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK65%20HSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 120928,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.6 TDCI 115 200 L1 LIMITED L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 115 200 L1 LIMITED L/R',
 'vin': 'WF0RXXWPGRFS84822',
 'year': 2015}
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520HSY%27 HTTP/1.1" 200 None
2026-03-28 11:22:32 [bca.uk] INFO: Saving data for EK65%20HSY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609394.646595, 'last_price_update_time': 1774696952.837636}
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK65%2520HSY') HTTP/1.1" 204 0
2026-03-28 11:22:32 [bca.uk] INFO: Found listing with ID: CX70%20VNC
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX70%2520VNC%27 HTTP/1.1" 200 None
2026-03-28 11:22:32 [bca.uk] INFO: Scrape type for CX70%20VNC: 2
2026-03-28 11:22:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c with identifier: CX70%20VNC
2026-03-28 11:22:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c with scrape type 2
2026-03-28 11:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c with scrape type 2
2026-03-28 11:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c, identifier: CX70%20VNC
2026-03-28 11:22:32 [bca.uk] INFO: Found listing with ID: LS24%20VFF
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VFF%27 HTTP/1.1" 200 None
2026-03-28 11:22:32 [bca.uk] INFO: Scrape type for LS24%20VFF: 2
2026-03-28 11:22:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abd9456-ba65-5b0a-b373-7f6ee72d89da with identifier: LS24%20VFF
2026-03-28 11:22:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abd9456-ba65-5b0a-b373-7f6ee72d89da with scrape type 2
2026-03-28 11:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abd9456-ba65-5b0a-b373-7f6ee72d89da with scrape type 2
2026-03-28 11:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2abd9456-ba65-5b0a-b373-7f6ee72d89da, identifier: LS24%20VFF
2026-03-28 11:22:33 [bca.uk] INFO: Found listing with ID: GF19%20XHZ
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF19%2520XHZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:33 [bca.uk] INFO: Scrape type for GF19%20XHZ: 2
2026-03-28 11:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43ca3f89-3c72-55c1-b2e1-5059766e32e5 with identifier: GF19%20XHZ
2026-03-28 11:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43ca3f89-3c72-55c1-b2e1-5059766e32e5 with scrape type 2
2026-03-28 11:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43ca3f89-3c72-55c1-b2e1-5059766e32e5 with scrape type 2
2026-03-28 11:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43ca3f89-3c72-55c1-b2e1-5059766e32e5, identifier: GF19%20XHZ
2026-03-28 11:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c with identifier: CX70%20VNC
2026-03-28 11:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c with identifier: CX70%20VNC
2026-03-28 11:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23362ae3-e07c-5ed5-ac53-f0cd7bfff81c with identifier: CX70%20VNC to the API
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX70%20VNC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '23362ae3-e07c-5ed5-ac53-f0cd7bfff81c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX70 VNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX70%20VNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 69866,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.0 TCE 100 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 100 ICONIC',
 'vin': 'VF1RJA00865115756',
 'year': 2020}
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX70%2520VNC%27 HTTP/1.1" 200 None
2026-03-28 11:22:33 [bca.uk] INFO: Saving data for CX70%20VNC: {'auction_closing_time': 1775037600.0, 'created_time': 1773843721.662221, 'last_price_update_time': 1774696953.564135}
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX70%2520VNC') HTTP/1.1" 204 0
2026-03-28 11:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2abd9456-ba65-5b0a-b373-7f6ee72d89da with identifier: LS24%20VFF
2026-03-28 11:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2abd9456-ba65-5b0a-b373-7f6ee72d89da with identifier: LS24%20VFF
2026-03-28 11:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2abd9456-ba65-5b0a-b373-7f6ee72d89da with identifier: LS24%20VFF to the API
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20VFF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2abd9456-ba65-5b0a-b373-7f6ee72d89da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 VFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20VFF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 3496,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17900,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSUPS172704',
 'year': 2024}
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VFF%27 HTTP/1.1" 200 None
2026-03-28 11:22:33 [bca.uk] INFO: Saving data for LS24%20VFF: {'auction_closing_time': 1775199600.0, 'created_time': 1773933734.329173, 'last_price_update_time': 1774696953.910233}
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520VFF') HTTP/1.1" 204 0
2026-03-28 11:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43ca3f89-3c72-55c1-b2e1-5059766e32e5 with identifier: GF19%20XHZ
2026-03-28 11:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43ca3f89-3c72-55c1-b2e1-5059766e32e5 with identifier: GF19%20XHZ
2026-03-28 11:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43ca3f89-3c72-55c1-b2e1-5059766e32e5 with identifier: GF19%20XHZ to the API
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF19%20XHZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '43ca3f89-3c72-55c1-b2e1-5059766e32e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF19 XHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF19%20XHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 195490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 LM DCI 130 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'LM DCI 130 BUSINESS',
 'vin': 'VF1MA000662459303',
 'year': 2019}
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF19%2520XHZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:34 [bca.uk] INFO: Saving data for GF19%20XHZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774609446.162831, 'last_price_update_time': 1774696954.25329}
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF19%2520XHZ') HTTP/1.1" 204 0
2026-03-28 11:22:34 [bca.uk] INFO: Found listing with ID: DF66%20RZB
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520RZB%27 HTTP/1.1" 200 None
2026-03-28 11:22:34 [bca.uk] INFO: Scrape type for DF66%20RZB: 2
2026-03-28 11:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cd6a437-3e77-5816-9545-8bf89514a12f with identifier: DF66%20RZB
2026-03-28 11:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cd6a437-3e77-5816-9545-8bf89514a12f with scrape type 2
2026-03-28 11:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cd6a437-3e77-5816-9545-8bf89514a12f with scrape type 2
2026-03-28 11:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cd6a437-3e77-5816-9545-8bf89514a12f, identifier: DF66%20RZB
2026-03-28 11:22:34 [bca.uk] INFO: Found listing with ID: MD74%20GWG
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GWG%27 HTTP/1.1" 200 None
2026-03-28 11:22:34 [bca.uk] INFO: Scrape type for MD74%20GWG: 0
2026-03-28 11:22:34 [bca.uk] INFO: Found listing with ID: MJ74%20HCG
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCG%27 HTTP/1.1" 200 None
2026-03-28 11:22:34 [bca.uk] INFO: Scrape type for MJ74%20HCG: 2
2026-03-28 11:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 885ac670-daf7-511a-b716-1c3fc79ce541 with identifier: MJ74%20HCG
2026-03-28 11:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 885ac670-daf7-511a-b716-1c3fc79ce541 with scrape type 2
2026-03-28 11:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 885ac670-daf7-511a-b716-1c3fc79ce541 with scrape type 2
2026-03-28 11:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 885ac670-daf7-511a-b716-1c3fc79ce541, identifier: MJ74%20HCG
2026-03-28 11:22:34 [bca.uk] INFO: Found listing with ID: BT70%20VNC
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520VNC%27 HTTP/1.1" 200 None
2026-03-28 11:22:34 [bca.uk] INFO: Scrape type for BT70%20VNC: 2
2026-03-28 11:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7298d5ca-dba7-59a8-8510-99570a126d9e with identifier: BT70%20VNC
2026-03-28 11:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7298d5ca-dba7-59a8-8510-99570a126d9e with scrape type 2
2026-03-28 11:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7298d5ca-dba7-59a8-8510-99570a126d9e with scrape type 2
2026-03-28 11:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7298d5ca-dba7-59a8-8510-99570a126d9e, identifier: BT70%20VNC
2026-03-28 11:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cd6a437-3e77-5816-9545-8bf89514a12f with identifier: DF66%20RZB
2026-03-28 11:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cd6a437-3e77-5816-9545-8bf89514a12f with identifier: DF66%20RZB
2026-03-28 11:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cd6a437-3e77-5816-9545-8bf89514a12f with identifier: DF66%20RZB to the API
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF66%20RZB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cd6a437-3e77-5816-9545-8bf89514a12f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF66 RZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF66%20RZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 62637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D X LINE STEP',
 'vin': 'WBAHU320205G14556',
 'year': 2016}
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520RZB%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Saving data for DF66%20RZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774609463.986553, 'last_price_update_time': 1774696955.04192}
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF66%2520RZB') HTTP/1.1" 204 0
2026-03-28 11:22:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 885ac670-daf7-511a-b716-1c3fc79ce541 with identifier: MJ74%20HCG
2026-03-28 11:22:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 885ac670-daf7-511a-b716-1c3fc79ce541 with identifier: MJ74%20HCG
2026-03-28 11:22:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 885ac670-daf7-511a-b716-1c3fc79ce541 with identifier: MJ74%20HCG to the API
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20HCG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '885ac670-daf7-511a-b716-1c3fc79ce541',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 HCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20HCG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 22893,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE4R4285466',
 'year': 2024}
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCG%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Saving data for MJ74%20HCG: {'auction_closing_time': 1775199600.0, 'created_time': 1773823482.623197, 'last_price_update_time': 1774696955.358925}
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520HCG') HTTP/1.1" 204 0
2026-03-28 11:22:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7298d5ca-dba7-59a8-8510-99570a126d9e with identifier: BT70%20VNC
2026-03-28 11:22:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7298d5ca-dba7-59a8-8510-99570a126d9e with identifier: BT70%20VNC
2026-03-28 11:22:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7298d5ca-dba7-59a8-8510-99570a126d9e with identifier: BT70%20VNC to the API
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT70%20VNC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7298d5ca-dba7-59a8-8510-99570a126d9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT70 VNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT70%20VNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 114294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 75 650 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 75 650 PROF.STD.',
 'vin': 'VR3EFYHWCLJ931616',
 'year': 2020}
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520VNC%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Saving data for BT70%20VNC: {'auction_closing_time': 1774778400.0, 'created_time': 1774609448.199632, 'last_price_update_time': 1774696955.68146}
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT70%2520VNC') HTTP/1.1" 204 0
2026-03-28 11:22:35 [bca.uk] INFO: Found listing with ID: DX19%20WCR
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX19%2520WCR%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Scrape type for DX19%20WCR: 2
2026-03-28 11:22:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba4870fa-d6f1-58cd-9412-823027178dd3 with identifier: DX19%20WCR
2026-03-28 11:22:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba4870fa-d6f1-58cd-9412-823027178dd3 with scrape type 2
2026-03-28 11:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba4870fa-d6f1-58cd-9412-823027178dd3 with scrape type 2
2026-03-28 11:22:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba4870fa-d6f1-58cd-9412-823027178dd3, identifier: DX19%20WCR
2026-03-28 11:22:35 [bca.uk] INFO: Found listing with ID: MJ74%20HCN
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCN%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Scrape type for MJ74%20HCN: 2
2026-03-28 11:22:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12ec8c6a-512a-5b39-bf57-5ccef6f229f4 with identifier: MJ74%20HCN
2026-03-28 11:22:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12ec8c6a-512a-5b39-bf57-5ccef6f229f4 with scrape type 2
2026-03-28 11:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12ec8c6a-512a-5b39-bf57-5ccef6f229f4 with scrape type 2
2026-03-28 11:22:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12ec8c6a-512a-5b39-bf57-5ccef6f229f4, identifier: MJ74%20HCN
2026-03-28 11:22:35 [bca.uk] INFO: Found listing with ID: MC22%20UHT
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520UHT%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Scrape type for MC22%20UHT: 0
2026-03-28 11:22:35 [bca.uk] INFO: Found listing with ID: FY10%20RNU
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520RNU%27 HTTP/1.1" 200 None
2026-03-28 11:22:35 [bca.uk] INFO: Scrape type for FY10%20RNU: 2
2026-03-28 11:22:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 772b67fe-6485-57fb-a795-7fda0b09aac0 with identifier: FY10%20RNU
2026-03-28 11:22:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 772b67fe-6485-57fb-a795-7fda0b09aac0 with scrape type 2
2026-03-28 11:22:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 772b67fe-6485-57fb-a795-7fda0b09aac0 with scrape type 2
2026-03-28 11:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 772b67fe-6485-57fb-a795-7fda0b09aac0, identifier: FY10%20RNU
2026-03-28 11:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba4870fa-d6f1-58cd-9412-823027178dd3 with identifier: DX19%20WCR
2026-03-28 11:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba4870fa-d6f1-58cd-9412-823027178dd3 with identifier: DX19%20WCR
2026-03-28 11:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba4870fa-d6f1-58cd-9412-823027178dd3 with identifier: DX19%20WCR to the API
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX19%20WCR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba4870fa-d6f1-58cd-9412-823027178dd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX19 WCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX19%20WCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 101222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 LANDMARK StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 LANDMARK',
 'vin': 'SALCA2AN4KH806064',
 'year': 2019}
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX19%2520WCR%27 HTTP/1.1" 200 None
2026-03-28 11:22:36 [bca.uk] INFO: Saving data for DX19%20WCR: {'auction_closing_time': 1775037600.0, 'created_time': 1774609447.163796, 'last_price_update_time': 1774696956.415533}
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX19%2520WCR') HTTP/1.1" 204 0
2026-03-28 11:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12ec8c6a-512a-5b39-bf57-5ccef6f229f4 with identifier: MJ74%20HCN
2026-03-28 11:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12ec8c6a-512a-5b39-bf57-5ccef6f229f4 with identifier: MJ74%20HCN
2026-03-28 11:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12ec8c6a-512a-5b39-bf57-5ccef6f229f4 with identifier: MJ74%20HCN to the API
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20HCN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12ec8c6a-512a-5b39-bf57-5ccef6f229f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 HCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20HCN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 22433,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE4R4281661',
 'year': 2024}
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCN%27 HTTP/1.1" 200 None
2026-03-28 11:22:36 [bca.uk] INFO: Saving data for MJ74%20HCN: {'auction_closing_time': 1775199600.0, 'created_time': 1773823537.452078, 'last_price_update_time': 1774696956.792389}
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520HCN') HTTP/1.1" 204 0
2026-03-28 11:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 772b67fe-6485-57fb-a795-7fda0b09aac0 with identifier: FY10%20RNU
2026-03-28 11:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 772b67fe-6485-57fb-a795-7fda0b09aac0 with identifier: FY10%20RNU
2026-03-28 11:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 772b67fe-6485-57fb-a795-7fda0b09aac0 with identifier: FY10%20RNU to the API
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY10%20RNU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '772b67fe-6485-57fb-a795-7fda0b09aac0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY10 RNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY10%20RNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'RELAY 30',
 'odometer': 104479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 30 2.2 HDI 100 L1 H1 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 100 L1 H1 ENTERPRISE',
 'vin': 'VF7YAAMFA11761122',
 'year': 2010}
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY10%2520RNU%27 HTTP/1.1" 200 None
2026-03-28 11:22:37 [bca.uk] INFO: Saving data for FY10%20RNU: {'auction_closing_time': 1774778400.0, 'created_time': 1774609443.452819, 'last_price_update_time': 1774696957.091454}
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY10%2520RNU') HTTP/1.1" 204 0
2026-03-28 11:22:37 [bca.uk] INFO: Found listing with ID: DY19%20RKO
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520RKO%27 HTTP/1.1" 200 None
2026-03-28 11:22:37 [bca.uk] INFO: Scrape type for DY19%20RKO: 2
2026-03-28 11:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31f4a147-10c8-5650-b8d4-16d9db68f9ea with identifier: DY19%20RKO
2026-03-28 11:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f4a147-10c8-5650-b8d4-16d9db68f9ea with scrape type 2
2026-03-28 11:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31f4a147-10c8-5650-b8d4-16d9db68f9ea with scrape type 2
2026-03-28 11:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31f4a147-10c8-5650-b8d4-16d9db68f9ea, identifier: DY19%20RKO
2026-03-28 11:22:37 [bca.uk] INFO: Found listing with ID: MJ74%20HDC
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDC%27 HTTP/1.1" 200 None
2026-03-28 11:22:37 [bca.uk] INFO: Scrape type for MJ74%20HDC: 2
2026-03-28 11:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af0c6576-bb67-5a7e-9fa9-d3a79c60ef51 with identifier: MJ74%20HDC
2026-03-28 11:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af0c6576-bb67-5a7e-9fa9-d3a79c60ef51 with scrape type 2
2026-03-28 11:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af0c6576-bb67-5a7e-9fa9-d3a79c60ef51 with scrape type 2
2026-03-28 11:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af0c6576-bb67-5a7e-9fa9-d3a79c60ef51, identifier: MJ74%20HDC
2026-03-28 11:22:37 [bca.uk] INFO: Found listing with ID: GL64%20YXW
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YXW%27 HTTP/1.1" 200 None
2026-03-28 11:22:37 [bca.uk] INFO: Scrape type for GL64%20YXW: 2
2026-03-28 11:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9349928b-c409-58b8-bc7c-fa40f8930c08 with identifier: GL64%20YXW
2026-03-28 11:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9349928b-c409-58b8-bc7c-fa40f8930c08 with scrape type 2
2026-03-28 11:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9349928b-c409-58b8-bc7c-fa40f8930c08 with scrape type 2
2026-03-28 11:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9349928b-c409-58b8-bc7c-fa40f8930c08, identifier: GL64%20YXW
2026-03-28 11:22:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31f4a147-10c8-5650-b8d4-16d9db68f9ea with identifier: DY19%20RKO
2026-03-28 11:22:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31f4a147-10c8-5650-b8d4-16d9db68f9ea with identifier: DY19%20RKO
2026-03-28 11:22:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31f4a147-10c8-5650-b8d4-16d9db68f9ea with identifier: DY19%20RKO to the API
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY19%20RKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31f4a147-10c8-5650-b8d4-16d9db68f9ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY19 RKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY19%20RKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 66031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'WMWXU72050TR60693',
 'year': 2019}
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520RKO%27 HTTP/1.1" 200 None
2026-03-28 11:22:37 [bca.uk] INFO: Saving data for DY19%20RKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774609450.593911, 'last_price_update_time': 1774696957.754576}
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520RKO') HTTP/1.1" 204 0
2026-03-28 11:22:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af0c6576-bb67-5a7e-9fa9-d3a79c60ef51 with identifier: MJ74%20HDC
2026-03-28 11:22:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af0c6576-bb67-5a7e-9fa9-d3a79c60ef51 with identifier: MJ74%20HDC
2026-03-28 11:22:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af0c6576-bb67-5a7e-9fa9-d3a79c60ef51 with identifier: MJ74%20HDC to the API
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20HDC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af0c6576-bb67-5a7e-9fa9-d3a79c60ef51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 HDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20HDC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 20466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12200,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE7R5125883',
 'year': 2024}
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDC%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Saving data for MJ74%20HDC: {'auction_closing_time': 1775199600.0, 'created_time': 1773823442.107351, 'last_price_update_time': 1774696958.068521}
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520HDC') HTTP/1.1" 204 0
2026-03-28 11:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9349928b-c409-58b8-bc7c-fa40f8930c08 with identifier: GL64%20YXW
2026-03-28 11:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9349928b-c409-58b8-bc7c-fa40f8930c08 with identifier: GL64%20YXW
2026-03-28 11:22:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9349928b-c409-58b8-bc7c-fa40f8930c08 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL64%20YXW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9349928b-c409-58b8-bc7c-fa40f8930c08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL64 YXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL64%20YXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 188439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 TFSI 150 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 SE',
 'vin': 'WAUZZZ8V0FA086444',
 'year': 2015}
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YXW%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Saving data for GL64%20YXW: {'auction_closing_time': 1774692000.0, 'created_time': 1774609441.533363, 'last_price_update_time': 1774696958.112702}
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL64%2520YXW') HTTP/1.1" 204 0
2026-03-28 11:22:38 [bca.uk] INFO: Found listing with ID: EA13%20ZRL
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA13%2520ZRL%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Scrape type for EA13%20ZRL: 2
2026-03-28 11:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ce89013-2242-5b55-978c-a5054e009c75 with identifier: EA13%20ZRL
2026-03-28 11:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ce89013-2242-5b55-978c-a5054e009c75 with scrape type 2
2026-03-28 11:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ce89013-2242-5b55-978c-a5054e009c75 with scrape type 2
2026-03-28 11:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ce89013-2242-5b55-978c-a5054e009c75, identifier: EA13%20ZRL
2026-03-28 11:22:38 [bca.uk] INFO: Found listing with ID: MJ74%20HDF
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Scrape type for MJ74%20HDF: 0
2026-03-28 11:22:38 [bca.uk] INFO: Found listing with ID: MJ74%20PFE
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PFE%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Scrape type for MJ74%20PFE: 2
2026-03-28 11:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de513579-b125-5c17-b52e-b5aed3e28e77 with identifier: MJ74%20PFE
2026-03-28 11:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de513579-b125-5c17-b52e-b5aed3e28e77 with scrape type 2
2026-03-28 11:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de513579-b125-5c17-b52e-b5aed3e28e77 with scrape type 2
2026-03-28 11:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de513579-b125-5c17-b52e-b5aed3e28e77, identifier: MJ74%20PFE
2026-03-28 11:22:38 [bca.uk] INFO: Found listing with ID: LS71%20HWG
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520HWG%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Scrape type for LS71%20HWG: 0
2026-03-28 11:22:38 [bca.uk] INFO: Found listing with ID: BX17%20CHJ
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX17%2520CHJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Scrape type for BX17%20CHJ: 2
2026-03-28 11:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 455a8114-bd25-5bff-a6d1-df2a3ea049a2 with identifier: BX17%20CHJ
2026-03-28 11:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 455a8114-bd25-5bff-a6d1-df2a3ea049a2 with scrape type 2
2026-03-28 11:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 455a8114-bd25-5bff-a6d1-df2a3ea049a2 with scrape type 2
2026-03-28 11:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 455a8114-bd25-5bff-a6d1-df2a3ea049a2, identifier: BX17%20CHJ
2026-03-28 11:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ce89013-2242-5b55-978c-a5054e009c75 with identifier: EA13%20ZRL
2026-03-28 11:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ce89013-2242-5b55-978c-a5054e009c75 with identifier: EA13%20ZRL
2026-03-28 11:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ce89013-2242-5b55-978c-a5054e009c75 with identifier: EA13%20ZRL to the API
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA13%20ZRL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ce89013-2242-5b55-978c-a5054e009c75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA13 ZRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA13%20ZRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 92798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 20D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 20D M SPORT',
 'vin': 'WBAVN92090VR59521',
 'year': 2013}
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA13%2520ZRL%27 HTTP/1.1" 200 None
2026-03-28 11:22:38 [bca.uk] INFO: Saving data for EA13%20ZRL: {'auction_closing_time': 1775037600.0, 'created_time': 1774609436.232634, 'last_price_update_time': 1774696958.796182}
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA13%2520ZRL') HTTP/1.1" 204 0
2026-03-28 11:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de513579-b125-5c17-b52e-b5aed3e28e77 with identifier: MJ74%20PFE
2026-03-28 11:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de513579-b125-5c17-b52e-b5aed3e28e77 with identifier: MJ74%20PFE
2026-03-28 11:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de513579-b125-5c17-b52e-b5aed3e28e77 with identifier: MJ74%20PFE to the API
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20PFE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de513579-b125-5c17-b52e-b5aed3e28e77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 PFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20PFE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 20988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12500,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE5R5122934',
 'year': 2024}
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PFE%27 HTTP/1.1" 200 None
2026-03-28 11:22:39 [bca.uk] INFO: Saving data for MJ74%20PFE: {'auction_closing_time': 1775199600.0, 'created_time': 1773841456.719077, 'last_price_update_time': 1774696959.106275}
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520PFE') HTTP/1.1" 204 0
2026-03-28 11:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 455a8114-bd25-5bff-a6d1-df2a3ea049a2 with identifier: BX17%20CHJ
2026-03-28 11:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 455a8114-bd25-5bff-a6d1-df2a3ea049a2 with identifier: BX17%20CHJ
2026-03-28 11:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 455a8114-bd25-5bff-a6d1-df2a3ea049a2 with identifier: BX17%20CHJ to the API
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX17%20CHJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '455a8114-bd25-5bff-a6d1-df2a3ea049a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX17 CHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX17%20CHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'NV400 F35',
 'odometer': 76415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN NV400 F35 2.3 DCI 125 SE L3 H1 RecoveryUnit',
 'transmission': 'manual',
 'trim': 'DCI 125 SE L3 H1',
 'vin': 'VNVV2000256473994',
 'year': 2017}
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX17%2520CHJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:39 [bca.uk] INFO: Saving data for BX17%20CHJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774609438.496425, 'last_price_update_time': 1774696959.404182}
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX17%2520CHJ') HTTP/1.1" 204 0
2026-03-28 11:22:39 [bca.uk] INFO: Found listing with ID: EY19%20DVF
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520DVF%27 HTTP/1.1" 200 None
2026-03-28 11:22:39 [bca.uk] INFO: Scrape type for EY19%20DVF: 2
2026-03-28 11:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db3d52aa-45a5-543f-9b6b-e5a9632ee8ca with identifier: EY19%20DVF
2026-03-28 11:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db3d52aa-45a5-543f-9b6b-e5a9632ee8ca with scrape type 2
2026-03-28 11:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db3d52aa-45a5-543f-9b6b-e5a9632ee8ca with scrape type 2
2026-03-28 11:22:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db3d52aa-45a5-543f-9b6b-e5a9632ee8ca, identifier: EY19%20DVF
2026-03-28 11:22:39 [bca.uk] INFO: Found listing with ID: ML24%20NOF
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:22:39 [bca.uk] INFO: Scrape type for ML24%20NOF: 2
2026-03-28 11:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec3e7a3c-3dd5-5413-afe0-589eae224303 with identifier: ML24%20NOF
2026-03-28 11:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec3e7a3c-3dd5-5413-afe0-589eae224303 with scrape type 2
2026-03-28 11:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec3e7a3c-3dd5-5413-afe0-589eae224303 with scrape type 2
2026-03-28 11:22:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec3e7a3c-3dd5-5413-afe0-589eae224303, identifier: ML24%20NOF
2026-03-28 11:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db3d52aa-45a5-543f-9b6b-e5a9632ee8ca with identifier: EY19%20DVF
2026-03-28 11:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db3d52aa-45a5-543f-9b6b-e5a9632ee8ca with identifier: EY19%20DVF
2026-03-28 11:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db3d52aa-45a5-543f-9b6b-e5a9632ee8ca with identifier: EY19%20DVF to the API
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY19%20DVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db3d52aa-45a5-543f-9b6b-e5a9632ee8ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY19 DVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY19%20DVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MAZDA',
 'model': 'CX-3',
 'odometer': 26121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-3 2.0 120 SPORT+ 2WD Hatchback',
 'transmission': 'manual',
 'trim': '120 SPORT+ 2WD',
 'vin': 'MMZDK6W760W311841',
 'year': 2019}
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520DVF%27 HTTP/1.1" 200 None
2026-03-28 11:22:40 [bca.uk] INFO: Saving data for EY19%20DVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774609435.303435, 'last_price_update_time': 1774696960.024449}
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY19%2520DVF') HTTP/1.1" 204 0
2026-03-28 11:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec3e7a3c-3dd5-5413-afe0-589eae224303 with identifier: ML24%20NOF
2026-03-28 11:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec3e7a3c-3dd5-5413-afe0-589eae224303 with identifier: ML24%20NOF
2026-03-28 11:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec3e7a3c-3dd5-5413-afe0-589eae224303 with identifier: ML24%20NOF to the API
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML24%20NOF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec3e7a3c-3dd5-5413-afe0-589eae224303',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML24 NOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML24%20NOF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 14849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSPJ914979',
 'year': 2024}
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:22:40 [bca.uk] INFO: Saving data for ML24%20NOF: {'auction_closing_time': 1775199600.0, 'created_time': 1773933730.073349, 'last_price_update_time': 1774696960.346779}
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML24%2520NOF') HTTP/1.1" 204 0
2026-03-28 11:22:40 [bca.uk] INFO: Found listing with ID: AK65%20HWP
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520HWP%27 HTTP/1.1" 200 None
2026-03-28 11:22:40 [bca.uk] INFO: Scrape type for AK65%20HWP: 2
2026-03-28 11:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47a4fe63-b005-5e49-bea4-ebb37d83a917 with identifier: AK65%20HWP
2026-03-28 11:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47a4fe63-b005-5e49-bea4-ebb37d83a917 with scrape type 2
2026-03-28 11:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47a4fe63-b005-5e49-bea4-ebb37d83a917 with scrape type 2
2026-03-28 11:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47a4fe63-b005-5e49-bea4-ebb37d83a917, identifier: AK65%20HWP
2026-03-28 11:22:40 [bca.uk] INFO: Found listing with ID: MP73%20JYA
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JYA%27 HTTP/1.1" 200 None
2026-03-28 11:22:40 [bca.uk] INFO: Scrape type for MP73%20JYA: 2
2026-03-28 11:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b65518c-103b-5334-bdf3-8c464ac727a3 with identifier: MP73%20JYA
2026-03-28 11:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b65518c-103b-5334-bdf3-8c464ac727a3 with scrape type 2
2026-03-28 11:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b65518c-103b-5334-bdf3-8c464ac727a3 with scrape type 2
2026-03-28 11:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b65518c-103b-5334-bdf3-8c464ac727a3, identifier: MP73%20JYA
2026-03-28 11:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47a4fe63-b005-5e49-bea4-ebb37d83a917 with identifier: AK65%20HWP
2026-03-28 11:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47a4fe63-b005-5e49-bea4-ebb37d83a917 with identifier: AK65%20HWP
2026-03-28 11:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47a4fe63-b005-5e49-bea4-ebb37d83a917 with identifier: AK65%20HWP to the API
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK65%20HWP-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47a4fe63-b005-5e49-bea4-ebb37d83a917',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK65 HWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK65%20HWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': '116D',
 'odometer': 53157,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 SE STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SE STEP',
 'vin': 'WBA1V72010V250102',
 'year': 2015}
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520HWP%27 HTTP/1.1" 200 None
2026-03-28 11:22:40 [bca.uk] INFO: Saving data for AK65%20HWP: {'auction_closing_time': 1775037600.0, 'created_time': 1774609412.59987, 'last_price_update_time': 1774696960.871062}
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK65%2520HWP') HTTP/1.1" 204 0
2026-03-28 11:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b65518c-103b-5334-bdf3-8c464ac727a3 with identifier: MP73%20JYA
2026-03-28 11:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b65518c-103b-5334-bdf3-8c464ac727a3 with identifier: MP73%20JYA
2026-03-28 11:22:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b65518c-103b-5334-bdf3-8c464ac727a3 with identifier: MP73%20JYA to the API
2026-03-28 11:22:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP73%20JYA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b65518c-103b-5334-bdf3-8c464ac727a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MP73 JYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP73%20JYA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 14392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12500,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNEKR5006931',
 'year': 2024}
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JYA%27 HTTP/1.1" 200 None
2026-03-28 11:22:42 [bca.uk] INFO: Saving data for MP73%20JYA: {'auction_closing_time': 1775199600.0, 'created_time': 1773841932.263891, 'last_price_update_time': 1774696962.298463}
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP73%2520JYA') HTTP/1.1" 204 0
2026-03-28 11:22:42 [bca.uk] INFO: Found listing with ID: BA69%20LFE
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520LFE%27 HTTP/1.1" 200 None
2026-03-28 11:22:42 [bca.uk] INFO: Scrape type for BA69%20LFE: 2
2026-03-28 11:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 781906e2-3a11-591a-95cc-4ff51f0ce072 with identifier: BA69%20LFE
2026-03-28 11:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 781906e2-3a11-591a-95cc-4ff51f0ce072 with scrape type 2
2026-03-28 11:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 781906e2-3a11-591a-95cc-4ff51f0ce072 with scrape type 2
2026-03-28 11:22:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 781906e2-3a11-591a-95cc-4ff51f0ce072, identifier: BA69%20LFE
2026-03-28 11:22:42 [bca.uk] INFO: Found listing with ID: MW74%20DXO
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DXO%27 HTTP/1.1" 200 None
2026-03-28 11:22:42 [bca.uk] INFO: Scrape type for MW74%20DXO: 2
2026-03-28 11:22:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01d03ff7-2490-553d-b26c-e96edcf93a05 with identifier: MW74%20DXO
2026-03-28 11:22:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01d03ff7-2490-553d-b26c-e96edcf93a05 with scrape type 2
2026-03-28 11:22:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01d03ff7-2490-553d-b26c-e96edcf93a05 with scrape type 2
2026-03-28 11:22:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01d03ff7-2490-553d-b26c-e96edcf93a05, identifier: MW74%20DXO
2026-03-28 11:22:42 [bca.uk] INFO: Total items found: 100
2026-03-28 11:22:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded
2026-03-28 11:22:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:22:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 781906e2-3a11-591a-95cc-4ff51f0ce072 with identifier: BA69%20LFE
2026-03-28 11:22:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 781906e2-3a11-591a-95cc-4ff51f0ce072 with identifier: BA69%20LFE
2026-03-28 11:22:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 781906e2-3a11-591a-95cc-4ff51f0ce072 with identifier: BA69%20LFE to the API
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA69%20LFE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '781906e2-3a11-591a-95cc-4ff51f0ce072',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA69 LFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA69%20LFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'JEEP',
 'model': 'WRANGLER',
 'odometer': 50363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JEEP WRANGLER 2.0 GME OVERLAND HARD TOP StationWagon',
 'transmission': 'automatic',
 'trim': 'GME OVERLAND HARD TOP',
 'vin': '1C4HJXLNXKW590904',
 'year': 2019}
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520LFE%27 HTTP/1.1" 200 None
2026-03-28 11:22:42 [bca.uk] INFO: Saving data for BA69%20LFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774365005.855601, 'last_price_update_time': 1774696962.857194}
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA69%2520LFE') HTTP/1.1" 204 0
2026-03-28 11:22:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01d03ff7-2490-553d-b26c-e96edcf93a05 with identifier: MW74%20DXO
2026-03-28 11:22:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01d03ff7-2490-553d-b26c-e96edcf93a05 with identifier: MW74%20DXO
2026-03-28 11:22:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01d03ff7-2490-553d-b26c-e96edcf93a05 with identifier: MW74%20DXO to the API
2026-03-28 11:22:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DXO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01d03ff7-2490-553d-b26c-e96edcf93a05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 DXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DXO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 5963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE9R4306070',
 'year': 2024}
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DXO%27 HTTP/1.1" 200 None
2026-03-28 11:22:43 [bca.uk] INFO: Saving data for MW74%20DXO: {'auction_closing_time': 1775199600.0, 'created_time': 1773821491.727466, 'last_price_update_time': 1774696963.143791}
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DXO') HTTP/1.1" 204 0
2026-03-28 11:22:43 [bca.uk] INFO: Found listing with ID: VO64%20WXS
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO64%2520WXS%27 HTTP/1.1" 200 None
2026-03-28 11:22:43 [bca.uk] INFO: Scrape type for VO64%20WXS: 2
2026-03-28 11:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e676192e-45f1-5a77-8e2c-c9031f1db5f5 with identifier: VO64%20WXS
2026-03-28 11:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e676192e-45f1-5a77-8e2c-c9031f1db5f5 with scrape type 2
2026-03-28 11:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e676192e-45f1-5a77-8e2c-c9031f1db5f5 with scrape type 2
2026-03-28 11:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e676192e-45f1-5a77-8e2c-c9031f1db5f5, identifier: VO64%20WXS
2026-03-28 11:22:43 [bca.uk] INFO: Found listing with ID: MW74%20NHP
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NHP%27 HTTP/1.1" 200 None
2026-03-28 11:22:43 [bca.uk] INFO: Scrape type for MW74%20NHP: 0
2026-03-28 11:22:43 [bca.uk] INFO: Found listing with ID: RO74%20WHG
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO74%2520WHG%27 HTTP/1.1" 200 None
2026-03-28 11:22:43 [bca.uk] INFO: Scrape type for RO74%20WHG: 2
2026-03-28 11:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97 with identifier: RO74%20WHG
2026-03-28 11:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97 with scrape type 2
2026-03-28 11:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97 with scrape type 2
2026-03-28 11:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97, identifier: RO74%20WHG
2026-03-28 11:22:43 [bca.uk] INFO: Found listing with ID: BV19%20BFY
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520BFY%27 HTTP/1.1" 200 None
2026-03-28 11:22:43 [bca.uk] INFO: Scrape type for BV19%20BFY: 2
2026-03-28 11:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39dafc88-6f92-5abd-b7e5-d55d9e382fc0 with identifier: BV19%20BFY
2026-03-28 11:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39dafc88-6f92-5abd-b7e5-d55d9e382fc0 with scrape type 2
2026-03-28 11:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39dafc88-6f92-5abd-b7e5-d55d9e382fc0 with scrape type 2
2026-03-28 11:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39dafc88-6f92-5abd-b7e5-d55d9e382fc0, identifier: BV19%20BFY
2026-03-28 11:22:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:22:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e676192e-45f1-5a77-8e2c-c9031f1db5f5 with identifier: VO64%20WXS
2026-03-28 11:22:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e676192e-45f1-5a77-8e2c-c9031f1db5f5 with identifier: VO64%20WXS
2026-03-28 11:22:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e676192e-45f1-5a77-8e2c-c9031f1db5f5 with identifier: VO64%20WXS to the API
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO64%20WXS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e676192e-45f1-5a77-8e2c-c9031f1db5f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO64 WXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO64%20WXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 49870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 290 LWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 290 LWB TREND L/R',
 'vin': 'WF0YXXTTGYEM46298',
 'year': 2014}
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO64%2520WXS%27 HTTP/1.1" 200 None
2026-03-28 11:22:43 [bca.uk] INFO: Saving data for VO64%20WXS: {'auction_closing_time': 1774778400.0, 'created_time': 1774609382.546468, 'last_price_update_time': 1774696963.803641}
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO64%2520WXS') HTTP/1.1" 204 0
2026-03-28 11:22:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97 with identifier: RO74%20WHG
2026-03-28 11:22:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97 with identifier: RO74%20WHG
2026-03-28 11:22:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97 with identifier: RO74%20WHG to the API
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO74%20WHG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6023b32d-d9c9-55dd-a5d7-1f9c1eac7a97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO74 WHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO74%20WHG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 10069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VR3KAHPYXRS098082',
 'year': 2024}
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO74%2520WHG%27 HTTP/1.1" 200 None
2026-03-28 11:22:44 [bca.uk] INFO: Saving data for RO74%20WHG: {'auction_closing_time': 1775199600.0, 'created_time': 1773821487.316538, 'last_price_update_time': 1774696964.095268}
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO74%2520WHG') HTTP/1.1" 204 0
2026-03-28 11:22:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39dafc88-6f92-5abd-b7e5-d55d9e382fc0 with identifier: BV19%20BFY
2026-03-28 11:22:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39dafc88-6f92-5abd-b7e5-d55d9e382fc0 with identifier: BV19%20BFY
2026-03-28 11:22:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39dafc88-6f92-5abd-b7e5-d55d9e382fc0 with identifier: BV19%20BFY to the API
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV19%20BFY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '39dafc88-6f92-5abd-b7e5-d55d9e382fc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV19 BFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV19%20BFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 316',
 'odometer': 16835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 316 2.1 CDI 3.5T RWD L4 H3 PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L4 H3',
 'vin': 'WDB9076352P081738',
 'year': 2019}
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520BFY%27 HTTP/1.1" 200 None
2026-03-28 11:22:44 [bca.uk] INFO: Saving data for BV19%20BFY: {'auction_closing_time': 1775037600.0, 'created_time': 1774609720.663213, 'last_price_update_time': 1774696964.3927}
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV19%2520BFY') HTTP/1.1" 204 0
2026-03-28 11:22:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:22:44 [bca.uk] INFO: Found listing with ID: WM68%20YHD
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520YHD%27 HTTP/1.1" 200 None
2026-03-28 11:22:44 [bca.uk] INFO: Scrape type for WM68%20YHD: 2
2026-03-28 11:22:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64f47232-db66-59d2-a243-c4a05d3e2654 with identifier: WM68%20YHD
2026-03-28 11:22:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64f47232-db66-59d2-a243-c4a05d3e2654 with scrape type 2
2026-03-28 11:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64f47232-db66-59d2-a243-c4a05d3e2654 with scrape type 2
2026-03-28 11:22:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64f47232-db66-59d2-a243-c4a05d3e2654, identifier: WM68%20YHD
2026-03-28 11:22:44 [bca.uk] INFO: Found listing with ID: SG24%20OFD
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG24%2520OFD%27 HTTP/1.1" 200 None
2026-03-28 11:22:44 [bca.uk] INFO: Scrape type for SG24%20OFD: 2
2026-03-28 11:22:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82969a1f-6b34-5bdb-8e67-069514fba9b0 with identifier: SG24%20OFD
2026-03-28 11:22:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82969a1f-6b34-5bdb-8e67-069514fba9b0 with scrape type 2
2026-03-28 11:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82969a1f-6b34-5bdb-8e67-069514fba9b0 with scrape type 2
2026-03-28 11:22:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82969a1f-6b34-5bdb-8e67-069514fba9b0, identifier: SG24%20OFD
2026-03-28 11:22:44 [bca.uk] INFO: Found listing with ID: EY14%20WLC
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY14%2520WLC%27 HTTP/1.1" 200 None
2026-03-28 11:22:44 [bca.uk] INFO: Scrape type for EY14%20WLC: 2
2026-03-28 11:22:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5045bb33-aa2d-5388-99d2-094e8484f1af with identifier: EY14%20WLC
2026-03-28 11:22:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5045bb33-aa2d-5388-99d2-094e8484f1af with scrape type 2
2026-03-28 11:22:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5045bb33-aa2d-5388-99d2-094e8484f1af with scrape type 2
2026-03-28 11:22:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5045bb33-aa2d-5388-99d2-094e8484f1af, identifier: EY14%20WLC
2026-03-28 11:22:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64f47232-db66-59d2-a243-c4a05d3e2654 with identifier: WM68%20YHD
2026-03-28 11:22:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64f47232-db66-59d2-a243-c4a05d3e2654 with identifier: WM68%20YHD
2026-03-28 11:22:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64f47232-db66-59d2-a243-c4a05d3e2654 with identifier: WM68%20YHD to the API
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM68%20YHD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64f47232-db66-59d2-a243-c4a05d3e2654',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM68 YHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM68%20YHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 56658,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 BMT H/L SWB KOMBI DSG '
          'CrewCab Van',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT H/L SWB KOMBI DSG',
 'vin': 'WV1ZZZ7HZKH033863',
 'year': 2019}
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520YHD%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Saving data for WM68%20YHD: {'auction_closing_time': 1774778400.0, 'created_time': 1774609398.309626, 'last_price_update_time': 1774696965.044488}
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM68%2520YHD') HTTP/1.1" 204 0
2026-03-28 11:22:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82969a1f-6b34-5bdb-8e67-069514fba9b0 with identifier: SG24%20OFD
2026-03-28 11:22:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82969a1f-6b34-5bdb-8e67-069514fba9b0 with identifier: SG24%20OFD
2026-03-28 11:22:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82969a1f-6b34-5bdb-8e67-069514fba9b0 with identifier: SG24%20OFD to the API
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG24%20OFD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82969a1f-6b34-5bdb-8e67-069514fba9b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG24 OFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG24%20OFD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 6578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14300,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNS1RJ614842',
 'year': 2024}
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG24%2520OFD%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Saving data for SG24%20OFD: {'auction_closing_time': 1775199600.0, 'created_time': 1773933813.260135, 'last_price_update_time': 1774696965.359707}
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG24%2520OFD') HTTP/1.1" 204 0
2026-03-28 11:22:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5045bb33-aa2d-5388-99d2-094e8484f1af with identifier: EY14%20WLC
2026-03-28 11:22:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5045bb33-aa2d-5388-99d2-094e8484f1af with identifier: EY14%20WLC
2026-03-28 11:22:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5045bb33-aa2d-5388-99d2-094e8484f1af with identifier: EY14%20WLC to the API
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY14%20WLC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5045bb33-aa2d-5388-99d2-094e8484f1af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY14 WLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY14%20WLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 34772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0CXXGAKCEY23746',
 'year': 2014}
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY14%2520WLC%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Saving data for EY14%20WLC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609699.987853, 'last_price_update_time': 1774696965.664601}
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY14%2520WLC') HTTP/1.1" 204 0
2026-03-28 11:22:45 [bca.uk] INFO: Found listing with ID: YP73%20KGK
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520KGK%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Scrape type for YP73%20KGK: 2
2026-03-28 11:22:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3697db08-5be1-5b65-8678-b8444e3146df with identifier: YP73%20KGK
2026-03-28 11:22:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3697db08-5be1-5b65-8678-b8444e3146df with scrape type 2
2026-03-28 11:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3697db08-5be1-5b65-8678-b8444e3146df with scrape type 2
2026-03-28 11:22:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3697db08-5be1-5b65-8678-b8444e3146df, identifier: YP73%20KGK
2026-03-28 11:22:45 [bca.uk] INFO: Found listing with ID: VE73%20OMW
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520OMW%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Scrape type for VE73%20OMW: 2
2026-03-28 11:22:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2419cc-0fec-532a-9cb0-b62bc469403c with identifier: VE73%20OMW
2026-03-28 11:22:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2419cc-0fec-532a-9cb0-b62bc469403c with scrape type 2
2026-03-28 11:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2419cc-0fec-532a-9cb0-b62bc469403c with scrape type 2
2026-03-28 11:22:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2419cc-0fec-532a-9cb0-b62bc469403c, identifier: VE73%20OMW
2026-03-28 11:22:45 [bca.uk] INFO: Found listing with ID: YS72%20XCZ
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520XCZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Scrape type for YS72%20XCZ: 0
2026-03-28 11:22:45 [bca.uk] INFO: Found listing with ID: EO14%20LKA
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520LKA%27 HTTP/1.1" 200 None
2026-03-28 11:22:45 [bca.uk] INFO: Scrape type for EO14%20LKA: 2
2026-03-28 11:22:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4a6092c-1fb7-555e-b947-3eeed456e19e with identifier: EO14%20LKA
2026-03-28 11:22:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a6092c-1fb7-555e-b947-3eeed456e19e with scrape type 2
2026-03-28 11:22:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4a6092c-1fb7-555e-b947-3eeed456e19e with scrape type 2
2026-03-28 11:22:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4a6092c-1fb7-555e-b947-3eeed456e19e, identifier: EO14%20LKA
2026-03-28 11:22:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3697db08-5be1-5b65-8678-b8444e3146df with identifier: YP73%20KGK
2026-03-28 11:22:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3697db08-5be1-5b65-8678-b8444e3146df with identifier: YP73%20KGK
2026-03-28 11:22:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3697db08-5be1-5b65-8678-b8444e3146df with identifier: YP73%20KGK to the API
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP73%20KGK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3697db08-5be1-5b65-8678-b8444e3146df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP73 KGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP73%20KGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 16599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 TECHNIK S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI 110 TECHNIK S-T',
 'vin': 'WAUZZZGB9RR009813',
 'year': 2023}
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520KGK%27 HTTP/1.1" 200 None
2026-03-28 11:22:46 [bca.uk] INFO: Saving data for YP73%20KGK: {'auction_closing_time': 1774864800.0, 'created_time': 1774609372.580716, 'last_price_update_time': 1774696966.373503}
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP73%2520KGK') HTTP/1.1" 204 0
2026-03-28 11:22:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2419cc-0fec-532a-9cb0-b62bc469403c with identifier: VE73%20OMW
2026-03-28 11:22:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2419cc-0fec-532a-9cb0-b62bc469403c with identifier: VE73%20OMW
2026-03-28 11:22:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb2419cc-0fec-532a-9cb0-b62bc469403c with identifier: VE73%20OMW to the API
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE73%20OMW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb2419cc-0fec-532a-9cb0-b62bc469403c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE73 OMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE73%20OMW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 21880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VF3MRHPYEPS163862',
 'year': 2023}
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520OMW%27 HTTP/1.1" 200 None
2026-03-28 11:22:46 [bca.uk] INFO: Saving data for VE73%20OMW: {'auction_closing_time': 1775199600.0, 'created_time': 1773843584.529936, 'last_price_update_time': 1774696966.761889}
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520OMW') HTTP/1.1" 204 0
2026-03-28 11:22:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4a6092c-1fb7-555e-b947-3eeed456e19e with identifier: EO14%20LKA
2026-03-28 11:22:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4a6092c-1fb7-555e-b947-3eeed456e19e with identifier: EO14%20LKA
2026-03-28 11:22:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4a6092c-1fb7-555e-b947-3eeed456e19e with identifier: EO14%20LKA to the API
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO14%20LKA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4a6092c-1fb7-555e-b947-3eeed456e19e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO14 LKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO14%20LKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 121006,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 DIG-S ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-S ACENTA PREMIUM',
 'vin': 'SJNTBAE12U1052106',
 'year': 2014}
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520LKA%27 HTTP/1.1" 200 None
2026-03-28 11:22:47 [bca.uk] INFO: Saving data for EO14%20LKA: {'auction_closing_time': 1774951200.0, 'created_time': 1774609699.251904, 'last_price_update_time': 1774696967.053246}
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO14%2520LKA') HTTP/1.1" 204 0
2026-03-28 11:22:47 [bca.uk] INFO: Found listing with ID: WA12%20LYR
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA12%2520LYR%27 HTTP/1.1" 200 None
2026-03-28 11:22:47 [bca.uk] INFO: Scrape type for WA12%20LYR: 2
2026-03-28 11:22:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a083d03-c098-5b04-b897-929e19d5ec36 with identifier: WA12%20LYR
2026-03-28 11:22:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a083d03-c098-5b04-b897-929e19d5ec36 with scrape type 2
2026-03-28 11:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a083d03-c098-5b04-b897-929e19d5ec36 with scrape type 2
2026-03-28 11:22:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a083d03-c098-5b04-b897-929e19d5ec36, identifier: WA12%20LYR
2026-03-28 11:22:47 [bca.uk] INFO: Found listing with ID: VK24%20MZE
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MZE%27 HTTP/1.1" 200 None
2026-03-28 11:22:47 [bca.uk] INFO: Scrape type for VK24%20MZE: 2
2026-03-28 11:22:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdd2d75c-1a7b-5a64-8dd5-40043440d7d1 with identifier: VK24%20MZE
2026-03-28 11:22:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdd2d75c-1a7b-5a64-8dd5-40043440d7d1 with scrape type 2
2026-03-28 11:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdd2d75c-1a7b-5a64-8dd5-40043440d7d1 with scrape type 2
2026-03-28 11:22:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdd2d75c-1a7b-5a64-8dd5-40043440d7d1, identifier: VK24%20MZE
2026-03-28 11:22:47 [bca.uk] INFO: Found listing with ID: FP20%20KGN
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP20%2520KGN%27 HTTP/1.1" 200 None
2026-03-28 11:22:47 [bca.uk] INFO: Scrape type for FP20%20KGN: 2
2026-03-28 11:22:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 729b48ba-a3f6-5771-bd6f-98773fe27634 with identifier: FP20%20KGN
2026-03-28 11:22:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 729b48ba-a3f6-5771-bd6f-98773fe27634 with scrape type 2
2026-03-28 11:22:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 729b48ba-a3f6-5771-bd6f-98773fe27634 with scrape type 2
2026-03-28 11:22:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 729b48ba-a3f6-5771-bd6f-98773fe27634, identifier: FP20%20KGN
2026-03-28 11:22:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a083d03-c098-5b04-b897-929e19d5ec36 with identifier: WA12%20LYR
2026-03-28 11:22:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a083d03-c098-5b04-b897-929e19d5ec36 with identifier: WA12%20LYR
2026-03-28 11:22:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a083d03-c098-5b04-b897-929e19d5ec36 with identifier: WA12%20LYR to the API
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA12%20LYR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a083d03-c098-5b04-b897-929e19d5ec36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA12 LYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA12%20LYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 430',
 'odometer': 35456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 430 2.2 TDCI 135 EL LWB 17 SEAT M/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 135 EL LWB 17 SEAT M/R',
 'vin': 'WF0DXXTTFDCK68949',
 'year': 2012}
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA12%2520LYR%27 HTTP/1.1" 200 None
2026-03-28 11:22:47 [bca.uk] INFO: Saving data for WA12%20LYR: {'auction_closing_time': 1774778400.0, 'created_time': 1774609399.24517, 'last_price_update_time': 1774696967.688508}
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA12%2520LYR') HTTP/1.1" 204 0
2026-03-28 11:22:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdd2d75c-1a7b-5a64-8dd5-40043440d7d1 with identifier: VK24%20MZE
2026-03-28 11:22:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdd2d75c-1a7b-5a64-8dd5-40043440d7d1 with identifier: VK24%20MZE
2026-03-28 11:22:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdd2d75c-1a7b-5a64-8dd5-40043440d7d1 with identifier: VK24%20MZE to the API
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK24%20MZE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cdd2d75c-1a7b-5a64-8dd5-40043440d7d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK24 MZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK24%20MZE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 17304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12300,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE3R5041463',
 'year': 2024}
2026-03-28 11:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MZE%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Saving data for VK24%20MZE: {'auction_closing_time': 1775199600.0, 'created_time': 1773834993.23714, 'last_price_update_time': 1774696968.000924}
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK24%2520MZE') HTTP/1.1" 204 0
2026-03-28 11:22:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 729b48ba-a3f6-5771-bd6f-98773fe27634 with identifier: FP20%20KGN
2026-03-28 11:22:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 729b48ba-a3f6-5771-bd6f-98773fe27634 with identifier: FP20%20KGN
2026-03-28 11:22:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 729b48ba-a3f6-5771-bd6f-98773fe27634 with identifier: FP20%20KGN to the API
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP20%20KGN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '729b48ba-a3f6-5771-bd6f-98773fe27634',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP20 KGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP20%20KGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 35790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.7 DCI 150 TEKNA (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI 150 TEKNA (7ST)',
 'vin': 'JN1JHAT32U0021355',
 'year': 2020}
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP20%2520KGN%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Saving data for FP20%20KGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774265338.050288, 'last_price_update_time': 1774696968.301821}
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP20%2520KGN') HTTP/1.1" 204 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YR17%20KGX
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KGX%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YR17%20KGX: 2
2026-03-28 11:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f067d363-e627-5ffd-b829-080b341edc78 with identifier: YR17%20KGX
2026-03-28 11:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f067d363-e627-5ffd-b829-080b341edc78 with scrape type 2
2026-03-28 11:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f067d363-e627-5ffd-b829-080b341edc78 with scrape type 2
2026-03-28 11:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f067d363-e627-5ffd-b829-080b341edc78, identifier: YR17%20KGX
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YE24%20BZK
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE24%2520BZK%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YE24%20BZK: 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YF23%20MZJ
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520MZJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YF23%20MZJ: 2
2026-03-28 11:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99591899-c2a5-5ae2-bdfe-b1f303e1ad93 with identifier: YF23%20MZJ
2026-03-28 11:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99591899-c2a5-5ae2-bdfe-b1f303e1ad93 with scrape type 2
2026-03-28 11:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99591899-c2a5-5ae2-bdfe-b1f303e1ad93 with scrape type 2
2026-03-28 11:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99591899-c2a5-5ae2-bdfe-b1f303e1ad93, identifier: YF23%20MZJ
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YE22%20OYB
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520OYB%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YE22%20OYB: 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YD72%20CVW
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520CVW%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YD72%20CVW: 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YC22%20WGE
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WGE%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YC22%20WGE: 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YB71%20DLV
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DLV%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YB71%20DLV: 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: YB23%20ESY
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520ESY%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for YB23%20ESY: 0
2026-03-28 11:22:48 [bca.uk] INFO: Found listing with ID: FG72%20ZLE
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520ZLE%27 HTTP/1.1" 200 None
2026-03-28 11:22:48 [bca.uk] INFO: Scrape type for FG72%20ZLE: 2
2026-03-28 11:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92170575-b818-5d3e-8ad6-252bfe84ef1f with identifier: FG72%20ZLE
2026-03-28 11:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92170575-b818-5d3e-8ad6-252bfe84ef1f with scrape type 2
2026-03-28 11:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92170575-b818-5d3e-8ad6-252bfe84ef1f with scrape type 2
2026-03-28 11:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92170575-b818-5d3e-8ad6-252bfe84ef1f, identifier: FG72%20ZLE
2026-03-28 11:22:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f067d363-e627-5ffd-b829-080b341edc78 with identifier: YR17%20KGX
2026-03-28 11:22:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f067d363-e627-5ffd-b829-080b341edc78 with identifier: YR17%20KGX
2026-03-28 11:22:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f067d363-e627-5ffd-b829-080b341edc78 with identifier: YR17%20KGX to the API
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR17%20KGX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f067d363-e627-5ffd-b829-080b341edc78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR17 KGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR17%20KGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 72577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 75 Van',
 'transmission': 'manual',
 'trim': 'TDCI 75',
 'vin': 'WF0WXXTACWFM04082',
 'year': 2017}
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KGX%27 HTTP/1.1" 200 None
2026-03-28 11:22:49 [bca.uk] INFO: Saving data for YR17%20KGX: {'auction_closing_time': 1774778400.0, 'created_time': 1774609402.043348, 'last_price_update_time': 1774696969.017052}
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR17%2520KGX') HTTP/1.1" 204 0
2026-03-28 11:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99591899-c2a5-5ae2-bdfe-b1f303e1ad93 with identifier: YF23%20MZJ
2026-03-28 11:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99591899-c2a5-5ae2-bdfe-b1f303e1ad93 with identifier: YF23%20MZJ
2026-03-28 11:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99591899-c2a5-5ae2-bdfe-b1f303e1ad93 with identifier: YF23%20MZJ to the API
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20MZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99591899-c2a5-5ae2-bdfe-b1f303e1ad93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF23 MZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20MZJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 23658,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I EDGE',
 'vin': 'JTDAGNAC100107595',
 'year': 2023}
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520MZJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:49 [bca.uk] INFO: Saving data for YF23%20MZJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773841645.400951, 'last_price_update_time': 1774696969.408546}
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520MZJ') HTTP/1.1" 204 0
2026-03-28 11:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92170575-b818-5d3e-8ad6-252bfe84ef1f with identifier: FG72%20ZLE
2026-03-28 11:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92170575-b818-5d3e-8ad6-252bfe84ef1f with identifier: FG72%20ZLE
2026-03-28 11:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92170575-b818-5d3e-8ad6-252bfe84ef1f with identifier: FG72%20ZLE to the API
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG72%20ZLE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '92170575-b818-5d3e-8ad6-252bfe84ef1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FG72 ZLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG72%20ZLE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 26180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 230 HEV 2WD ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 230 HEV 2WD ULTIMATE',
 'vin': 'TMAJE811MNJ132738',
 'year': 2022}
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520ZLE%27 HTTP/1.1" 200 None
2026-03-28 11:22:49 [bca.uk] INFO: Saving data for FG72%20ZLE: {'auction_closing_time': 1774864800.0, 'created_time': 1773845912.974422, 'last_price_update_time': 1774696969.692935}
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG72%2520ZLE') HTTP/1.1" 204 0
2026-03-28 11:22:49 [bca.uk] INFO: Found listing with ID: RO08%20OZM
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO08%2520OZM%27 HTTP/1.1" 200 None
2026-03-28 11:22:49 [bca.uk] INFO: Scrape type for RO08%20OZM: 2
2026-03-28 11:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca4d8103-a73d-591b-9ff4-474640e7e711 with identifier: RO08%20OZM
2026-03-28 11:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca4d8103-a73d-591b-9ff4-474640e7e711 with scrape type 2
2026-03-28 11:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca4d8103-a73d-591b-9ff4-474640e7e711 with scrape type 2
2026-03-28 11:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca4d8103-a73d-591b-9ff4-474640e7e711, identifier: RO08%20OZM
2026-03-28 11:22:49 [bca.uk] INFO: Found listing with ID: YF23%20UNP
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNP%27 HTTP/1.1" 200 None
2026-03-28 11:22:49 [bca.uk] INFO: Scrape type for YF23%20UNP: 2
2026-03-28 11:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2f440cb-6108-53a2-976a-f6999d37bc20 with identifier: YF23%20UNP
2026-03-28 11:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2f440cb-6108-53a2-976a-f6999d37bc20 with scrape type 2
2026-03-28 11:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2f440cb-6108-53a2-976a-f6999d37bc20 with scrape type 2
2026-03-28 11:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2f440cb-6108-53a2-976a-f6999d37bc20, identifier: YF23%20UNP
2026-03-28 11:22:49 [bca.uk] INFO: Found listing with ID: GX24%20UKB
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX24%2520UKB%27 HTTP/1.1" 200 None
2026-03-28 11:22:49 [bca.uk] INFO: Scrape type for GX24%20UKB: 2
2026-03-28 11:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e389ca-0ebf-5e6d-aee2-cf4eeb365421 with identifier: GX24%20UKB
2026-03-28 11:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e389ca-0ebf-5e6d-aee2-cf4eeb365421 with scrape type 2
2026-03-28 11:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e389ca-0ebf-5e6d-aee2-cf4eeb365421 with scrape type 2
2026-03-28 11:22:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49e389ca-0ebf-5e6d-aee2-cf4eeb365421, identifier: GX24%20UKB
2026-03-28 11:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca4d8103-a73d-591b-9ff4-474640e7e711 with identifier: RO08%20OZM
2026-03-28 11:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca4d8103-a73d-591b-9ff4-474640e7e711 with identifier: RO08%20OZM
2026-03-28 11:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca4d8103-a73d-591b-9ff4-474640e7e711 with identifier: RO08%20OZM to the API
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO08%20OZM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca4d8103-a73d-591b-9ff4-474640e7e711',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO08 OZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO08%20OZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 122880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.5 DCI 169 4WD AVENTURA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 169 4WD AVENTURA',
 'vin': 'VSKCVND40U0294348',
 'year': 2008}
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO08%2520OZM%27 HTTP/1.1" 200 None
2026-03-28 11:22:50 [bca.uk] INFO: Saving data for RO08%20OZM: {'auction_closing_time': 1774778400.0, 'created_time': 1774609371.044563, 'last_price_update_time': 1774696970.362574}
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO08%2520OZM') HTTP/1.1" 204 0
2026-03-28 11:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2f440cb-6108-53a2-976a-f6999d37bc20 with identifier: YF23%20UNP
2026-03-28 11:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2f440cb-6108-53a2-976a-f6999d37bc20 with identifier: YF23%20UNP
2026-03-28 11:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2f440cb-6108-53a2-976a-f6999d37bc20 with identifier: YF23%20UNP to the API
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20UNP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2f440cb-6108-53a2-976a-f6999d37bc20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF23 UNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20UNP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 23625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I EDGE',
 'vin': 'JTDAGNAC900108767',
 'year': 2023}
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNP%27 HTTP/1.1" 200 None
2026-03-28 11:22:50 [bca.uk] INFO: Saving data for YF23%20UNP: {'auction_closing_time': 1775199600.0, 'created_time': 1773841642.560861, 'last_price_update_time': 1774696970.648453}
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520UNP') HTTP/1.1" 204 0
2026-03-28 11:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49e389ca-0ebf-5e6d-aee2-cf4eeb365421 with identifier: GX24%20UKB
2026-03-28 11:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49e389ca-0ebf-5e6d-aee2-cf4eeb365421 with identifier: GX24%20UKB
2026-03-28 11:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49e389ca-0ebf-5e6d-aee2-cf4eeb365421 with identifier: GX24%20UKB to the API
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX24%20UKB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49e389ca-0ebf-5e6d-aee2-cf4eeb365421',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX24 UKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX24%20UKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KGM MOTORS',
 'model': 'TIVOLI',
 'odometer': 8330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KGM MOTORS TIVOLI 1.5 T 163 K30 Hatchback',
 'transmission': 'manual',
 'trim': 'T 163 K30',
 'vin': 'KPT30B1YSRP416970',
 'year': 2024}
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX24%2520UKB%27 HTTP/1.1" 200 None
2026-03-28 11:22:50 [bca.uk] INFO: Saving data for GX24%20UKB: {'auction_closing_time': 1774864800.0, 'created_time': 1774350182.692117, 'last_price_update_time': 1774696970.939092}
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX24%2520UKB') HTTP/1.1" 204 0
2026-03-28 11:22:50 [bca.uk] INFO: Found listing with ID: YH73%20XRV
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520XRV%27 HTTP/1.1" 200 None
2026-03-28 11:22:50 [bca.uk] INFO: Scrape type for YH73%20XRV: 2
2026-03-28 11:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa32767d-e65b-5994-9c7e-000bdf4f0234 with identifier: YH73%20XRV
2026-03-28 11:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa32767d-e65b-5994-9c7e-000bdf4f0234 with scrape type 2
2026-03-28 11:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa32767d-e65b-5994-9c7e-000bdf4f0234 with scrape type 2
2026-03-28 11:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa32767d-e65b-5994-9c7e-000bdf4f0234, identifier: YH73%20XRV
2026-03-28 11:22:51 [bca.uk] INFO: Found listing with ID: YY73%20XFO
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFO%27 HTTP/1.1" 200 None
2026-03-28 11:22:51 [bca.uk] INFO: Scrape type for YY73%20XFO: 2
2026-03-28 11:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a with identifier: YY73%20XFO
2026-03-28 11:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a with scrape type 2
2026-03-28 11:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a with scrape type 2
2026-03-28 11:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a, identifier: YY73%20XFO
2026-03-28 11:22:51 [bca.uk] INFO: Found listing with ID: HN21%20LLM
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520LLM%27 HTTP/1.1" 200 None
2026-03-28 11:22:51 [bca.uk] INFO: Scrape type for HN21%20LLM: 2
2026-03-28 11:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36789cba-4153-5042-81e4-9873b0441969 with identifier: HN21%20LLM
2026-03-28 11:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36789cba-4153-5042-81e4-9873b0441969 with scrape type 2
2026-03-28 11:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36789cba-4153-5042-81e4-9873b0441969 with scrape type 2
2026-03-28 11:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36789cba-4153-5042-81e4-9873b0441969, identifier: HN21%20LLM
2026-03-28 11:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa32767d-e65b-5994-9c7e-000bdf4f0234 with identifier: YH73%20XRV
2026-03-28 11:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa32767d-e65b-5994-9c7e-000bdf4f0234 with identifier: YH73%20XRV
2026-03-28 11:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa32767d-e65b-5994-9c7e-000bdf4f0234 with identifier: YH73%20XRV to the API
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH73%20XRV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa32767d-e65b-5994-9c7e-000bdf4f0234',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH73 XRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH73%20XRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 24422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGY7RA011224',
 'year': 2023}
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520XRV%27 HTTP/1.1" 200 None
2026-03-28 11:22:51 [bca.uk] INFO: Saving data for YH73%20XRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774609400.239235, 'last_price_update_time': 1774696971.595433}
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520XRV') HTTP/1.1" 204 0
2026-03-28 11:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a with identifier: YY73%20XFO
2026-03-28 11:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a with identifier: YY73%20XFO
2026-03-28 11:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a with identifier: YY73%20XFO to the API
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XFO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6c3905c-0fb4-5d17-8642-e5ef6c43ad8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XFO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 10490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ3PJJ11855',
 'year': 2023}
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFO%27 HTTP/1.1" 200 None
2026-03-28 11:22:51 [bca.uk] INFO: Saving data for YY73%20XFO: {'auction_closing_time': 1775199600.0, 'created_time': 1773826472.862434, 'last_price_update_time': 1774696971.878592}
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XFO') HTTP/1.1" 204 0
2026-03-28 11:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36789cba-4153-5042-81e4-9873b0441969 with identifier: HN21%20LLM
2026-03-28 11:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36789cba-4153-5042-81e4-9873b0441969 with identifier: HN21%20LLM
2026-03-28 11:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36789cba-4153-5042-81e4-9873b0441969 with identifier: HN21%20LLM to the API
2026-03-28 11:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN21%20LLM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '36789cba-4153-5042-81e4-9873b0441969',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN21 LLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN21%20LLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 74170,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 CRDI 136 48V MHD 2WD SE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 48V MHD 2WD SE DCT',
 'vin': 'TMAJ3817VLJ108188',
 'year': 2021}
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520LLM%27 HTTP/1.1" 200 None
2026-03-28 11:22:52 [bca.uk] INFO: Saving data for HN21%20LLM: {'auction_closing_time': 1774864800.0, 'created_time': 1774609701.844821, 'last_price_update_time': 1774696972.169982}
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN21%2520LLM') HTTP/1.1" 204 0
2026-03-28 11:22:52 [bca.uk] INFO: Found listing with ID: KY19%20SSL
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520SSL%27 HTTP/1.1" 200 None
2026-03-28 11:22:52 [bca.uk] INFO: Scrape type for KY19%20SSL: 2
2026-03-28 11:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a6d0aa-ca32-5169-8c37-ac35a70213d8 with identifier: KY19%20SSL
2026-03-28 11:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a6d0aa-ca32-5169-8c37-ac35a70213d8 with scrape type 2
2026-03-28 11:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a6d0aa-ca32-5169-8c37-ac35a70213d8 with scrape type 2
2026-03-28 11:22:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55a6d0aa-ca32-5169-8c37-ac35a70213d8, identifier: KY19%20SSL
2026-03-28 11:22:52 [bca.uk] INFO: Found listing with ID: YY73%20XFP
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFP%27 HTTP/1.1" 200 None
2026-03-28 11:22:52 [bca.uk] INFO: Scrape type for YY73%20XFP: 2
2026-03-28 11:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94bdf6dd-814b-598c-af5e-d4548eb65fa4 with identifier: YY73%20XFP
2026-03-28 11:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94bdf6dd-814b-598c-af5e-d4548eb65fa4 with scrape type 2
2026-03-28 11:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94bdf6dd-814b-598c-af5e-d4548eb65fa4 with scrape type 2
2026-03-28 11:22:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94bdf6dd-814b-598c-af5e-d4548eb65fa4, identifier: YY73%20XFP
2026-03-28 11:22:52 [bca.uk] INFO: Found listing with ID: HN22%20ZSG
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-28 11:22:52 [bca.uk] INFO: Scrape type for HN22%20ZSG: 2
2026-03-28 11:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5167ed3-2b7b-570b-86a8-b248d4dfd69a with identifier: HN22%20ZSG
2026-03-28 11:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5167ed3-2b7b-570b-86a8-b248d4dfd69a with scrape type 2
2026-03-28 11:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5167ed3-2b7b-570b-86a8-b248d4dfd69a with scrape type 2
2026-03-28 11:22:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5167ed3-2b7b-570b-86a8-b248d4dfd69a, identifier: HN22%20ZSG
2026-03-28 11:22:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55a6d0aa-ca32-5169-8c37-ac35a70213d8 with identifier: KY19%20SSL
2026-03-28 11:22:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55a6d0aa-ca32-5169-8c37-ac35a70213d8 with identifier: KY19%20SSL
2026-03-28 11:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55a6d0aa-ca32-5169-8c37-ac35a70213d8 with identifier: KY19%20SSL to the API
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY19%20SSL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55a6d0aa-ca32-5169-8c37-ac35a70213d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY19 SSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY19%20SSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 68982,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.6 BLUEHDI 100 1000 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 ENTERPRISE',
 'vin': 'VR7EFBHYBKJ565726',
 'year': 2019}
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520SSL%27 HTTP/1.1" 200 None
2026-03-28 11:22:52 [bca.uk] INFO: Saving data for KY19%20SSL: {'auction_closing_time': 1774778400.0, 'created_time': 1774609371.504149, 'last_price_update_time': 1774696972.814782}
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY19%2520SSL') HTTP/1.1" 204 0
2026-03-28 11:22:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94bdf6dd-814b-598c-af5e-d4548eb65fa4 with identifier: YY73%20XFP
2026-03-28 11:22:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94bdf6dd-814b-598c-af5e-d4548eb65fa4 with identifier: YY73%20XFP
2026-03-28 11:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94bdf6dd-814b-598c-af5e-d4548eb65fa4 with identifier: YY73%20XFP to the API
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XFP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '94bdf6dd-814b-598c-af5e-d4548eb65fa4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XFP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 15775,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ7PJJ11776',
 'year': 2023}
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFP%27 HTTP/1.1" 200 None
2026-03-28 11:22:53 [bca.uk] INFO: Saving data for YY73%20XFP: {'auction_closing_time': 1775199600.0, 'created_time': 1773841795.720315, 'last_price_update_time': 1774696973.113648}
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XFP') HTTP/1.1" 204 0
2026-03-28 11:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5167ed3-2b7b-570b-86a8-b248d4dfd69a with identifier: HN22%20ZSG
2026-03-28 11:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5167ed3-2b7b-570b-86a8-b248d4dfd69a with identifier: HN22%20ZSG
2026-03-28 11:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5167ed3-2b7b-570b-86a8-b248d4dfd69a with identifier: HN22%20ZSG to the API
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN22%20ZSG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5167ed3-2b7b-570b-86a8-b248d4dfd69a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN22 ZSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN22%20ZSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DACIA',
 'model': 'SANDERO',
 'odometer': 30025,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO 1.0 TCE COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'TCE COMFORT',
 'vin': 'UU1DJF00768912988',
 'year': 2022}
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-28 11:22:53 [bca.uk] INFO: Saving data for HN22%20ZSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774350191.425786, 'last_price_update_time': 1774696973.414587}
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN22%2520ZSG') HTTP/1.1" 204 0
2026-03-28 11:22:53 [bca.uk] INFO: Found listing with ID: SP18%20KFT
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520KFT%27 HTTP/1.1" 200 None
2026-03-28 11:22:53 [bca.uk] INFO: Scrape type for SP18%20KFT: 2
2026-03-28 11:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96bba5b6-ec33-5b4a-95eb-403337a8c78a with identifier: SP18%20KFT
2026-03-28 11:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96bba5b6-ec33-5b4a-95eb-403337a8c78a with scrape type 2
2026-03-28 11:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96bba5b6-ec33-5b4a-95eb-403337a8c78a with scrape type 2
2026-03-28 11:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96bba5b6-ec33-5b4a-95eb-403337a8c78a, identifier: SP18%20KFT
2026-03-28 11:22:53 [bca.uk] INFO: Found listing with ID: WP21%20YSG
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520YSG%27 HTTP/1.1" 200 None
2026-03-28 11:22:53 [bca.uk] INFO: Scrape type for WP21%20YSG: 2
2026-03-28 11:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1 with identifier: WP21%20YSG
2026-03-28 11:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1 with scrape type 2
2026-03-28 11:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1 with scrape type 2
2026-03-28 11:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1, identifier: WP21%20YSG
2026-03-28 11:22:53 [bca.uk] INFO: Found listing with ID: HN25%20EJV
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520EJV%27 HTTP/1.1" 200 None
2026-03-28 11:22:53 [bca.uk] INFO: Scrape type for HN25%20EJV: 2
2026-03-28 11:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70aa093a-10ac-5cf8-8560-138dd51c6b88 with identifier: HN25%20EJV
2026-03-28 11:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70aa093a-10ac-5cf8-8560-138dd51c6b88 with scrape type 2
2026-03-28 11:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70aa093a-10ac-5cf8-8560-138dd51c6b88 with scrape type 2
2026-03-28 11:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70aa093a-10ac-5cf8-8560-138dd51c6b88, identifier: HN25%20EJV
2026-03-28 11:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96bba5b6-ec33-5b4a-95eb-403337a8c78a with identifier: SP18%20KFT
2026-03-28 11:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96bba5b6-ec33-5b4a-95eb-403337a8c78a with identifier: SP18%20KFT
2026-03-28 11:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96bba5b6-ec33-5b4a-95eb-403337a8c78a with identifier: SP18%20KFT to the API
2026-03-28 11:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP18%20KFT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96bba5b6-ec33-5b4a-95eb-403337a8c78a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP18 KFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP18%20KFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'IVECO',
 'model': 'DAILY 35C14',
 'odometer': 90042,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 35C14 2.3 MWB (3450) CrewCab Tipper',
 'transmission': 'manual',
 'trim': 'MWB (3450)',
 'vin': 'ZCFCD35A605172596',
 'year': 2018}
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520KFT%27 HTTP/1.1" 200 None
2026-03-28 11:22:54 [bca.uk] INFO: Saving data for SP18%20KFT: {'auction_closing_time': 1774778400.0, 'created_time': 1774609386.696905, 'last_price_update_time': 1774696974.146137}
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP18%2520KFT') HTTP/1.1" 204 0
2026-03-28 11:22:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1 with identifier: WP21%20YSG
2026-03-28 11:22:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1 with identifier: WP21%20YSG
2026-03-28 11:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1 with identifier: WP21%20YSG to the API
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP21%20YSG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e1cfdd7a-cbfa-52ab-8ce1-e038b0d5dbd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP21 YSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP21%20YSG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 98279,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 100 LIMITED (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 LIMITED (6)',
 'vin': 'WF0WXXTACWMB85076',
 'year': 2021}
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520YSG%27 HTTP/1.1" 200 None
2026-03-28 11:22:54 [bca.uk] INFO: Saving data for WP21%20YSG: {'auction_closing_time': 1774854000.0, 'created_time': 1773841017.535826, 'last_price_update_time': 1774696974.580851}
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP21%2520YSG') HTTP/1.1" 204 0
2026-03-28 11:22:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70aa093a-10ac-5cf8-8560-138dd51c6b88 with identifier: HN25%20EJV
2026-03-28 11:22:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70aa093a-10ac-5cf8-8560-138dd51c6b88 with identifier: HN25%20EJV
2026-03-28 11:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70aa093a-10ac-5cf8-8560-138dd51c6b88 with identifier: HN25%20EJV to the API
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN25%20EJV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70aa093a-10ac-5cf8-8560-138dd51c6b88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN25 EJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN25%20EJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 8969,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 1.5 TSI EVO 150 XPERIENCE LUX DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 XPERIENCE LUX DSG',
 'vin': 'VSSZZZ5F2S6505020',
 'year': 2025}
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520EJV%27 HTTP/1.1" 200 None
2026-03-28 11:22:54 [bca.uk] INFO: Saving data for HN25%20EJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774609705.005996, 'last_price_update_time': 1774696974.895491}
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN25%2520EJV') HTTP/1.1" 204 0
2026-03-28 11:22:54 [bca.uk] INFO: Found listing with ID: LM23%20VTE
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTE%27 HTTP/1.1" 200 None
2026-03-28 11:22:54 [bca.uk] INFO: Scrape type for LM23%20VTE: 2
2026-03-28 11:22:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32c4722-9a0c-5cab-8891-0409bb06b79b with identifier: LM23%20VTE
2026-03-28 11:22:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32c4722-9a0c-5cab-8891-0409bb06b79b with scrape type 2
2026-03-28 11:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32c4722-9a0c-5cab-8891-0409bb06b79b with scrape type 2
2026-03-28 11:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b32c4722-9a0c-5cab-8891-0409bb06b79b, identifier: LM23%20VTE
2026-03-28 11:22:55 [bca.uk] INFO: Found listing with ID: BG19%20UEM
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520UEM%27 HTTP/1.1" 200 None
2026-03-28 11:22:55 [bca.uk] INFO: Scrape type for BG19%20UEM: 2
2026-03-28 11:22:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM
2026-03-28 11:22:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with scrape type 2
2026-03-28 11:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with scrape type 2
2026-03-28 11:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee, identifier: BG19%20UEM
2026-03-28 11:22:55 [bca.uk] INFO: Found listing with ID: HN70%20YDX
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520YDX%27 HTTP/1.1" 200 None
2026-03-28 11:22:55 [bca.uk] INFO: Scrape type for HN70%20YDX: 2
2026-03-28 11:22:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db0a265e-20b7-5682-ab52-c3b6ef6d1904 with identifier: HN70%20YDX
2026-03-28 11:22:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db0a265e-20b7-5682-ab52-c3b6ef6d1904 with scrape type 2
2026-03-28 11:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db0a265e-20b7-5682-ab52-c3b6ef6d1904 with scrape type 2
2026-03-28 11:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db0a265e-20b7-5682-ab52-c3b6ef6d1904, identifier: HN70%20YDX
2026-03-28 11:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b32c4722-9a0c-5cab-8891-0409bb06b79b with identifier: LM23%20VTE
2026-03-28 11:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b32c4722-9a0c-5cab-8891-0409bb06b79b with identifier: LM23%20VTE
2026-03-28 11:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b32c4722-9a0c-5cab-8891-0409bb06b79b with identifier: LM23%20VTE to the API
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20VTE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b32c4722-9a0c-5cab-8891-0409bb06b79b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM23 VTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20VTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 22877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ULTIMATE',
 'vin': 'VXKUPHNEKP4036537',
 'year': 2023}
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTE%27 HTTP/1.1" 200 None
2026-03-28 11:22:55 [bca.uk] INFO: Saving data for LM23%20VTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774609388.320947, 'last_price_update_time': 1774696975.541005}
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520VTE') HTTP/1.1" 204 0
2026-03-28 11:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM
2026-03-28 11:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM
2026-03-28 11:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee with identifier: BG19%20UEM to the API
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG19%20UEM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b10a4bbc-ef11-56c4-92de-03e2d3b4f9ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG19 UEM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG19%20UEM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 35619,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7300,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0NXXGCHNKK69304',
 'year': 2019}
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520UEM%27 HTTP/1.1" 200 None
2026-03-28 11:22:55 [bca.uk] INFO: Saving data for BG19%20UEM: {'auction_closing_time': 1775199600.0, 'created_time': 1773820413.37576, 'last_price_update_time': 1774696975.834584}
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520UEM') HTTP/1.1" 204 0
2026-03-28 11:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db0a265e-20b7-5682-ab52-c3b6ef6d1904 with identifier: HN70%20YDX
2026-03-28 11:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db0a265e-20b7-5682-ab52-c3b6ef6d1904 with identifier: HN70%20YDX
2026-03-28 11:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db0a265e-20b7-5682-ab52-c3b6ef6d1904 with identifier: HN70%20YDX to the API
2026-03-28 11:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN70%20YDX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db0a265e-20b7-5682-ab52-c3b6ef6d1904',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN70 YDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN70%20YDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 40049,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 130 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 130 LIFE',
 'vin': 'WVWZZZCDZMW046173',
 'year': 2020}
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520YDX%27 HTTP/1.1" 200 None
2026-03-28 11:22:56 [bca.uk] INFO: Saving data for HN70%20YDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774350178.239443, 'last_price_update_time': 1774696976.144423}
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN70%2520YDX') HTTP/1.1" 204 0
2026-03-28 11:22:56 [bca.uk] INFO: Found listing with ID: CX73%20LJF
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX73%2520LJF%27 HTTP/1.1" 200 None
2026-03-28 11:22:56 [bca.uk] INFO: Scrape type for CX73%20LJF: 2
2026-03-28 11:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42b71ad6-b44d-5581-8a38-13e347fab860 with identifier: CX73%20LJF
2026-03-28 11:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42b71ad6-b44d-5581-8a38-13e347fab860 with scrape type 2
2026-03-28 11:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42b71ad6-b44d-5581-8a38-13e347fab860 with scrape type 2
2026-03-28 11:22:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42b71ad6-b44d-5581-8a38-13e347fab860, identifier: CX73%20LJF
2026-03-28 11:22:56 [bca.uk] INFO: Found listing with ID: CP67%20TVF
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:22:56 [bca.uk] INFO: Scrape type for CP67%20TVF: 2
2026-03-28 11:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84229f1d-92af-5fef-a67e-9af7ee1cfde1 with identifier: CP67%20TVF
2026-03-28 11:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84229f1d-92af-5fef-a67e-9af7ee1cfde1 with scrape type 2
2026-03-28 11:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84229f1d-92af-5fef-a67e-9af7ee1cfde1 with scrape type 2
2026-03-28 11:22:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84229f1d-92af-5fef-a67e-9af7ee1cfde1, identifier: CP67%20TVF
2026-03-28 11:22:56 [bca.uk] INFO: Found listing with ID: HS24%20GZF
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520GZF%27 HTTP/1.1" 200 None
2026-03-28 11:22:56 [bca.uk] INFO: Scrape type for HS24%20GZF: 2
2026-03-28 11:22:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90079527-b216-571d-9047-ae5c74a94553 with identifier: HS24%20GZF
2026-03-28 11:22:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90079527-b216-571d-9047-ae5c74a94553 with scrape type 2
2026-03-28 11:22:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90079527-b216-571d-9047-ae5c74a94553 with scrape type 2
2026-03-28 11:22:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90079527-b216-571d-9047-ae5c74a94553, identifier: HS24%20GZF
2026-03-28 11:22:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42b71ad6-b44d-5581-8a38-13e347fab860 with identifier: CX73%20LJF
2026-03-28 11:22:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42b71ad6-b44d-5581-8a38-13e347fab860 with identifier: CX73%20LJF
2026-03-28 11:22:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42b71ad6-b44d-5581-8a38-13e347fab860 with identifier: CX73%20LJF to the API
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX73%20LJF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42b71ad6-b44d-5581-8a38-13e347fab860',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX73 LJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX73%20LJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': 'DUCATO 35 MAXI',
 'odometer': 24026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FIAT DUCATO 35 MAXI 2.2 M/JET 140 L3 Dropside',
 'transmission': 'manual',
 'trim': 'M/JET 140 L3',
 'vin': 'ZFA25000002Y43417',
 'year': 2024}
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX73%2520LJF%27 HTTP/1.1" 200 None
2026-03-28 11:22:56 [bca.uk] INFO: Saving data for CX73%20LJF: {'auction_closing_time': 1774778400.0, 'created_time': 1774609387.614741, 'last_price_update_time': 1774696976.833022}
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX73%2520LJF') HTTP/1.1" 204 0
2026-03-28 11:22:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84229f1d-92af-5fef-a67e-9af7ee1cfde1 with identifier: CP67%20TVF
2026-03-28 11:22:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84229f1d-92af-5fef-a67e-9af7ee1cfde1 with identifier: CP67%20TVF
2026-03-28 11:22:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84229f1d-92af-5fef-a67e-9af7ee1cfde1 with identifier: CP67%20TVF to the API
2026-03-28 11:22:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP67%20TVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84229f1d-92af-5fef-a67e-9af7ee1cfde1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP67 TVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP67%20TVF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 48494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 SPORT DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDC1569432J469171',
 'year': 2017}
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Saving data for CP67%20TVF: {'auction_closing_time': 1775199600.0, 'created_time': 1773820348.733256, 'last_price_update_time': 1774696977.126893}
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP67%2520TVF') HTTP/1.1" 204 0
2026-03-28 11:22:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90079527-b216-571d-9047-ae5c74a94553 with identifier: HS24%20GZF
2026-03-28 11:22:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90079527-b216-571d-9047-ae5c74a94553 with identifier: HS24%20GZF
2026-03-28 11:22:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90079527-b216-571d-9047-ae5c74a94553 with identifier: HS24%20GZF to the API
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS24%20GZF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90079527-b216-571d-9047-ae5c74a94553',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS24 GZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS24%20GZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 9918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJW74U94RZ162565',
 'year': 2024}
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520GZF%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Saving data for HS24%20GZF: {'auction_closing_time': 1774864800.0, 'created_time': 1773832218.423382, 'last_price_update_time': 1774696977.410904}
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS24%2520GZF') HTTP/1.1" 204 0
2026-03-28 11:22:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:22:57 [bca.uk] INFO: Found listing with ID: AF15%20AFK
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520AFK%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Scrape type for AF15%20AFK: 2
2026-03-28 11:22:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a479b844-f913-50c0-9aaf-a9abd727ec43 with identifier: AF15%20AFK
2026-03-28 11:22:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a479b844-f913-50c0-9aaf-a9abd727ec43 with scrape type 2
2026-03-28 11:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a479b844-f913-50c0-9aaf-a9abd727ec43 with scrape type 2
2026-03-28 11:22:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a479b844-f913-50c0-9aaf-a9abd727ec43, identifier: AF15%20AFK
2026-03-28 11:22:57 [bca.uk] INFO: Found listing with ID: DE10%20OPY
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE10%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Scrape type for DE10%20OPY: 0
2026-03-28 11:22:57 [bca.uk] INFO: Found listing with ID: EA11%20GDV
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA11%2520GDV%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Scrape type for EA11%20GDV: 0
2026-03-28 11:22:57 [bca.uk] INFO: Found listing with ID: EY10%20WXW
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY10%2520WXW%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Scrape type for EY10%20WXW: 0
2026-03-28 11:22:57 [bca.uk] INFO: Found listing with ID: GH19%20NUE
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH19%2520NUE%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Scrape type for GH19%20NUE: 2
2026-03-28 11:22:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cf56929-8b3b-5729-9670-3aec0a148790 with identifier: GH19%20NUE
2026-03-28 11:22:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cf56929-8b3b-5729-9670-3aec0a148790 with scrape type 2
2026-03-28 11:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cf56929-8b3b-5729-9670-3aec0a148790 with scrape type 2
2026-03-28 11:22:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cf56929-8b3b-5729-9670-3aec0a148790, identifier: GH19%20NUE
2026-03-28 11:22:57 [bca.uk] INFO: Found listing with ID: HV20%20XRR
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520XRR%27 HTTP/1.1" 200 None
2026-03-28 11:22:57 [bca.uk] INFO: Scrape type for HV20%20XRR: 2
2026-03-28 11:22:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc4f0ff9-816f-5dce-8b1d-cc272120bc4b with identifier: HV20%20XRR
2026-03-28 11:22:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4f0ff9-816f-5dce-8b1d-cc272120bc4b with scrape type 2
2026-03-28 11:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc4f0ff9-816f-5dce-8b1d-cc272120bc4b with scrape type 2
2026-03-28 11:22:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc4f0ff9-816f-5dce-8b1d-cc272120bc4b, identifier: HV20%20XRR
2026-03-28 11:22:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a479b844-f913-50c0-9aaf-a9abd727ec43 with identifier: AF15%20AFK
2026-03-28 11:22:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a479b844-f913-50c0-9aaf-a9abd727ec43 with identifier: AF15%20AFK
2026-03-28 11:22:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a479b844-f913-50c0-9aaf-a9abd727ec43 with identifier: AF15%20AFK to the API
2026-03-28 11:22:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF15%20AFK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a479b844-f913-50c0-9aaf-a9abd727ec43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF15 AFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF15%20AFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'BIPPER',
 'odometer': 198468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BIPPER 1.3 HDI 75 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'HDI 75 PROFESSIONAL',
 'vin': 'VF3AAFHZ0F8636560',
 'year': 2015}
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520AFK%27 HTTP/1.1" 200 None
2026-03-28 11:22:58 [bca.uk] INFO: Saving data for AF15%20AFK: {'auction_closing_time': 1774778400.0, 'created_time': 1774609389.430978, 'last_price_update_time': 1774696978.148659}
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF15%2520AFK') HTTP/1.1" 204 0
2026-03-28 11:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cf56929-8b3b-5729-9670-3aec0a148790 with identifier: GH19%20NUE
2026-03-28 11:22:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cf56929-8b3b-5729-9670-3aec0a148790 with identifier: GH19%20NUE
2026-03-28 11:22:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cf56929-8b3b-5729-9670-3aec0a148790 with identifier: GH19%20NUE to the API
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GH19%20NUE-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0cf56929-8b3b-5729-9670-3aec0a148790',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GH19 NUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GH19%20NUE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 154029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.0 TSI 115 SE TECHNOLOGY DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE TECHNOLOGY DSG',
 'vin': 'TMBBP7NE8K0221253',
 'year': 2019}
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH19%2520NUE%27 HTTP/1.1" 200 None
2026-03-28 11:22:58 [bca.uk] INFO: Saving data for GH19%20NUE: {'auction_closing_time': 1775199600.0, 'created_time': 1773844095.177045, 'last_price_update_time': 1774696978.549767}
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GH19%2520NUE') HTTP/1.1" 204 0
2026-03-28 11:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc4f0ff9-816f-5dce-8b1d-cc272120bc4b with identifier: HV20%20XRR
2026-03-28 11:22:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc4f0ff9-816f-5dce-8b1d-cc272120bc4b with identifier: HV20%20XRR
2026-03-28 11:22:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc4f0ff9-816f-5dce-8b1d-cc272120bc4b with identifier: HV20%20XRR to the API
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV20%20XRR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fc4f0ff9-816f-5dce-8b1d-cc272120bc4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV20 XRR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV20%20XRR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 95180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 177 2WD N LINE StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 177 2WD N LINE',
 'vin': 'TMAJ3812LLJ008487',
 'year': 2020}
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520XRR%27 HTTP/1.1" 200 None
2026-03-28 11:22:58 [bca.uk] INFO: Saving data for HV20%20XRR: {'auction_closing_time': 1774864800.0, 'created_time': 1773845910.824174, 'last_price_update_time': 1774696978.849466}
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV20%2520XRR') HTTP/1.1" 204 0
2026-03-28 11:22:58 [bca.uk] INFO: Found listing with ID: SW60%20FVV
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW60%2520FVV%27 HTTP/1.1" 200 None
2026-03-28 11:22:58 [bca.uk] INFO: Scrape type for SW60%20FVV: 2
2026-03-28 11:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b87e5343-64e2-5c31-bd81-b7ee30e159b5 with identifier: SW60%20FVV
2026-03-28 11:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b87e5343-64e2-5c31-bd81-b7ee30e159b5 with scrape type 2
2026-03-28 11:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b87e5343-64e2-5c31-bd81-b7ee30e159b5 with scrape type 2
2026-03-28 11:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b87e5343-64e2-5c31-bd81-b7ee30e159b5, identifier: SW60%20FVV
2026-03-28 11:22:58 [bca.uk] INFO: Found listing with ID: HN11%20WRZ
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN11%2520WRZ%27 HTTP/1.1" 200 None
2026-03-28 11:22:59 [bca.uk] INFO: Scrape type for HN11%20WRZ: 0
2026-03-28 11:22:59 [bca.uk] INFO: Found listing with ID: LC66%20VJJ
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520VJJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:59 [bca.uk] INFO: Scrape type for LC66%20VJJ: 2
2026-03-28 11:22:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 357a9a40-65e5-59df-9889-09ed56b8d684 with identifier: LC66%20VJJ
2026-03-28 11:22:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 357a9a40-65e5-59df-9889-09ed56b8d684 with scrape type 2
2026-03-28 11:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 357a9a40-65e5-59df-9889-09ed56b8d684 with scrape type 2
2026-03-28 11:22:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 357a9a40-65e5-59df-9889-09ed56b8d684, identifier: LC66%20VJJ
2026-03-28 11:22:59 [bca.uk] INFO: Found listing with ID: HV25%20LFX
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520LFX%27 HTTP/1.1" 200 None
2026-03-28 11:22:59 [bca.uk] INFO: Scrape type for HV25%20LFX: 2
2026-03-28 11:22:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0153d03e-0a10-581d-9959-3b32ffbd1e36 with identifier: HV25%20LFX
2026-03-28 11:22:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0153d03e-0a10-581d-9959-3b32ffbd1e36 with scrape type 2
2026-03-28 11:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0153d03e-0a10-581d-9959-3b32ffbd1e36 with scrape type 2
2026-03-28 11:22:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0153d03e-0a10-581d-9959-3b32ffbd1e36, identifier: HV25%20LFX
2026-03-28 11:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b87e5343-64e2-5c31-bd81-b7ee30e159b5 with identifier: SW60%20FVV
2026-03-28 11:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b87e5343-64e2-5c31-bd81-b7ee30e159b5 with identifier: SW60%20FVV
2026-03-28 11:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b87e5343-64e2-5c31-bd81-b7ee30e159b5 with identifier: SW60%20FVV to the API
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW60%20FVV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b87e5343-64e2-5c31-bd81-b7ee30e159b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW60 FVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW60%20FVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 97950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 TDV6 AUTOBIOGRAPHY SPORT C/S StationWagon',
 'transmission': 'manual',
 'trim': 'TDV6 AUTOBIOGRAPHY SPORT C/S',
 'vin': 'SALLSAAG3BA282642',
 'year': 2011}
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW60%2520FVV%27 HTTP/1.1" 200 None
2026-03-28 11:22:59 [bca.uk] INFO: Saving data for SW60%20FVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774609370.213443, 'last_price_update_time': 1774696979.520234}
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW60%2520FVV') HTTP/1.1" 204 0
2026-03-28 11:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 357a9a40-65e5-59df-9889-09ed56b8d684 with identifier: LC66%20VJJ
2026-03-28 11:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 357a9a40-65e5-59df-9889-09ed56b8d684 with identifier: LC66%20VJJ
2026-03-28 11:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 357a9a40-65e5-59df-9889-09ed56b8d684 with identifier: LC66%20VJJ to the API
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC66%20VJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '357a9a40-65e5-59df-9889-09ed56b8d684',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC66 VJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC66%20VJJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 48036,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 2.0 252 PDK StationWagon',
 'transmission': 'automatic',
 'trim': '252 PDK',
 'vin': 'WP1ZZZ95ZHLB07071',
 'year': 2017}
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520VJJ%27 HTTP/1.1" 200 None
2026-03-28 11:22:59 [bca.uk] INFO: Saving data for LC66%20VJJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773844093.814929, 'last_price_update_time': 1774696979.810984}
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC66%2520VJJ') HTTP/1.1" 204 0
2026-03-28 11:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0153d03e-0a10-581d-9959-3b32ffbd1e36 with identifier: HV25%20LFX
2026-03-28 11:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0153d03e-0a10-581d-9959-3b32ffbd1e36 with identifier: HV25%20LFX
2026-03-28 11:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0153d03e-0a10-581d-9959-3b32ffbd1e36 with identifier: HV25%20LFX to the API
2026-03-28 11:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV25%20LFX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0153d03e-0a10-581d-9959-3b32ffbd1e36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV25 LFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV25%20LFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 7675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC340A398569',
 'year': 2025}
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520LFX%27 HTTP/1.1" 200 None
2026-03-28 11:23:00 [bca.uk] INFO: Saving data for HV25%20LFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774609684.856954, 'last_price_update_time': 1774696980.149438}
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV25%2520LFX') HTTP/1.1" 204 0
2026-03-28 11:23:00 [bca.uk] INFO: Found listing with ID: LL23%20EFM
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520EFM%27 HTTP/1.1" 200 None
2026-03-28 11:23:00 [bca.uk] INFO: Scrape type for LL23%20EFM: 2
2026-03-28 11:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d70c872-7390-5fc7-a5e7-940d465e9d65 with identifier: LL23%20EFM
2026-03-28 11:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d70c872-7390-5fc7-a5e7-940d465e9d65 with scrape type 2
2026-03-28 11:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d70c872-7390-5fc7-a5e7-940d465e9d65 with scrape type 2
2026-03-28 11:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d70c872-7390-5fc7-a5e7-940d465e9d65, identifier: LL23%20EFM
2026-03-28 11:23:00 [bca.uk] INFO: Found listing with ID: LD54%20JZA
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD54%2520JZA%27 HTTP/1.1" 200 None
2026-03-28 11:23:00 [bca.uk] INFO: Scrape type for LD54%20JZA: 2
2026-03-28 11:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA
2026-03-28 11:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2537736-1843-5671-822a-76e1871b3c84 with scrape type 2
2026-03-28 11:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2537736-1843-5671-822a-76e1871b3c84 with scrape type 2
2026-03-28 11:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2537736-1843-5671-822a-76e1871b3c84, identifier: LD54%20JZA
2026-03-28 11:23:00 [bca.uk] INFO: Found listing with ID: HX23%20NCF
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520NCF%27 HTTP/1.1" 200 None
2026-03-28 11:23:00 [bca.uk] INFO: Scrape type for HX23%20NCF: 2
2026-03-28 11:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b4cfcbe-77a8-5769-994e-028f6b82b777 with identifier: HX23%20NCF
2026-03-28 11:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b4cfcbe-77a8-5769-994e-028f6b82b777 with scrape type 2
2026-03-28 11:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b4cfcbe-77a8-5769-994e-028f6b82b777 with scrape type 2
2026-03-28 11:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b4cfcbe-77a8-5769-994e-028f6b82b777, identifier: HX23%20NCF
2026-03-28 11:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d70c872-7390-5fc7-a5e7-940d465e9d65 with identifier: LL23%20EFM
2026-03-28 11:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d70c872-7390-5fc7-a5e7-940d465e9d65 with identifier: LL23%20EFM
2026-03-28 11:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d70c872-7390-5fc7-a5e7-940d465e9d65 with identifier: LL23%20EFM to the API
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL23%20EFM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3d70c872-7390-5fc7-a5e7-940d465e9d65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL23 EFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL23%20EFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 20124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4070765',
 'year': 2023}
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520EFM%27 HTTP/1.1" 200 None
2026-03-28 11:23:00 [bca.uk] INFO: Saving data for LL23%20EFM: {'auction_closing_time': 1774864800.0, 'created_time': 1774609368.621543, 'last_price_update_time': 1774696980.784077}
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL23%2520EFM') HTTP/1.1" 204 0
2026-03-28 11:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA
2026-03-28 11:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2537736-1843-5671-822a-76e1871b3c84 with identifier: LD54%20JZA
2026-03-28 11:23:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d2537736-1843-5671-822a-76e1871b3c84 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD54%20JZA-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2537736-1843-5671-822a-76e1871b3c84',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD54 JZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD54%20JZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 96744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE SPORT',
 'vin': 'JHMGD17704S239128',
 'year': 2004}
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD54%2520JZA%27 HTTP/1.1" 200 None
2026-03-28 11:23:00 [bca.uk] INFO: Saving data for LD54%20JZA: {'auction_closing_time': 1774692000.0, 'created_time': 1774418952.085031, 'last_price_update_time': 1774696980.817062}
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD54%2520JZA') HTTP/1.1" 204 0
2026-03-28 11:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b4cfcbe-77a8-5769-994e-028f6b82b777 with identifier: HX23%20NCF
2026-03-28 11:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b4cfcbe-77a8-5769-994e-028f6b82b777 with identifier: HX23%20NCF
2026-03-28 11:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b4cfcbe-77a8-5769-994e-028f6b82b777 with identifier: HX23%20NCF to the API
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX23%20NCF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b4cfcbe-77a8-5769-994e-028f6b82b777',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX23 NCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX23%20NCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 15883,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF01XXERK1NR12486',
 'year': 2023}
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520NCF%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Saving data for HX23%20NCF: {'auction_closing_time': 1774864800.0, 'created_time': 1773832220.243439, 'last_price_update_time': 1774696981.100086}
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX23%2520NCF') HTTP/1.1" 204 0
2026-03-28 11:23:01 [bca.uk] INFO: Total items found: 100
2026-03-28 11:23:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded
2026-03-28 11:23:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:23:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:23:01 [bca.uk] INFO: Found listing with ID: LL71%20FMP
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FMP%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Scrape type for LL71%20FMP: 2
2026-03-28 11:23:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbaa619c-8738-56ed-9d72-2139225ad33b with identifier: LL71%20FMP
2026-03-28 11:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbaa619c-8738-56ed-9d72-2139225ad33b with scrape type 2
2026-03-28 11:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbaa619c-8738-56ed-9d72-2139225ad33b with scrape type 2
2026-03-28 11:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbaa619c-8738-56ed-9d72-2139225ad33b, identifier: LL71%20FMP
2026-03-28 11:23:01 [bca.uk] INFO: Found listing with ID: LP68%20UJX
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520UJX%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Scrape type for LP68%20UJX: 0
2026-03-28 11:23:01 [bca.uk] INFO: Found listing with ID: MW10%20RDZ
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW10%2520RDZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Scrape type for MW10%20RDZ: 0
2026-03-28 11:23:01 [bca.uk] INFO: Found listing with ID: SB66%20RFO
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520RFO%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Scrape type for SB66%20RFO: 0
2026-03-28 11:23:01 [bca.uk] INFO: Found listing with ID: SGZ%205409
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25205409%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Scrape type for SGZ%205409: 2
2026-03-28 11:23:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2224be78-611c-5b51-b22b-91954fb57500 with identifier: SGZ%205409
2026-03-28 11:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2224be78-611c-5b51-b22b-91954fb57500 with scrape type 2
2026-03-28 11:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2224be78-611c-5b51-b22b-91954fb57500 with scrape type 2
2026-03-28 11:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2224be78-611c-5b51-b22b-91954fb57500, identifier: SGZ%205409
2026-03-28 11:23:01 [bca.uk] INFO: Found listing with ID: HY73%20KFU
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY73%2520KFU%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Scrape type for HY73%20KFU: 2
2026-03-28 11:23:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8 with identifier: HY73%20KFU
2026-03-28 11:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8 with scrape type 2
2026-03-28 11:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8 with scrape type 2
2026-03-28 11:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8, identifier: HY73%20KFU
2026-03-28 11:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbaa619c-8738-56ed-9d72-2139225ad33b with identifier: LL71%20FMP
2026-03-28 11:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbaa619c-8738-56ed-9d72-2139225ad33b with identifier: LL71%20FMP
2026-03-28 11:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbaa619c-8738-56ed-9d72-2139225ad33b with identifier: LL71%20FMP to the API
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL71%20FMP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bbaa619c-8738-56ed-9d72-2139225ad33b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL71 FMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL71%20FMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MAXUS',
 'model': 'E DELIVER 3',
 'odometer': 16632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAXUS E DELIVER 3 90KW 35KWH L1 Van',
 'transmission': 'automatic',
 'trim': '90KW 35KWH L1',
 'vin': 'LSH14C4C6MA050657',
 'year': 2021}
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FMP%27 HTTP/1.1" 200 None
2026-03-28 11:23:01 [bca.uk] INFO: Saving data for LL71%20FMP: {'auction_closing_time': 1774778400.0, 'created_time': 1774609369.276306, 'last_price_update_time': 1774696981.760563}
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520FMP') HTTP/1.1" 204 0
2026-03-28 11:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2224be78-611c-5b51-b22b-91954fb57500 with identifier: SGZ%205409
2026-03-28 11:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2224be78-611c-5b51-b22b-91954fb57500 with identifier: SGZ%205409
2026-03-28 11:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2224be78-611c-5b51-b22b-91954fb57500 with identifier: SGZ%205409 to the API
2026-03-28 11:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SGZ%205409-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2224be78-611c-5b51-b22b-91954fb57500',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SGZ 5409',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SGZ%205409&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 E CROSSBCK',
 'odometer': 35513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 E CROSSBCK 100KW 50KWH PERFORMANCE LINE '
          'Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH PERFORMANCE LINE',
 'vin': 'VR1UJZKXZLW017665',
 'year': 2020}
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SGZ%25205409%27 HTTP/1.1" 200 None
2026-03-28 11:23:02 [bca.uk] INFO: Saving data for SGZ%205409: {'auction_closing_time': 1775199600.0, 'created_time': 1773844077.134422, 'last_price_update_time': 1774696982.138798}
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SGZ%25205409') HTTP/1.1" 204 0
2026-03-28 11:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8 with identifier: HY73%20KFU
2026-03-28 11:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8 with identifier: HY73%20KFU
2026-03-28 11:23:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8 with identifier: HY73%20KFU to the API
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY73%20KFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5bbb7b7a-22d5-5ea4-ad7f-658b754c1cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY73 KFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY73%20KFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 34990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.6 E-TECH HYBRID 145 EVOLUTION Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TECH HYBRID 145 EVOLUTION',
 'vin': 'VF1RJA00270552716',
 'year': 2023}
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY73%2520KFU%27 HTTP/1.1" 200 None
2026-03-28 11:23:02 [bca.uk] INFO: Saving data for HY73%20KFU: {'auction_closing_time': 1774864800.0, 'created_time': 1773842836.48648, 'last_price_update_time': 1774696982.460742}
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY73%2520KFU') HTTP/1.1" 204 0
2026-03-28 11:23:02 [bca.uk] INFO: Found listing with ID: SL64%20VKX
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520VKX%27 HTTP/1.1" 200 None
2026-03-28 11:23:02 [bca.uk] INFO: Scrape type for SL64%20VKX: 2
2026-03-28 11:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99718f70-b656-5c06-a4b7-b8cc89040046 with identifier: SL64%20VKX
2026-03-28 11:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99718f70-b656-5c06-a4b7-b8cc89040046 with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99718f70-b656-5c06-a4b7-b8cc89040046 with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99718f70-b656-5c06-a4b7-b8cc89040046, identifier: SL64%20VKX
2026-03-28 11:23:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:23:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:23:02 [bca.uk] INFO: Found listing with ID: KE72%20VYL
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYL%27 HTTP/1.1" 200 None
2026-03-28 11:23:02 [bca.uk] INFO: Scrape type for KE72%20VYL: 2
2026-03-28 11:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfc5aa0-8efc-511f-ae32-8b9905182107 with identifier: KE72%20VYL
2026-03-28 11:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dfc5aa0-8efc-511f-ae32-8b9905182107 with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dfc5aa0-8efc-511f-ae32-8b9905182107 with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dfc5aa0-8efc-511f-ae32-8b9905182107, identifier: KE72%20VYL
2026-03-28 11:23:02 [bca.uk] INFO: Found listing with ID: VN70%20ZTV
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520ZTV%27 HTTP/1.1" 200 None
2026-03-28 11:23:02 [bca.uk] INFO: Scrape type for VN70%20ZTV: 2
2026-03-28 11:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84d94259-3092-563d-aac5-6362cff45c0f with identifier: VN70%20ZTV
2026-03-28 11:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84d94259-3092-563d-aac5-6362cff45c0f with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84d94259-3092-563d-aac5-6362cff45c0f with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84d94259-3092-563d-aac5-6362cff45c0f, identifier: VN70%20ZTV
2026-03-28 11:23:02 [bca.uk] INFO: Found listing with ID: HY74%20MZT
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY74%2520MZT%27 HTTP/1.1" 200 None
2026-03-28 11:23:02 [bca.uk] INFO: Scrape type for HY74%20MZT: 2
2026-03-28 11:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d23dae-1737-5292-99ec-5182c77f2906 with identifier: HY74%20MZT
2026-03-28 11:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d23dae-1737-5292-99ec-5182c77f2906 with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d23dae-1737-5292-99ec-5182c77f2906 with scrape type 2
2026-03-28 11:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12d23dae-1737-5292-99ec-5182c77f2906, identifier: HY74%20MZT
2026-03-28 11:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99718f70-b656-5c06-a4b7-b8cc89040046 with identifier: SL64%20VKX
2026-03-28 11:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99718f70-b656-5c06-a4b7-b8cc89040046 with identifier: SL64%20VKX
2026-03-28 11:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99718f70-b656-5c06-a4b7-b8cc89040046 with identifier: SL64%20VKX to the API
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL64%20VKX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99718f70-b656-5c06-a4b7-b8cc89040046',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL64 VKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL64%20VKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 64363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 VTI FELINE MPV',
 'transmission': 'manual',
 'trim': 'VTI FELINE',
 'vin': 'VF3CU5FS0EY137026',
 'year': 2014}
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520VKX%27 HTTP/1.1" 200 None
2026-03-28 11:23:03 [bca.uk] INFO: Saving data for SL64%20VKX: {'auction_closing_time': 1774778400.0, 'created_time': 1773829116.772829, 'last_price_update_time': 1774696983.223075}
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL64%2520VKX') HTTP/1.1" 204 0
2026-03-28 11:23:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dfc5aa0-8efc-511f-ae32-8b9905182107 with identifier: KE72%20VYL
2026-03-28 11:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dfc5aa0-8efc-511f-ae32-8b9905182107 with identifier: KE72%20VYL
2026-03-28 11:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dfc5aa0-8efc-511f-ae32-8b9905182107 with identifier: KE72%20VYL to the API
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20VYL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dfc5aa0-8efc-511f-ae32-8b9905182107',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE72 VYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20VYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 17655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 GS Hatchback',
 'transmission': 'manual',
 'trim': 'GS',
 'vin': 'VXKUPHMHDP4012301',
 'year': 2023}
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYL%27 HTTP/1.1" 200 None
2026-03-28 11:23:03 [bca.uk] INFO: Saving data for KE72%20VYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774609367.704854, 'last_price_update_time': 1774696983.502711}
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520VYL') HTTP/1.1" 204 0
2026-03-28 11:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84d94259-3092-563d-aac5-6362cff45c0f with identifier: VN70%20ZTV
2026-03-28 11:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84d94259-3092-563d-aac5-6362cff45c0f with identifier: VN70%20ZTV
2026-03-28 11:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84d94259-3092-563d-aac5-6362cff45c0f with identifier: VN70%20ZTV to the API
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN70%20ZTV-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '84d94259-3092-563d-aac5-6362cff45c0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN70 ZTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN70%20ZTV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 52221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA-E 100KW 50KWH ELITE(LAUNCH)(7.4) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ELITE(LAUNCH)(7.4)',
 'vin': 'VXKUHZKXZL4451429',
 'year': 2020}
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520ZTV%27 HTTP/1.1" 200 None
2026-03-28 11:23:03 [bca.uk] INFO: Saving data for VN70%20ZTV: {'auction_closing_time': 1775199600.0, 'created_time': 1773844081.255402, 'last_price_update_time': 1774696983.807379}
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520ZTV') HTTP/1.1" 204 0
2026-03-28 11:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12d23dae-1737-5292-99ec-5182c77f2906 with identifier: HY74%20MZT
2026-03-28 11:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12d23dae-1737-5292-99ec-5182c77f2906 with identifier: HY74%20MZT
2026-03-28 11:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12d23dae-1737-5292-99ec-5182c77f2906 with identifier: HY74%20MZT to the API
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY74%20MZT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12d23dae-1737-5292-99ec-5182c77f2906',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY74 MZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY74%20MZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 11722,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 MATCH DSG',
 'vin': 'WVGZZZCT6RW038863',
 'year': 2024}
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY74%2520MZT%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Saving data for HY74%20MZT: {'auction_closing_time': 1774864800.0, 'created_time': 1774303859.266168, 'last_price_update_time': 1774696984.117862}
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY74%2520MZT') HTTP/1.1" 204 0
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: PJ14%20OKB
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ14%2520OKB%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for PJ14%20OKB: 2
2026-03-28 11:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b25e52bb-687a-570c-a26a-5da3d198bdb7 with identifier: PJ14%20OKB
2026-03-28 11:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b25e52bb-687a-570c-a26a-5da3d198bdb7 with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b25e52bb-687a-570c-a26a-5da3d198bdb7 with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b25e52bb-687a-570c-a26a-5da3d198bdb7, identifier: PJ14%20OKB
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: KE72%20NKO
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NKO%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for KE72%20NKO: 2
2026-03-28 11:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 441c6389-5fc7-5c62-a83b-b5b310863760 with identifier: KE72%20NKO
2026-03-28 11:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 441c6389-5fc7-5c62-a83b-b5b310863760 with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 441c6389-5fc7-5c62-a83b-b5b310863760 with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 441c6389-5fc7-5c62-a83b-b5b310863760, identifier: KE72%20NKO
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: WK14%20PUV
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520PUV%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for WK14%20PUV: 0
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: WL69%20CEO
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL69%2520CEO%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for WL69%20CEO: 0
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: YG68%20UHR
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520UHR%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for YG68%20UHR: 0
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: BN11%20YGG
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN11%2520YGG%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for BN11%20YGG: 0
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: LC71%20YZX
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520YZX%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for LC71%20YZX: 2
2026-03-28 11:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6bb421a-2600-59a4-8f84-6abb417dc43e with identifier: LC71%20YZX
2026-03-28 11:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6bb421a-2600-59a4-8f84-6abb417dc43e with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6bb421a-2600-59a4-8f84-6abb417dc43e with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6bb421a-2600-59a4-8f84-6abb417dc43e, identifier: LC71%20YZX
2026-03-28 11:23:04 [bca.uk] INFO: Found listing with ID: KJ73%20ZXA
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ73%2520ZXA%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Scrape type for KJ73%20ZXA: 2
2026-03-28 11:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb149631-c49f-5ae7-ab25-89f35ef3f70b with identifier: KJ73%20ZXA
2026-03-28 11:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb149631-c49f-5ae7-ab25-89f35ef3f70b with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb149631-c49f-5ae7-ab25-89f35ef3f70b with scrape type 2
2026-03-28 11:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb149631-c49f-5ae7-ab25-89f35ef3f70b, identifier: KJ73%20ZXA
2026-03-28 11:23:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b25e52bb-687a-570c-a26a-5da3d198bdb7 with identifier: PJ14%20OKB
2026-03-28 11:23:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b25e52bb-687a-570c-a26a-5da3d198bdb7 with identifier: PJ14%20OKB
2026-03-28 11:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b25e52bb-687a-570c-a26a-5da3d198bdb7 with identifier: PJ14%20OKB to the API
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ14%20OKB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b25e52bb-687a-570c-a26a-5da3d198bdb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ14 OKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ14%20OKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 92635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 163 4WD TITANIUM X StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 163 4WD TITANIUM X',
 'vin': 'WF0AXXWPMAEJ62368',
 'year': 2014}
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ14%2520OKB%27 HTTP/1.1" 200 None
2026-03-28 11:23:04 [bca.uk] INFO: Saving data for PJ14%20OKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774609671.137294, 'last_price_update_time': 1774696984.977104}
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ14%2520OKB') HTTP/1.1" 204 0
2026-03-28 11:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 441c6389-5fc7-5c62-a83b-b5b310863760 with identifier: KE72%20NKO
2026-03-28 11:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 441c6389-5fc7-5c62-a83b-b5b310863760 with identifier: KE72%20NKO
2026-03-28 11:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 441c6389-5fc7-5c62-a83b-b5b310863760 with identifier: KE72%20NKO to the API
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20NKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '441c6389-5fc7-5c62-a83b-b5b310863760',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE72 NKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20NKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 16089,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDN4443422',
 'year': 2023}
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NKO%27 HTTP/1.1" 200 None
2026-03-28 11:23:05 [bca.uk] INFO: Saving data for KE72%20NKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774609375.999351, 'last_price_update_time': 1774696985.352386}
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520NKO') HTTP/1.1" 204 0
2026-03-28 11:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6bb421a-2600-59a4-8f84-6abb417dc43e with identifier: LC71%20YZX
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=digital+white+metallic HTTP/1.1" 200 None
2026-03-28 11:23:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6bb421a-2600-59a4-8f84-6abb417dc43e with identifier: LC71%20YZX
2026-03-28 11:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6bb421a-2600-59a4-8f84-6abb417dc43e with identifier: LC71%20YZX to the API
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20YZX-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e6bb421a-2600-59a4-8f84-6abb417dc43e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LC71 YZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20YZX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 18735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J018420',
 'year': 2021}
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520YZX%27 HTTP/1.1" 200 None
2026-03-28 11:23:05 [bca.uk] INFO: Saving data for LC71%20YZX: {'auction_closing_time': 1775116800.0, 'created_time': 1773842297.338109, 'last_price_update_time': 1774696985.785393}
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520YZX') HTTP/1.1" 204 0
2026-03-28 11:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb149631-c49f-5ae7-ab25-89f35ef3f70b with identifier: KJ73%20ZXA
2026-03-28 11:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb149631-c49f-5ae7-ab25-89f35ef3f70b with identifier: KJ73%20ZXA
2026-03-28 11:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb149631-c49f-5ae7-ab25-89f35ef3f70b with identifier: KJ73%20ZXA to the API
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ73%20ZXA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb149631-c49f-5ae7-ab25-89f35ef3f70b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ73 ZXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ73%20ZXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 21935,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 P/T 130 GT EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSXRL011346',
 'year': 2024}
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ73%2520ZXA%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Saving data for KJ73%20ZXA: {'auction_closing_time': 1774864800.0, 'created_time': 1773842839.918354, 'last_price_update_time': 1774696986.09291}
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ73%2520ZXA') HTTP/1.1" 204 0
2026-03-28 11:23:06 [bca.uk] INFO: Found listing with ID: YR73%20ZBL
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZBL%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Scrape type for YR73%20ZBL: 0
2026-03-28 11:23:06 [bca.uk] INFO: Found listing with ID: OV19%20WVN
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520WVN%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Scrape type for OV19%20WVN: 2
2026-03-28 11:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b1704a5-8808-577c-9ac7-e582b7f0e107 with identifier: OV19%20WVN
2026-03-28 11:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b1704a5-8808-577c-9ac7-e582b7f0e107 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b1704a5-8808-577c-9ac7-e582b7f0e107 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b1704a5-8808-577c-9ac7-e582b7f0e107, identifier: OV19%20WVN
2026-03-28 11:23:06 [bca.uk] INFO: Found listing with ID: KE72%20LVD
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LVD%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Scrape type for KE72%20LVD: 2
2026-03-28 11:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7030dfd-7883-51e4-b854-1f3041336862 with identifier: KE72%20LVD
2026-03-28 11:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7030dfd-7883-51e4-b854-1f3041336862 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7030dfd-7883-51e4-b854-1f3041336862 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7030dfd-7883-51e4-b854-1f3041336862, identifier: KE72%20LVD
2026-03-28 11:23:06 [bca.uk] INFO: Found listing with ID: LN71%20KUJ
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520KUJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Scrape type for LN71%20KUJ: 2
2026-03-28 11:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e75940-7f10-52b3-a8a3-9df7497100f1 with identifier: LN71%20KUJ
2026-03-28 11:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e75940-7f10-52b3-a8a3-9df7497100f1 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17e75940-7f10-52b3-a8a3-9df7497100f1 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17e75940-7f10-52b3-a8a3-9df7497100f1, identifier: LN71%20KUJ
2026-03-28 11:23:06 [bca.uk] INFO: Found listing with ID: LR68%20KMY
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520KMY%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Scrape type for LR68%20KMY: 2
2026-03-28 11:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f481eee-f551-5e37-97e1-3bf0f28919d5 with identifier: LR68%20KMY
2026-03-28 11:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f481eee-f551-5e37-97e1-3bf0f28919d5 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f481eee-f551-5e37-97e1-3bf0f28919d5 with scrape type 2
2026-03-28 11:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f481eee-f551-5e37-97e1-3bf0f28919d5, identifier: LR68%20KMY
2026-03-28 11:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b1704a5-8808-577c-9ac7-e582b7f0e107 with identifier: OV19%20WVN
2026-03-28 11:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b1704a5-8808-577c-9ac7-e582b7f0e107 with identifier: OV19%20WVN
2026-03-28 11:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b1704a5-8808-577c-9ac7-e582b7f0e107 with identifier: OV19%20WVN to the API
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV19%20WVN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b1704a5-8808-577c-9ac7-e582b7f0e107',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV19 WVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV19%20WVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 51797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 240 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 240 AWD R SPORT',
 'vin': 'SADCA2AN1KA606859',
 'year': 2019}
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520WVN%27 HTTP/1.1" 200 None
2026-03-28 11:23:06 [bca.uk] INFO: Saving data for OV19%20WVN: {'auction_closing_time': 1774951200.0, 'created_time': 1774609669.996326, 'last_price_update_time': 1774696986.829631}
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV19%2520WVN') HTTP/1.1" 204 0
2026-03-28 11:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7030dfd-7883-51e4-b854-1f3041336862 with identifier: KE72%20LVD
2026-03-28 11:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7030dfd-7883-51e4-b854-1f3041336862 with identifier: KE72%20LVD
2026-03-28 11:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7030dfd-7883-51e4-b854-1f3041336862 with identifier: KE72%20LVD to the API
2026-03-28 11:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20LVD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e7030dfd-7883-51e4-b854-1f3041336862',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE72 LVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20LVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDN4445049',
 'year': 2023}
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LVD%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Saving data for KE72%20LVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774609378.620051, 'last_price_update_time': 1774696987.109908}
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520LVD') HTTP/1.1" 204 0
2026-03-28 11:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17e75940-7f10-52b3-a8a3-9df7497100f1 with identifier: LN71%20KUJ
2026-03-28 11:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17e75940-7f10-52b3-a8a3-9df7497100f1 with identifier: LN71%20KUJ
2026-03-28 11:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17e75940-7f10-52b3-a8a3-9df7497100f1 with identifier: LN71%20KUJ to the API
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN71%20KUJ-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '17e75940-7f10-52b3-a8a3-9df7497100f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN71 KUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN71%20KUJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 45547,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13200,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J025603',
 'year': 2021}
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520KUJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Saving data for LN71%20KUJ: {'auction_closing_time': 1775116800.0, 'created_time': 1773842294.011273, 'last_price_update_time': 1774696987.412132}
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN71%2520KUJ') HTTP/1.1" 204 0
2026-03-28 11:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f481eee-f551-5e37-97e1-3bf0f28919d5 with identifier: LR68%20KMY
2026-03-28 11:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f481eee-f551-5e37-97e1-3bf0f28919d5 with identifier: LR68%20KMY
2026-03-28 11:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f481eee-f551-5e37-97e1-3bf0f28919d5 with identifier: LR68%20KMY to the API
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR68%20KMY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f481eee-f551-5e37-97e1-3bf0f28919d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR68 KMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR68%20KMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 51534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 1.5 VTEC TURBO 4WD EX StationWagon',
 'transmission': 'automatic',
 'trim': 'VTEC TURBO 4WD EX',
 'vin': 'JHMRW2880KX200219',
 'year': 2018}
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520KMY%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Saving data for LR68%20KMY: {'auction_closing_time': 1774864800.0, 'created_time': 1773846163.556191, 'last_price_update_time': 1774696987.752815}
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR68%2520KMY') HTTP/1.1" 204 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: YE17%20RJO
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520RJO%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for YE17%20RJO: 2
2026-03-28 11:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b4c374a-2336-541f-96a4-8b8221b0b02b with identifier: YE17%20RJO
2026-03-28 11:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b4c374a-2336-541f-96a4-8b8221b0b02b with scrape type 2
2026-03-28 11:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b4c374a-2336-541f-96a4-8b8221b0b02b with scrape type 2
2026-03-28 11:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b4c374a-2336-541f-96a4-8b8221b0b02b, identifier: YE17%20RJO
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: DK15%20OTF
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK15%2520OTF%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for DK15%20OTF: 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: NC54%20LBO
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC54%2520LBO%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for NC54%20LBO: 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: VN62%20JGX
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520JGX%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for VN62%20JGX: 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: YE14%20ELO
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE14%2520ELO%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for YE14%20ELO: 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: YK63%20HJU
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK63%2520HJU%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for YK63%20HJU: 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: YX59%20SFY
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX59%2520SFY%27 HTTP/1.1" 200 None
2026-03-28 11:23:07 [bca.uk] INFO: Scrape type for YX59%20SFY: 0
2026-03-28 11:23:07 [bca.uk] INFO: Found listing with ID: FX18%20DFL
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX18%2520DFL%27 HTTP/1.1" 200 None
2026-03-28 11:23:08 [bca.uk] INFO: Scrape type for FX18%20DFL: 2
2026-03-28 11:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 088c0f29-38f9-5b21-b419-0fe54818b714 with identifier: FX18%20DFL
2026-03-28 11:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 088c0f29-38f9-5b21-b419-0fe54818b714 with scrape type 2
2026-03-28 11:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 088c0f29-38f9-5b21-b419-0fe54818b714 with scrape type 2
2026-03-28 11:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 088c0f29-38f9-5b21-b419-0fe54818b714, identifier: FX18%20DFL
2026-03-28 11:23:08 [bca.uk] INFO: Found listing with ID: RE71%20LRU
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRU%27 HTTP/1.1" 200 None
2026-03-28 11:23:08 [bca.uk] INFO: Scrape type for RE71%20LRU: 2
2026-03-28 11:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd5d7cef-8b82-5024-b617-932b1b41d885 with identifier: RE71%20LRU
2026-03-28 11:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd5d7cef-8b82-5024-b617-932b1b41d885 with scrape type 2
2026-03-28 11:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd5d7cef-8b82-5024-b617-932b1b41d885 with scrape type 2
2026-03-28 11:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd5d7cef-8b82-5024-b617-932b1b41d885, identifier: RE71%20LRU
2026-03-28 11:23:08 [bca.uk] INFO: Found listing with ID: PF72%20YNU
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520YNU%27 HTTP/1.1" 200 None
2026-03-28 11:23:08 [bca.uk] INFO: Scrape type for PF72%20YNU: 2
2026-03-28 11:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bdf0039-e228-5529-babf-8946d25f5c64 with identifier: PF72%20YNU
2026-03-28 11:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bdf0039-e228-5529-babf-8946d25f5c64 with scrape type 2
2026-03-28 11:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bdf0039-e228-5529-babf-8946d25f5c64 with scrape type 2
2026-03-28 11:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bdf0039-e228-5529-babf-8946d25f5c64, identifier: PF72%20YNU
2026-03-28 11:23:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b4c374a-2336-541f-96a4-8b8221b0b02b with identifier: YE17%20RJO
2026-03-28 11:23:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b4c374a-2336-541f-96a4-8b8221b0b02b with identifier: YE17%20RJO
2026-03-28 11:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b4c374a-2336-541f-96a4-8b8221b0b02b with identifier: YE17%20RJO to the API
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE17%20RJO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b4c374a-2336-541f-96a4-8b8221b0b02b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE17 RJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE17%20RJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 48122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 GRAN TOURER 2.0 220I T SPORT STEP MPV',
 'transmission': 'automatic',
 'trim': '220I T SPORT STEP',
 'vin': 'WBA2D520X05E19905',
 'year': 2017}
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520RJO%27 HTTP/1.1" 200 None
2026-03-28 11:23:08 [bca.uk] INFO: Saving data for YE17%20RJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609643.540401, 'last_price_update_time': 1774696988.653195}
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE17%2520RJO') HTTP/1.1" 204 0
2026-03-28 11:23:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 088c0f29-38f9-5b21-b419-0fe54818b714 with identifier: FX18%20DFL
2026-03-28 11:23:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 088c0f29-38f9-5b21-b419-0fe54818b714 with identifier: FX18%20DFL
2026-03-28 11:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 088c0f29-38f9-5b21-b419-0fe54818b714 with identifier: FX18%20DFL to the API
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX18%20DFL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '088c0f29-38f9-5b21-b419-0fe54818b714',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX18 DFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX18%20DFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 111593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYHD15846',
 'year': 2026}
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX18%2520DFL%27 HTTP/1.1" 200 None
2026-03-28 11:23:09 [bca.uk] INFO: Saving data for FX18%20DFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774609377.509342, 'last_price_update_time': 1774696989.079474}
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX18%2520DFL') HTTP/1.1" 204 0
2026-03-28 11:23:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd5d7cef-8b82-5024-b617-932b1b41d885 with identifier: RE71%20LRU
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=night+black HTTP/1.1" 200 None
2026-03-28 11:23:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd5d7cef-8b82-5024-b617-932b1b41d885 with identifier: RE71%20LRU
2026-03-28 11:23:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd5d7cef-8b82-5024-b617-932b1b41d885 with identifier: RE71%20LRU to the API
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE71%20LRU-GB',
 'category': 'Car',
 'color': 'night black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bd5d7cef-8b82-5024-b617-932b1b41d885',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE71 LRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE71%20LRU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 20177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J024991',
 'year': 2021}
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRU%27 HTTP/1.1" 200 None
2026-03-28 11:23:09 [bca.uk] INFO: Saving data for RE71%20LRU: {'auction_closing_time': 1775116800.0, 'created_time': 1773842245.528548, 'last_price_update_time': 1774696989.65218}
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520LRU') HTTP/1.1" 204 0
2026-03-28 11:23:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bdf0039-e228-5529-babf-8946d25f5c64 with identifier: PF72%20YNU
2026-03-28 11:23:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bdf0039-e228-5529-babf-8946d25f5c64 with identifier: PF72%20YNU
2026-03-28 11:23:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bdf0039-e228-5529-babf-8946d25f5c64 with identifier: PF72%20YNU to the API
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF72%20YNU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2bdf0039-e228-5529-babf-8946d25f5c64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF72 YNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF72%20YNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 22953,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1NB89142',
 'year': 2023}
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520YNU%27 HTTP/1.1" 200 None
2026-03-28 11:23:09 [bca.uk] INFO: Saving data for PF72%20YNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774044786.171294, 'last_price_update_time': 1774696989.953682}
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF72%2520YNU') HTTP/1.1" 204 0
2026-03-28 11:23:09 [bca.uk] INFO: Found listing with ID: FE22%20HHC
2026-03-28 11:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520HHC%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Scrape type for FE22%20HHC: 2
2026-03-28 11:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5910ecf7-c1b4-55f0-a0fc-4b55617b3421 with identifier: FE22%20HHC
2026-03-28 11:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5910ecf7-c1b4-55f0-a0fc-4b55617b3421 with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5910ecf7-c1b4-55f0-a0fc-4b55617b3421 with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5910ecf7-c1b4-55f0-a0fc-4b55617b3421, identifier: FE22%20HHC
2026-03-28 11:23:10 [bca.uk] INFO: Found listing with ID: MC22%20SWW
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520SWW%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Scrape type for MC22%20SWW: 0
2026-03-28 11:23:10 [bca.uk] INFO: Found listing with ID: KE72%20LTF
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LTF%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Scrape type for KE72%20LTF: 2
2026-03-28 11:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53208e3c-c663-54a6-bdb7-9852023960e6 with identifier: KE72%20LTF
2026-03-28 11:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53208e3c-c663-54a6-bdb7-9852023960e6 with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53208e3c-c663-54a6-bdb7-9852023960e6 with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53208e3c-c663-54a6-bdb7-9852023960e6, identifier: KE72%20LTF
2026-03-28 11:23:10 [bca.uk] INFO: Found listing with ID: RE71%20OCR
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OCR%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Scrape type for RE71%20OCR: 0
2026-03-28 11:23:10 [bca.uk] INFO: Found listing with ID: SA71%20HLE
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520HLE%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Scrape type for SA71%20HLE: 2
2026-03-28 11:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31018447-8462-5430-a4ef-8d972a53d90a with identifier: SA71%20HLE
2026-03-28 11:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31018447-8462-5430-a4ef-8d972a53d90a with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31018447-8462-5430-a4ef-8d972a53d90a with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31018447-8462-5430-a4ef-8d972a53d90a, identifier: SA71%20HLE
2026-03-28 11:23:10 [bca.uk] INFO: Found listing with ID: RJ72%20YEY
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ72%2520YEY%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Scrape type for RJ72%20YEY: 2
2026-03-28 11:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a620bf80-b1c6-52a2-950a-bfda677bbd87 with identifier: RJ72%20YEY
2026-03-28 11:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a620bf80-b1c6-52a2-950a-bfda677bbd87 with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a620bf80-b1c6-52a2-950a-bfda677bbd87 with scrape type 2
2026-03-28 11:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a620bf80-b1c6-52a2-950a-bfda677bbd87, identifier: RJ72%20YEY
2026-03-28 11:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5910ecf7-c1b4-55f0-a0fc-4b55617b3421 with identifier: FE22%20HHC
2026-03-28 11:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5910ecf7-c1b4-55f0-a0fc-4b55617b3421 with identifier: FE22%20HHC
2026-03-28 11:23:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5910ecf7-c1b4-55f0-a0fc-4b55617b3421 with identifier: FE22%20HHC to the API
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '5910ecf7-c1b4-55f0-a0fc-4b55617b3421',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE22 HHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20HHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'XL 1200S',
 'odometer': 4886,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON XL 1200S SPORTSTER SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'SPORTSTER SPORT MOTORBIKE',
 'vin': '5HD1ZC442MS311763',
 'year': 2022}
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520HHC%27 HTTP/1.1" 200 None
2026-03-28 11:23:10 [bca.uk] INFO: Saving data for FE22%20HHC: {'auction_closing_time': 1775124000.0, 'created_time': 1774609636.244075, 'last_price_update_time': 1774696990.722702}
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520HHC') HTTP/1.1" 204 0
2026-03-28 11:23:10 [scrapy.extensions.logstats] INFO: Crawled 262 pages (at 3 pages/min), scraped 788 items (at 124 items/min)
2026-03-28 11:23:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 196MiB
2026-03-28 11:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53208e3c-c663-54a6-bdb7-9852023960e6 with identifier: KE72%20LTF
2026-03-28 11:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53208e3c-c663-54a6-bdb7-9852023960e6 with identifier: KE72%20LTF
2026-03-28 11:23:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53208e3c-c663-54a6-bdb7-9852023960e6 with identifier: KE72%20LTF to the API
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20LTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53208e3c-c663-54a6-bdb7-9852023960e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE72 LTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20LTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 23292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDN4445021',
 'year': 2023}
2026-03-28 11:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LTF%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Saving data for KE72%20LTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774609378.196861, 'last_price_update_time': 1774696991.007444}
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520LTF') HTTP/1.1" 204 0
2026-03-28 11:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31018447-8462-5430-a4ef-8d972a53d90a with identifier: SA71%20HLE
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cosmos+black+metallic HTTP/1.1" 200 None
2026-03-28 11:23:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31018447-8462-5430-a4ef-8d972a53d90a with identifier: SA71%20HLE
2026-03-28 11:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31018447-8462-5430-a4ef-8d972a53d90a with identifier: SA71%20HLE to the API
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA71%20HLE-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '31018447-8462-5430-a4ef-8d972a53d90a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SA71 HLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA71%20HLE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 20648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14900,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J020328',
 'year': 2021}
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520HLE%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Saving data for SA71%20HLE: {'auction_closing_time': 1775116800.0, 'created_time': 1773842320.365436, 'last_price_update_time': 1774696991.450453}
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA71%2520HLE') HTTP/1.1" 204 0
2026-03-28 11:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a620bf80-b1c6-52a2-950a-bfda677bbd87 with identifier: RJ72%20YEY
2026-03-28 11:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a620bf80-b1c6-52a2-950a-bfda677bbd87 with identifier: RJ72%20YEY
2026-03-28 11:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a620bf80-b1c6-52a2-950a-bfda677bbd87 with identifier: RJ72%20YEY to the API
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ72%20YEY-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a620bf80-b1c6-52a2-950a-bfda677bbd87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ72 YEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ72%20YEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 9065,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 1.0 TCE PRESTIGE Hatchback',
 'transmission': 'automatic',
 'trim': 'TCE PRESTIGE',
 'vin': 'UU1DJF00369757219',
 'year': 2023}
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ72%2520YEY%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Saving data for RJ72%20YEY: {'auction_closing_time': 1774864800.0, 'created_time': 1773832221.05364, 'last_price_update_time': 1774696991.743418}
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ72%2520YEY') HTTP/1.1" 204 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: DF14%20YVY
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520YVY%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for DF14%20YVY: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: PN65%20ZKF
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520ZKF%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for PN65%20ZKF: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: SE15%20AFU
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE15%2520AFU%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for SE15%20AFU: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: YL73%20HVO
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520HVO%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for YL73%20HVO: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: YL73%20AYE
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYE%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for YL73%20AYE: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: YH73%20SWJ
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for YH73%20SWJ: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: PK23%20DCU
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520DCU%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for PK23%20DCU: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: LM23%20VVL
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VVL%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for LM23%20VVL: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: LM23%20VSA
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VSA%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for LM23%20VSA: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: LM23%20VPT
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VPT%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for LM23%20VPT: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: LM23%20VLZ
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VLZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for LM23%20VLZ: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: LL23%20WCU
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520WCU%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for LL23%20WCU: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: HJ73%20OGH
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OGH%27 HTTP/1.1" 200 None
2026-03-28 11:23:11 [bca.uk] INFO: Scrape type for HJ73%20OGH: 0
2026-03-28 11:23:11 [bca.uk] INFO: Found listing with ID: YH73%20SWU
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWU%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for YH73%20SWU: 2
2026-03-28 11:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecabd688-c60d-5922-8b9a-8757d6aac7cb with identifier: YH73%20SWU
2026-03-28 11:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecabd688-c60d-5922-8b9a-8757d6aac7cb with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecabd688-c60d-5922-8b9a-8757d6aac7cb with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecabd688-c60d-5922-8b9a-8757d6aac7cb, identifier: YH73%20SWU
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: NL09%20OVC
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL09%2520OVC%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for NL09%20OVC: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SC12%20LVH
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC12%2520LVH%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SC12%20LVH: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: EJ06%20XSU
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ06%2520XSU%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for EJ06%20XSU: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: ML08%20UCY
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520UCY%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for ML08%20UCY: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: BK73%20SKU
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520SKU%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for BK73%20SKU: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: YF12%20YHB
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF12%2520YHB%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for YF12%20YHB: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: CE10%20VBJ
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE10%2520VBJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for CE10%20VBJ: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: KT07%20CZW
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT07%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for KT07%20CZW: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SY59%20TZB
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY59%2520TZB%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SY59%20TZB: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: WK09%20UJC
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520UJC%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for WK09%20UJC: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: KR11%20MOF
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR11%2520MOF%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for KR11%20MOF: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SJ58%20VYU
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ58%2520VYU%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SJ58%20VYU: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SL12%20NYY
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL12%2520NYY%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SL12%20NYY: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SR10%20HCE
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520HCE%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SR10%20HCE: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: AV10%20OGD
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV10%2520OGD%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for AV10%20OGD: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: EO11%20PKX
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO11%2520PKX%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for EO11%20PKX: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: FG62%20UCZ
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG62%2520UCZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for FG62%20UCZ: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: FY61%20JNV
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY61%2520JNV%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for FY61%20JNV: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: GV55%20UOJ
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV55%2520UOJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for GV55%20UOJ: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: YG56%20OUJ
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG56%2520OUJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for YG56%20OUJ: 0
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: EO16%20WXF
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520WXF%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for EO16%20WXF: 2
2026-03-28 11:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32 with identifier: EO16%20WXF
2026-03-28 11:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32 with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32 with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32, identifier: EO16%20WXF
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SC71%20MKZ
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520MKZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SC71%20MKZ: 2
2026-03-28 11:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18e86cde-0c34-54ce-9526-0bc191bc6ab5 with identifier: SC71%20MKZ
2026-03-28 11:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e86cde-0c34-54ce-9526-0bc191bc6ab5 with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18e86cde-0c34-54ce-9526-0bc191bc6ab5 with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18e86cde-0c34-54ce-9526-0bc191bc6ab5, identifier: SC71%20MKZ
2026-03-28 11:23:12 [bca.uk] INFO: Found listing with ID: SF19%20EBJ
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520EBJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:12 [bca.uk] INFO: Scrape type for SF19%20EBJ: 2
2026-03-28 11:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d with identifier: SF19%20EBJ
2026-03-28 11:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d with scrape type 2
2026-03-28 11:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d, identifier: SF19%20EBJ
2026-03-28 11:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecabd688-c60d-5922-8b9a-8757d6aac7cb with identifier: YH73%20SWU
2026-03-28 11:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecabd688-c60d-5922-8b9a-8757d6aac7cb with identifier: YH73%20SWU
2026-03-28 11:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecabd688-c60d-5922-8b9a-8757d6aac7cb with identifier: YH73%20SWU to the API
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH73%20SWU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ecabd688-c60d-5922-8b9a-8757d6aac7cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH73 SWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH73%20SWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 20084,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB2RR003710',
 'year': 2023}
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWU%27 HTTP/1.1" 200 None
2026-03-28 11:23:13 [bca.uk] INFO: Saving data for YH73%20SWU: {'auction_closing_time': 1774864800.0, 'created_time': 1774264529.807233, 'last_price_update_time': 1774696993.05213}
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520SWU') HTTP/1.1" 204 0
2026-03-28 11:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32 with identifier: EO16%20WXF
2026-03-28 11:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32 with identifier: EO16%20WXF
2026-03-28 11:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32 with identifier: EO16%20WXF to the API
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO16%20WXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f42a1ee-2fc9-5a71-9129-2bf07cd9fb32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO16 WXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO16%20WXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 90939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M7GD014170',
 'year': 2016}
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520WXF%27 HTTP/1.1" 200 None
2026-03-28 11:23:13 [bca.uk] INFO: Saving data for EO16%20WXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774609567.299756, 'last_price_update_time': 1774696993.454463}
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO16%2520WXF') HTTP/1.1" 204 0
2026-03-28 11:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18e86cde-0c34-54ce-9526-0bc191bc6ab5 with identifier: SC71%20MKZ
2026-03-28 11:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18e86cde-0c34-54ce-9526-0bc191bc6ab5 with identifier: SC71%20MKZ
2026-03-28 11:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18e86cde-0c34-54ce-9526-0bc191bc6ab5 with identifier: SC71%20MKZ to the API
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC71%20MKZ-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '18e86cde-0c34-54ce-9526-0bc191bc6ab5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SC71 MKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC71%20MKZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 21573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66KWH AMG LINE',
 'vin': 'W1N2437012J019340',
 'year': 2022}
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520MKZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:13 [bca.uk] INFO: Saving data for SC71%20MKZ: {'auction_closing_time': 1775116800.0, 'created_time': 1773842293.628485, 'last_price_update_time': 1774696993.744679}
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC71%2520MKZ') HTTP/1.1" 204 0
2026-03-28 11:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d with identifier: SF19%20EBJ
2026-03-28 11:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d with identifier: SF19%20EBJ
2026-03-28 11:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 547657b9-b36f-5f90-9aaa-b60b4d6e9a4d with identifier: SF19%20EBJ to the API
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF19%20EBJ-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '547657b9-b36f-5f90-9aaa-b60b4d6e9a4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF19 EBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF19%20EBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'RIFTER',
 'odometer': 13546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT RIFTER 1.5 BLUEHDI 100 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ALLURE',
 'vin': 'VR3ECYHYCKJ620601',
 'year': 2019}
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520EBJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Saving data for SF19%20EBJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609672.213439, 'last_price_update_time': 1774696994.024913}
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF19%2520EBJ') HTTP/1.1" 204 0
2026-03-28 11:23:14 [bca.uk] INFO: Found listing with ID: YK72%20MZU
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520MZU%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Scrape type for YK72%20MZU: 2
2026-03-28 11:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a13c0f99-0dc7-52bf-99e9-72940edc0534 with identifier: YK72%20MZU
2026-03-28 11:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a13c0f99-0dc7-52bf-99e9-72940edc0534 with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a13c0f99-0dc7-52bf-99e9-72940edc0534 with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a13c0f99-0dc7-52bf-99e9-72940edc0534, identifier: YK72%20MZU
2026-03-28 11:23:14 [bca.uk] INFO: Found listing with ID: BL21%20JHX
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Scrape type for BL21%20JHX: 0
2026-03-28 11:23:14 [bca.uk] INFO: Found listing with ID: GN66%20PMY
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520PMY%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Scrape type for GN66%20PMY: 2
2026-03-28 11:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d431fdee-9210-58c0-ae32-c6458be688a1 with identifier: GN66%20PMY
2026-03-28 11:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d431fdee-9210-58c0-ae32-c6458be688a1 with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d431fdee-9210-58c0-ae32-c6458be688a1 with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d431fdee-9210-58c0-ae32-c6458be688a1, identifier: GN66%20PMY
2026-03-28 11:23:14 [bca.uk] INFO: Found listing with ID: SO71%20GXR
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520GXR%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Scrape type for SO71%20GXR: 2
2026-03-28 11:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6274775b-c15b-56db-bec6-f23f655568ab with identifier: SO71%20GXR
2026-03-28 11:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6274775b-c15b-56db-bec6-f23f655568ab with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6274775b-c15b-56db-bec6-f23f655568ab with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6274775b-c15b-56db-bec6-f23f655568ab, identifier: SO71%20GXR
2026-03-28 11:23:14 [bca.uk] INFO: Found listing with ID: WO19%20DKN
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520DKN%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Scrape type for WO19%20DKN: 2
2026-03-28 11:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93315278-0daf-5c05-bc81-aa64e457eb5a with identifier: WO19%20DKN
2026-03-28 11:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93315278-0daf-5c05-bc81-aa64e457eb5a with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93315278-0daf-5c05-bc81-aa64e457eb5a with scrape type 2
2026-03-28 11:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93315278-0daf-5c05-bc81-aa64e457eb5a, identifier: WO19%20DKN
2026-03-28 11:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a13c0f99-0dc7-52bf-99e9-72940edc0534 with identifier: YK72%20MZU
2026-03-28 11:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a13c0f99-0dc7-52bf-99e9-72940edc0534 with identifier: YK72%20MZU
2026-03-28 11:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a13c0f99-0dc7-52bf-99e9-72940edc0534 with identifier: YK72%20MZU to the API
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK72%20MZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a13c0f99-0dc7-52bf-99e9-72940edc0534',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK72 MZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK72%20MZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 19635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.4 B-JET 48V HYBRID SZ-T Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET 48V HYBRID SZ-T',
 'vin': 'TSMLYDD1S00C20522',
 'year': 2023}
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520MZU%27 HTTP/1.1" 200 None
2026-03-28 11:23:14 [bca.uk] INFO: Saving data for YK72%20MZU: {'auction_closing_time': 1775037600.0, 'created_time': 1774609667.559522, 'last_price_update_time': 1774696994.780631}
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK72%2520MZU') HTTP/1.1" 204 0
2026-03-28 11:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d431fdee-9210-58c0-ae32-c6458be688a1 with identifier: GN66%20PMY
2026-03-28 11:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d431fdee-9210-58c0-ae32-c6458be688a1 with identifier: GN66%20PMY
2026-03-28 11:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d431fdee-9210-58c0-ae32-c6458be688a1 with identifier: GN66%20PMY to the API
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN66%20PMY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd431fdee-9210-58c0-ae32-c6458be688a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN66 PMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN66%20PMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 70487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TFSI 230 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI 230 QUATTRO S LINE S-T',
 'vin': 'TRUZZZFV1H1005479',
 'year': 2016}
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520PMY%27 HTTP/1.1" 200 None
2026-03-28 11:23:15 [bca.uk] INFO: Saving data for GN66%20PMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774355477.193699, 'last_price_update_time': 1774696995.058899}
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN66%2520PMY') HTTP/1.1" 204 0
2026-03-28 11:23:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6274775b-c15b-56db-bec6-f23f655568ab with identifier: SO71%20GXR
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mountain+grey+metallic HTTP/1.1" 200 None
2026-03-28 11:23:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6274775b-c15b-56db-bec6-f23f655568ab with identifier: SO71%20GXR
2026-03-28 11:23:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6274775b-c15b-56db-bec6-f23f655568ab with identifier: SO71%20GXR to the API
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO71%20GXR-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '6274775b-c15b-56db-bec6-f23f655568ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SO71 GXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO71%20GXR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 28872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14300,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J020435',
 'year': 2021}
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520GXR%27 HTTP/1.1" 200 None
2026-03-28 11:23:15 [bca.uk] INFO: Saving data for SO71%20GXR: {'auction_closing_time': 1775116800.0, 'created_time': 1773842204.096228, 'last_price_update_time': 1774696995.616686}
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO71%2520GXR') HTTP/1.1" 204 0
2026-03-28 11:23:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93315278-0daf-5c05-bc81-aa64e457eb5a with identifier: WO19%20DKN
2026-03-28 11:23:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93315278-0daf-5c05-bc81-aa64e457eb5a with identifier: WO19%20DKN
2026-03-28 11:23:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93315278-0daf-5c05-bc81-aa64e457eb5a with identifier: WO19%20DKN to the API
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO19%20DKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93315278-0daf-5c05-bc81-aa64e457eb5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO19 DKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO19%20DKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 39125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S EXCLUSIVE',
 'vin': 'WMWYW720503J01585',
 'year': 2019}
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520DKN%27 HTTP/1.1" 200 None
2026-03-28 11:23:15 [bca.uk] INFO: Saving data for WO19%20DKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774044787.45907, 'last_price_update_time': 1774696995.943395}
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO19%2520DKN') HTTP/1.1" 204 0
2026-03-28 11:23:15 [bca.uk] INFO: Found listing with ID: YH73%20RSV
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520RSV%27 HTTP/1.1" 200 None
2026-03-28 11:23:15 [bca.uk] INFO: Scrape type for YH73%20RSV: 0
2026-03-28 11:23:15 [bca.uk] INFO: Found listing with ID: EJ71%20BZD
2026-03-28 11:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BZD%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for EJ71%20BZD: 2
2026-03-28 11:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c57cef0-53f6-53e9-9f33-481d917f268d with identifier: EJ71%20BZD
2026-03-28 11:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c57cef0-53f6-53e9-9f33-481d917f268d with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c57cef0-53f6-53e9-9f33-481d917f268d with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c57cef0-53f6-53e9-9f33-481d917f268d, identifier: EJ71%20BZD
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: AF13%20YZA
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520YZA%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for AF13%20YZA: 2
2026-03-28 11:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e with identifier: AF13%20YZA
2026-03-28 11:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e, identifier: AF13%20YZA
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: WA71%20MGX
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA71%2520MGX%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for WA71%20MGX: 2
2026-03-28 11:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf8e399c-1485-5390-89b4-a2e3e1b7a09b with identifier: WA71%20MGX
2026-03-28 11:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf8e399c-1485-5390-89b4-a2e3e1b7a09b with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf8e399c-1485-5390-89b4-a2e3e1b7a09b with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf8e399c-1485-5390-89b4-a2e3e1b7a09b, identifier: WA71%20MGX
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: YB22%20WCA
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520WCA%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for YB22%20WCA: 0
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: YA72%20XTC
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520XTC%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for YA72%20XTC: 0
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: YA72%20SUH
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520SUH%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for YA72%20SUH: 0
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: SH72%20EWE
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH72%2520EWE%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for SH72%20EWE: 0
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: OV23%20FHD
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520FHD%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for OV23%20FHD: 0
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: HN72%20VFD
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520VFD%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for HN72%20VFD: 0
2026-03-28 11:23:16 [bca.uk] INFO: Found listing with ID: GX23%20XHN
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XHN%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Scrape type for GX23%20XHN: 2
2026-03-28 11:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8795a0a-83b8-5637-8250-62cfdad8a045 with identifier: GX23%20XHN
2026-03-28 11:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8795a0a-83b8-5637-8250-62cfdad8a045 with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8795a0a-83b8-5637-8250-62cfdad8a045 with scrape type 2
2026-03-28 11:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8795a0a-83b8-5637-8250-62cfdad8a045, identifier: GX23%20XHN
2026-03-28 11:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c57cef0-53f6-53e9-9f33-481d917f268d with identifier: EJ71%20BZD
2026-03-28 11:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c57cef0-53f6-53e9-9f33-481d917f268d with identifier: EJ71%20BZD
2026-03-28 11:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c57cef0-53f6-53e9-9f33-481d917f268d with identifier: EJ71%20BZD to the API
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ71%20BZD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c57cef0-53f6-53e9-9f33-481d917f268d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ71 BZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ71%20BZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 114890,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LEADER L/R Refrigerated',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYMG42974',
 'year': 2022}
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BZD%27 HTTP/1.1" 200 None
2026-03-28 11:23:16 [bca.uk] INFO: Saving data for EJ71%20BZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774609664.389432, 'last_price_update_time': 1774696996.929726}
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520BZD') HTTP/1.1" 204 0
2026-03-28 11:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e with identifier: AF13%20YZA
2026-03-28 11:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e with identifier: AF13%20YZA
2026-03-28 11:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e with identifier: AF13%20YZA to the API
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF13%20YZA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b0cd991-72a1-5c8b-9cd9-bf34cf073b1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF13 YZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF13%20YZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 183561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 HSE BLACK EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 HSE BLACK EDITION',
 'vin': 'SALLSAAG5DA811211',
 'year': 2013}
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520YZA%27 HTTP/1.1" 200 None
2026-03-28 11:23:17 [bca.uk] INFO: Saving data for AF13%20YZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774609559.415153, 'last_price_update_time': 1774696997.355643}
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF13%2520YZA') HTTP/1.1" 204 0
2026-03-28 11:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf8e399c-1485-5390-89b4-a2e3e1b7a09b with identifier: WA71%20MGX
2026-03-28 11:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf8e399c-1485-5390-89b4-a2e3e1b7a09b with identifier: WA71%20MGX
2026-03-28 11:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf8e399c-1485-5390-89b4-a2e3e1b7a09b with identifier: WA71%20MGX to the API
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA71%20MGX-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf8e399c-1485-5390-89b4-a2e3e1b7a09b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA71 MGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA71%20MGX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 9005,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15900,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66KWH AMG LINE',
 'vin': 'W1N2437012J013448',
 'year': 2021}
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA71%2520MGX%27 HTTP/1.1" 200 None
2026-03-28 11:23:17 [bca.uk] INFO: Saving data for WA71%20MGX: {'auction_closing_time': 1775116800.0, 'created_time': 1773842203.44317, 'last_price_update_time': 1774696997.76721}
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA71%2520MGX') HTTP/1.1" 204 0
2026-03-28 11:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8795a0a-83b8-5637-8250-62cfdad8a045 with identifier: GX23%20XHN
2026-03-28 11:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8795a0a-83b8-5637-8250-62cfdad8a045 with identifier: GX23%20XHN
2026-03-28 11:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8795a0a-83b8-5637-8250-62cfdad8a045 with identifier: GX23%20XHN to the API
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX23%20XHN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e8795a0a-83b8-5637-8250-62cfdad8a045',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX23 XHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX23%20XHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 39080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 50 220KW 83KWH Q S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q S LINE',
 'vin': 'WAUZZZFZ2PP033734',
 'year': 2023}
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XHN%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Saving data for GX23%20XHN: {'auction_closing_time': 1774864800.0, 'created_time': 1773827056.796908, 'last_price_update_time': 1774696998.078019}
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX23%2520XHN') HTTP/1.1" 204 0
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: LM23%20VXR
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VXR%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for LM23%20VXR: 0
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: LM23%20VNR
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VNR%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for LM23%20VNR: 0
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: KF72%20AOM
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AOM%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for KF72%20AOM: 0
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: YP25%20BUW
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BUW%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for YP25%20BUW: 2
2026-03-28 11:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2775548-5d7f-50aa-93a7-bea6484ab230 with identifier: YP25%20BUW
2026-03-28 11:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2775548-5d7f-50aa-93a7-bea6484ab230 with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2775548-5d7f-50aa-93a7-bea6484ab230 with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2775548-5d7f-50aa-93a7-bea6484ab230, identifier: YP25%20BUW
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: SKZ%20335
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SKZ%2520335%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for SKZ%20335: 2
2026-03-28 11:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80 with identifier: SKZ%20335
2026-03-28 11:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80 with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80 with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80, identifier: SKZ%20335
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: WH21%20BFN
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520BFN%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for WH21%20BFN: 2
2026-03-28 11:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70db5c24-3fd8-5631-aa35-9d683b8f8aaf with identifier: WH21%20BFN
2026-03-28 11:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70db5c24-3fd8-5631-aa35-9d683b8f8aaf with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70db5c24-3fd8-5631-aa35-9d683b8f8aaf with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70db5c24-3fd8-5631-aa35-9d683b8f8aaf, identifier: WH21%20BFN
2026-03-28 11:23:18 [bca.uk] INFO: Found listing with ID: GJ22%20NLP
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NLP%27 HTTP/1.1" 200 None
2026-03-28 11:23:18 [bca.uk] INFO: Scrape type for GJ22%20NLP: 2
2026-03-28 11:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9acdf9-b891-5c1c-a4cb-2198123f72e2 with identifier: GJ22%20NLP
2026-03-28 11:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9acdf9-b891-5c1c-a4cb-2198123f72e2 with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba9acdf9-b891-5c1c-a4cb-2198123f72e2 with scrape type 2
2026-03-28 11:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba9acdf9-b891-5c1c-a4cb-2198123f72e2, identifier: GJ22%20NLP
2026-03-28 11:23:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2775548-5d7f-50aa-93a7-bea6484ab230 with identifier: YP25%20BUW
2026-03-28 11:23:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2775548-5d7f-50aa-93a7-bea6484ab230 with identifier: YP25%20BUW
2026-03-28 11:23:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2775548-5d7f-50aa-93a7-bea6484ab230 with identifier: YP25%20BUW to the API
2026-03-28 11:23:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP25%20BUW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c2775548-5d7f-50aa-93a7-bea6484ab230',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP25 BUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP25%20BUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 9867,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1ZB3AE30E136885',
 'year': 2025}
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BUW%27 HTTP/1.1" 200 None
2026-03-28 11:23:19 [bca.uk] INFO: Saving data for YP25%20BUW: {'auction_closing_time': 1774951200.0, 'created_time': 1774609677.916225, 'last_price_update_time': 1774696999.479421}
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP25%2520BUW') HTTP/1.1" 204 0
2026-03-28 11:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80 with identifier: SKZ%20335
2026-03-28 11:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80 with identifier: SKZ%20335
2026-03-28 11:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80 with identifier: SKZ%20335 to the API
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SKZ%20335-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ba02c94-ef9c-5fc1-9a54-ff3a059b4f80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SKZ 335',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SKZ%20335&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 50248,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.4 BOOSTERJET SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'BOOSTERJET SPORT',
 'vin': 'JSAAZC33S00113574',
 'year': 2019}
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SKZ%2520335%27 HTTP/1.1" 200 None
2026-03-28 11:23:19 [bca.uk] INFO: Saving data for SKZ%20335: {'auction_closing_time': 1774864800.0, 'created_time': 1774436736.998203, 'last_price_update_time': 1774696999.800995}
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SKZ%2520335') HTTP/1.1" 204 0
2026-03-28 11:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70db5c24-3fd8-5631-aa35-9d683b8f8aaf with identifier: WH21%20BFN
2026-03-28 11:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70db5c24-3fd8-5631-aa35-9d683b8f8aaf with identifier: WH21%20BFN
2026-03-28 11:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70db5c24-3fd8-5631-aa35-9d683b8f8aaf with identifier: WH21%20BFN to the API
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH21%20BFN-GB',
 'category': 'Car',
 'color': 'night black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '70db5c24-3fd8-5631-aa35-9d683b8f8aaf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WH21 BFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH21%20BFN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 50404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12600,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66KWH AMG LINE',
 'vin': 'W1N2437012J009247',
 'year': 2021}
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520BFN%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Saving data for WH21%20BFN: {'auction_closing_time': 1775116800.0, 'created_time': 1773842225.32446, 'last_price_update_time': 1774697000.155882}
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH21%2520BFN') HTTP/1.1" 204 0
2026-03-28 11:23:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba9acdf9-b891-5c1c-a4cb-2198123f72e2 with identifier: GJ22%20NLP
2026-03-28 11:23:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba9acdf9-b891-5c1c-a4cb-2198123f72e2 with identifier: GJ22%20NLP
2026-03-28 11:23:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba9acdf9-b891-5c1c-a4cb-2198123f72e2 with identifier: GJ22%20NLP to the API
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20NLP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ba9acdf9-b891-5c1c-a4cb-2198123f72e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ22 NLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20NLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 38367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXNC504314',
 'year': 2022}
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NLP%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Saving data for GJ22%20NLP: {'auction_closing_time': 1774864800.0, 'created_time': 1774365254.068413, 'last_price_update_time': 1774697000.476089}
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520NLP') HTTP/1.1" 204 0
2026-03-28 11:23:20 [bca.uk] INFO: Found listing with ID: HJ73%20NKT
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NKT%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Scrape type for HJ73%20NKT: 0
2026-03-28 11:23:20 [bca.uk] INFO: Found listing with ID: RE74%20DSU
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520DSU%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Scrape type for RE74%20DSU: 2
2026-03-28 11:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed272894-6aa9-5b8d-818f-8b2f4075872d with identifier: RE74%20DSU
2026-03-28 11:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed272894-6aa9-5b8d-818f-8b2f4075872d with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed272894-6aa9-5b8d-818f-8b2f4075872d with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed272894-6aa9-5b8d-818f-8b2f4075872d, identifier: RE74%20DSU
2026-03-28 11:23:20 [bca.uk] INFO: Found listing with ID: SJ21%20CCX
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Scrape type for SJ21%20CCX: 0
2026-03-28 11:23:20 [bca.uk] INFO: Found listing with ID: DN21%20KRJ
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520KRJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Scrape type for DN21%20KRJ: 2
2026-03-28 11:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eefbee13-cc23-52c3-8517-d16134aa95f9 with identifier: DN21%20KRJ
2026-03-28 11:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eefbee13-cc23-52c3-8517-d16134aa95f9 with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eefbee13-cc23-52c3-8517-d16134aa95f9 with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eefbee13-cc23-52c3-8517-d16134aa95f9, identifier: DN21%20KRJ
2026-03-28 11:23:20 [bca.uk] INFO: Found listing with ID: WV71%20UZC
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520UZC%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Scrape type for WV71%20UZC: 2
2026-03-28 11:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4807f722-d8cd-51d4-acf9-65575aa299d3 with identifier: WV71%20UZC
2026-03-28 11:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4807f722-d8cd-51d4-acf9-65575aa299d3 with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4807f722-d8cd-51d4-acf9-65575aa299d3 with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4807f722-d8cd-51d4-acf9-65575aa299d3, identifier: WV71%20UZC
2026-03-28 11:23:20 [bca.uk] INFO: Found listing with ID: DN10%20POA
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN10%2520POA%27 HTTP/1.1" 200 None
2026-03-28 11:23:20 [bca.uk] INFO: Scrape type for DN10%20POA: 2
2026-03-28 11:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a278354f-2fc5-5551-930c-552307f9f2c1 with identifier: DN10%20POA
2026-03-28 11:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a278354f-2fc5-5551-930c-552307f9f2c1 with scrape type 2
2026-03-28 11:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a278354f-2fc5-5551-930c-552307f9f2c1 with scrape type 2
2026-03-28 11:23:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a278354f-2fc5-5551-930c-552307f9f2c1, identifier: DN10%20POA
2026-03-28 11:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed272894-6aa9-5b8d-818f-8b2f4075872d with identifier: RE74%20DSU
2026-03-28 11:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed272894-6aa9-5b8d-818f-8b2f4075872d with identifier: RE74%20DSU
2026-03-28 11:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed272894-6aa9-5b8d-818f-8b2f4075872d with identifier: RE74%20DSU to the API
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE74%20DSU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ed272894-6aa9-5b8d-818f-8b2f4075872d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE74 DSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE74%20DSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 17840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI 207 HEV GT-LINE S StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI 207 HEV GT-LINE S',
 'vin': 'U5YPX81GMSL216468',
 'year': 2025}
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520DSU%27 HTTP/1.1" 200 None
2026-03-28 11:23:21 [bca.uk] INFO: Saving data for RE74%20DSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609661.38882, 'last_price_update_time': 1774697001.306186}
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE74%2520DSU') HTTP/1.1" 204 0
2026-03-28 11:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eefbee13-cc23-52c3-8517-d16134aa95f9 with identifier: DN21%20KRJ
2026-03-28 11:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eefbee13-cc23-52c3-8517-d16134aa95f9 with identifier: DN21%20KRJ
2026-03-28 11:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eefbee13-cc23-52c3-8517-d16134aa95f9 with identifier: DN21%20KRJ to the API
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN21%20KRJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eefbee13-cc23-52c3-8517-d16134aa95f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN21 KRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN21%20KRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 36261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 SRI Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 SRI',
 'vin': 'VXKUPHNSSM4151333',
 'year': 2021}
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520KRJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:21 [bca.uk] INFO: Saving data for DN21%20KRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773930326.471458, 'last_price_update_time': 1774697001.761138}
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN21%2520KRJ') HTTP/1.1" 204 0
2026-03-28 11:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4807f722-d8cd-51d4-acf9-65575aa299d3 with identifier: WV71%20UZC
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cosmons+black+metallic HTTP/1.1" 200 None
2026-03-28 11:23:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4807f722-d8cd-51d4-acf9-65575aa299d3 with identifier: WV71%20UZC
2026-03-28 11:23:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4807f722-d8cd-51d4-acf9-65575aa299d3 with identifier: WV71%20UZC to the API
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20UZC-GB',
 'category': 'Car',
 'color': 'cosmons black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '4807f722-d8cd-51d4-acf9-65575aa299d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV71 UZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20UZC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 65976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66KWH AMG LINE',
 'vin': 'W1N2437012J014792',
 'year': 2021}
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520UZC%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Saving data for WV71%20UZC: {'auction_closing_time': 1775116800.0, 'created_time': 1773846412.729795, 'last_price_update_time': 1774697002.259097}
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520UZC') HTTP/1.1" 204 0
2026-03-28 11:23:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a278354f-2fc5-5551-930c-552307f9f2c1 with identifier: DN10%20POA
2026-03-28 11:23:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a278354f-2fc5-5551-930c-552307f9f2c1 with identifier: DN10%20POA
2026-03-28 11:23:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a278354f-2fc5-5551-930c-552307f9f2c1 with identifier: DN10%20POA to the API
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN10%20POA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a278354f-2fc5-5551-930c-552307f9f2c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN10 POA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN10%20POA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'S4 AVANT',
 'odometer': 108883,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'AUDI S4 AVANT 3.0 TFSI 333 QUATTRO S-T Estate',
 'transmission': 'automatic',
 'trim': 'TFSI 333 QUATTRO S-T',
 'vin': 'WAUZZZ8K1AA152000',
 'year': 2010}
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN10%2520POA%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Saving data for DN10%20POA: {'auction_closing_time': 1775642400.0, 'created_time': 1774609658.75143, 'last_price_update_time': 1774697002.552998}
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN10%2520POA') HTTP/1.1" 204 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: YO24%20XFJ
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XFJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for YO24%20XFJ: 2
2026-03-28 11:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d55537a-0e94-5c93-a9a8-a8d96aebb249 with identifier: YO24%20XFJ
2026-03-28 11:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d55537a-0e94-5c93-a9a8-a8d96aebb249 with scrape type 2
2026-03-28 11:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d55537a-0e94-5c93-a9a8-a8d96aebb249 with scrape type 2
2026-03-28 11:23:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d55537a-0e94-5c93-a9a8-a8d96aebb249, identifier: YO24%20XFJ
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: BK08%20KZF
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK08%2520KZF%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for BK08%20KZF: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: CU13%20MYA
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU13%2520MYA%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for CU13%20MYA: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: DS12%20HYM
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS12%2520HYM%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for DS12%20HYM: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: AJ66%20GWA
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ66%2520GWA%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for AJ66%20GWA: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: BJ12%20XWF
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520XWF%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for BJ12%20XWF: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: DG15%20FBV
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520FBV%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for DG15%20FBV: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: BT74%20DGU
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520DGU%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for BT74%20DGU: 0
2026-03-28 11:23:22 [bca.uk] INFO: Found listing with ID: LB23%20GWG
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GWG%27 HTTP/1.1" 200 None
2026-03-28 11:23:22 [bca.uk] INFO: Scrape type for LB23%20GWG: 2
2026-03-28 11:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375 with identifier: LB23%20GWG
2026-03-28 11:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375 with scrape type 2
2026-03-28 11:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375 with scrape type 2
2026-03-28 11:23:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375, identifier: LB23%20GWG
2026-03-28 11:23:23 [bca.uk] INFO: Found listing with ID: FE23%20ZZJ
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520ZZJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:23 [bca.uk] INFO: Scrape type for FE23%20ZZJ: 2
2026-03-28 11:23:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b4cf713-08fa-59af-a87b-114a639c14b1 with identifier: FE23%20ZZJ
2026-03-28 11:23:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b4cf713-08fa-59af-a87b-114a639c14b1 with scrape type 2
2026-03-28 11:23:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b4cf713-08fa-59af-a87b-114a639c14b1 with scrape type 2
2026-03-28 11:23:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b4cf713-08fa-59af-a87b-114a639c14b1, identifier: FE23%20ZZJ
2026-03-28 11:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d55537a-0e94-5c93-a9a8-a8d96aebb249 with identifier: YO24%20XFJ
2026-03-28 11:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d55537a-0e94-5c93-a9a8-a8d96aebb249 with identifier: YO24%20XFJ
2026-03-28 11:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d55537a-0e94-5c93-a9a8-a8d96aebb249 with identifier: YO24%20XFJ to the API
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5d55537a-0e94-5c93-a9a8-a8d96aebb249',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YO24 XFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO24%20XFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 12941,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC3X0A368007',
 'year': 2024}
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XFJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:23 [bca.uk] INFO: Saving data for YO24%20XFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609665.855205, 'last_price_update_time': 1774697003.527463}
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO24%2520XFJ') HTTP/1.1" 204 0
2026-03-28 11:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375 with identifier: LB23%20GWG
2026-03-28 11:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375 with identifier: LB23%20GWG
2026-03-28 11:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d74ea23-7eea-5cab-9fb9-3ae19eb4c375 with identifier: LB23%20GWG to the API
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20GWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2d74ea23-7eea-5cab-9fb9-3ae19eb4c375',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB23 GWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20GWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 111730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L2 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H3 LEADER',
 'vin': 'WF0EXXTTREPC36324',
 'year': 2023}
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GWG%27 HTTP/1.1" 200 None
2026-03-28 11:23:23 [bca.uk] INFO: Saving data for LB23%20GWG: {'auction_closing_time': 1775728800.0, 'created_time': 1774610358.104283, 'last_price_update_time': 1774697003.834218}
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520GWG') HTTP/1.1" 204 0
2026-03-28 11:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b4cf713-08fa-59af-a87b-114a639c14b1 with identifier: FE23%20ZZJ
2026-03-28 11:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b4cf713-08fa-59af-a87b-114a639c14b1 with identifier: FE23%20ZZJ
2026-03-28 11:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b4cf713-08fa-59af-a87b-114a639c14b1 with identifier: FE23%20ZZJ to the API
2026-03-28 11:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20ZZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0b4cf713-08fa-59af-a87b-114a639c14b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 ZZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20ZZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 9383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA-E 100KW 50KWH ELITE PREM.(11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ELITE PREM.(11KC)',
 'vin': 'VXKUHZKXZN4400971',
 'year': 2023}
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520ZZJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Saving data for FE23%20ZZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365271.381848, 'last_price_update_time': 1774697004.152558}
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520ZZJ') HTTP/1.1" 204 0
2026-03-28 11:23:24 [bca.uk] INFO: Found listing with ID: YO24%20XDX
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XDX%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Scrape type for YO24%20XDX: 2
2026-03-28 11:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b8e17ca-5a00-518f-8a3d-73b87d9f702b with identifier: YO24%20XDX
2026-03-28 11:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b8e17ca-5a00-518f-8a3d-73b87d9f702b with scrape type 2
2026-03-28 11:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b8e17ca-5a00-518f-8a3d-73b87d9f702b with scrape type 2
2026-03-28 11:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b8e17ca-5a00-518f-8a3d-73b87d9f702b, identifier: YO24%20XDX
2026-03-28 11:23:24 [bca.uk] INFO: Found listing with ID: YE22%20ALU
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520ALU%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Scrape type for YE22%20ALU: 2
2026-03-28 11:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05da0710-cd9c-562b-9f38-8c269302797c with identifier: YE22%20ALU
2026-03-28 11:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05da0710-cd9c-562b-9f38-8c269302797c with scrape type 2
2026-03-28 11:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05da0710-cd9c-562b-9f38-8c269302797c with scrape type 2
2026-03-28 11:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05da0710-cd9c-562b-9f38-8c269302797c, identifier: YE22%20ALU
2026-03-28 11:23:24 [bca.uk] INFO: Found listing with ID: FE23%20XOP
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XOP%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Scrape type for FE23%20XOP: 0
2026-03-28 11:23:24 [bca.uk] INFO: Found listing with ID: DU74%20YYP
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU74%2520YYP%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Scrape type for DU74%20YYP: 0
2026-03-28 11:23:24 [bca.uk] INFO: Found listing with ID: DF24%20TYP
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520TYP%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Scrape type for DF24%20TYP: 2
2026-03-28 11:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29778710-5f17-5af9-bdd6-87e2191117b3 with identifier: DF24%20TYP
2026-03-28 11:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29778710-5f17-5af9-bdd6-87e2191117b3 with scrape type 2
2026-03-28 11:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29778710-5f17-5af9-bdd6-87e2191117b3 with scrape type 2
2026-03-28 11:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29778710-5f17-5af9-bdd6-87e2191117b3, identifier: DF24%20TYP
2026-03-28 11:23:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b8e17ca-5a00-518f-8a3d-73b87d9f702b with identifier: YO24%20XDX
2026-03-28 11:23:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b8e17ca-5a00-518f-8a3d-73b87d9f702b with identifier: YO24%20XDX
2026-03-28 11:23:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b8e17ca-5a00-518f-8a3d-73b87d9f702b with identifier: YO24%20XDX to the API
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0b8e17ca-5a00-518f-8a3d-73b87d9f702b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YO24 XDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO24%20XDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 9167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC350A368240',
 'year': 2024}
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XDX%27 HTTP/1.1" 200 None
2026-03-28 11:23:24 [bca.uk] INFO: Saving data for YO24%20XDX: {'auction_closing_time': 1774951200.0, 'created_time': 1774609666.730072, 'last_price_update_time': 1774697004.951735}
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO24%2520XDX') HTTP/1.1" 204 0
2026-03-28 11:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05da0710-cd9c-562b-9f38-8c269302797c with identifier: YE22%20ALU
2026-03-28 11:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05da0710-cd9c-562b-9f38-8c269302797c with identifier: YE22%20ALU
2026-03-28 11:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05da0710-cd9c-562b-9f38-8c269302797c with identifier: YE22%20ALU to the API
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE22%20ALU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05da0710-cd9c-562b-9f38-8c269302797c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE22 ALU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE22%20ALU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FIAT',
 'model': '500',
 'odometer': 31702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ5NJG16309',
 'year': 2022}
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520ALU%27 HTTP/1.1" 200 None
2026-03-28 11:23:25 [bca.uk] INFO: Saving data for YE22%20ALU: {'auction_closing_time': 1774951200.0, 'created_time': 1774610355.227718, 'last_price_update_time': 1774697005.364187}
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE22%2520ALU') HTTP/1.1" 204 0
2026-03-28 11:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29778710-5f17-5af9-bdd6-87e2191117b3 with identifier: DF24%20TYP
2026-03-28 11:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29778710-5f17-5af9-bdd6-87e2191117b3 with identifier: DF24%20TYP
2026-03-28 11:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29778710-5f17-5af9-bdd6-87e2191117b3 with identifier: DF24%20TYP to the API
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF24%20TYP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '29778710-5f17-5af9-bdd6-87e2191117b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF24 TYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF24%20TYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LEXUS',
 'model': 'LBX',
 'odometer': 4812,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LEXUS LBX 1.5 PREMIUM E-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'PREMIUM E-CVT',
 'vin': 'JTHAAAAE201009177',
 'year': 2024}
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520TYP%27 HTTP/1.1" 200 None
2026-03-28 11:23:25 [bca.uk] INFO: Saving data for DF24%20TYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774017005.349855, 'last_price_update_time': 1774697005.733348}
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF24%2520TYP') HTTP/1.1" 204 0
2026-03-28 11:23:25 [bca.uk] INFO: Found listing with ID: RK74%20LVZ
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520LVZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:25 [bca.uk] INFO: Scrape type for RK74%20LVZ: 2
2026-03-28 11:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47a1f20c-dfdc-51d7-887b-237b3bd5ad50 with identifier: RK74%20LVZ
2026-03-28 11:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47a1f20c-dfdc-51d7-887b-237b3bd5ad50 with scrape type 2
2026-03-28 11:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47a1f20c-dfdc-51d7-887b-237b3bd5ad50 with scrape type 2
2026-03-28 11:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47a1f20c-dfdc-51d7-887b-237b3bd5ad50, identifier: RK74%20LVZ
2026-03-28 11:23:25 [bca.uk] INFO: Found listing with ID: SD69%20NHN
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520NHN%27 HTTP/1.1" 200 None
2026-03-28 11:23:25 [bca.uk] INFO: Scrape type for SD69%20NHN: 2
2026-03-28 11:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f161e20c-57bb-5e32-99c5-0fd4ae13eda8 with identifier: SD69%20NHN
2026-03-28 11:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f161e20c-57bb-5e32-99c5-0fd4ae13eda8 with scrape type 2
2026-03-28 11:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f161e20c-57bb-5e32-99c5-0fd4ae13eda8 with scrape type 2
2026-03-28 11:23:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f161e20c-57bb-5e32-99c5-0fd4ae13eda8, identifier: SD69%20NHN
2026-03-28 11:23:26 [bca.uk] INFO: Found listing with ID: BP72%20XTH
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:23:26 [bca.uk] INFO: Scrape type for BP72%20XTH: 2
2026-03-28 11:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e56a1d79-31cd-5e6c-b3eb-3505d9feebe3 with identifier: BP72%20XTH
2026-03-28 11:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e56a1d79-31cd-5e6c-b3eb-3505d9feebe3 with scrape type 2
2026-03-28 11:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e56a1d79-31cd-5e6c-b3eb-3505d9feebe3 with scrape type 2
2026-03-28 11:23:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e56a1d79-31cd-5e6c-b3eb-3505d9feebe3, identifier: BP72%20XTH
2026-03-28 11:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47a1f20c-dfdc-51d7-887b-237b3bd5ad50 with identifier: RK74%20LVZ
2026-03-28 11:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47a1f20c-dfdc-51d7-887b-237b3bd5ad50 with identifier: RK74%20LVZ
2026-03-28 11:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47a1f20c-dfdc-51d7-887b-237b3bd5ad50 with identifier: RK74%20LVZ to the API
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK74%20LVZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47a1f20c-dfdc-51d7-887b-237b3bd5ad50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK74 LVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK74%20LVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 7904,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI 157 48V GT-LINE ISG StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI 157 48V GT-LINE ISG',
 'vin': 'U5YPX81BLSL342764',
 'year': 2024}
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520LVZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:26 [bca.uk] INFO: Saving data for RK74%20LVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609627.181595, 'last_price_update_time': 1774697006.446804}
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK74%2520LVZ') HTTP/1.1" 204 0
2026-03-28 11:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f161e20c-57bb-5e32-99c5-0fd4ae13eda8 with identifier: SD69%20NHN
2026-03-28 11:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f161e20c-57bb-5e32-99c5-0fd4ae13eda8 with identifier: SD69%20NHN
2026-03-28 11:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f161e20c-57bb-5e32-99c5-0fd4ae13eda8 with identifier: SD69%20NHN to the API
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD69%20NHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f161e20c-57bb-5e32-99c5-0fd4ae13eda8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD69 NHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD69%20NHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 113814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2AN2LA633358',
 'year': 2019}
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520NHN%27 HTTP/1.1" 200 None
2026-03-28 11:23:26 [bca.uk] INFO: Saving data for SD69%20NHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774610354.843004, 'last_price_update_time': 1774697006.82115}
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD69%2520NHN') HTTP/1.1" 204 0
2026-03-28 11:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e56a1d79-31cd-5e6c-b3eb-3505d9feebe3 with identifier: BP72%20XTH
2026-03-28 11:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e56a1d79-31cd-5e6c-b3eb-3505d9feebe3 with identifier: BP72%20XTH
2026-03-28 11:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e56a1d79-31cd-5e6c-b3eb-3505d9feebe3 with identifier: BP72%20XTH to the API
2026-03-28 11:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20XTH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e56a1d79-31cd-5e6c-b3eb-3505d9feebe3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP72 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20XTH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 47874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD HOMURA StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD HOMURA',
 'vin': 'JMZKH0HB101115057',
 'year': 2023}
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:23:27 [bca.uk] INFO: Saving data for BP72%20XTH: {'auction_closing_time': 1774864800.0, 'created_time': 1774016993.982016, 'last_price_update_time': 1774697007.176069}
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520XTH') HTTP/1.1" 204 0
2026-03-28 11:23:27 [bca.uk] INFO: Found listing with ID: BJ23%20WRN
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520WRN%27 HTTP/1.1" 200 None
2026-03-28 11:23:27 [bca.uk] INFO: Scrape type for BJ23%20WRN: 2
2026-03-28 11:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 709c89ae-d1c5-5f3f-b019-925f412da4b1 with identifier: BJ23%20WRN
2026-03-28 11:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 709c89ae-d1c5-5f3f-b019-925f412da4b1 with scrape type 2
2026-03-28 11:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 709c89ae-d1c5-5f3f-b019-925f412da4b1 with scrape type 2
2026-03-28 11:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 709c89ae-d1c5-5f3f-b019-925f412da4b1, identifier: BJ23%20WRN
2026-03-28 11:23:27 [bca.uk] INFO: Found listing with ID: KN73%20XRU
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520XRU%27 HTTP/1.1" 200 None
2026-03-28 11:23:27 [bca.uk] INFO: Scrape type for KN73%20XRU: 2
2026-03-28 11:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6 with identifier: KN73%20XRU
2026-03-28 11:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6 with scrape type 2
2026-03-28 11:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6 with scrape type 2
2026-03-28 11:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6, identifier: KN73%20XRU
2026-03-28 11:23:27 [bca.uk] INFO: Found listing with ID: LB71%20VYP
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VYP%27 HTTP/1.1" 200 None
2026-03-28 11:23:27 [bca.uk] INFO: Scrape type for LB71%20VYP: 0
2026-03-28 11:23:27 [bca.uk] INFO: Found listing with ID: YE71%20UXA
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE71%2520UXA%27 HTTP/1.1" 200 None
2026-03-28 11:23:27 [bca.uk] INFO: Scrape type for YE71%20UXA: 0
2026-03-28 11:23:27 [bca.uk] INFO: Found listing with ID: BG08%20KZL
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG08%2520KZL%27 HTTP/1.1" 200 None
2026-03-28 11:23:27 [bca.uk] INFO: Scrape type for BG08%20KZL: 2
2026-03-28 11:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c3e1be7-5766-5dab-9eee-334a1aa12fbd with identifier: BG08%20KZL
2026-03-28 11:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c3e1be7-5766-5dab-9eee-334a1aa12fbd with scrape type 2
2026-03-28 11:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c3e1be7-5766-5dab-9eee-334a1aa12fbd with scrape type 2
2026-03-28 11:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c3e1be7-5766-5dab-9eee-334a1aa12fbd, identifier: BG08%20KZL
2026-03-28 11:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 709c89ae-d1c5-5f3f-b019-925f412da4b1 with identifier: BJ23%20WRN
2026-03-28 11:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 709c89ae-d1c5-5f3f-b019-925f412da4b1 with identifier: BJ23%20WRN
2026-03-28 11:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 709c89ae-d1c5-5f3f-b019-925f412da4b1 with identifier: BJ23%20WRN to the API
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '709c89ae-d1c5-5f3f-b019-925f412da4b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ23 WRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20WRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'EN',
 'odometer': 16652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KAWASAKI EN 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'JKAEN650JJDA11100',
 'year': 2023}
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520WRN%27 HTTP/1.1" 200 None
2026-03-28 11:23:28 [bca.uk] INFO: Saving data for BJ23%20WRN: {'auction_closing_time': 1775124000.0, 'created_time': 1774609656.080888, 'last_price_update_time': 1774697008.072493}
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520WRN') HTTP/1.1" 204 0
2026-03-28 11:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6 with identifier: KN73%20XRU
2026-03-28 11:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6 with identifier: KN73%20XRU
2026-03-28 11:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6 with identifier: KN73%20XRU to the API
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN73%20XRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '418aa071-ecff-5ee6-ae15-8b3e6ec3a3f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN73 XRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN73%20XRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'C43 AMG',
 'odometer': 19510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C43 AMG 3.0 4MATIC NIGHT ED.PREM.PLUS 9G Convertible',
 'transmission': 'manual',
 'trim': '4MATIC NIGHT ED.PREM.PLUS 9G',
 'vin': 'W1KWK6EB0PG130322',
 'year': 2023}
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520XRU%27 HTTP/1.1" 200 None
2026-03-28 11:23:28 [bca.uk] INFO: Saving data for KN73%20XRU: {'auction_closing_time': 1774951200.0, 'created_time': 1774610353.974832, 'last_price_update_time': 1774697008.396662}
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520XRU') HTTP/1.1" 204 0
2026-03-28 11:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c3e1be7-5766-5dab-9eee-334a1aa12fbd with identifier: BG08%20KZL
2026-03-28 11:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c3e1be7-5766-5dab-9eee-334a1aa12fbd with identifier: BG08%20KZL
2026-03-28 11:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c3e1be7-5766-5dab-9eee-334a1aa12fbd with identifier: BG08%20KZL to the API
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG08%20KZL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c3e1be7-5766-5dab-9eee-334a1aa12fbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG08 KZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG08%20KZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 119330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 110 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 110 TITANIUM',
 'vin': 'WF0PXXWPDP8A32377',
 'year': 2008}
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG08%2520KZL%27 HTTP/1.1" 200 None
2026-03-28 11:23:28 [bca.uk] INFO: Saving data for BG08%20KZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774609670.73221, 'last_price_update_time': 1774697008.701108}
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG08%2520KZL') HTTP/1.1" 204 0
2026-03-28 11:23:28 [bca.uk] INFO: Found listing with ID: OY66%20AZT
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:23:28 [bca.uk] INFO: Scrape type for OY66%20AZT: 2
2026-03-28 11:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58e28fda-9a40-5f2c-97fc-77d9d749021a with identifier: OY66%20AZT
2026-03-28 11:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58e28fda-9a40-5f2c-97fc-77d9d749021a with scrape type 2
2026-03-28 11:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58e28fda-9a40-5f2c-97fc-77d9d749021a with scrape type 2
2026-03-28 11:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58e28fda-9a40-5f2c-97fc-77d9d749021a, identifier: OY66%20AZT
2026-03-28 11:23:28 [bca.uk] INFO: Found listing with ID: YN65%20PFA
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN65%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:23:28 [bca.uk] INFO: Scrape type for YN65%20PFA: 2
2026-03-28 11:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 146f4a92-6c4f-557d-993c-d408674bbabd with identifier: YN65%20PFA
2026-03-28 11:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 146f4a92-6c4f-557d-993c-d408674bbabd with scrape type 2
2026-03-28 11:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 146f4a92-6c4f-557d-993c-d408674bbabd with scrape type 2
2026-03-28 11:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 146f4a92-6c4f-557d-993c-d408674bbabd, identifier: YN65%20PFA
2026-03-28 11:23:28 [bca.uk] INFO: Found listing with ID: RV10%20FBL
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520FBL%27 HTTP/1.1" 200 None
2026-03-28 11:23:28 [bca.uk] INFO: Scrape type for RV10%20FBL: 2
2026-03-28 11:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461d2554-e234-5fab-bcc2-52ff8b32c091 with identifier: RV10%20FBL
2026-03-28 11:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461d2554-e234-5fab-bcc2-52ff8b32c091 with scrape type 2
2026-03-28 11:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461d2554-e234-5fab-bcc2-52ff8b32c091 with scrape type 2
2026-03-28 11:23:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 461d2554-e234-5fab-bcc2-52ff8b32c091, identifier: RV10%20FBL
2026-03-28 11:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58e28fda-9a40-5f2c-97fc-77d9d749021a with identifier: OY66%20AZT
2026-03-28 11:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58e28fda-9a40-5f2c-97fc-77d9d749021a with identifier: OY66%20AZT
2026-03-28 11:23:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 58e28fda-9a40-5f2c-97fc-77d9d749021a with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY66%20AZT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58e28fda-9a40-5f2c-97fc-77d9d749021a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY66 AZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY66%20AZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 106682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SE',
 'vin': 'TMAJ3815LHJ227728',
 'year': 2016}
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:23:29 [bca.uk] INFO: Saving data for OY66%20AZT: {'auction_closing_time': 1774692000.0, 'created_time': 1773958246.996253, 'last_price_update_time': 1774697009.107684}
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY66%2520AZT') HTTP/1.1" 204 0
2026-03-28 11:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 146f4a92-6c4f-557d-993c-d408674bbabd with identifier: YN65%20PFA
2026-03-28 11:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 146f4a92-6c4f-557d-993c-d408674bbabd with identifier: YN65%20PFA
2026-03-28 11:23:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 146f4a92-6c4f-557d-993c-d408674bbabd with identifier: YN65%20PFA to the API
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN65%20PFA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '146f4a92-6c4f-557d-993c-d408674bbabd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN65 PFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN65%20PFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 71609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.5 TDCI 95 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 95 TITANIUM',
 'vin': 'WF0BXXMRKBFS66588',
 'year': 2015}
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN65%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:23:29 [bca.uk] INFO: Saving data for YN65%20PFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774609721.651627, 'last_price_update_time': 1774697009.581114}
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN65%2520PFA') HTTP/1.1" 204 0
2026-03-28 11:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 461d2554-e234-5fab-bcc2-52ff8b32c091 with identifier: RV10%20FBL
2026-03-28 11:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 461d2554-e234-5fab-bcc2-52ff8b32c091 with identifier: RV10%20FBL
2026-03-28 11:23:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 461d2554-e234-5fab-bcc2-52ff8b32c091 with identifier: RV10%20FBL to the API
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV10%20FBL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.9L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '461d2554-e234-5fab-bcc2-52ff8b32c091',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV10 FBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV10%20FBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 96181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'PORSCHE BOXSTER 2.9  Roadster',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WP0ZZZ98ZAS700848',
 'year': 2010}
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520FBL%27 HTTP/1.1" 200 None
2026-03-28 11:23:29 [bca.uk] INFO: Saving data for RV10%20FBL: {'auction_closing_time': 1775642400.0, 'created_time': 1774609646.337812, 'last_price_update_time': 1774697009.951857}
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV10%2520FBL') HTTP/1.1" 204 0
2026-03-28 11:23:29 [bca.uk] INFO: Found listing with ID: BC17%20DND
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-28 11:23:29 [bca.uk] INFO: Scrape type for BC17%20DND: 0
2026-03-28 11:23:29 [bca.uk] INFO: Found listing with ID: YC25%20VUU
2026-03-28 11:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VUU%27 HTTP/1.1" 200 None
2026-03-28 11:23:30 [bca.uk] INFO: Scrape type for YC25%20VUU: 2
2026-03-28 11:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7019b2f3-53d9-5782-b5ee-5613cea6a40e with identifier: YC25%20VUU
2026-03-28 11:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7019b2f3-53d9-5782-b5ee-5613cea6a40e with scrape type 2
2026-03-28 11:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7019b2f3-53d9-5782-b5ee-5613cea6a40e with scrape type 2
2026-03-28 11:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7019b2f3-53d9-5782-b5ee-5613cea6a40e, identifier: YC25%20VUU
2026-03-28 11:23:30 [bca.uk] INFO: Found listing with ID: EY72%20NFV
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY72%2520NFV%27 HTTP/1.1" 200 None
2026-03-28 11:23:30 [bca.uk] INFO: Scrape type for EY72%20NFV: 2
2026-03-28 11:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d44ad76-3d93-58a9-8f94-1d5b019e19f8 with identifier: EY72%20NFV
2026-03-28 11:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d44ad76-3d93-58a9-8f94-1d5b019e19f8 with scrape type 2
2026-03-28 11:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d44ad76-3d93-58a9-8f94-1d5b019e19f8 with scrape type 2
2026-03-28 11:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d44ad76-3d93-58a9-8f94-1d5b019e19f8, identifier: EY72%20NFV
2026-03-28 11:23:30 [bca.uk] INFO: Found listing with ID: FD67%20CZG
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520CZG%27 HTTP/1.1" 200 None
2026-03-28 11:23:30 [bca.uk] INFO: Scrape type for FD67%20CZG: 0
2026-03-28 11:23:30 [bca.uk] INFO: Found listing with ID: RGZ%208218
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RGZ%25208218%27 HTTP/1.1" 200 None
2026-03-28 11:23:30 [bca.uk] INFO: Scrape type for RGZ%208218: 2
2026-03-28 11:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73cec38e-9303-561a-a126-90f016df400e with identifier: RGZ%208218
2026-03-28 11:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73cec38e-9303-561a-a126-90f016df400e with scrape type 2
2026-03-28 11:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73cec38e-9303-561a-a126-90f016df400e with scrape type 2
2026-03-28 11:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73cec38e-9303-561a-a126-90f016df400e, identifier: RGZ%208218
2026-03-28 11:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7019b2f3-53d9-5782-b5ee-5613cea6a40e with identifier: YC25%20VUU
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=portimao+blue HTTP/1.1" 200 None
2026-03-28 11:23:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7019b2f3-53d9-5782-b5ee-5613cea6a40e with identifier: YC25%20VUU
2026-03-28 11:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7019b2f3-53d9-5782-b5ee-5613cea6a40e with identifier: YC25%20VUU to the API
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20VUU-GB',
 'category': 'Car',
 'color': 'portimao blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7019b2f3-53d9-5782-b5ee-5613cea6a40e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 VUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20VUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'BMW',
 'model': '330E',
 'odometer': 10197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T 22.3KWH M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 22.3KWH M SPORT',
 'vin': 'WBA40GK0008F39047',
 'year': 2025}
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VUU%27 HTTP/1.1" 200 None
2026-03-28 11:23:30 [bca.uk] INFO: Saving data for YC25%20VUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774609663.836511, 'last_price_update_time': 1774697010.83016}
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520VUU') HTTP/1.1" 204 0
2026-03-28 11:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d44ad76-3d93-58a9-8f94-1d5b019e19f8 with identifier: EY72%20NFV
2026-03-28 11:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d44ad76-3d93-58a9-8f94-1d5b019e19f8 with identifier: EY72%20NFV
2026-03-28 11:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d44ad76-3d93-58a9-8f94-1d5b019e19f8 with identifier: EY72%20NFV to the API
2026-03-28 11:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY72%20NFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2d44ad76-3d93-58a9-8f94-1d5b019e19f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY72 NFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY72%20NFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 67090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 I6 D300 AWD X-DYNAMIC HSE(5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'I6 D300 AWD X-DYNAMIC HSE(5ST)',
 'vin': 'SALEA7AW1P2113915',
 'year': 2022}
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY72%2520NFV%27 HTTP/1.1" 200 None
2026-03-28 11:23:31 [bca.uk] INFO: Saving data for EY72%20NFV: {'auction_closing_time': 1774951200.0, 'created_time': 1774609724.008734, 'last_price_update_time': 1774697011.332534}
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY72%2520NFV') HTTP/1.1" 204 0
2026-03-28 11:23:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73cec38e-9303-561a-a126-90f016df400e with identifier: RGZ%208218
2026-03-28 11:23:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73cec38e-9303-561a-a126-90f016df400e with identifier: RGZ%208218
2026-03-28 11:23:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73cec38e-9303-561a-a126-90f016df400e with identifier: RGZ%208218 to the API
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RGZ%208218-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73cec38e-9303-561a-a126-90f016df400e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RGZ 8218',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RGZ%208218&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 70388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 48V 2 ISG',
 'vin': 'U5YPH812LLL889185',
 'year': 2020}
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RGZ%25208218%27 HTTP/1.1" 200 None
2026-03-28 11:23:31 [bca.uk] INFO: Saving data for RGZ%208218: {'auction_closing_time': 1774951200.0, 'created_time': 1774609706.046432, 'last_price_update_time': 1774697011.651808}
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RGZ%25208218') HTTP/1.1" 204 0
2026-03-28 11:23:31 [bca.uk] INFO: Found listing with ID: WV63%20OWA
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:23:31 [bca.uk] INFO: Scrape type for WV63%20OWA: 2
2026-03-28 11:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1641c047-c124-5fdd-98ef-10ab621759ee with identifier: WV63%20OWA
2026-03-28 11:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1641c047-c124-5fdd-98ef-10ab621759ee with scrape type 2
2026-03-28 11:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1641c047-c124-5fdd-98ef-10ab621759ee with scrape type 2
2026-03-28 11:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1641c047-c124-5fdd-98ef-10ab621759ee, identifier: WV63%20OWA
2026-03-28 11:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:23:31 [bca.uk] INFO: Found listing with ID: DY72%20JNZ
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520JNZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:31 [bca.uk] INFO: Scrape type for DY72%20JNZ: 2
2026-03-28 11:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1 with identifier: DY72%20JNZ
2026-03-28 11:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1 with scrape type 2
2026-03-28 11:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1 with scrape type 2
2026-03-28 11:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1, identifier: DY72%20JNZ
2026-03-28 11:23:31 [bca.uk] INFO: Found listing with ID: LC15%20YWN
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC15%2520YWN%27 HTTP/1.1" 200 None
2026-03-28 11:23:31 [bca.uk] INFO: Scrape type for LC15%20YWN: 0
2026-03-28 11:23:31 [bca.uk] INFO: Found listing with ID: DG56%20XFA
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG56%2520XFA%27 HTTP/1.1" 200 None
2026-03-28 11:23:31 [bca.uk] INFO: Scrape type for DG56%20XFA: 2
2026-03-28 11:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a83dbfe-a00b-537a-b56e-226b2cf75bde with identifier: DG56%20XFA
2026-03-28 11:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a83dbfe-a00b-537a-b56e-226b2cf75bde with scrape type 2
2026-03-28 11:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a83dbfe-a00b-537a-b56e-226b2cf75bde with scrape type 2
2026-03-28 11:23:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a83dbfe-a00b-537a-b56e-226b2cf75bde, identifier: DG56%20XFA
2026-03-28 11:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1641c047-c124-5fdd-98ef-10ab621759ee with identifier: WV63%20OWA
2026-03-28 11:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1641c047-c124-5fdd-98ef-10ab621759ee with identifier: WV63%20OWA
2026-03-28 11:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1641c047-c124-5fdd-98ef-10ab621759ee with identifier: WV63%20OWA to the API
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV63%20OWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1641c047-c124-5fdd-98ef-10ab621759ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV63 OWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV63%20OWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 140519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 2.0 CDTI 90 E/F SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 90 E/F SWB',
 'vin': 'W0LF7A0A8EV600948',
 'year': 2013}
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:23:32 [bca.uk] INFO: Saving data for WV63%20OWA: {'auction_closing_time': 1775124000.0, 'created_time': 1774609662.499752, 'last_price_update_time': 1774697012.387379}
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV63%2520OWA') HTTP/1.1" 204 0
2026-03-28 11:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1 with identifier: DY72%20JNZ
2026-03-28 11:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1 with identifier: DY72%20JNZ
2026-03-28 11:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1 with identifier: DY72%20JNZ to the API
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 258,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY72%20JNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61622eb1-fd2e-5b6b-9ede-6d4d0bb0e3c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY72 JNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY72%20JNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 89535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANU46949',
 'year': 2022}
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520JNZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:32 [bca.uk] INFO: Saving data for DY72%20JNZ: {'auction_closing_time': 1775728800.0, 'created_time': 1774609723.575799, 'last_price_update_time': 1774697012.749937}
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520JNZ') HTTP/1.1" 204 0
2026-03-28 11:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a83dbfe-a00b-537a-b56e-226b2cf75bde with identifier: DG56%20XFA
2026-03-28 11:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a83dbfe-a00b-537a-b56e-226b2cf75bde with identifier: DG56%20XFA
2026-03-28 11:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a83dbfe-a00b-537a-b56e-226b2cf75bde with identifier: DG56%20XFA to the API
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG56%20XFA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a83dbfe-a00b-537a-b56e-226b2cf75bde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG56 XFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG56%20XFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 109114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.5 GLX Hatchback',
 'transmission': 'manual',
 'trim': 'GLX',
 'vin': 'TSMMZC21S00218506',
 'year': 2006}
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG56%2520XFA%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Saving data for DG56%20XFA: {'auction_closing_time': 1774778400.0, 'created_time': 1774610347.145954, 'last_price_update_time': 1774697013.045366}
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG56%2520XFA') HTTP/1.1" 204 0
2026-03-28 11:23:33 [bca.uk] INFO: Found listing with ID: WA19%20MUB
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Scrape type for WA19%20MUB: 0
2026-03-28 11:23:33 [bca.uk] INFO: Found listing with ID: LY10%20AHG
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520AHG%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Scrape type for LY10%20AHG: 2
2026-03-28 11:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 064b49db-0092-5512-8d49-b58fc665f3ed with identifier: LY10%20AHG
2026-03-28 11:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 064b49db-0092-5512-8d49-b58fc665f3ed with scrape type 2
2026-03-28 11:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 064b49db-0092-5512-8d49-b58fc665f3ed with scrape type 2
2026-03-28 11:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 064b49db-0092-5512-8d49-b58fc665f3ed, identifier: LY10%20AHG
2026-03-28 11:23:33 [bca.uk] INFO: Found listing with ID: YO19%20DXE
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO19%2520DXE%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Scrape type for YO19%20DXE: 0
2026-03-28 11:23:33 [bca.uk] INFO: Found listing with ID: FD63%20BZR
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520BZR%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Scrape type for FD63%20BZR: 0
2026-03-28 11:23:33 [bca.uk] INFO: Found listing with ID: LN64%20SVF
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520SVF%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Scrape type for LN64%20SVF: 2
2026-03-28 11:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d85ebb-9a69-556b-914e-876c3eff3f87 with identifier: LN64%20SVF
2026-03-28 11:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d85ebb-9a69-556b-914e-876c3eff3f87 with scrape type 2
2026-03-28 11:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d85ebb-9a69-556b-914e-876c3eff3f87 with scrape type 2
2026-03-28 11:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d85ebb-9a69-556b-914e-876c3eff3f87, identifier: LN64%20SVF
2026-03-28 11:23:33 [bca.uk] INFO: Found listing with ID: KN17%20BCY
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520BCY%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Scrape type for KN17%20BCY: 2
2026-03-28 11:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af31ec97-1be0-5a7c-9ef9-1aac1abf6065 with identifier: KN17%20BCY
2026-03-28 11:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af31ec97-1be0-5a7c-9ef9-1aac1abf6065 with scrape type 2
2026-03-28 11:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af31ec97-1be0-5a7c-9ef9-1aac1abf6065 with scrape type 2
2026-03-28 11:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af31ec97-1be0-5a7c-9ef9-1aac1abf6065, identifier: KN17%20BCY
2026-03-28 11:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 064b49db-0092-5512-8d49-b58fc665f3ed with identifier: LY10%20AHG
2026-03-28 11:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 064b49db-0092-5512-8d49-b58fc665f3ed with identifier: LY10%20AHG
2026-03-28 11:23:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 064b49db-0092-5512-8d49-b58fc665f3ed with identifier: LY10%20AHG to the API
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '064b49db-0092-5512-8d49-b58fc665f3ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY10 AHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY10%20AHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 80052,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 TDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 HSE',
 'vin': 'SALLSAAF3AA254303',
 'year': 2010}
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520AHG%27 HTTP/1.1" 200 None
2026-03-28 11:23:33 [bca.uk] INFO: Saving data for LY10%20AHG: {'auction_closing_time': 1774864800.0, 'created_time': 1773821196.982153, 'last_price_update_time': 1774697013.79609}
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY10%2520AHG') HTTP/1.1" 204 0
2026-03-28 11:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d85ebb-9a69-556b-914e-876c3eff3f87 with identifier: LN64%20SVF
2026-03-28 11:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d85ebb-9a69-556b-914e-876c3eff3f87 with identifier: LN64%20SVF
2026-03-28 11:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d85ebb-9a69-556b-914e-876c3eff3f87 with identifier: LN64%20SVF to the API
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN64%20SVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c2d85ebb-9a69-556b-914e-876c3eff3f87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN64 SVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN64%20SVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 91411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7032445',
 'year': 2014}
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520SVF%27 HTTP/1.1" 200 None
2026-03-28 11:23:34 [bca.uk] INFO: Saving data for LN64%20SVF: {'auction_closing_time': 1774864800.0, 'created_time': 1773828062.085169, 'last_price_update_time': 1774697014.23356}
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN64%2520SVF') HTTP/1.1" 204 0
2026-03-28 11:23:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af31ec97-1be0-5a7c-9ef9-1aac1abf6065 with identifier: KN17%20BCY
2026-03-28 11:23:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af31ec97-1be0-5a7c-9ef9-1aac1abf6065 with identifier: KN17%20BCY
2026-03-28 11:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af31ec97-1be0-5a7c-9ef9-1aac1abf6065 with identifier: KN17%20BCY to the API
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN17%20BCY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'af31ec97-1be0-5a7c-9ef9-1aac1abf6065',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN17 BCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN17%20BCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 53013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.4 CRDI 3 Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 3',
 'vin': 'KNADN514LG6037979',
 'year': 2017}
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520BCY%27 HTTP/1.1" 200 None
2026-03-28 11:23:34 [bca.uk] INFO: Saving data for KN17%20BCY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609714.061849, 'last_price_update_time': 1774697014.58104}
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN17%2520BCY') HTTP/1.1" 204 0
2026-03-28 11:23:34 [bca.uk] INFO: Found listing with ID: OE23%20LNR
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520LNR%27 HTTP/1.1" 200 None
2026-03-28 11:23:34 [bca.uk] INFO: Scrape type for OE23%20LNR: 2
2026-03-28 11:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b46c3f-a585-5d8d-9279-1dcd464626f7 with identifier: OE23%20LNR
2026-03-28 11:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b46c3f-a585-5d8d-9279-1dcd464626f7 with scrape type 2
2026-03-28 11:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b46c3f-a585-5d8d-9279-1dcd464626f7 with scrape type 2
2026-03-28 11:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99b46c3f-a585-5d8d-9279-1dcd464626f7, identifier: OE23%20LNR
2026-03-28 11:23:34 [bca.uk] INFO: Found listing with ID: NJ16%20PLV
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520PLV%27 HTTP/1.1" 200 None
2026-03-28 11:23:34 [bca.uk] INFO: Scrape type for NJ16%20PLV: 2
2026-03-28 11:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa115ca1-213b-5f4a-a5da-0142994d308b with identifier: NJ16%20PLV
2026-03-28 11:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa115ca1-213b-5f4a-a5da-0142994d308b with scrape type 2
2026-03-28 11:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa115ca1-213b-5f4a-a5da-0142994d308b with scrape type 2
2026-03-28 11:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa115ca1-213b-5f4a-a5da-0142994d308b, identifier: NJ16%20PLV
2026-03-28 11:23:34 [bca.uk] INFO: Found listing with ID: LG66%20KAO
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520KAO%27 HTTP/1.1" 200 None
2026-03-28 11:23:34 [bca.uk] INFO: Scrape type for LG66%20KAO: 0
2026-03-28 11:23:34 [bca.uk] INFO: Found listing with ID: YE15%20RSZ
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520RSZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:34 [bca.uk] INFO: Scrape type for YE15%20RSZ: 2
2026-03-28 11:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 392e840e-8b62-53f1-9ce1-a1b32450f147 with identifier: YE15%20RSZ
2026-03-28 11:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392e840e-8b62-53f1-9ce1-a1b32450f147 with scrape type 2
2026-03-28 11:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 392e840e-8b62-53f1-9ce1-a1b32450f147 with scrape type 2
2026-03-28 11:23:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 392e840e-8b62-53f1-9ce1-a1b32450f147, identifier: YE15%20RSZ
2026-03-28 11:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99b46c3f-a585-5d8d-9279-1dcd464626f7 with identifier: OE23%20LNR
2026-03-28 11:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99b46c3f-a585-5d8d-9279-1dcd464626f7 with identifier: OE23%20LNR
2026-03-28 11:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99b46c3f-a585-5d8d-9279-1dcd464626f7 with identifier: OE23%20LNR to the API
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20LNR-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '99b46c3f-a585-5d8d-9279-1dcd464626f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE23 LNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20LNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 391,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 900 GT MOTORBIKE',
 'transmission': 'automatic',
 'trim': '900 GT MOTORBIKE',
 'vin': 'SMTTRE62D8PBK9226',
 'year': 2023}
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520LNR%27 HTTP/1.1" 200 None
2026-03-28 11:23:35 [bca.uk] INFO: Saving data for OE23%20LNR: {'auction_closing_time': 1775124000.0, 'created_time': 1774609651.557712, 'last_price_update_time': 1774697015.374564}
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520LNR') HTTP/1.1" 204 0
2026-03-28 11:23:35 [bca.uk] INFO: Total items found: 100
2026-03-28 11:23:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded
2026-03-28 11:23:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:23:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa115ca1-213b-5f4a-a5da-0142994d308b with identifier: NJ16%20PLV
2026-03-28 11:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa115ca1-213b-5f4a-a5da-0142994d308b with identifier: NJ16%20PLV
2026-03-28 11:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa115ca1-213b-5f4a-a5da-0142994d308b with identifier: NJ16%20PLV to the API
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ16%20PLV-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aa115ca1-213b-5f4a-a5da-0142994d308b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ16 PLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ16%20PLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 70756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 30KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH TEKNA',
 'vin': 'SJNFAAZE0U6044791',
 'year': 2016}
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520PLV%27 HTTP/1.1" 200 None
2026-03-28 11:23:35 [bca.uk] INFO: Saving data for NJ16%20PLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774264143.949243, 'last_price_update_time': 1774697015.785045}
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ16%2520PLV') HTTP/1.1" 204 0
2026-03-28 11:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 392e840e-8b62-53f1-9ce1-a1b32450f147 with identifier: YE15%20RSZ
2026-03-28 11:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 392e840e-8b62-53f1-9ce1-a1b32450f147 with identifier: YE15%20RSZ
2026-03-28 11:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 392e840e-8b62-53f1-9ce1-a1b32450f147 with identifier: YE15%20RSZ to the API
2026-03-28 11:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE15%20RSZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '392e840e-8b62-53f1-9ce1-a1b32450f147',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE15 RSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE15%20RSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 80939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER D ALL4 Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER D ALL4',
 'vin': 'WMWZD520X0WS01534',
 'year': 2015}
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520RSZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:36 [bca.uk] INFO: Saving data for YE15%20RSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609695.523678, 'last_price_update_time': 1774697016.176427}
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE15%2520RSZ') HTTP/1.1" 204 0
2026-03-28 11:23:36 [bca.uk] INFO: Found listing with ID: PE16%20VFW
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VFW%27 HTTP/1.1" 200 None
2026-03-28 11:23:36 [bca.uk] INFO: Scrape type for PE16%20VFW: 2
2026-03-28 11:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10f4d291-2c32-567e-a0b4-bc1f20e8a01f with identifier: PE16%20VFW
2026-03-28 11:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10f4d291-2c32-567e-a0b4-bc1f20e8a01f with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10f4d291-2c32-567e-a0b4-bc1f20e8a01f with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10f4d291-2c32-567e-a0b4-bc1f20e8a01f, identifier: PE16%20VFW
2026-03-28 11:23:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:23:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:23:36 [bca.uk] INFO: Found listing with ID: OY17%20FCL
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FCL%27 HTTP/1.1" 200 None
2026-03-28 11:23:36 [bca.uk] INFO: Scrape type for OY17%20FCL: 2
2026-03-28 11:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63f29fa1-ef2e-5296-b5ca-947dab0e4b32 with identifier: OY17%20FCL
2026-03-28 11:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63f29fa1-ef2e-5296-b5ca-947dab0e4b32 with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63f29fa1-ef2e-5296-b5ca-947dab0e4b32 with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63f29fa1-ef2e-5296-b5ca-947dab0e4b32, identifier: OY17%20FCL
2026-03-28 11:23:36 [bca.uk] INFO: Found listing with ID: WV60%20ULZ
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV60%2520ULZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:36 [bca.uk] INFO: Scrape type for WV60%20ULZ: 2
2026-03-28 11:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b62361-5c62-561b-91fe-a72ac2e53734 with identifier: WV60%20ULZ
2026-03-28 11:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b62361-5c62-561b-91fe-a72ac2e53734 with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b62361-5c62-561b-91fe-a72ac2e53734 with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b62361-5c62-561b-91fe-a72ac2e53734, identifier: WV60%20ULZ
2026-03-28 11:23:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10f4d291-2c32-567e-a0b4-bc1f20e8a01f with identifier: PE16%20VFW
2026-03-28 11:23:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10f4d291-2c32-567e-a0b4-bc1f20e8a01f with identifier: PE16%20VFW
2026-03-28 11:23:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10f4d291-2c32-567e-a0b4-bc1f20e8a01f with identifier: PE16%20VFW to the API
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE16%20VFW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '10f4d291-2c32-567e-a0b4-bc1f20e8a01f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE16 VFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE16%20VFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 120560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 184 GTD DSG',
 'vin': 'WVWZZZAUZGW238034',
 'year': 2016}
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VFW%27 HTTP/1.1" 200 None
2026-03-28 11:23:36 [bca.uk] INFO: Saving data for PE16%20VFW: {'auction_closing_time': 1774864800.0, 'created_time': 1774609650.378396, 'last_price_update_time': 1774697016.893155}
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE16%2520VFW') HTTP/1.1" 204 0
2026-03-28 11:23:36 [bca.uk] INFO: Found listing with ID: FR13%20WYY
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR13%2520WYY%27 HTTP/1.1" 200 None
2026-03-28 11:23:36 [bca.uk] INFO: Scrape type for FR13%20WYY: 2
2026-03-28 11:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e8ec57-aee1-5980-8a27-c294d90b183a with identifier: FR13%20WYY
2026-03-28 11:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e8ec57-aee1-5980-8a27-c294d90b183a with scrape type 2
2026-03-28 11:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e8ec57-aee1-5980-8a27-c294d90b183a with scrape type 2
2026-03-28 11:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05e8ec57-aee1-5980-8a27-c294d90b183a, identifier: FR13%20WYY
2026-03-28 11:23:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63f29fa1-ef2e-5296-b5ca-947dab0e4b32 with identifier: OY17%20FCL
2026-03-28 11:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63f29fa1-ef2e-5296-b5ca-947dab0e4b32 with identifier: OY17%20FCL
2026-03-28 11:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63f29fa1-ef2e-5296-b5ca-947dab0e4b32 with identifier: OY17%20FCL to the API
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20FCL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '63f29fa1-ef2e-5296-b5ca-947dab0e4b32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 FCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20FCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'GRAND SCENIC',
 'odometer': 115524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT GRAND SCENIC 1.6 DCI 130 DYNAMIQUE MPV',
 'transmission': 'manual',
 'trim': 'DCI 130 DYNAMIQUE',
 'vin': 'VF1RFA00656033602',
 'year': 2017}
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FCL%27 HTTP/1.1" 200 None
2026-03-28 11:23:37 [bca.uk] INFO: Saving data for OY17%20FCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774304555.922933, 'last_price_update_time': 1774697017.372046}
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520FCL') HTTP/1.1" 204 0
2026-03-28 11:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b62361-5c62-561b-91fe-a72ac2e53734 with identifier: WV60%20ULZ
2026-03-28 11:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b62361-5c62-561b-91fe-a72ac2e53734 with identifier: WV60%20ULZ
2026-03-28 11:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55b62361-5c62-561b-91fe-a72ac2e53734 with identifier: WV60%20ULZ to the API
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV60%20ULZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55b62361-5c62-561b-91fe-a72ac2e53734',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV60 ULZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV60%20ULZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 90587,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 2.0 SL27DCI 115 PanelVan',
 'transmission': 'manual',
 'trim': 'SL27DCI 115',
 'vin': 'VF1FLAHA6AV391964',
 'year': 2010}
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV60%2520ULZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:37 [bca.uk] INFO: Saving data for WV60%20ULZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609715.915208, 'last_price_update_time': 1774697017.859791}
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV60%2520ULZ') HTTP/1.1" 204 0
2026-03-28 11:23:37 [bca.uk] INFO: Found listing with ID: WP22%20JXW
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520JXW%27 HTTP/1.1" 200 None
2026-03-28 11:23:37 [bca.uk] INFO: Scrape type for WP22%20JXW: 0
2026-03-28 11:23:37 [bca.uk] INFO: Found listing with ID: VK16%20NGN
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520NGN%27 HTTP/1.1" 200 None
2026-03-28 11:23:37 [bca.uk] INFO: Scrape type for VK16%20NGN: 2
2026-03-28 11:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c with identifier: VK16%20NGN
2026-03-28 11:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c with scrape type 2
2026-03-28 11:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c, identifier: VK16%20NGN
2026-03-28 11:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05e8ec57-aee1-5980-8a27-c294d90b183a with identifier: FR13%20WYY
2026-03-28 11:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05e8ec57-aee1-5980-8a27-c294d90b183a with identifier: FR13%20WYY
2026-03-28 11:23:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 05e8ec57-aee1-5980-8a27-c294d90b183a with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR13%20WYY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05e8ec57-aee1-5980-8a27-c294d90b183a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FR13 WYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR13%20WYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 118854,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC S',
 'vin': 'WF0CXXGAKCDR73726',
 'year': 2013}
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR13%2520WYY%27 HTTP/1.1" 200 None
2026-03-28 11:23:38 [bca.uk] INFO: Saving data for FR13%20WYY: {'auction_closing_time': 1774692000.0, 'created_time': 1774609795.639335, 'last_price_update_time': 1774697018.03618}
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR13%2520WYY') HTTP/1.1" 204 0
2026-03-28 11:23:38 [bca.uk] INFO: Found listing with ID: PK64%20UMX
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520UMX%27 HTTP/1.1" 200 None
2026-03-28 11:23:38 [bca.uk] INFO: Scrape type for PK64%20UMX: 2
2026-03-28 11:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe9c1efa-3113-54b3-8f72-897263698fb7 with identifier: PK64%20UMX
2026-03-28 11:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe9c1efa-3113-54b3-8f72-897263698fb7 with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe9c1efa-3113-54b3-8f72-897263698fb7 with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe9c1efa-3113-54b3-8f72-897263698fb7, identifier: PK64%20UMX
2026-03-28 11:23:38 [bca.uk] INFO: Found listing with ID: PF64%20LSX
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF64%2520LSX%27 HTTP/1.1" 200 None
2026-03-28 11:23:38 [bca.uk] INFO: Scrape type for PF64%20LSX: 0
2026-03-28 11:23:38 [bca.uk] INFO: Found listing with ID: WF08%20CYV
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520CYV%27 HTTP/1.1" 200 None
2026-03-28 11:23:38 [bca.uk] INFO: Scrape type for WF08%20CYV: 2
2026-03-28 11:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4117e9a5-6e1e-5798-b4bd-3733fcb90f16 with identifier: WF08%20CYV
2026-03-28 11:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4117e9a5-6e1e-5798-b4bd-3733fcb90f16 with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4117e9a5-6e1e-5798-b4bd-3733fcb90f16 with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4117e9a5-6e1e-5798-b4bd-3733fcb90f16, identifier: WF08%20CYV
2026-03-28 11:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c with identifier: VK16%20NGN
2026-03-28 11:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c with identifier: VK16%20NGN
2026-03-28 11:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c with identifier: VK16%20NGN to the API
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK16%20NGN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '413e6c21-e7ba-55c3-9cdb-13cbf50a0c7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK16 NGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK16%20NGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 134433,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.0 ICON 4WD M/D-S StationWagon',
 'transmission': 'manual',
 'trim': 'ICON 4WD M/D-S',
 'vin': 'JTMREREV30D101172',
 'year': 2016}
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520NGN%27 HTTP/1.1" 200 None
2026-03-28 11:23:38 [bca.uk] INFO: Saving data for VK16%20NGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774609652.171966, 'last_price_update_time': 1774697018.590867}
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK16%2520NGN') HTTP/1.1" 204 0
2026-03-28 11:23:38 [bca.uk] INFO: Found listing with ID: SG63%20LWN
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520LWN%27 HTTP/1.1" 200 None
2026-03-28 11:23:38 [bca.uk] INFO: Scrape type for SG63%20LWN: 2
2026-03-28 11:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fb56c81-6c5d-5a5e-86a0-963c06947c21 with identifier: SG63%20LWN
2026-03-28 11:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fb56c81-6c5d-5a5e-86a0-963c06947c21 with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fb56c81-6c5d-5a5e-86a0-963c06947c21 with scrape type 2
2026-03-28 11:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fb56c81-6c5d-5a5e-86a0-963c06947c21, identifier: SG63%20LWN
2026-03-28 11:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe9c1efa-3113-54b3-8f72-897263698fb7 with identifier: PK64%20UMX
2026-03-28 11:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe9c1efa-3113-54b3-8f72-897263698fb7 with identifier: PK64%20UMX
2026-03-28 11:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe9c1efa-3113-54b3-8f72-897263698fb7 with identifier: PK64%20UMX to the API
2026-03-28 11:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK64%20UMX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe9c1efa-3113-54b3-8f72-897263698fb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK64 UMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK64%20UMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 73823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 ACENTA',
 'vin': 'SJNFEAF15U7056416',
 'year': 2014}
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520UMX%27 HTTP/1.1" 200 None
2026-03-28 11:23:39 [bca.uk] INFO: Saving data for PK64%20UMX: {'auction_closing_time': 1774864800.0, 'created_time': 1774304582.923639, 'last_price_update_time': 1774697019.142403}
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK64%2520UMX') HTTP/1.1" 204 0
2026-03-28 11:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4117e9a5-6e1e-5798-b4bd-3733fcb90f16 with identifier: WF08%20CYV
2026-03-28 11:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4117e9a5-6e1e-5798-b4bd-3733fcb90f16 with identifier: WF08%20CYV
2026-03-28 11:23:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4117e9a5-6e1e-5798-b4bd-3733fcb90f16 with identifier: WF08%20CYV to the API
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF08%20CYV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4117e9a5-6e1e-5798-b4bd-3733fcb90f16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF08 CYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF08%20CYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 88977,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.6 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': 'EXCLUSIV',
 'vin': 'W0L0AHM758G111283',
 'year': 2008}
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520CYV%27 HTTP/1.1" 200 None
2026-03-28 11:23:39 [bca.uk] INFO: Saving data for WF08%20CYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774609716.489613, 'last_price_update_time': 1774697019.471391}
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF08%2520CYV') HTTP/1.1" 204 0
2026-03-28 11:23:39 [bca.uk] INFO: Found listing with ID: YP74%20WKZ
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520WKZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:39 [bca.uk] INFO: Scrape type for YP74%20WKZ: 2
2026-03-28 11:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d39f98ab-688f-5ff8-abeb-78ef44196ac7 with identifier: YP74%20WKZ
2026-03-28 11:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d39f98ab-688f-5ff8-abeb-78ef44196ac7 with scrape type 2
2026-03-28 11:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d39f98ab-688f-5ff8-abeb-78ef44196ac7 with scrape type 2
2026-03-28 11:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d39f98ab-688f-5ff8-abeb-78ef44196ac7, identifier: YP74%20WKZ
2026-03-28 11:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fb56c81-6c5d-5a5e-86a0-963c06947c21 with identifier: SG63%20LWN
2026-03-28 11:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fb56c81-6c5d-5a5e-86a0-963c06947c21 with identifier: SG63%20LWN
2026-03-28 11:23:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fb56c81-6c5d-5a5e-86a0-963c06947c21 with identifier: SG63%20LWN to the API
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG63%20LWN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fb56c81-6c5d-5a5e-86a0-963c06947c21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG63 LWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG63%20LWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 74343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNTAAE12U1000718',
 'year': 2013}
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520LWN%27 HTTP/1.1" 200 None
2026-03-28 11:23:39 [bca.uk] INFO: Saving data for SG63%20LWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774609833.264577, 'last_price_update_time': 1774697019.895747}
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG63%2520LWN') HTTP/1.1" 204 0
2026-03-28 11:23:39 [bca.uk] INFO: Found listing with ID: SB65%20ODX
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520ODX%27 HTTP/1.1" 200 None
2026-03-28 11:23:39 [bca.uk] INFO: Scrape type for SB65%20ODX: 2
2026-03-28 11:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72eb2620-3b1e-5a4a-afbb-962d84bc63c1 with identifier: SB65%20ODX
2026-03-28 11:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72eb2620-3b1e-5a4a-afbb-962d84bc63c1 with scrape type 2
2026-03-28 11:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72eb2620-3b1e-5a4a-afbb-962d84bc63c1 with scrape type 2
2026-03-28 11:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72eb2620-3b1e-5a4a-afbb-962d84bc63c1, identifier: SB65%20ODX
2026-03-28 11:23:40 [bca.uk] INFO: Found listing with ID: ND09%20UCG
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UCG%27 HTTP/1.1" 200 None
2026-03-28 11:23:40 [bca.uk] INFO: Scrape type for ND09%20UCG: 2
2026-03-28 11:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26ebe704-ab8f-58fc-b7e9-4581519937c8 with identifier: ND09%20UCG
2026-03-28 11:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26ebe704-ab8f-58fc-b7e9-4581519937c8 with scrape type 2
2026-03-28 11:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26ebe704-ab8f-58fc-b7e9-4581519937c8 with scrape type 2
2026-03-28 11:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26ebe704-ab8f-58fc-b7e9-4581519937c8, identifier: ND09%20UCG
2026-03-28 11:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d39f98ab-688f-5ff8-abeb-78ef44196ac7 with identifier: YP74%20WKZ
2026-03-28 11:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d39f98ab-688f-5ff8-abeb-78ef44196ac7 with identifier: YP74%20WKZ
2026-03-28 11:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d39f98ab-688f-5ff8-abeb-78ef44196ac7 with identifier: YP74%20WKZ to the API
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP74%20WKZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd39f98ab-688f-5ff8-abeb-78ef44196ac7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP74 WKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20WKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 6435,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 EBL 100 LIMITED Van',
 'transmission': 'manual',
 'trim': 'EBL 100 LIMITED',
 'vin': 'WF04N1ER74RR00134',
 'year': 2024}
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520WKZ%27 HTTP/1.1" 200 None
2026-03-28 11:23:40 [bca.uk] INFO: Saving data for YP74%20WKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609655.323966, 'last_price_update_time': 1774697020.506267}
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520WKZ') HTTP/1.1" 204 0
2026-03-28 11:23:40 [bca.uk] INFO: Found listing with ID: WN75%20JXU
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520JXU%27 HTTP/1.1" 200 None
2026-03-28 11:23:40 [bca.uk] INFO: Scrape type for WN75%20JXU: 2
2026-03-28 11:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d465a8dc-9e5b-55a2-8d08-6d184e78d0ac with identifier: WN75%20JXU
2026-03-28 11:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d465a8dc-9e5b-55a2-8d08-6d184e78d0ac with scrape type 2
2026-03-28 11:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d465a8dc-9e5b-55a2-8d08-6d184e78d0ac with scrape type 2
2026-03-28 11:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d465a8dc-9e5b-55a2-8d08-6d184e78d0ac, identifier: WN75%20JXU
2026-03-28 11:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72eb2620-3b1e-5a4a-afbb-962d84bc63c1 with identifier: SB65%20ODX
2026-03-28 11:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72eb2620-3b1e-5a4a-afbb-962d84bc63c1 with identifier: SB65%20ODX
2026-03-28 11:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72eb2620-3b1e-5a4a-afbb-962d84bc63c1 with identifier: SB65%20ODX to the API
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB65%20ODX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '72eb2620-3b1e-5a4a-afbb-962d84bc63c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB65 ODX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB65%20ODX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '116D',
 'odometer': 108017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA2P32050P982485',
 'year': 2015}
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520ODX%27 HTTP/1.1" 200 None
2026-03-28 11:23:40 [bca.uk] INFO: Saving data for SB65%20ODX: {'auction_closing_time': 1774864800.0, 'created_time': 1774263891.23726, 'last_price_update_time': 1774697020.935409}
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB65%2520ODX') HTTP/1.1" 204 0
2026-03-28 11:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26ebe704-ab8f-58fc-b7e9-4581519937c8 with identifier: ND09%20UCG
2026-03-28 11:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26ebe704-ab8f-58fc-b7e9-4581519937c8 with identifier: ND09%20UCG
2026-03-28 11:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26ebe704-ab8f-58fc-b7e9-4581519937c8 with identifier: ND09%20UCG to the API
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND09%20UCG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26ebe704-ab8f-58fc-b7e9-4581519937c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND09 UCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND09%20UCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 160',
 'odometer': 155930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLC 160 1.6 B/E SPORT Coupe',
 'transmission': 'manual',
 'trim': 'B/E SPORT',
 'vin': 'WDB2037312E066987',
 'year': 2009}
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UCG%27 HTTP/1.1" 200 None
2026-03-28 11:23:41 [bca.uk] INFO: Saving data for ND09%20UCG: {'auction_closing_time': 1774951200.0, 'created_time': 1774609622.672489, 'last_price_update_time': 1774697021.363993}
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND09%2520UCG') HTTP/1.1" 204 0
2026-03-28 11:23:41 [bca.uk] INFO: Found listing with ID: LX23%20VMJ
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX23%2520VMJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:41 [bca.uk] INFO: Scrape type for LX23%20VMJ: 2
2026-03-28 11:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17f7d051-c6fa-5bd7-832a-32f8cdc605a4 with identifier: LX23%20VMJ
2026-03-28 11:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17f7d051-c6fa-5bd7-832a-32f8cdc605a4 with scrape type 2
2026-03-28 11:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17f7d051-c6fa-5bd7-832a-32f8cdc605a4 with scrape type 2
2026-03-28 11:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17f7d051-c6fa-5bd7-832a-32f8cdc605a4, identifier: LX23%20VMJ
2026-03-28 11:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d465a8dc-9e5b-55a2-8d08-6d184e78d0ac with identifier: WN75%20JXU
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=agate+black HTTP/1.1" 200 None
2026-03-28 11:23:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d465a8dc-9e5b-55a2-8d08-6d184e78d0ac with identifier: WN75%20JXU
2026-03-28 11:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d465a8dc-9e5b-55a2-8d08-6d184e78d0ac with identifier: WN75%20JXU to the API
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20JXU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd465a8dc-9e5b-55a2-8d08-6d184e78d0ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 JXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20JXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 7713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0SXXTA6SSA26028',
 'year': 2025}
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520JXU%27 HTTP/1.1" 200 None
2026-03-28 11:23:41 [bca.uk] INFO: Saving data for WN75%20JXU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609813.099788, 'last_price_update_time': 1774697021.909979}
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520JXU') HTTP/1.1" 204 0
2026-03-28 11:23:41 [bca.uk] INFO: Found listing with ID: VX17%20OFY
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520OFY%27 HTTP/1.1" 200 None
2026-03-28 11:23:41 [bca.uk] INFO: Scrape type for VX17%20OFY: 0
2026-03-28 11:23:41 [bca.uk] INFO: Found listing with ID: WP17%20JJO
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP17%2520JJO%27 HTTP/1.1" 200 None
2026-03-28 11:23:41 [bca.uk] INFO: Scrape type for WP17%20JJO: 2
2026-03-28 11:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56 with identifier: WP17%20JJO
2026-03-28 11:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56 with scrape type 2
2026-03-28 11:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56 with scrape type 2
2026-03-28 11:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56, identifier: WP17%20JJO
2026-03-28 11:23:42 [bca.uk] INFO: Found listing with ID: EK08%20NNT
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520NNT%27 HTTP/1.1" 200 None
2026-03-28 11:23:42 [bca.uk] INFO: Scrape type for EK08%20NNT: 2
2026-03-28 11:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2973980b-66a8-5253-9576-1028624bb76e with identifier: EK08%20NNT
2026-03-28 11:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2973980b-66a8-5253-9576-1028624bb76e with scrape type 2
2026-03-28 11:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2973980b-66a8-5253-9576-1028624bb76e with scrape type 2
2026-03-28 11:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2973980b-66a8-5253-9576-1028624bb76e, identifier: EK08%20NNT
2026-03-28 11:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17f7d051-c6fa-5bd7-832a-32f8cdc605a4 with identifier: LX23%20VMJ
2026-03-28 11:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17f7d051-c6fa-5bd7-832a-32f8cdc605a4 with identifier: LX23%20VMJ
2026-03-28 11:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17f7d051-c6fa-5bd7-832a-32f8cdc605a4 with identifier: LX23%20VMJ to the API
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX23%20VMJ-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '17f7d051-c6fa-5bd7-832a-32f8cdc605a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX23 VMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX23%20VMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 10946,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 1200 RALLY PRO MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1200 RALLY PRO MOTORBIKE',
 'vin': 'SMTTAP20VUNBA8920',
 'year': 2023}
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX23%2520VMJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:42 [bca.uk] INFO: Saving data for LX23%20VMJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774609652.921785, 'last_price_update_time': 1774697022.525547}
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX23%2520VMJ') HTTP/1.1" 204 0
2026-03-28 11:23:42 [bca.uk] INFO: Found listing with ID: LA16%20DYU
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520DYU%27 HTTP/1.1" 200 None
2026-03-28 11:23:42 [bca.uk] INFO: Scrape type for LA16%20DYU: 0
2026-03-28 11:23:42 [bca.uk] INFO: Found listing with ID: AK65%20RBF
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520RBF%27 HTTP/1.1" 200 None
2026-03-28 11:23:42 [bca.uk] INFO: Scrape type for AK65%20RBF: 2
2026-03-28 11:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea530f8-c0cd-5d79-9ce2-319f84a66df9 with identifier: AK65%20RBF
2026-03-28 11:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea530f8-c0cd-5d79-9ce2-319f84a66df9 with scrape type 2
2026-03-28 11:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ea530f8-c0cd-5d79-9ce2-319f84a66df9 with scrape type 2
2026-03-28 11:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ea530f8-c0cd-5d79-9ce2-319f84a66df9, identifier: AK65%20RBF
2026-03-28 11:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56 with identifier: WP17%20JJO
2026-03-28 11:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56 with identifier: WP17%20JJO
2026-03-28 11:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56 with identifier: WP17%20JJO to the API
2026-03-28 11:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP17%20JJO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dbeb0d5e-b8b3-54fe-92c2-4e183c54bd56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP17 JJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP17%20JJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 141781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.4 TFSI 150 SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 150 SPORT S-T',
 'vin': 'WAUZZZGA5HA044532',
 'year': 2017}
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP17%2520JJO%27 HTTP/1.1" 200 None
2026-03-28 11:23:43 [bca.uk] INFO: Saving data for WP17%20JJO: {'auction_closing_time': 1774864800.0, 'created_time': 1773825145.527137, 'last_price_update_time': 1774697023.151331}
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP17%2520JJO') HTTP/1.1" 204 0
2026-03-28 11:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2973980b-66a8-5253-9576-1028624bb76e with identifier: EK08%20NNT
2026-03-28 11:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2973980b-66a8-5253-9576-1028624bb76e with identifier: EK08%20NNT
2026-03-28 11:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2973980b-66a8-5253-9576-1028624bb76e with identifier: EK08%20NNT to the API
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK08%20NNT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2973980b-66a8-5253-9576-1028624bb76e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK08 NNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK08%20NNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 114144,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA',
 'vin': 'SJNFCAE11U1265339',
 'year': 2008}
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520NNT%27 HTTP/1.1" 200 None
2026-03-28 11:23:43 [bca.uk] INFO: Saving data for EK08%20NNT: {'auction_closing_time': 1774951200.0, 'created_time': 1774609691.770482, 'last_price_update_time': 1774697023.562599}
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK08%2520NNT') HTTP/1.1" 204 0
2026-03-28 11:23:43 [bca.uk] INFO: Found listing with ID: EO21%20MVC
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520MVC%27 HTTP/1.1" 200 None
2026-03-28 11:23:43 [bca.uk] INFO: Scrape type for EO21%20MVC: 0
2026-03-28 11:23:43 [bca.uk] INFO: Found listing with ID: BH19%20YVM
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520YVM%27 HTTP/1.1" 200 None
2026-03-28 11:23:43 [bca.uk] INFO: Scrape type for BH19%20YVM: 2
2026-03-28 11:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b81fc3ee-b887-521f-88b0-87b89aa2c88c with identifier: BH19%20YVM
2026-03-28 11:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b81fc3ee-b887-521f-88b0-87b89aa2c88c with scrape type 2
2026-03-28 11:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b81fc3ee-b887-521f-88b0-87b89aa2c88c with scrape type 2
2026-03-28 11:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b81fc3ee-b887-521f-88b0-87b89aa2c88c, identifier: BH19%20YVM
2026-03-28 11:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ea530f8-c0cd-5d79-9ce2-319f84a66df9 with identifier: AK65%20RBF
2026-03-28 11:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ea530f8-c0cd-5d79-9ce2-319f84a66df9 with identifier: AK65%20RBF
2026-03-28 11:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ea530f8-c0cd-5d79-9ce2-319f84a66df9 with identifier: AK65%20RBF to the API
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK65%20RBF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ea530f8-c0cd-5d79-9ce2-319f84a66df9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK65 RBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK65%20RBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 92344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE PREMIUM Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'WDD2053042F298654',
 'year': 2015}
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520RBF%27 HTTP/1.1" 200 None
2026-03-28 11:23:44 [bca.uk] INFO: Saving data for AK65%20RBF: {'auction_closing_time': 1774951200.0, 'created_time': 1774005315.22201, 'last_price_update_time': 1774697024.057088}
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK65%2520RBF') HTTP/1.1" 204 0
2026-03-28 11:23:44 [bca.uk] INFO: Found listing with ID: CK63%20NYH
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520NYH%27 HTTP/1.1" 200 None
2026-03-28 11:23:44 [bca.uk] INFO: Scrape type for CK63%20NYH: 2
2026-03-28 11:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07 with identifier: CK63%20NYH
2026-03-28 11:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07 with scrape type 2
2026-03-28 11:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07 with scrape type 2
2026-03-28 11:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07, identifier: CK63%20NYH
2026-03-28 11:23:44 [bca.uk] INFO: Found listing with ID: KU13%20EPY
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520EPY%27 HTTP/1.1" 200 None
2026-03-28 11:23:44 [bca.uk] INFO: Scrape type for KU13%20EPY: 2
2026-03-28 11:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c52d15f8-7a6a-57b0-90fe-408bb926359f with identifier: KU13%20EPY
2026-03-28 11:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c52d15f8-7a6a-57b0-90fe-408bb926359f with scrape type 2
2026-03-28 11:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c52d15f8-7a6a-57b0-90fe-408bb926359f with scrape type 2
2026-03-28 11:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c52d15f8-7a6a-57b0-90fe-408bb926359f, identifier: KU13%20EPY
2026-03-28 11:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b81fc3ee-b887-521f-88b0-87b89aa2c88c with identifier: BH19%20YVM
2026-03-28 11:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b81fc3ee-b887-521f-88b0-87b89aa2c88c with identifier: BH19%20YVM
2026-03-28 11:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b81fc3ee-b887-521f-88b0-87b89aa2c88c with identifier: BH19%20YVM to the API
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BH19%20YVM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b81fc3ee-b887-521f-88b0-87b89aa2c88c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BH19 YVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BH19%20YVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 47890,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 83 ORIGINS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 83 ORIGINS',
 'vin': 'VF7SXHMRVKT627699',
 'year': 2019}
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520YVM%27 HTTP/1.1" 200 None
2026-03-28 11:23:44 [bca.uk] INFO: Saving data for BH19%20YVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774610345.138834, 'last_price_update_time': 1774697024.65513}
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BH19%2520YVM') HTTP/1.1" 204 0
2026-03-28 11:23:44 [bca.uk] INFO: Found listing with ID: YT07%20DXJ
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT07%2520DXJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:44 [bca.uk] INFO: Scrape type for YT07%20DXJ: 2
2026-03-28 11:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d with identifier: YT07%20DXJ
2026-03-28 11:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d with scrape type 2
2026-03-28 11:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d with scrape type 2
2026-03-28 11:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d, identifier: YT07%20DXJ
2026-03-28 11:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07 with identifier: CK63%20NYH
2026-03-28 11:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07 with identifier: CK63%20NYH
2026-03-28 11:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85358ab5-7ed8-5f50-ab5e-e5ddacab3e07 with identifier: CK63%20NYH to the API
2026-03-28 11:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK63%20NYH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85358ab5-7ed8-5f50-ab5e-e5ddacab3e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK63 NYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK63%20NYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 136958,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 12V SE Hatchback',
 'transmission': 'manual',
 'trim': '12V SE',
 'vin': 'TMBFH25J7E3054787',
 'year': 2014}
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520NYH%27 HTTP/1.1" 200 None
2026-03-28 11:23:45 [bca.uk] INFO: Saving data for CK63%20NYH: {'auction_closing_time': 1774864800.0, 'created_time': 1773931614.414347, 'last_price_update_time': 1774697025.129331}
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK63%2520NYH') HTTP/1.1" 204 0
2026-03-28 11:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c52d15f8-7a6a-57b0-90fe-408bb926359f with identifier: KU13%20EPY
2026-03-28 11:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c52d15f8-7a6a-57b0-90fe-408bb926359f with identifier: KU13%20EPY
2026-03-28 11:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c52d15f8-7a6a-57b0-90fe-408bb926359f with identifier: KU13%20EPY to the API
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU13%20EPY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c52d15f8-7a6a-57b0-90fe-408bb926359f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU13 EPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU13%20EPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 93074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 E-HDI 115 ACTIVE EGC MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 ACTIVE EGC',
 'vin': 'VF30U9HD8DS032483',
 'year': 2013}
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520EPY%27 HTTP/1.1" 200 None
2026-03-28 11:23:45 [bca.uk] INFO: Saving data for KU13%20EPY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609706.435643, 'last_price_update_time': 1774697025.43718}
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU13%2520EPY') HTTP/1.1" 204 0
2026-03-28 11:23:45 [bca.uk] INFO: Found listing with ID: HK18%20NHU
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520NHU%27 HTTP/1.1" 200 None
2026-03-28 11:23:45 [bca.uk] INFO: Scrape type for HK18%20NHU: 2
2026-03-28 11:23:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7708404-a867-5fcb-9fd5-c40c088ba6f4 with identifier: HK18%20NHU
2026-03-28 11:23:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7708404-a867-5fcb-9fd5-c40c088ba6f4 with scrape type 2
2026-03-28 11:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7708404-a867-5fcb-9fd5-c40c088ba6f4 with scrape type 2
2026-03-28 11:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7708404-a867-5fcb-9fd5-c40c088ba6f4, identifier: HK18%20NHU
2026-03-28 11:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d with identifier: YT07%20DXJ
2026-03-28 11:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d with identifier: YT07%20DXJ
2026-03-28 11:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d with identifier: YT07%20DXJ to the API
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT07%20DXJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5000e6e-9c04-5075-b7f2-2bb4a18e6b1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT07 DXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT07%20DXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '307',
 'odometer': 102733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 307 1.6 S 16V Hatchback',
 'transmission': 'manual',
 'trim': 'S 16V',
 'vin': 'VF33CNFUL84879144',
 'year': 2007}
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT07%2520DXJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:45 [bca.uk] INFO: Saving data for YT07%20DXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609815.543224, 'last_price_update_time': 1774697025.846564}
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT07%2520DXJ') HTTP/1.1" 204 0
2026-03-28 11:23:45 [bca.uk] INFO: Found listing with ID: DY61%20UVS
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520UVS%27 HTTP/1.1" 200 None
2026-03-28 11:23:45 [bca.uk] INFO: Scrape type for DY61%20UVS: 2
2026-03-28 11:23:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54 with identifier: DY61%20UVS
2026-03-28 11:23:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54 with scrape type 2
2026-03-28 11:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54 with scrape type 2
2026-03-28 11:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54, identifier: DY61%20UVS
2026-03-28 11:23:45 [bca.uk] INFO: Found listing with ID: LT69%20LKF
2026-03-28 11:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKF%27 HTTP/1.1" 200 None
2026-03-28 11:23:46 [bca.uk] INFO: Scrape type for LT69%20LKF: 2
2026-03-28 11:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbca8cb4-874c-5b5b-9bc4-c3141531ebd2 with identifier: LT69%20LKF
2026-03-28 11:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbca8cb4-874c-5b5b-9bc4-c3141531ebd2 with scrape type 2
2026-03-28 11:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbca8cb4-874c-5b5b-9bc4-c3141531ebd2 with scrape type 2
2026-03-28 11:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbca8cb4-874c-5b5b-9bc4-c3141531ebd2, identifier: LT69%20LKF
2026-03-28 11:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7708404-a867-5fcb-9fd5-c40c088ba6f4 with identifier: HK18%20NHU
2026-03-28 11:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7708404-a867-5fcb-9fd5-c40c088ba6f4 with identifier: HK18%20NHU
2026-03-28 11:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7708404-a867-5fcb-9fd5-c40c088ba6f4 with identifier: HK18%20NHU to the API
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK18%20NHU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f7708404-a867-5fcb-9fd5-c40c088ba6f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK18 NHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK18%20NHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 60402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.5 DCI 110 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE S',
 'vin': 'VF1RFE00060974698',
 'year': 2018}
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520NHU%27 HTTP/1.1" 200 None
2026-03-28 11:23:46 [bca.uk] INFO: Saving data for HK18%20NHU: {'auction_closing_time': 1774951200.0, 'created_time': 1774437119.333021, 'last_price_update_time': 1774697026.45949}
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK18%2520NHU') HTTP/1.1" 204 0
2026-03-28 11:23:46 [bca.uk] INFO: Found listing with ID: FD72%20XZY
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520XZY%27 HTTP/1.1" 200 None
2026-03-28 11:23:46 [bca.uk] INFO: Scrape type for FD72%20XZY: 2
2026-03-28 11:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff with identifier: FD72%20XZY
2026-03-28 11:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff with scrape type 2
2026-03-28 11:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff with scrape type 2
2026-03-28 11:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff, identifier: FD72%20XZY
2026-03-28 11:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54 with identifier: DY61%20UVS
2026-03-28 11:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54 with identifier: DY61%20UVS
2026-03-28 11:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54 with identifier: DY61%20UVS to the API
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY61%20UVS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '95ccbeb4-4dfb-511d-b1bb-4cf0d1853a54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY61 UVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY61%20UVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COUPE',
 'odometer': 110343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI COUPE 1.6 COOPER Coupe',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWSX12020T138559',
 'year': 2012}
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520UVS%27 HTTP/1.1" 200 None
2026-03-28 11:23:46 [bca.uk] INFO: Saving data for DY61%20UVS: {'auction_closing_time': 1774864800.0, 'created_time': 1773825072.560173, 'last_price_update_time': 1774697026.894776}
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY61%2520UVS') HTTP/1.1" 204 0
2026-03-28 11:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbca8cb4-874c-5b5b-9bc4-c3141531ebd2 with identifier: LT69%20LKF
2026-03-28 11:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbca8cb4-874c-5b5b-9bc4-c3141531ebd2 with identifier: LT69%20LKF
2026-03-28 11:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbca8cb4-874c-5b5b-9bc4-c3141531ebd2 with identifier: LT69%20LKF to the API
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT69%20LKF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fbca8cb4-874c-5b5b-9bc4-c3141531ebd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT69 LKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT69%20LKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 125407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 62KWH E+ TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '62KWH E+ TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0090755',
 'year': 2020}
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKF%27 HTTP/1.1" 200 None
2026-03-28 11:23:47 [bca.uk] INFO: Saving data for LT69%20LKF: {'auction_closing_time': 1774951200.0, 'created_time': 1774609717.17897, 'last_price_update_time': 1774697027.198383}
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT69%2520LKF') HTTP/1.1" 204 0
2026-03-28 11:23:47 [bca.uk] INFO: Found listing with ID: HW71%20KOB
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW71%2520KOB%27 HTTP/1.1" 200 None
2026-03-28 11:23:47 [bca.uk] INFO: Scrape type for HW71%20KOB: 2
2026-03-28 11:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c8a18c-6d53-5afd-99f1-1c893a168542 with identifier: HW71%20KOB
2026-03-28 11:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c8a18c-6d53-5afd-99f1-1c893a168542 with scrape type 2
2026-03-28 11:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c8a18c-6d53-5afd-99f1-1c893a168542 with scrape type 2
2026-03-28 11:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70c8a18c-6d53-5afd-99f1-1c893a168542, identifier: HW71%20KOB
2026-03-28 11:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff with identifier: FD72%20XZY
2026-03-28 11:23:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff with identifier: FD72%20XZY
2026-03-28 11:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff with identifier: FD72%20XZY to the API
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD72%20XZY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cd6a3f65-acc3-5ddd-8e4d-ff4dfe0b8dff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FD72 XZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD72%20XZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '330E',
 'odometer': 93601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T SPORT',
 'vin': 'WBA82CY080FP24953',
 'year': 2023}
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520XZY%27 HTTP/1.1" 200 None
2026-03-28 11:23:47 [bca.uk] INFO: Saving data for FD72%20XZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609818.5649, 'last_price_update_time': 1774697027.69944}
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD72%2520XZY') HTTP/1.1" 204 0
2026-03-28 11:23:47 [bca.uk] INFO: Found listing with ID: DY63%20VYX
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY63%2520VYX%27 HTTP/1.1" 200 None
2026-03-28 11:23:47 [bca.uk] INFO: Scrape type for DY63%20VYX: 2
2026-03-28 11:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5749c8b-dea5-5343-8658-e704c2fcab92 with identifier: DY63%20VYX
2026-03-28 11:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5749c8b-dea5-5343-8658-e704c2fcab92 with scrape type 2
2026-03-28 11:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5749c8b-dea5-5343-8658-e704c2fcab92 with scrape type 2
2026-03-28 11:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5749c8b-dea5-5343-8658-e704c2fcab92, identifier: DY63%20VYX
2026-03-28 11:23:47 [bca.uk] INFO: Found listing with ID: WG06%20EOC
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG06%2520EOC%27 HTTP/1.1" 200 None
2026-03-28 11:23:47 [bca.uk] INFO: Scrape type for WG06%20EOC: 2
2026-03-28 11:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9348981-a99d-57a1-a77e-7953f648cb70 with identifier: WG06%20EOC
2026-03-28 11:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9348981-a99d-57a1-a77e-7953f648cb70 with scrape type 2
2026-03-28 11:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9348981-a99d-57a1-a77e-7953f648cb70 with scrape type 2
2026-03-28 11:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9348981-a99d-57a1-a77e-7953f648cb70, identifier: WG06%20EOC
2026-03-28 11:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70c8a18c-6d53-5afd-99f1-1c893a168542 with identifier: HW71%20KOB
2026-03-28 11:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red%2Fgrey HTTP/1.1" 200 None
2026-03-28 11:23:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70c8a18c-6d53-5afd-99f1-1c893a168542 with identifier: HW71%20KOB
2026-03-28 11:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70c8a18c-6d53-5afd-99f1-1c893a168542 with identifier: HW71%20KOB to the API
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW71%20KOB-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '70c8a18c-6d53-5afd-99f1-1c893a168542',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW71 KOB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW71%20KOB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 660 SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 SPORT MOTORBIKE',
 'vin': 'SMTLGL20U3NAX4257',
 'year': 2022}
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW71%2520KOB%27 HTTP/1.1" 200 None
2026-03-28 11:23:48 [bca.uk] INFO: Saving data for HW71%20KOB: {'auction_closing_time': 1775124000.0, 'created_time': 1774609728.597611, 'last_price_update_time': 1774697028.575549}
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW71%2520KOB') HTTP/1.1" 204 0
2026-03-28 11:23:48 [bca.uk] INFO: Found listing with ID: OW09%20ARX
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW09%2520ARX%27 HTTP/1.1" 200 None
2026-03-28 11:23:48 [bca.uk] INFO: Scrape type for OW09%20ARX: 0
2026-03-28 11:23:48 [bca.uk] INFO: Found listing with ID: MW66%20GYJ
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520GYJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:48 [bca.uk] INFO: Scrape type for MW66%20GYJ: 2
2026-03-28 11:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89c5d8f-86d2-557f-bb01-552253105c6e with identifier: MW66%20GYJ
2026-03-28 11:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89c5d8f-86d2-557f-bb01-552253105c6e with scrape type 2
2026-03-28 11:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e89c5d8f-86d2-557f-bb01-552253105c6e with scrape type 2
2026-03-28 11:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e89c5d8f-86d2-557f-bb01-552253105c6e, identifier: MW66%20GYJ
2026-03-28 11:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5749c8b-dea5-5343-8658-e704c2fcab92 with identifier: DY63%20VYX
2026-03-28 11:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5749c8b-dea5-5343-8658-e704c2fcab92 with identifier: DY63%20VYX
2026-03-28 11:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5749c8b-dea5-5343-8658-e704c2fcab92 with identifier: DY63%20VYX to the API
2026-03-28 11:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY63%20VYX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5749c8b-dea5-5343-8658-e704c2fcab92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY63 VYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY63%20VYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '518D',
 'odometer': 157330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 518D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5C12070D220337',
 'year': 2013}
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY63%2520VYX%27 HTTP/1.1" 200 None
2026-03-28 11:23:49 [bca.uk] INFO: Saving data for DY63%20VYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774304618.228071, 'last_price_update_time': 1774697029.150425}
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY63%2520VYX') HTTP/1.1" 204 0
2026-03-28 11:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9348981-a99d-57a1-a77e-7953f648cb70 with identifier: WG06%20EOC
2026-03-28 11:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9348981-a99d-57a1-a77e-7953f648cb70 with identifier: WG06%20EOC
2026-03-28 11:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9348981-a99d-57a1-a77e-7953f648cb70 with identifier: WG06%20EOC to the API
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG06%20EOC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9348981-a99d-57a1-a77e-7953f648cb70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG06 EOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG06%20EOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 125310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 EXTREME Hatchback',
 'transmission': 'manual',
 'trim': 'EXTREME',
 'vin': 'VF1CR1J0H35990804',
 'year': 2006}
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG06%2520EOC%27 HTTP/1.1" 200 None
2026-03-28 11:23:49 [bca.uk] INFO: Saving data for WG06%20EOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609678.685409, 'last_price_update_time': 1774697029.469758}
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG06%2520EOC') HTTP/1.1" 204 0
2026-03-28 11:23:49 [bca.uk] INFO: Found listing with ID: N9%20AEN
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N9%2520AEN%27 HTTP/1.1" 200 None
2026-03-28 11:23:49 [bca.uk] INFO: Scrape type for N9%20AEN: 2
2026-03-28 11:23:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 758adf94-d384-5e47-bc60-32f22260a729 with identifier: N9%20AEN
2026-03-28 11:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 758adf94-d384-5e47-bc60-32f22260a729 with scrape type 2
2026-03-28 11:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 758adf94-d384-5e47-bc60-32f22260a729 with scrape type 2
2026-03-28 11:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 758adf94-d384-5e47-bc60-32f22260a729, identifier: N9%20AEN
2026-03-28 11:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e89c5d8f-86d2-557f-bb01-552253105c6e with identifier: MW66%20GYJ
2026-03-28 11:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e89c5d8f-86d2-557f-bb01-552253105c6e with identifier: MW66%20GYJ
2026-03-28 11:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e89c5d8f-86d2-557f-bb01-552253105c6e with identifier: MW66%20GYJ to the API
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW66%20GYJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e89c5d8f-86d2-557f-bb01-552253105c6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW66 GYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW66%20GYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 65130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF05XXGCC5GK29105',
 'year': 2016}
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520GYJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:49 [bca.uk] INFO: Saving data for MW66%20GYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609822.381199, 'last_price_update_time': 1774697029.933721}
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW66%2520GYJ') HTTP/1.1" 204 0
2026-03-28 11:23:49 [bca.uk] INFO: Found listing with ID: HK16%20FVC
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:23:49 [bca.uk] INFO: Scrape type for HK16%20FVC: 2
2026-03-28 11:23:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cdb827c-9c34-5038-a752-6baf39774baf with identifier: HK16%20FVC
2026-03-28 11:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cdb827c-9c34-5038-a752-6baf39774baf with scrape type 2
2026-03-28 11:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cdb827c-9c34-5038-a752-6baf39774baf with scrape type 2
2026-03-28 11:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cdb827c-9c34-5038-a752-6baf39774baf, identifier: HK16%20FVC
2026-03-28 11:23:50 [bca.uk] INFO: Found listing with ID: WR62%20KWU
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520KWU%27 HTTP/1.1" 200 None
2026-03-28 11:23:50 [bca.uk] INFO: Scrape type for WR62%20KWU: 2
2026-03-28 11:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278165c6-e248-5bc2-8afb-3906b00d78d8 with identifier: WR62%20KWU
2026-03-28 11:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278165c6-e248-5bc2-8afb-3906b00d78d8 with scrape type 2
2026-03-28 11:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 278165c6-e248-5bc2-8afb-3906b00d78d8 with scrape type 2
2026-03-28 11:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 278165c6-e248-5bc2-8afb-3906b00d78d8, identifier: WR62%20KWU
2026-03-28 11:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 758adf94-d384-5e47-bc60-32f22260a729 with identifier: N9%20AEN
2026-03-28 11:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 758adf94-d384-5e47-bc60-32f22260a729 with identifier: N9%20AEN
2026-03-28 11:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 758adf94-d384-5e47-bc60-32f22260a729 with identifier: N9%20AEN to the API
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N9%20AEN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '758adf94-d384-5e47-bc60-32f22260a729',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N9 AEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N9%20AEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '320I',
 'odometer': 101742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBAVA72050AH24334',
 'year': 2007}
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N9%2520AEN%27 HTTP/1.1" 200 None
2026-03-28 11:23:50 [bca.uk] INFO: Saving data for N9%20AEN: {'auction_closing_time': 1774951200.0, 'created_time': 1774610344.7456, 'last_price_update_time': 1774697030.540809}
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N9%2520AEN') HTTP/1.1" 204 0
2026-03-28 11:23:50 [bca.uk] INFO: Found listing with ID: KU64%20VCF
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU64%2520VCF%27 HTTP/1.1" 200 None
2026-03-28 11:23:50 [bca.uk] INFO: Scrape type for KU64%20VCF: 2
2026-03-28 11:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dee80f7-e797-59fb-aa14-9e7d290d2791 with identifier: KU64%20VCF
2026-03-28 11:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dee80f7-e797-59fb-aa14-9e7d290d2791 with scrape type 2
2026-03-28 11:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dee80f7-e797-59fb-aa14-9e7d290d2791 with scrape type 2
2026-03-28 11:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dee80f7-e797-59fb-aa14-9e7d290d2791, identifier: KU64%20VCF
2026-03-28 11:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cdb827c-9c34-5038-a752-6baf39774baf with identifier: HK16%20FVC
2026-03-28 11:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cdb827c-9c34-5038-a752-6baf39774baf with identifier: HK16%20FVC
2026-03-28 11:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cdb827c-9c34-5038-a752-6baf39774baf with identifier: HK16%20FVC to the API
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK16%20FVC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4cdb827c-9c34-5038-a752-6baf39774baf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK16 FVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK16%20FVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 93034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.0 D 163 PORTFOLIO Saloon',
 'transmission': 'manual',
 'trim': 'D 163 PORTFOLIO',
 'vin': 'SAJBB4CN3HCY26046',
 'year': 2016}
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:23:51 [bca.uk] INFO: Saving data for HK16%20FVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774304611.275026, 'last_price_update_time': 1774697031.049327}
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK16%2520FVC') HTTP/1.1" 204 0
2026-03-28 11:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 278165c6-e248-5bc2-8afb-3906b00d78d8 with identifier: WR62%20KWU
2026-03-28 11:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 278165c6-e248-5bc2-8afb-3906b00d78d8 with identifier: WR62%20KWU
2026-03-28 11:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 278165c6-e248-5bc2-8afb-3906b00d78d8 with identifier: WR62%20KWU to the API
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR62%20KWU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '278165c6-e248-5bc2-8afb-3906b00d78d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR62 KWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR62%20KWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FIAT',
 'model': '500',
 'odometer': 65443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000906417',
 'year': 2012}
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520KWU%27 HTTP/1.1" 200 None
2026-03-28 11:23:51 [bca.uk] INFO: Saving data for WR62%20KWU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609679.860935, 'last_price_update_time': 1774697031.408404}
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR62%2520KWU') HTTP/1.1" 204 0
2026-03-28 11:23:51 [bca.uk] INFO: Found listing with ID: SC68%20UYP
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520UYP%27 HTTP/1.1" 200 None
2026-03-28 11:23:51 [bca.uk] INFO: Scrape type for SC68%20UYP: 0
2026-03-28 11:23:51 [bca.uk] INFO: Found listing with ID: BT07%20HUP
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT07%2520HUP%27 HTTP/1.1" 200 None
2026-03-28 11:23:51 [bca.uk] INFO: Scrape type for BT07%20HUP: 2
2026-03-28 11:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6599490-7fad-5f0b-b34a-86b741ea4414 with identifier: BT07%20HUP
2026-03-28 11:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6599490-7fad-5f0b-b34a-86b741ea4414 with scrape type 2
2026-03-28 11:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6599490-7fad-5f0b-b34a-86b741ea4414 with scrape type 2
2026-03-28 11:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6599490-7fad-5f0b-b34a-86b741ea4414, identifier: BT07%20HUP
2026-03-28 11:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dee80f7-e797-59fb-aa14-9e7d290d2791 with identifier: KU64%20VCF
2026-03-28 11:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dee80f7-e797-59fb-aa14-9e7d290d2791 with identifier: KU64%20VCF
2026-03-28 11:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dee80f7-e797-59fb-aa14-9e7d290d2791 with identifier: KU64%20VCF to the API
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU64%20VCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dee80f7-e797-59fb-aa14-9e7d290d2791',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU64 VCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU64%20VCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 81921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.4 VVT 87 WHITE EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 87 WHITE EDITION',
 'vin': 'W0L0MAP08E6069179',
 'year': 2014}
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU64%2520VCF%27 HTTP/1.1" 200 None
2026-03-28 11:23:52 [bca.uk] INFO: Saving data for KU64%20VCF: {'auction_closing_time': 1774951200.0, 'created_time': 1774609820.106754, 'last_price_update_time': 1774697032.017579}
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU64%2520VCF') HTTP/1.1" 204 0
2026-03-28 11:23:52 [bca.uk] INFO: Found listing with ID: LD15%20ZDK
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520ZDK%27 HTTP/1.1" 200 None
2026-03-28 11:23:52 [bca.uk] INFO: Scrape type for LD15%20ZDK: 0
2026-03-28 11:23:52 [bca.uk] INFO: Found listing with ID: LM63%20VOH
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520VOH%27 HTTP/1.1" 200 None
2026-03-28 11:23:52 [bca.uk] INFO: Scrape type for LM63%20VOH: 2
2026-03-28 11:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36c9da66-90ad-5a24-b64d-32321594b526 with identifier: LM63%20VOH
2026-03-28 11:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36c9da66-90ad-5a24-b64d-32321594b526 with scrape type 2
2026-03-28 11:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36c9da66-90ad-5a24-b64d-32321594b526 with scrape type 2
2026-03-28 11:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36c9da66-90ad-5a24-b64d-32321594b526, identifier: LM63%20VOH
2026-03-28 11:23:52 [bca.uk] INFO: Found listing with ID: YR66%20YDL
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520YDL%27 HTTP/1.1" 200 None
2026-03-28 11:23:52 [bca.uk] INFO: Scrape type for YR66%20YDL: 2
2026-03-28 11:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47691992-266a-5a8c-86a6-d8b977841f47 with identifier: YR66%20YDL
2026-03-28 11:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47691992-266a-5a8c-86a6-d8b977841f47 with scrape type 2
2026-03-28 11:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47691992-266a-5a8c-86a6-d8b977841f47 with scrape type 2
2026-03-28 11:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47691992-266a-5a8c-86a6-d8b977841f47, identifier: YR66%20YDL
2026-03-28 11:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6599490-7fad-5f0b-b34a-86b741ea4414 with identifier: BT07%20HUP
2026-03-28 11:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6599490-7fad-5f0b-b34a-86b741ea4414 with identifier: BT07%20HUP
2026-03-28 11:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6599490-7fad-5f0b-b34a-86b741ea4414 with identifier: BT07%20HUP to the API
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT07%20HUP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6599490-7fad-5f0b-b34a-86b741ea4414',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT07 HUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT07%20HUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'VECTRA',
 'odometer': 137605,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VECTRA 1.8 VVT EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCLUSIV',
 'vin': 'W0L0ZCF6871110858',
 'year': 2007}
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT07%2520HUP%27 HTTP/1.1" 200 None
2026-03-28 11:23:52 [bca.uk] INFO: Saving data for BT07%20HUP: {'auction_closing_time': 1774864800.0, 'created_time': 1774610341.645206, 'last_price_update_time': 1774697032.807485}
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT07%2520HUP') HTTP/1.1" 204 0
2026-03-28 11:23:52 [bca.uk] INFO: Found listing with ID: DV73%20VJX
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520VJX%27 HTTP/1.1" 200 None
2026-03-28 11:23:52 [bca.uk] INFO: Scrape type for DV73%20VJX: 2
2026-03-28 11:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57b78e9f-9c5a-56b1-a76c-532bd1df4a90 with identifier: DV73%20VJX
2026-03-28 11:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57b78e9f-9c5a-56b1-a76c-532bd1df4a90 with scrape type 2
2026-03-28 11:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57b78e9f-9c5a-56b1-a76c-532bd1df4a90 with scrape type 2
2026-03-28 11:23:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57b78e9f-9c5a-56b1-a76c-532bd1df4a90, identifier: DV73%20VJX
2026-03-28 11:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36c9da66-90ad-5a24-b64d-32321594b526 with identifier: LM63%20VOH
2026-03-28 11:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36c9da66-90ad-5a24-b64d-32321594b526 with identifier: LM63%20VOH
2026-03-28 11:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36c9da66-90ad-5a24-b64d-32321594b526 with identifier: LM63%20VOH to the API
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM63%20VOH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '36c9da66-90ad-5a24-b64d-32321594b526',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM63 VOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM63%20VOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 137013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 2.1 CDI SE TIP Saloon',
 'transmission': 'manual',
 'trim': 'CDI SE TIP',
 'vin': 'WDD2120022A911900',
 'year': 2013}
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520VOH%27 HTTP/1.1" 200 None
2026-03-28 11:23:53 [bca.uk] INFO: Saving data for LM63%20VOH: {'auction_closing_time': 1774864800.0, 'created_time': 1774304055.594996, 'last_price_update_time': 1774697033.368722}
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM63%2520VOH') HTTP/1.1" 204 0
2026-03-28 11:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47691992-266a-5a8c-86a6-d8b977841f47 with identifier: YR66%20YDL
2026-03-28 11:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47691992-266a-5a8c-86a6-d8b977841f47 with identifier: YR66%20YDL
2026-03-28 11:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47691992-266a-5a8c-86a6-d8b977841f47 with identifier: YR66%20YDL to the API
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR66%20YDL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47691992-266a-5a8c-86a6-d8b977841f47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR66 YDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR66%20YDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 174629,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 125 270 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 125 270 SWB TREND L/R',
 'vin': 'WF0YXXTTGYGA18629',
 'year': 2016}
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520YDL%27 HTTP/1.1" 200 None
2026-03-28 11:23:53 [bca.uk] INFO: Saving data for YR66%20YDL: {'auction_closing_time': 1774951200.0, 'created_time': 1774609680.651732, 'last_price_update_time': 1774697033.671357}
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR66%2520YDL') HTTP/1.1" 204 0
2026-03-28 11:23:53 [bca.uk] INFO: Found listing with ID: HY72%20DFD
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520DFD%27 HTTP/1.1" 200 None
2026-03-28 11:23:53 [bca.uk] INFO: Scrape type for HY72%20DFD: 2
2026-03-28 11:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79 with identifier: HY72%20DFD
2026-03-28 11:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79 with scrape type 2
2026-03-28 11:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79 with scrape type 2
2026-03-28 11:23:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79, identifier: HY72%20DFD
2026-03-28 11:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57b78e9f-9c5a-56b1-a76c-532bd1df4a90 with identifier: DV73%20VJX
2026-03-28 11:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57b78e9f-9c5a-56b1-a76c-532bd1df4a90 with identifier: DV73%20VJX
2026-03-28 11:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57b78e9f-9c5a-56b1-a76c-532bd1df4a90 with identifier: DV73%20VJX to the API
2026-03-28 11:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV73%20VJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '57b78e9f-9c5a-56b1-a76c-532bd1df4a90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV73 VJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV73%20VJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA-E 100KW 50KWH GS (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GS (11KC)',
 'vin': 'VXKUHZKXZP4055465',
 'year': 2023}
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520VJX%27 HTTP/1.1" 200 None
2026-03-28 11:23:54 [bca.uk] INFO: Saving data for DV73%20VJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774609853.131657, 'last_price_update_time': 1774697034.162565}
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV73%2520VJX') HTTP/1.1" 204 0
2026-03-28 11:23:54 [bca.uk] INFO: Found listing with ID: MF22%20NTE
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520NTE%27 HTTP/1.1" 200 None
2026-03-28 11:23:54 [bca.uk] INFO: Scrape type for MF22%20NTE: 2
2026-03-28 11:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62808431-2848-5166-9819-00f66cea4809 with identifier: MF22%20NTE
2026-03-28 11:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62808431-2848-5166-9819-00f66cea4809 with scrape type 2
2026-03-28 11:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62808431-2848-5166-9819-00f66cea4809 with scrape type 2
2026-03-28 11:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62808431-2848-5166-9819-00f66cea4809, identifier: MF22%20NTE
2026-03-28 11:23:54 [bca.uk] INFO: Found listing with ID: LM03%20UOW
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM03%2520UOW%27 HTTP/1.1" 200 None
2026-03-28 11:23:54 [bca.uk] INFO: Scrape type for LM03%20UOW: 2
2026-03-28 11:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7114091-5498-56f8-bfc3-a9a06cd0c41d with identifier: LM03%20UOW
2026-03-28 11:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7114091-5498-56f8-bfc3-a9a06cd0c41d with scrape type 2
2026-03-28 11:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7114091-5498-56f8-bfc3-a9a06cd0c41d with scrape type 2
2026-03-28 11:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7114091-5498-56f8-bfc3-a9a06cd0c41d, identifier: LM03%20UOW
2026-03-28 11:23:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79 with identifier: HY72%20DFD
2026-03-28 11:23:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79 with identifier: HY72%20DFD
2026-03-28 11:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f1d0830-8a0d-5176-9e58-1d9f48cfcc79 with identifier: HY72%20DFD to the API
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 55,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY72%20DFD-GB',
 'category': 'Motorcycle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '0f1d0830-8a0d-5176-9e58-1d9f48cfcc79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY72 DFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY72%20DFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'GSX-R',
 'odometer': 6979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SUZUKI GSX-R 125 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '125 MOTORBIKE',
 'vin': 'MH8DL33EZPJ100902',
 'year': 2022}
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520DFD%27 HTTP/1.1" 200 None
2026-03-28 11:23:54 [bca.uk] INFO: Saving data for HY72%20DFD: {'auction_closing_time': 1775124000.0, 'created_time': 1774610343.471168, 'last_price_update_time': 1774697034.724266}
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY72%2520DFD') HTTP/1.1" 204 0
2026-03-28 11:23:54 [bca.uk] INFO: Found listing with ID: SK11%20NNJ
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK11%2520NNJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:54 [bca.uk] INFO: Scrape type for SK11%20NNJ: 2
2026-03-28 11:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38fbde7c-1667-5e22-83c3-437b5dd87c94 with identifier: SK11%20NNJ
2026-03-28 11:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38fbde7c-1667-5e22-83c3-437b5dd87c94 with scrape type 2
2026-03-28 11:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38fbde7c-1667-5e22-83c3-437b5dd87c94 with scrape type 2
2026-03-28 11:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38fbde7c-1667-5e22-83c3-437b5dd87c94, identifier: SK11%20NNJ
2026-03-28 11:23:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62808431-2848-5166-9819-00f66cea4809 with identifier: MF22%20NTE
2026-03-28 11:23:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62808431-2848-5166-9819-00f66cea4809 with identifier: MF22%20NTE
2026-03-28 11:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62808431-2848-5166-9819-00f66cea4809 with identifier: MF22%20NTE to the API
2026-03-28 11:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20NTE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62808431-2848-5166-9819-00f66cea4809',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF22 NTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20NTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 53188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 335 2.2 BLUEHDI 140 L3 H2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 PROFESSIONAL',
 'vin': 'VF3YCBPFC12U52378',
 'year': 2022}
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520NTE%27 HTTP/1.1" 200 None
2026-03-28 11:23:55 [bca.uk] INFO: Saving data for MF22%20NTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774609730.609279, 'last_price_update_time': 1774697035.150013}
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520NTE') HTTP/1.1" 204 0
2026-03-28 11:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7114091-5498-56f8-bfc3-a9a06cd0c41d with identifier: LM03%20UOW
2026-03-28 11:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7114091-5498-56f8-bfc3-a9a06cd0c41d with identifier: LM03%20UOW
2026-03-28 11:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7114091-5498-56f8-bfc3-a9a06cd0c41d with identifier: LM03%20UOW to the API
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM03%20UOW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7114091-5498-56f8-bfc3-a9a06cd0c41d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM03 UOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM03%20UOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 60058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.1 V6 Saloon',
 'transmission': 'manual',
 'trim': 'V6',
 'vin': 'SAJAH52S23YD43010',
 'year': 2003}
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM03%2520UOW%27 HTTP/1.1" 200 None
2026-03-28 11:23:55 [bca.uk] INFO: Saving data for LM03%20UOW: {'auction_closing_time': 1774951200.0, 'created_time': 1774609721.05891, 'last_price_update_time': 1774697035.482863}
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM03%2520UOW') HTTP/1.1" 204 0
2026-03-28 11:23:55 [bca.uk] INFO: Found listing with ID: FA16%20YVJ
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520YVJ%27 HTTP/1.1" 200 None
2026-03-28 11:23:55 [bca.uk] INFO: Scrape type for FA16%20YVJ: 2
2026-03-28 11:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d0d643c-b334-5523-9460-ed1b3a7fa7b1 with identifier: FA16%20YVJ
2026-03-28 11:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d0d643c-b334-5523-9460-ed1b3a7fa7b1 with scrape type 2
2026-03-28 11:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d0d643c-b334-5523-9460-ed1b3a7fa7b1 with scrape type 2
2026-03-28 11:23:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d0d643c-b334-5523-9460-ed1b3a7fa7b1, identifier: FA16%20YVJ
2026-03-28 11:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38fbde7c-1667-5e22-83c3-437b5dd87c94 with identifier: SK11%20NNJ
2026-03-28 11:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38fbde7c-1667-5e22-83c3-437b5dd87c94 with identifier: SK11%20NNJ
2026-03-28 11:24:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38fbde7c-1667-5e22-83c3-437b5dd87c94 with identifier: SK11%20NNJ to the API
2026-03-28 11:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK11%20NNJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38fbde7c-1667-5e22-83c3-437b5dd87c94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK11 NNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK11%20NNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 58230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 TCE DYNAMIQUE TOM TOM Hatchback',
 'transmission': 'manual',
 'trim': 'TCE DYNAMIQUE TOM TOM',
 'vin': 'VF1BRC40H44701559',
 'year': 2011}
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK11%2520NNJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:03 [bca.uk] INFO: Saving data for SK11%20NNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609821.127277, 'last_price_update_time': 1774697043.160774}
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK11%2520NNJ') HTTP/1.1" 204 0
2026-03-28 11:24:03 [bca.uk] INFO: Found listing with ID: RX65%20KYO
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520KYO%27 HTTP/1.1" 200 None
2026-03-28 11:24:03 [bca.uk] INFO: Scrape type for RX65%20KYO: 2
2026-03-28 11:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab9ba7f1-06c3-584b-bb66-c3670289f998 with identifier: RX65%20KYO
2026-03-28 11:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab9ba7f1-06c3-584b-bb66-c3670289f998 with scrape type 2
2026-03-28 11:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab9ba7f1-06c3-584b-bb66-c3670289f998 with scrape type 2
2026-03-28 11:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab9ba7f1-06c3-584b-bb66-c3670289f998, identifier: RX65%20KYO
2026-03-28 11:24:03 [bca.uk] INFO: Found listing with ID: NU54%20GKG
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU54%2520GKG%27 HTTP/1.1" 200 None
2026-03-28 11:24:03 [bca.uk] INFO: Scrape type for NU54%20GKG: 2
2026-03-28 11:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5269a12e-ce8c-535b-adc5-da348be05697 with identifier: NU54%20GKG
2026-03-28 11:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5269a12e-ce8c-535b-adc5-da348be05697 with scrape type 2
2026-03-28 11:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5269a12e-ce8c-535b-adc5-da348be05697 with scrape type 2
2026-03-28 11:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5269a12e-ce8c-535b-adc5-da348be05697, identifier: NU54%20GKG
2026-03-28 11:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d0d643c-b334-5523-9460-ed1b3a7fa7b1 with identifier: FA16%20YVJ
2026-03-28 11:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d0d643c-b334-5523-9460-ed1b3a7fa7b1 with identifier: FA16%20YVJ
2026-03-28 11:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d0d643c-b334-5523-9460-ed1b3a7fa7b1 with identifier: FA16%20YVJ to the API
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA16%20YVJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d0d643c-b334-5523-9460-ed1b3a7fa7b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA16 YVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA16%20YVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 108611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0CXXGAKCGK80080',
 'year': 2016}
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520YVJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:03 [bca.uk] INFO: Saving data for FA16%20YVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610342.599064, 'last_price_update_time': 1774697043.729976}
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA16%2520YVJ') HTTP/1.1" 204 0
2026-03-28 11:24:03 [bca.uk] INFO: Found listing with ID: ML68%20NHB
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520NHB%27 HTTP/1.1" 200 None
2026-03-28 11:24:03 [bca.uk] INFO: Scrape type for ML68%20NHB: 0
2026-03-28 11:24:03 [bca.uk] INFO: Found listing with ID: DF18%20JZA
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520JZA%27 HTTP/1.1" 200 None
2026-03-28 11:24:03 [bca.uk] INFO: Scrape type for DF18%20JZA: 2
2026-03-28 11:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb4101be-a02f-53c2-ab05-02dc411000fa with identifier: DF18%20JZA
2026-03-28 11:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb4101be-a02f-53c2-ab05-02dc411000fa with scrape type 2
2026-03-28 11:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb4101be-a02f-53c2-ab05-02dc411000fa with scrape type 2
2026-03-28 11:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb4101be-a02f-53c2-ab05-02dc411000fa, identifier: DF18%20JZA
2026-03-28 11:24:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab9ba7f1-06c3-584b-bb66-c3670289f998 with identifier: RX65%20KYO
2026-03-28 11:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab9ba7f1-06c3-584b-bb66-c3670289f998 with identifier: RX65%20KYO
2026-03-28 11:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab9ba7f1-06c3-584b-bb66-c3670289f998 with identifier: RX65%20KYO to the API
2026-03-28 11:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX65%20KYO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab9ba7f1-06c3-584b-bb66-c3670289f998',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX65 KYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX65%20KYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 56187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 125 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 SPORT',
 'vin': 'WAUZZZ8X5GB055882',
 'year': 2016}
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520KYO%27 HTTP/1.1" 200 None
2026-03-28 11:24:05 [bca.uk] INFO: Saving data for RX65%20KYO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609730.999277, 'last_price_update_time': 1774697045.150858}
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX65%2520KYO') HTTP/1.1" 204 0
2026-03-28 11:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5269a12e-ce8c-535b-adc5-da348be05697 with identifier: NU54%20GKG
2026-03-28 11:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5269a12e-ce8c-535b-adc5-da348be05697 with identifier: NU54%20GKG
2026-03-28 11:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5269a12e-ce8c-535b-adc5-da348be05697 with identifier: NU54%20GKG to the API
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU54%20GKG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5269a12e-ce8c-535b-adc5-da348be05697',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU54 GKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU54%20GKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 59047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.1 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'KNEBA24324T051637',
 'year': 2004}
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU54%2520GKG%27 HTTP/1.1" 200 None
2026-03-28 11:24:05 [bca.uk] INFO: Saving data for NU54%20GKG: {'auction_closing_time': 1774951200.0, 'created_time': 1774609610.571589, 'last_price_update_time': 1774697045.489233}
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU54%2520GKG') HTTP/1.1" 204 0
2026-03-28 11:24:05 [bca.uk] INFO: Found listing with ID: WL13%20EOE
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL13%2520EOE%27 HTTP/1.1" 200 None
2026-03-28 11:24:05 [bca.uk] INFO: Scrape type for WL13%20EOE: 2
2026-03-28 11:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b006329d-968a-5b74-9d87-5f09e89073ad with identifier: WL13%20EOE
2026-03-28 11:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b006329d-968a-5b74-9d87-5f09e89073ad with scrape type 2
2026-03-28 11:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b006329d-968a-5b74-9d87-5f09e89073ad with scrape type 2
2026-03-28 11:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b006329d-968a-5b74-9d87-5f09e89073ad, identifier: WL13%20EOE
2026-03-28 11:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb4101be-a02f-53c2-ab05-02dc411000fa with identifier: DF18%20JZA
2026-03-28 11:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb4101be-a02f-53c2-ab05-02dc411000fa with identifier: DF18%20JZA
2026-03-28 11:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb4101be-a02f-53c2-ab05-02dc411000fa with identifier: DF18%20JZA to the API
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF18%20JZA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb4101be-a02f-53c2-ab05-02dc411000fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF18 JZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF18%20JZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 100082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.6 TD 100 ECOTEC ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'TD 100 ECOTEC ELITE',
 'vin': 'W0V7H9EC8J4331228',
 'year': 2018}
2026-03-28 11:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520JZA%27 HTTP/1.1" 200 None
2026-03-28 11:24:06 [bca.uk] INFO: Saving data for DF18%20JZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774609817.764765, 'last_price_update_time': 1774697046.096017}
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF18%2520JZA') HTTP/1.1" 204 0
2026-03-28 11:24:06 [bca.uk] INFO: Found listing with ID: LA19%20OGM
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520OGM%27 HTTP/1.1" 200 None
2026-03-28 11:24:06 [bca.uk] INFO: Scrape type for LA19%20OGM: 2
2026-03-28 11:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8882ecad-aa2e-5b21-b428-12b8f96a2e31 with identifier: LA19%20OGM
2026-03-28 11:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8882ecad-aa2e-5b21-b428-12b8f96a2e31 with scrape type 2
2026-03-28 11:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8882ecad-aa2e-5b21-b428-12b8f96a2e31 with scrape type 2
2026-03-28 11:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8882ecad-aa2e-5b21-b428-12b8f96a2e31, identifier: LA19%20OGM
2026-03-28 11:24:06 [bca.uk] INFO: Found listing with ID: PN54%20SOC
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN54%2520SOC%27 HTTP/1.1" 200 None
2026-03-28 11:24:06 [bca.uk] INFO: Scrape type for PN54%20SOC: 2
2026-03-28 11:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b17cb4-7750-5fde-ad7c-e2b3789b48cd with identifier: PN54%20SOC
2026-03-28 11:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b17cb4-7750-5fde-ad7c-e2b3789b48cd with scrape type 2
2026-03-28 11:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b17cb4-7750-5fde-ad7c-e2b3789b48cd with scrape type 2
2026-03-28 11:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b17cb4-7750-5fde-ad7c-e2b3789b48cd, identifier: PN54%20SOC
2026-03-28 11:24:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b006329d-968a-5b74-9d87-5f09e89073ad with identifier: WL13%20EOE
2026-03-28 11:24:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b006329d-968a-5b74-9d87-5f09e89073ad with identifier: WL13%20EOE
2026-03-28 11:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b006329d-968a-5b74-9d87-5f09e89073ad with identifier: WL13%20EOE to the API
2026-03-28 11:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL13%20EOE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b006329d-968a-5b74-9d87-5f09e89073ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL13 EOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL13%20EOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 117680,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI ACENTA PREMIUM',
 'vin': 'SJNFCAF15U6309667',
 'year': 2013}
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL13%2520EOE%27 HTTP/1.1" 200 None
2026-03-28 11:24:07 [bca.uk] INFO: Saving data for WL13%20EOE: {'auction_closing_time': 1774951200.0, 'created_time': 1774610342.122674, 'last_price_update_time': 1774697047.162404}
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL13%2520EOE') HTTP/1.1" 204 0
2026-03-28 11:24:07 [bca.uk] INFO: Found listing with ID: YA64%20LPX
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520LPX%27 HTTP/1.1" 200 None
2026-03-28 11:24:07 [bca.uk] INFO: Scrape type for YA64%20LPX: 2
2026-03-28 11:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4354c695-b27a-546e-ab1f-f6751e6d00e6 with identifier: YA64%20LPX
2026-03-28 11:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4354c695-b27a-546e-ab1f-f6751e6d00e6 with scrape type 2
2026-03-28 11:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4354c695-b27a-546e-ab1f-f6751e6d00e6 with scrape type 2
2026-03-28 11:24:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4354c695-b27a-546e-ab1f-f6751e6d00e6, identifier: YA64%20LPX
2026-03-28 11:24:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8882ecad-aa2e-5b21-b428-12b8f96a2e31 with identifier: LA19%20OGM
2026-03-28 11:24:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8882ecad-aa2e-5b21-b428-12b8f96a2e31 with identifier: LA19%20OGM
2026-03-28 11:24:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8882ecad-aa2e-5b21-b428-12b8f96a2e31 with identifier: LA19%20OGM to the API
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA19%20OGM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8882ecad-aa2e-5b21-b428-12b8f96a2e31',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA19 OGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA19%20OGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 18251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.6 BLUEHDI 100 1000 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 ENTERPRISE',
 'vin': 'VR7EFBHYBKJ659878',
 'year': 2019}
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520OGM%27 HTTP/1.1" 200 None
2026-03-28 11:24:07 [bca.uk] INFO: Saving data for LA19%20OGM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610348.54429, 'last_price_update_time': 1774697047.813586}
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA19%2520OGM') HTTP/1.1" 204 0
2026-03-28 11:24:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b17cb4-7750-5fde-ad7c-e2b3789b48cd with identifier: PN54%20SOC
2026-03-28 11:24:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b17cb4-7750-5fde-ad7c-e2b3789b48cd with identifier: PN54%20SOC
2026-03-28 11:24:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b17cb4-7750-5fde-ad7c-e2b3789b48cd with identifier: PN54%20SOC to the API
2026-03-28 11:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN54%20SOC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4b17cb4-7750-5fde-ad7c-e2b3789b48cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN54 SOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN54%20SOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 99651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.0 VVT-I BLUE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I BLUE',
 'vin': 'VNKJV18330A351433',
 'year': 2004}
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN54%2520SOC%27 HTTP/1.1" 200 None
2026-03-28 11:24:34 [bca.uk] INFO: Saving data for PN54%20SOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609613.840151, 'last_price_update_time': 1774697074.913133}
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN54%2520SOC') HTTP/1.1" 204 0
2026-03-28 11:24:34 [bca.uk] INFO: Found listing with ID: HK23%20GZJ
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520GZJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:34 [bca.uk] INFO: Scrape type for HK23%20GZJ: 2
2026-03-28 11:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eb02e8d-fcde-53e2-855a-8038347ac9d8 with identifier: HK23%20GZJ
2026-03-28 11:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eb02e8d-fcde-53e2-855a-8038347ac9d8 with scrape type 2
2026-03-28 11:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eb02e8d-fcde-53e2-855a-8038347ac9d8 with scrape type 2
2026-03-28 11:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0eb02e8d-fcde-53e2-855a-8038347ac9d8, identifier: HK23%20GZJ
2026-03-28 11:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4354c695-b27a-546e-ab1f-f6751e6d00e6 with identifier: YA64%20LPX
2026-03-28 11:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4354c695-b27a-546e-ab1f-f6751e6d00e6 with identifier: YA64%20LPX
2026-03-28 11:24:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4354c695-b27a-546e-ab1f-f6751e6d00e6 with identifier: YA64%20LPX to the API
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA64%20LPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4354c695-b27a-546e-ab1f-f6751e6d00e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA64 LPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA64%20LPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 66764,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-PLAY Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-PLAY',
 'vin': 'JTDKGNEC80N033755',
 'year': 2015}
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520LPX%27 HTTP/1.1" 200 None
2026-03-28 11:24:35 [bca.uk] INFO: Saving data for YA64%20LPX: {'auction_closing_time': 1774951200.0, 'created_time': 1774609839.682476, 'last_price_update_time': 1774697075.343187}
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA64%2520LPX') HTTP/1.1" 204 0
2026-03-28 11:24:35 [scrapy.extensions.logstats] INFO: Crawled 264 pages (at 2 pages/min), scraped 884 items (at 96 items/min)
2026-03-28 11:24:35 [scrapy.extensions.memusage] INFO: Peak memory usage is 202MiB
2026-03-28 11:24:35 [bca.uk] INFO: Found listing with ID: GK13%20CMU
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK13%2520CMU%27 HTTP/1.1" 200 None
2026-03-28 11:24:35 [bca.uk] INFO: Scrape type for GK13%20CMU: 2
2026-03-28 11:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f395fa2e-8ca7-5eee-9897-a28116bb699f with identifier: GK13%20CMU
2026-03-28 11:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f395fa2e-8ca7-5eee-9897-a28116bb699f with scrape type 2
2026-03-28 11:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f395fa2e-8ca7-5eee-9897-a28116bb699f with scrape type 2
2026-03-28 11:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f395fa2e-8ca7-5eee-9897-a28116bb699f, identifier: GK13%20CMU
2026-03-28 11:24:35 [bca.uk] INFO: Found listing with ID: YD10%20SWY
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD10%2520SWY%27 HTTP/1.1" 200 None
2026-03-28 11:24:35 [bca.uk] INFO: Scrape type for YD10%20SWY: 2
2026-03-28 11:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ed03c15-c904-5a0c-96f9-0b3398a99556 with identifier: YD10%20SWY
2026-03-28 11:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ed03c15-c904-5a0c-96f9-0b3398a99556 with scrape type 2
2026-03-28 11:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ed03c15-c904-5a0c-96f9-0b3398a99556 with scrape type 2
2026-03-28 11:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ed03c15-c904-5a0c-96f9-0b3398a99556, identifier: YD10%20SWY
2026-03-28 11:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0eb02e8d-fcde-53e2-855a-8038347ac9d8 with identifier: HK23%20GZJ
2026-03-28 11:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0eb02e8d-fcde-53e2-855a-8038347ac9d8 with identifier: HK23%20GZJ
2026-03-28 11:24:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0eb02e8d-fcde-53e2-855a-8038347ac9d8 with identifier: HK23%20GZJ to the API
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20GZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0eb02e8d-fcde-53e2-855a-8038347ac9d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 GZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20GZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 30139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L2 LEADER 1-WAY Tipper',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 LEADER 1-WAY',
 'vin': 'WF0AXXTTRAPL50522',
 'year': 2023}
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520GZJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:35 [bca.uk] INFO: Saving data for HK23%20GZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610341.202663, 'last_price_update_time': 1774697075.910582}
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520GZJ') HTTP/1.1" 204 0
2026-03-28 11:24:35 [bca.uk] INFO: Found listing with ID: YC17%20YDM
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:24:35 [bca.uk] INFO: Scrape type for YC17%20YDM: 2
2026-03-28 11:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 215e031c-856f-533f-9069-5ef6be065a10 with identifier: YC17%20YDM
2026-03-28 11:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 215e031c-856f-533f-9069-5ef6be065a10 with scrape type 2
2026-03-28 11:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 215e031c-856f-533f-9069-5ef6be065a10 with scrape type 2
2026-03-28 11:24:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 215e031c-856f-533f-9069-5ef6be065a10, identifier: YC17%20YDM
2026-03-28 11:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f395fa2e-8ca7-5eee-9897-a28116bb699f with identifier: GK13%20CMU
2026-03-28 11:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f395fa2e-8ca7-5eee-9897-a28116bb699f with identifier: GK13%20CMU
2026-03-28 11:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f395fa2e-8ca7-5eee-9897-a28116bb699f with identifier: GK13%20CMU to the API
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK13%20CMU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.4L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f395fa2e-8ca7-5eee-9897-a28116bb699f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK13 CMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK13%20CMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'M5',
 'odometer': 70856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW M5 4.4 V8 DCT Saloon',
 'transmission': 'automatic',
 'trim': 'V8 DCT',
 'vin': 'WBSFV92040DX96251',
 'year': 2013}
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK13%2520CMU%27 HTTP/1.1" 200 None
2026-03-28 11:24:36 [bca.uk] INFO: Saving data for GK13%20CMU: {'auction_closing_time': 1775642400.0, 'created_time': 1774609713.268148, 'last_price_update_time': 1774697076.355735}
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK13%2520CMU') HTTP/1.1" 204 0
2026-03-28 11:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ed03c15-c904-5a0c-96f9-0b3398a99556 with identifier: YD10%20SWY
2026-03-28 11:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ed03c15-c904-5a0c-96f9-0b3398a99556 with identifier: YD10%20SWY
2026-03-28 11:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ed03c15-c904-5a0c-96f9-0b3398a99556 with identifier: YD10%20SWY to the API
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD10%20SWY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ed03c15-c904-5a0c-96f9-0b3398a99556',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD10 SWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD10%20SWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 168001,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TS Hatchback',
 'transmission': 'manual',
 'trim': 'TS',
 'vin': 'JMZBL14Z201173374',
 'year': 2010}
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD10%2520SWY%27 HTTP/1.1" 200 None
2026-03-28 11:24:36 [bca.uk] INFO: Saving data for YD10%20SWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609702.401034, 'last_price_update_time': 1774697076.656697}
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD10%2520SWY') HTTP/1.1" 204 0
2026-03-28 11:24:36 [bca.uk] INFO: Found listing with ID: YF57%20FBA
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520FBA%27 HTTP/1.1" 200 None
2026-03-28 11:24:36 [bca.uk] INFO: Scrape type for YF57%20FBA: 2
2026-03-28 11:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c4e8771-7852-53f4-a696-fbd413106c6d with identifier: YF57%20FBA
2026-03-28 11:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c4e8771-7852-53f4-a696-fbd413106c6d with scrape type 2
2026-03-28 11:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c4e8771-7852-53f4-a696-fbd413106c6d with scrape type 2
2026-03-28 11:24:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c4e8771-7852-53f4-a696-fbd413106c6d, identifier: YF57%20FBA
2026-03-28 11:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 215e031c-856f-533f-9069-5ef6be065a10 with identifier: YC17%20YDM
2026-03-28 11:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 215e031c-856f-533f-9069-5ef6be065a10 with identifier: YC17%20YDM
2026-03-28 11:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 215e031c-856f-533f-9069-5ef6be065a10 with identifier: YC17%20YDM to the API
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC17%20YDM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '215e031c-856f-533f-9069-5ef6be065a10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC17 YDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC17%20YDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'VIVA',
 'odometer': 59792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVA 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'W0LDD6E72HC789632',
 'year': 2017}
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:24:37 [bca.uk] INFO: Saving data for YC17%20YDM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609841.386653, 'last_price_update_time': 1774697077.066612}
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC17%2520YDM') HTTP/1.1" 204 0
2026-03-28 11:24:37 [bca.uk] INFO: Total items found: 100
2026-03-28 11:24:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded
2026-03-28 11:24:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:24:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:24:37 [bca.uk] INFO: Found listing with ID: RK58%20UEV
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK58%2520UEV%27 HTTP/1.1" 200 None
2026-03-28 11:24:37 [bca.uk] INFO: Scrape type for RK58%20UEV: 2
2026-03-28 11:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08621f2d-76ba-5689-bd21-5a56df881c21 with identifier: RK58%20UEV
2026-03-28 11:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08621f2d-76ba-5689-bd21-5a56df881c21 with scrape type 2
2026-03-28 11:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08621f2d-76ba-5689-bd21-5a56df881c21 with scrape type 2
2026-03-28 11:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08621f2d-76ba-5689-bd21-5a56df881c21, identifier: RK58%20UEV
2026-03-28 11:24:37 [bca.uk] INFO: Found listing with ID: KC07%20ZNX
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC07%2520ZNX%27 HTTP/1.1" 200 None
2026-03-28 11:24:37 [bca.uk] INFO: Scrape type for KC07%20ZNX: 2
2026-03-28 11:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d342835f-e782-5de9-8c0b-d79247289c08 with identifier: KC07%20ZNX
2026-03-28 11:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d342835f-e782-5de9-8c0b-d79247289c08 with scrape type 2
2026-03-28 11:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d342835f-e782-5de9-8c0b-d79247289c08 with scrape type 2
2026-03-28 11:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d342835f-e782-5de9-8c0b-d79247289c08, identifier: KC07%20ZNX
2026-03-28 11:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c4e8771-7852-53f4-a696-fbd413106c6d with identifier: YF57%20FBA
2026-03-28 11:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c4e8771-7852-53f4-a696-fbd413106c6d with identifier: YF57%20FBA
2026-03-28 11:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c4e8771-7852-53f4-a696-fbd413106c6d with identifier: YF57%20FBA to the API
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF57%20FBA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c4e8771-7852-53f4-a696-fbd413106c6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF57 FBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF57%20FBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 121270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 D Hatchback',
 'transmission': 'manual',
 'trim': 'D',
 'vin': 'WMWMG32040TV21231',
 'year': 2007}
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520FBA%27 HTTP/1.1" 200 None
2026-03-28 11:24:37 [bca.uk] INFO: Saving data for YF57%20FBA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610350.998883, 'last_price_update_time': 1774697077.659038}
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF57%2520FBA') HTTP/1.1" 204 0
2026-03-28 11:24:37 [bca.uk] INFO: Found listing with ID: SC67%20EBP
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC67%2520EBP%27 HTTP/1.1" 200 None
2026-03-28 11:24:37 [bca.uk] INFO: Scrape type for SC67%20EBP: 2
2026-03-28 11:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02 with identifier: SC67%20EBP
2026-03-28 11:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02 with scrape type 2
2026-03-28 11:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02 with scrape type 2
2026-03-28 11:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02, identifier: SC67%20EBP
2026-03-28 11:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08621f2d-76ba-5689-bd21-5a56df881c21 with identifier: RK58%20UEV
2026-03-28 11:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08621f2d-76ba-5689-bd21-5a56df881c21 with identifier: RK58%20UEV
2026-03-28 11:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08621f2d-76ba-5689-bd21-5a56df881c21 with identifier: RK58%20UEV to the API
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK58%20UEV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08621f2d-76ba-5689-bd21-5a56df881c21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK58 UEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK58%20UEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 62238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.6 ZETEC CLIMATE Estate',
 'transmission': 'manual',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF0UXXGAJU7J25106',
 'year': 2008}
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK58%2520UEV%27 HTTP/1.1" 200 None
2026-03-28 11:24:38 [bca.uk] INFO: Saving data for RK58%20UEV: {'auction_closing_time': 1774951200.0, 'created_time': 1774609714.943099, 'last_price_update_time': 1774697078.124878}
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK58%2520UEV') HTTP/1.1" 204 0
2026-03-28 11:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d342835f-e782-5de9-8c0b-d79247289c08 with identifier: KC07%20ZNX
2026-03-28 11:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d342835f-e782-5de9-8c0b-d79247289c08 with identifier: KC07%20ZNX
2026-03-28 11:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d342835f-e782-5de9-8c0b-d79247289c08 with identifier: KC07%20ZNX to the API
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KC07%20ZNX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd342835f-e782-5de9-8c0b-d79247289c08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KC07 ZNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KC07%20ZNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'MERIVA',
 'odometer': 88574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MERIVA 1.4 16V DESIGN MPV',
 'transmission': 'manual',
 'trim': '16V DESIGN',
 'vin': 'W0L0XCE7574215822',
 'year': 2007}
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC07%2520ZNX%27 HTTP/1.1" 200 None
2026-03-28 11:24:38 [bca.uk] INFO: Saving data for KC07%20ZNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774609703.398084, 'last_price_update_time': 1774697078.513268}
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KC07%2520ZNX') HTTP/1.1" 204 0
2026-03-28 11:24:38 [bca.uk] INFO: Found listing with ID: TT13%20OLE
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TT13%2520OLE%27 HTTP/1.1" 200 None
2026-03-28 11:24:38 [bca.uk] INFO: Scrape type for TT13%20OLE: 2
2026-03-28 11:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf328f7-4519-5a51-8c1c-393a0779d5e6 with identifier: TT13%20OLE
2026-03-28 11:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf328f7-4519-5a51-8c1c-393a0779d5e6 with scrape type 2
2026-03-28 11:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf328f7-4519-5a51-8c1c-393a0779d5e6 with scrape type 2
2026-03-28 11:24:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf328f7-4519-5a51-8c1c-393a0779d5e6, identifier: TT13%20OLE
2026-03-28 11:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02 with identifier: SC67%20EBP
2026-03-28 11:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02 with identifier: SC67%20EBP
2026-03-28 11:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20d87b0a-07f6-5322-8f5f-3a71ea9d3d02 with identifier: SC67%20EBP to the API
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC67%20EBP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '20d87b0a-07f6-5322-8f5f-3a71ea9d3d02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC67 EBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC67%20EBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 122691,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.0 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'VNVK1400259694068',
 'year': 2018}
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC67%2520EBP%27 HTTP/1.1" 200 None
2026-03-28 11:24:38 [bca.uk] INFO: Saving data for SC67%20EBP: {'auction_closing_time': 1774951200.0, 'created_time': 1774609804.475187, 'last_price_update_time': 1774697078.938017}
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC67%2520EBP') HTTP/1.1" 204 0
2026-03-28 11:24:38 [bca.uk] INFO: Found listing with ID: GL16%20UDO
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520UDO%27 HTTP/1.1" 200 None
2026-03-28 11:24:38 [bca.uk] INFO: Scrape type for GL16%20UDO: 0
2026-03-28 11:24:38 [bca.uk] INFO: Found listing with ID: GC65%20WPR
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520WPR%27 HTTP/1.1" 200 None
2026-03-28 11:24:38 [bca.uk] INFO: Scrape type for GC65%20WPR: 0
2026-03-28 11:24:38 [bca.uk] INFO: Found listing with ID: MJ74%20WBF
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520WBF%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for MJ74%20WBF: 2
2026-03-28 11:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe7825e9-f359-53c3-ac72-a6f3b0dd29e6 with identifier: MJ74%20WBF
2026-03-28 11:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe7825e9-f359-53c3-ac72-a6f3b0dd29e6 with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe7825e9-f359-53c3-ac72-a6f3b0dd29e6 with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe7825e9-f359-53c3-ac72-a6f3b0dd29e6, identifier: MJ74%20WBF
2026-03-28 11:24:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:24:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: RV65%20TVU
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520TVU%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for RV65%20TVU: 2
2026-03-28 11:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35af0f2-bda5-54c1-ac03-0053c02b4e3c with identifier: RV65%20TVU
2026-03-28 11:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35af0f2-bda5-54c1-ac03-0053c02b4e3c with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c35af0f2-bda5-54c1-ac03-0053c02b4e3c with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c35af0f2-bda5-54c1-ac03-0053c02b4e3c, identifier: RV65%20TVU
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: DG13%20XYL
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520XYL%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for DG13%20XYL: 2
2026-03-28 11:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd9a11e-88dd-5098-b9c2-96ab0657c507 with identifier: DG13%20XYL
2026-03-28 11:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd9a11e-88dd-5098-b9c2-96ab0657c507 with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dd9a11e-88dd-5098-b9c2-96ab0657c507 with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5dd9a11e-88dd-5098-b9c2-96ab0657c507, identifier: DG13%20XYL
2026-03-28 11:24:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf328f7-4519-5a51-8c1c-393a0779d5e6 with identifier: TT13%20OLE
2026-03-28 11:24:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf328f7-4519-5a51-8c1c-393a0779d5e6 with identifier: TT13%20OLE
2026-03-28 11:24:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf328f7-4519-5a51-8c1c-393a0779d5e6 with identifier: TT13%20OLE to the API
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TT13%20OLE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf328f7-4519-5a51-8c1c-393a0779d5e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'TT13 OLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=TT13%20OLE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 84619,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 300 R 4M DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 300 R 4M DSG',
 'vin': 'WVWZZZAUZGW135553',
 'year': 2015}
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TT13%2520OLE%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Saving data for TT13%20OLE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610351.402337, 'last_price_update_time': 1774697079.65532}
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TT13%2520OLE') HTTP/1.1" 204 0
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: SJ15%20VVR
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VVR%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for SJ15%20VVR: 0
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: SD16%20ZSG
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD16%2520ZSG%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for SD16%20ZSG: 0
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: SH64%20YFP
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520YFP%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for SH64%20YFP: 0
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: GL64%20YPJ
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YPJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for GL64%20YPJ: 0
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: WF66%20DSE
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520DSE%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for WF66%20DSE: 0
2026-03-28 11:24:39 [bca.uk] INFO: Found listing with ID: EO59%20UNY
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520UNY%27 HTTP/1.1" 200 None
2026-03-28 11:24:39 [bca.uk] INFO: Scrape type for EO59%20UNY: 2
2026-03-28 11:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf47da68-6adb-59bb-8a29-2eec19f22af1 with identifier: EO59%20UNY
2026-03-28 11:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf47da68-6adb-59bb-8a29-2eec19f22af1 with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf47da68-6adb-59bb-8a29-2eec19f22af1 with scrape type 2
2026-03-28 11:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf47da68-6adb-59bb-8a29-2eec19f22af1, identifier: EO59%20UNY
2026-03-28 11:24:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe7825e9-f359-53c3-ac72-a6f3b0dd29e6 with identifier: MJ74%20WBF
2026-03-28 11:24:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe7825e9-f359-53c3-ac72-a6f3b0dd29e6 with identifier: MJ74%20WBF
2026-03-28 11:24:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe7825e9-f359-53c3-ac72-a6f3b0dd29e6 with identifier: MJ74%20WBF to the API
2026-03-28 11:24:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20WBF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe7825e9-f359-53c3-ac72-a6f3b0dd29e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ74 WBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20WBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'KANGOO',
 'odometer': 16496,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'RENAULT KANGOO 1.3 TCE 100 ML19 START Van',
 'transmission': 'manual',
 'trim': 'TCE 100 ML19 START',
 'vin': 'VF1RFK00472151566',
 'year': 2024}
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520WBF%27 HTTP/1.1" 200 None
2026-03-28 11:24:40 [bca.uk] INFO: Saving data for MJ74%20WBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610335.092461, 'last_price_update_time': 1774697080.182091}
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520WBF') HTTP/1.1" 204 0
2026-03-28 11:24:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c35af0f2-bda5-54c1-ac03-0053c02b4e3c with identifier: RV65%20TVU
2026-03-28 11:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c35af0f2-bda5-54c1-ac03-0053c02b4e3c with identifier: RV65%20TVU
2026-03-28 11:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c35af0f2-bda5-54c1-ac03-0053c02b4e3c with identifier: RV65%20TVU to the API
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV65%20TVU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c35af0f2-bda5-54c1-ac03-0053c02b4e3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV65 TVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV65%20TVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 121390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 70 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '70 ENERGY',
 'vin': 'W0L0XEP08G6005812',
 'year': 2015}
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520TVU%27 HTTP/1.1" 200 None
2026-03-28 11:24:40 [bca.uk] INFO: Saving data for RV65%20TVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609693.377417, 'last_price_update_time': 1774697080.571684}
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV65%2520TVU') HTTP/1.1" 204 0
2026-03-28 11:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5dd9a11e-88dd-5098-b9c2-96ab0657c507 with identifier: DG13%20XYL
2026-03-28 11:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5dd9a11e-88dd-5098-b9c2-96ab0657c507 with identifier: DG13%20XYL
2026-03-28 11:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5dd9a11e-88dd-5098-b9c2-96ab0657c507 with identifier: DG13%20XYL to the API
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG13%20XYL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5dd9a11e-88dd-5098-b9c2-96ab0657c507',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG13 XYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG13%20XYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ANTARA',
 'odometer': 81213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ANTARA 2.2 CDTI 163 SE 4WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'CDTI 163 SE 4WD S/S',
 'vin': 'W0LLJ6EH6CB087535',
 'year': 2013}
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520XYL%27 HTTP/1.1" 200 None
2026-03-28 11:24:40 [bca.uk] INFO: Saving data for DG13%20XYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774609675.137967, 'last_price_update_time': 1774697080.884199}
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG13%2520XYL') HTTP/1.1" 204 0
2026-03-28 11:24:40 [bca.uk] INFO: Found listing with ID: DE14%20YDG
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520YDG%27 HTTP/1.1" 200 None
2026-03-28 11:24:40 [bca.uk] INFO: Scrape type for DE14%20YDG: 0
2026-03-28 11:24:40 [bca.uk] INFO: Found listing with ID: DU18%20YMX
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520YMX%27 HTTP/1.1" 200 None
2026-03-28 11:24:40 [bca.uk] INFO: Scrape type for DU18%20YMX: 0
2026-03-28 11:24:40 [bca.uk] INFO: Found listing with ID: ET16%20WXR
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET16%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:24:40 [bca.uk] INFO: Scrape type for ET16%20WXR: 2
2026-03-28 11:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eead43f-b196-5fdf-8282-1d6565f2198c with identifier: ET16%20WXR
2026-03-28 11:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eead43f-b196-5fdf-8282-1d6565f2198c with scrape type 2
2026-03-28 11:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eead43f-b196-5fdf-8282-1d6565f2198c with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0eead43f-b196-5fdf-8282-1d6565f2198c, identifier: ET16%20WXR
2026-03-28 11:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf47da68-6adb-59bb-8a29-2eec19f22af1 with identifier: EO59%20UNY
2026-03-28 11:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf47da68-6adb-59bb-8a29-2eec19f22af1 with identifier: EO59%20UNY
2026-03-28 11:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf47da68-6adb-59bb-8a29-2eec19f22af1 with identifier: EO59%20UNY to the API
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO59%20UNY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf47da68-6adb-59bb-8a29-2eec19f22af1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO59 UNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO59%20UNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 107897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 STYLE Hatchback',
 'transmission': 'manual',
 'trim': '82 STYLE',
 'vin': 'WF0JXXWPJJ9C69781',
 'year': 2009}
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520UNY%27 HTTP/1.1" 200 None
2026-03-28 11:24:41 [bca.uk] INFO: Saving data for EO59%20UNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609806.504816, 'last_price_update_time': 1774697081.350104}
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO59%2520UNY') HTTP/1.1" 204 0
2026-03-28 11:24:41 [bca.uk] INFO: Found listing with ID: MA74%20ZYT
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520ZYT%27 HTTP/1.1" 200 None
2026-03-28 11:24:41 [bca.uk] INFO: Scrape type for MA74%20ZYT: 2
2026-03-28 11:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc129ec4-930b-5537-aadc-74a676b5f4c6 with identifier: MA74%20ZYT
2026-03-28 11:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc129ec4-930b-5537-aadc-74a676b5f4c6 with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc129ec4-930b-5537-aadc-74a676b5f4c6 with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc129ec4-930b-5537-aadc-74a676b5f4c6, identifier: MA74%20ZYT
2026-03-28 11:24:41 [bca.uk] INFO: Found listing with ID: BL16%20ZMO
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520ZMO%27 HTTP/1.1" 200 None
2026-03-28 11:24:41 [bca.uk] INFO: Scrape type for BL16%20ZMO: 2
2026-03-28 11:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 793412ae-002e-505c-adb4-c3a2889cfc52 with identifier: BL16%20ZMO
2026-03-28 11:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 793412ae-002e-505c-adb4-c3a2889cfc52 with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 793412ae-002e-505c-adb4-c3a2889cfc52 with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 793412ae-002e-505c-adb4-c3a2889cfc52, identifier: BL16%20ZMO
2026-03-28 11:24:41 [bca.uk] INFO: Found listing with ID: DN64%20XSY
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520XSY%27 HTTP/1.1" 200 None
2026-03-28 11:24:41 [bca.uk] INFO: Scrape type for DN64%20XSY: 2
2026-03-28 11:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c3d735e-8a58-5313-88eb-d1960d0d96ac with identifier: DN64%20XSY
2026-03-28 11:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c3d735e-8a58-5313-88eb-d1960d0d96ac with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c3d735e-8a58-5313-88eb-d1960d0d96ac with scrape type 2
2026-03-28 11:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c3d735e-8a58-5313-88eb-d1960d0d96ac, identifier: DN64%20XSY
2026-03-28 11:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0eead43f-b196-5fdf-8282-1d6565f2198c with identifier: ET16%20WXR
2026-03-28 11:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0eead43f-b196-5fdf-8282-1d6565f2198c with identifier: ET16%20WXR
2026-03-28 11:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0eead43f-b196-5fdf-8282-1d6565f2198c with identifier: ET16%20WXR to the API
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET16%20WXR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0eead43f-b196-5fdf-8282-1d6565f2198c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET16 WXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET16%20WXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 102841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 E/B 180 ST-2 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 180 ST-2',
 'vin': 'WF0CXXGAKCGC67868',
 'year': 2016}
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET16%2520WXR%27 HTTP/1.1" 200 None
2026-03-28 11:24:42 [bca.uk] INFO: Saving data for ET16%20WXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774609854.304913, 'last_price_update_time': 1774697082.010392}
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET16%2520WXR') HTTP/1.1" 204 0
2026-03-28 11:24:42 [bca.uk] INFO: Found listing with ID: SY15%20UNN
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520UNN%27 HTTP/1.1" 200 None
2026-03-28 11:24:42 [bca.uk] INFO: Scrape type for SY15%20UNN: 2
2026-03-28 11:24:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5c52c6f-48ba-5832-a634-e73fd17498b5 with identifier: SY15%20UNN
2026-03-28 11:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5c52c6f-48ba-5832-a634-e73fd17498b5 with scrape type 2
2026-03-28 11:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5c52c6f-48ba-5832-a634-e73fd17498b5 with scrape type 2
2026-03-28 11:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5c52c6f-48ba-5832-a634-e73fd17498b5, identifier: SY15%20UNN
2026-03-28 11:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc129ec4-930b-5537-aadc-74a676b5f4c6 with identifier: MA74%20ZYT
2026-03-28 11:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc129ec4-930b-5537-aadc-74a676b5f4c6 with identifier: MA74%20ZYT
2026-03-28 11:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc129ec4-930b-5537-aadc-74a676b5f4c6 with identifier: MA74%20ZYT to the API
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA74%20ZYT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc129ec4-930b-5537-aadc-74a676b5f4c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA74 ZYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA74%20ZYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'KANGOO',
 'odometer': 32060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'RENAULT KANGOO 1.3 TCE 100 ML19 ADVANCE Van',
 'transmission': 'manual',
 'trim': 'TCE 100 ML19 ADVANCE',
 'vin': 'VF1RFK00772584170',
 'year': 2024}
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520ZYT%27 HTTP/1.1" 200 None
2026-03-28 11:24:42 [bca.uk] INFO: Saving data for MA74%20ZYT: {'auction_closing_time': 1774864800.0, 'created_time': 1774610333.117069, 'last_price_update_time': 1774697082.489258}
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA74%2520ZYT') HTTP/1.1" 204 0
2026-03-28 11:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 793412ae-002e-505c-adb4-c3a2889cfc52 with identifier: BL16%20ZMO
2026-03-28 11:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 793412ae-002e-505c-adb4-c3a2889cfc52 with identifier: BL16%20ZMO
2026-03-28 11:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 793412ae-002e-505c-adb4-c3a2889cfc52 with identifier: BL16%20ZMO to the API
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL16%20ZMO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '793412ae-002e-505c-adb4-c3a2889cfc52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL16 ZMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL16%20ZMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 60056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF05XXGCC5GA12132',
 'year': 2016}
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520ZMO%27 HTTP/1.1" 200 None
2026-03-28 11:24:43 [bca.uk] INFO: Saving data for BL16%20ZMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609692.604402, 'last_price_update_time': 1774697083.028003}
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL16%2520ZMO') HTTP/1.1" 204 0
2026-03-28 11:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c3d735e-8a58-5313-88eb-d1960d0d96ac with identifier: DN64%20XSY
2026-03-28 11:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c3d735e-8a58-5313-88eb-d1960d0d96ac with identifier: DN64%20XSY
2026-03-28 11:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c3d735e-8a58-5313-88eb-d1960d0d96ac with identifier: DN64%20XSY to the API
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN64%20XSY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c3d735e-8a58-5313-88eb-d1960d0d96ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN64 XSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN64%20XSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FIAT',
 'model': '500L MPW',
 'odometer': 120360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500L MPW 1.3 M/JET 85 POP STAR (5ST) D/L MPV',
 'transmission': 'automatic',
 'trim': 'M/JET 85 POP STAR (5ST) D/L',
 'vin': 'ZFA19900005197135',
 'year': 2015}
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520XSY%27 HTTP/1.1" 200 None
2026-03-28 11:24:43 [bca.uk] INFO: Saving data for DN64%20XSY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609667.961373, 'last_price_update_time': 1774697083.402761}
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN64%2520XSY') HTTP/1.1" 204 0
2026-03-28 11:24:43 [bca.uk] INFO: Found listing with ID: PO14%20WHT
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO14%2520WHT%27 HTTP/1.1" 200 None
2026-03-28 11:24:43 [bca.uk] INFO: Scrape type for PO14%20WHT: 2
2026-03-28 11:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ca1e7f-8d83-55d2-a81f-586fa408452a with identifier: PO14%20WHT
2026-03-28 11:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ca1e7f-8d83-55d2-a81f-586fa408452a with scrape type 2
2026-03-28 11:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00ca1e7f-8d83-55d2-a81f-586fa408452a with scrape type 2
2026-03-28 11:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00ca1e7f-8d83-55d2-a81f-586fa408452a, identifier: PO14%20WHT
2026-03-28 11:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5c52c6f-48ba-5832-a634-e73fd17498b5 with identifier: SY15%20UNN
2026-03-28 11:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5c52c6f-48ba-5832-a634-e73fd17498b5 with identifier: SY15%20UNN
2026-03-28 11:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5c52c6f-48ba-5832-a634-e73fd17498b5 with identifier: SY15%20UNN to the API
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY15%20UNN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5c52c6f-48ba-5832-a634-e73fd17498b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY15 UNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY15%20UNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 86843,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 P/T 130 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ACTIVE',
 'vin': 'VF3LPHNYHFS062632',
 'year': 2015}
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520UNN%27 HTTP/1.1" 200 None
2026-03-28 11:24:43 [bca.uk] INFO: Saving data for SY15%20UNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774609803.148806, 'last_price_update_time': 1774697083.852036}
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY15%2520UNN') HTTP/1.1" 204 0
2026-03-28 11:24:43 [bca.uk] INFO: Found listing with ID: YY19%20ARF
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ARF%27 HTTP/1.1" 200 None
2026-03-28 11:24:43 [bca.uk] INFO: Scrape type for YY19%20ARF: 2
2026-03-28 11:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0922130-7996-5d34-b1c7-cf0579318f8b with identifier: YY19%20ARF
2026-03-28 11:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0922130-7996-5d34-b1c7-cf0579318f8b with scrape type 2
2026-03-28 11:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0922130-7996-5d34-b1c7-cf0579318f8b with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0922130-7996-5d34-b1c7-cf0579318f8b, identifier: YY19%20ARF
2026-03-28 11:24:44 [bca.uk] INFO: Found listing with ID: EA67%20GFZ
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520GFZ%27 HTTP/1.1" 200 None
2026-03-28 11:24:44 [bca.uk] INFO: Scrape type for EA67%20GFZ: 2
2026-03-28 11:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ded94ffa-a160-56f1-8fa8-b34cc3426e89 with identifier: EA67%20GFZ
2026-03-28 11:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded94ffa-a160-56f1-8fa8-b34cc3426e89 with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ded94ffa-a160-56f1-8fa8-b34cc3426e89 with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ded94ffa-a160-56f1-8fa8-b34cc3426e89, identifier: EA67%20GFZ
2026-03-28 11:24:44 [bca.uk] INFO: Found listing with ID: ML67%20KTE
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520KTE%27 HTTP/1.1" 200 None
2026-03-28 11:24:44 [bca.uk] INFO: Scrape type for ML67%20KTE: 2
2026-03-28 11:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0 with identifier: ML67%20KTE
2026-03-28 11:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0 with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0 with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0, identifier: ML67%20KTE
2026-03-28 11:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00ca1e7f-8d83-55d2-a81f-586fa408452a with identifier: PO14%20WHT
2026-03-28 11:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00ca1e7f-8d83-55d2-a81f-586fa408452a with identifier: PO14%20WHT
2026-03-28 11:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00ca1e7f-8d83-55d2-a81f-586fa408452a with identifier: PO14%20WHT to the API
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO14%20WHT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00ca1e7f-8d83-55d2-a81f-586fa408452a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO14 WHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO14%20WHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 105637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFAAJ11U1056899',
 'year': 2014}
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO14%2520WHT%27 HTTP/1.1" 200 None
2026-03-28 11:24:44 [bca.uk] INFO: Saving data for PO14%20WHT: {'auction_closing_time': 1774951200.0, 'created_time': 1774609852.661438, 'last_price_update_time': 1774697084.66528}
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO14%2520WHT') HTTP/1.1" 204 0
2026-03-28 11:24:44 [bca.uk] INFO: Found listing with ID: MX13%20UTC
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520UTC%27 HTTP/1.1" 200 None
2026-03-28 11:24:44 [bca.uk] INFO: Scrape type for MX13%20UTC: 2
2026-03-28 11:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f818f22-b24b-5dd6-a28a-843653e7ef5b with identifier: MX13%20UTC
2026-03-28 11:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f818f22-b24b-5dd6-a28a-843653e7ef5b with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f818f22-b24b-5dd6-a28a-843653e7ef5b with scrape type 2
2026-03-28 11:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f818f22-b24b-5dd6-a28a-843653e7ef5b, identifier: MX13%20UTC
2026-03-28 11:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0922130-7996-5d34-b1c7-cf0579318f8b with identifier: YY19%20ARF
2026-03-28 11:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0922130-7996-5d34-b1c7-cf0579318f8b with identifier: YY19%20ARF
2026-03-28 11:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0922130-7996-5d34-b1c7-cf0579318f8b with identifier: YY19%20ARF to the API
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY19%20ARF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0922130-7996-5d34-b1c7-cf0579318f8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY19 ARF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY19%20ARF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 132334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV62040LM96589',
 'year': 2019}
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ARF%27 HTTP/1.1" 200 None
2026-03-28 11:24:45 [bca.uk] INFO: Saving data for YY19%20ARF: {'auction_closing_time': 1774951200.0, 'created_time': 1774523367.668238, 'last_price_update_time': 1774697085.216566}
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY19%2520ARF') HTTP/1.1" 204 0
2026-03-28 11:24:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ded94ffa-a160-56f1-8fa8-b34cc3426e89 with identifier: EA67%20GFZ
2026-03-28 11:24:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ded94ffa-a160-56f1-8fa8-b34cc3426e89 with identifier: EA67%20GFZ
2026-03-28 11:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ded94ffa-a160-56f1-8fa8-b34cc3426e89 with identifier: EA67%20GFZ to the API
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA67%20GFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ded94ffa-a160-56f1-8fa8-b34cc3426e89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA67 GFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA67%20GFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '316D',
 'odometer': 117110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 316D 2.0 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA8F92000K774088',
 'year': 2017}
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520GFZ%27 HTTP/1.1" 200 None
2026-03-28 11:24:45 [bca.uk] INFO: Saving data for EA67%20GFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609691.176279, 'last_price_update_time': 1774697085.619843}
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA67%2520GFZ') HTTP/1.1" 204 0
2026-03-28 11:24:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0 with identifier: ML67%20KTE
2026-03-28 11:24:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0 with identifier: ML67%20KTE
2026-03-28 11:24:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0 with identifier: ML67%20KTE to the API
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML67%20KTE-GB',
 'category': 'Car',
 'color': 'purple',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c5252f7-f4e7-5fc6-92a0-65d5d86eadb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML67 KTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML67%20KTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '108 TOP!',
 'odometer': 74048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 TOP! 1.0 ALLURE 2-TRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'ALLURE 2-TRONIC',
 'vin': 'VF3PSCFBCHR162841',
 'year': 2017}
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520KTE%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Saving data for ML67%20KTE: {'auction_closing_time': 1774951200.0, 'created_time': 1774609674.104166, 'last_price_update_time': 1774697086.01754}
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML67%2520KTE') HTTP/1.1" 204 0
2026-03-28 11:24:46 [bca.uk] INFO: Found listing with ID: HK15%20BTY
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BTY%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Scrape type for HK15%20BTY: 2
2026-03-28 11:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35bf6d84-e775-5f76-82dc-5cbcdf32ad74 with identifier: HK15%20BTY
2026-03-28 11:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35bf6d84-e775-5f76-82dc-5cbcdf32ad74 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35bf6d84-e775-5f76-82dc-5cbcdf32ad74 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35bf6d84-e775-5f76-82dc-5cbcdf32ad74, identifier: HK15%20BTY
2026-03-28 11:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f818f22-b24b-5dd6-a28a-843653e7ef5b with identifier: MX13%20UTC
2026-03-28 11:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f818f22-b24b-5dd6-a28a-843653e7ef5b with identifier: MX13%20UTC
2026-03-28 11:24:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f818f22-b24b-5dd6-a28a-843653e7ef5b with identifier: MX13%20UTC to the API
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX13%20UTC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6f818f22-b24b-5dd6-a28a-843653e7ef5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX13 UTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX13%20UTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 107463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.6 TDCI 115 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0JXXWPBJDJ85621',
 'year': 2013}
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520UTC%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Saving data for MX13%20UTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774609803.607854, 'last_price_update_time': 1774697086.526269}
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX13%2520UTC') HTTP/1.1" 204 0
2026-03-28 11:24:46 [bca.uk] INFO: Found listing with ID: YL69%20AKJ
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520AKJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Scrape type for YL69%20AKJ: 0
2026-03-28 11:24:46 [bca.uk] INFO: Found listing with ID: C12C47855
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C47855%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Scrape type for C12C47855: 2
2026-03-28 11:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3678af42-7ada-54ea-ac4c-f32de9086756 with identifier: C12C47855
2026-03-28 11:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3678af42-7ada-54ea-ac4c-f32de9086756 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3678af42-7ada-54ea-ac4c-f32de9086756 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3678af42-7ada-54ea-ac4c-f32de9086756, identifier: C12C47855
2026-03-28 11:24:46 [bca.uk] INFO: Found listing with ID: EX18%20CPO
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520CPO%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Scrape type for EX18%20CPO: 2
2026-03-28 11:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be51ccb9-0db3-55a9-a724-16fdd131f5a0 with identifier: EX18%20CPO
2026-03-28 11:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be51ccb9-0db3-55a9-a724-16fdd131f5a0 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be51ccb9-0db3-55a9-a724-16fdd131f5a0 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be51ccb9-0db3-55a9-a724-16fdd131f5a0, identifier: EX18%20CPO
2026-03-28 11:24:46 [bca.uk] INFO: Found listing with ID: NJ60%20WFO
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520WFO%27 HTTP/1.1" 200 None
2026-03-28 11:24:46 [bca.uk] INFO: Scrape type for NJ60%20WFO: 2
2026-03-28 11:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0b484c9-77eb-5fa0-ab22-92260b77efb7 with identifier: NJ60%20WFO
2026-03-28 11:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0b484c9-77eb-5fa0-ab22-92260b77efb7 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0b484c9-77eb-5fa0-ab22-92260b77efb7 with scrape type 2
2026-03-28 11:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0b484c9-77eb-5fa0-ab22-92260b77efb7, identifier: NJ60%20WFO
2026-03-28 11:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35bf6d84-e775-5f76-82dc-5cbcdf32ad74 with identifier: HK15%20BTY
2026-03-28 11:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35bf6d84-e775-5f76-82dc-5cbcdf32ad74 with identifier: HK15%20BTY
2026-03-28 11:24:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35bf6d84-e775-5f76-82dc-5cbcdf32ad74 with identifier: HK15%20BTY to the API
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK15%20BTY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '35bf6d84-e775-5f76-82dc-5cbcdf32ad74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK15 BTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK15%20BTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 157340,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.0 PHEV GX5HS 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV GX5HS 4WD',
 'vin': 'JMAXDGG2WFZ001165',
 'year': 2015}
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BTY%27 HTTP/1.1" 200 None
2026-03-28 11:24:47 [bca.uk] INFO: Saving data for HK15%20BTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609846.256664, 'last_price_update_time': 1774697087.200682}
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK15%2520BTY') HTTP/1.1" 204 0
2026-03-28 11:24:47 [bca.uk] INFO: Found listing with ID: BK68%20GBV
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520GBV%27 HTTP/1.1" 200 None
2026-03-28 11:24:47 [bca.uk] INFO: Scrape type for BK68%20GBV: 0
2026-03-28 11:24:47 [bca.uk] INFO: Found listing with ID: SO65%20FVM
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520FVM%27 HTTP/1.1" 200 None
2026-03-28 11:24:47 [bca.uk] INFO: Scrape type for SO65%20FVM: 2
2026-03-28 11:24:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53dc761c-7856-5b26-8ab1-999a600002b5 with identifier: SO65%20FVM
2026-03-28 11:24:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53dc761c-7856-5b26-8ab1-999a600002b5 with scrape type 2
2026-03-28 11:24:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53dc761c-7856-5b26-8ab1-999a600002b5 with scrape type 2
2026-03-28 11:24:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53dc761c-7856-5b26-8ab1-999a600002b5, identifier: SO65%20FVM
2026-03-28 11:24:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3678af42-7ada-54ea-ac4c-f32de9086756 with identifier: C12C47855
2026-03-28 11:24:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3678af42-7ada-54ea-ac4c-f32de9086756 with identifier: C12C47855
2026-03-28 11:24:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3678af42-7ada-54ea-ac4c-f32de9086756 with identifier: C12C47855 to the API
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C12C47855-GB',
 'category': 'LightCommercialVehicle',
 'color': 'solid',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3678af42-7ada-54ea-ac4c-f32de9086756',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'C12C47855',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=C12C47855&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 112445,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.0 BLUEHDI 130 L3 H2 ENTERPRISE CrewCab Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L3 H2 ENTERPRISE',
 'vin': 'VF7YC2MFC12C47855',
 'year': 2016}
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C47855%27 HTTP/1.1" 200 None
2026-03-28 11:24:47 [bca.uk] INFO: Saving data for C12C47855: {'auction_closing_time': 1775037600.0, 'created_time': 1774610332.110827, 'last_price_update_time': 1774697087.703433}
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C12C47855') HTTP/1.1" 204 0
2026-03-28 11:24:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be51ccb9-0db3-55a9-a724-16fdd131f5a0 with identifier: EX18%20CPO
2026-03-28 11:24:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be51ccb9-0db3-55a9-a724-16fdd131f5a0 with identifier: EX18%20CPO
2026-03-28 11:24:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be51ccb9-0db3-55a9-a724-16fdd131f5a0 with identifier: EX18%20CPO to the API
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX18%20CPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be51ccb9-0db3-55a9-a724-16fdd131f5a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX18 CPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX18%20CPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 58802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 TECH LINE',
 'vin': 'W0VZRHNY3JS059937',
 'year': 2018}
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520CPO%27 HTTP/1.1" 200 None
2026-03-28 11:24:48 [bca.uk] INFO: Saving data for EX18%20CPO: {'auction_closing_time': 1774951200.0, 'created_time': 1774265157.701357, 'last_price_update_time': 1774697088.025478}
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX18%2520CPO') HTTP/1.1" 204 0
2026-03-28 11:24:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0b484c9-77eb-5fa0-ab22-92260b77efb7 with identifier: NJ60%20WFO
2026-03-28 11:24:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0b484c9-77eb-5fa0-ab22-92260b77efb7 with identifier: NJ60%20WFO
2026-03-28 11:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0b484c9-77eb-5fa0-ab22-92260b77efb7 with identifier: NJ60%20WFO to the API
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ60%20WFO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0b484c9-77eb-5fa0-ab22-92260b77efb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ60 WFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ60%20WFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 82993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.7 CDTI 16V 125 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 125 ELITE',
 'vin': 'W0LPE6EF4A8094689',
 'year': 2010}
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520WFO%27 HTTP/1.1" 200 None
2026-03-28 11:24:48 [bca.uk] INFO: Saving data for NJ60%20WFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609705.397328, 'last_price_update_time': 1774697088.310667}
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ60%2520WFO') HTTP/1.1" 204 0
2026-03-28 11:24:48 [bca.uk] INFO: Found listing with ID: VO71%20KPR
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520KPR%27 HTTP/1.1" 200 None
2026-03-28 11:24:48 [bca.uk] INFO: Scrape type for VO71%20KPR: 2
2026-03-28 11:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a6af08a-c4f7-53ab-af0b-f996166daaef with identifier: VO71%20KPR
2026-03-28 11:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a6af08a-c4f7-53ab-af0b-f996166daaef with scrape type 2
2026-03-28 11:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a6af08a-c4f7-53ab-af0b-f996166daaef with scrape type 2
2026-03-28 11:24:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a6af08a-c4f7-53ab-af0b-f996166daaef, identifier: VO71%20KPR
2026-03-28 11:24:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53dc761c-7856-5b26-8ab1-999a600002b5 with identifier: SO65%20FVM
2026-03-28 11:24:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53dc761c-7856-5b26-8ab1-999a600002b5 with identifier: SO65%20FVM
2026-03-28 11:24:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53dc761c-7856-5b26-8ab1-999a600002b5 with identifier: SO65%20FVM to the API
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO65%20FVM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53dc761c-7856-5b26-8ab1-999a600002b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO65 FVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO65%20FVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 98648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.2 D 150 SE-L Saloon',
 'transmission': 'manual',
 'trim': 'D 150 SE-L',
 'vin': 'JMZGJ621691339632',
 'year': 2016}
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520FVM%27 HTTP/1.1" 200 None
2026-03-28 11:24:48 [bca.uk] INFO: Saving data for SO65%20FVM: {'auction_closing_time': 1774778400.0, 'created_time': 1773821127.438695, 'last_price_update_time': 1774697088.713294}
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO65%2520FVM') HTTP/1.1" 204 0
2026-03-28 11:24:48 [bca.uk] INFO: Found listing with ID: YJ65%20YUE
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YUE%27 HTTP/1.1" 200 None
2026-03-28 11:24:48 [bca.uk] INFO: Scrape type for YJ65%20YUE: 2
2026-03-28 11:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e2c732e-88db-583c-aa4b-97cade8e893c with identifier: YJ65%20YUE
2026-03-28 11:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e2c732e-88db-583c-aa4b-97cade8e893c with scrape type 2
2026-03-28 11:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e2c732e-88db-583c-aa4b-97cade8e893c with scrape type 2
2026-03-28 11:24:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e2c732e-88db-583c-aa4b-97cade8e893c, identifier: YJ65%20YUE
2026-03-28 11:24:48 [bca.uk] INFO: Found listing with ID: GJ66%20HZN
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520HZN%27 HTTP/1.1" 200 None
2026-03-28 11:24:48 [bca.uk] INFO: Scrape type for GJ66%20HZN: 2
2026-03-28 11:24:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857 with identifier: GJ66%20HZN
2026-03-28 11:24:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857 with scrape type 2
2026-03-28 11:24:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857 with scrape type 2
2026-03-28 11:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857, identifier: GJ66%20HZN
2026-03-28 11:24:49 [bca.uk] INFO: Found listing with ID: ST71%20RVA
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520RVA%27 HTTP/1.1" 200 None
2026-03-28 11:24:49 [bca.uk] INFO: Scrape type for ST71%20RVA: 2
2026-03-28 11:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fce07003-e1c8-57df-a3da-de987429ff60 with identifier: ST71%20RVA
2026-03-28 11:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fce07003-e1c8-57df-a3da-de987429ff60 with scrape type 2
2026-03-28 11:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fce07003-e1c8-57df-a3da-de987429ff60 with scrape type 2
2026-03-28 11:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fce07003-e1c8-57df-a3da-de987429ff60, identifier: ST71%20RVA
2026-03-28 11:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a6af08a-c4f7-53ab-af0b-f996166daaef with identifier: VO71%20KPR
2026-03-28 11:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a6af08a-c4f7-53ab-af0b-f996166daaef with identifier: VO71%20KPR
2026-03-28 11:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a6af08a-c4f7-53ab-af0b-f996166daaef with identifier: VO71%20KPR to the API
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO71%20KPR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9a6af08a-c4f7-53ab-af0b-f996166daaef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO71 KPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO71%20KPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 13235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA-E 100KW 50KWH SRI PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SRI PREMIUM',
 'vin': 'VXKUKZKXZMW027184',
 'year': 2021}
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520KPR%27 HTTP/1.1" 200 None
2026-03-28 11:24:49 [bca.uk] INFO: Saving data for VO71%20KPR: {'auction_closing_time': 1774864800.0, 'created_time': 1774609847.343466, 'last_price_update_time': 1774697089.466158}
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO71%2520KPR') HTTP/1.1" 204 0
2026-03-28 11:24:49 [bca.uk] INFO: Found listing with ID: OY17%20DYA
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DYA%27 HTTP/1.1" 200 None
2026-03-28 11:24:49 [bca.uk] INFO: Scrape type for OY17%20DYA: 0
2026-03-28 11:24:49 [bca.uk] INFO: Found listing with ID: SO65%20APK
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520APK%27 HTTP/1.1" 200 None
2026-03-28 11:24:49 [bca.uk] INFO: Scrape type for SO65%20APK: 0
2026-03-28 11:24:49 [bca.uk] INFO: Found listing with ID: BM19%20NWB
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520NWB%27 HTTP/1.1" 200 None
2026-03-28 11:24:49 [bca.uk] INFO: Scrape type for BM19%20NWB: 2
2026-03-28 11:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d736fd4-98f5-5c5a-b090-b8049ff00ecc with identifier: BM19%20NWB
2026-03-28 11:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d736fd4-98f5-5c5a-b090-b8049ff00ecc with scrape type 2
2026-03-28 11:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d736fd4-98f5-5c5a-b090-b8049ff00ecc with scrape type 2
2026-03-28 11:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d736fd4-98f5-5c5a-b090-b8049ff00ecc, identifier: BM19%20NWB
2026-03-28 11:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e2c732e-88db-583c-aa4b-97cade8e893c with identifier: YJ65%20YUE
2026-03-28 11:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e2c732e-88db-583c-aa4b-97cade8e893c with identifier: YJ65%20YUE
2026-03-28 11:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e2c732e-88db-583c-aa4b-97cade8e893c with identifier: YJ65%20YUE to the API
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ65%20YUE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e2c732e-88db-583c-aa4b-97cade8e893c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ65 YUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ65%20YUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '535D',
 'odometer': 86363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 535D 3.0 M SPORT TOURING STEP Estate',
 'transmission': 'manual',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBA5K52070D350967',
 'year': 2015}
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YUE%27 HTTP/1.1" 200 None
2026-03-28 11:24:50 [bca.uk] INFO: Saving data for YJ65%20YUE: {'auction_closing_time': 1774951200.0, 'created_time': 1774523451.105571, 'last_price_update_time': 1774697090.081857}
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ65%2520YUE') HTTP/1.1" 204 0
2026-03-28 11:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857 with identifier: GJ66%20HZN
2026-03-28 11:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857 with identifier: GJ66%20HZN
2026-03-28 11:24:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857 with identifier: GJ66%20HZN to the API
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ66%20HZN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a29f5e8a-fdfb-5b61-ba2a-ab7eb6d65857',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ66 HZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ66%20HZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 73556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM X SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM X SPORT',
 'vin': 'WF0AXXWPMAGG46443',
 'year': 2016}
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520HZN%27 HTTP/1.1" 200 None
2026-03-28 11:24:50 [bca.uk] INFO: Saving data for GJ66%20HZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774609717.853421, 'last_price_update_time': 1774697090.489257}
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ66%2520HZN') HTTP/1.1" 204 0
2026-03-28 11:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fce07003-e1c8-57df-a3da-de987429ff60 with identifier: ST71%20RVA
2026-03-28 11:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fce07003-e1c8-57df-a3da-de987429ff60 with identifier: ST71%20RVA
2026-03-28 11:24:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fce07003-e1c8-57df-a3da-de987429ff60 with identifier: ST71%20RVA to the API
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST71%20RVA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fce07003-e1c8-57df-a3da-de987429ff60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST71 RVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST71%20RVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 56734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN4NH165674',
 'year': 2021}
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520RVA%27 HTTP/1.1" 200 None
2026-03-28 11:24:50 [bca.uk] INFO: Saving data for ST71%20RVA: {'auction_closing_time': 1774951200.0, 'created_time': 1774364934.840327, 'last_price_update_time': 1774697090.865335}
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST71%2520RVA') HTTP/1.1" 204 0
2026-03-28 11:24:50 [bca.uk] INFO: Found listing with ID: NA16%20FUW
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA16%2520FUW%27 HTTP/1.1" 200 None
2026-03-28 11:24:50 [bca.uk] INFO: Scrape type for NA16%20FUW: 2
2026-03-28 11:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 444af2bf-7319-5572-adea-fc006f7ed12f with identifier: NA16%20FUW
2026-03-28 11:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 444af2bf-7319-5572-adea-fc006f7ed12f with scrape type 2
2026-03-28 11:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 444af2bf-7319-5572-adea-fc006f7ed12f with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 444af2bf-7319-5572-adea-fc006f7ed12f, identifier: NA16%20FUW
2026-03-28 11:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d736fd4-98f5-5c5a-b090-b8049ff00ecc with identifier: BM19%20NWB
2026-03-28 11:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d736fd4-98f5-5c5a-b090-b8049ff00ecc with identifier: BM19%20NWB
2026-03-28 11:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d736fd4-98f5-5c5a-b090-b8049ff00ecc with identifier: BM19%20NWB to the API
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BM19%20NWB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d736fd4-98f5-5c5a-b090-b8049ff00ecc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BM19 NWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BM19%20NWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 72693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF0NXXGCHNJM88873',
 'year': 2019}
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520NWB%27 HTTP/1.1" 200 None
2026-03-28 11:24:51 [bca.uk] INFO: Saving data for BM19%20NWB: {'auction_closing_time': 1774951200.0, 'created_time': 1774609831.777384, 'last_price_update_time': 1774697091.302123}
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BM19%2520NWB') HTTP/1.1" 204 0
2026-03-28 11:24:51 [bca.uk] INFO: Found listing with ID: YC66%20OTY
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520OTY%27 HTTP/1.1" 200 None
2026-03-28 11:24:51 [bca.uk] INFO: Scrape type for YC66%20OTY: 2
2026-03-28 11:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ad6b69b-8ec2-5684-923c-6a4cc650610a with identifier: YC66%20OTY
2026-03-28 11:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ad6b69b-8ec2-5684-923c-6a4cc650610a with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ad6b69b-8ec2-5684-923c-6a4cc650610a with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ad6b69b-8ec2-5684-923c-6a4cc650610a, identifier: YC66%20OTY
2026-03-28 11:24:51 [bca.uk] INFO: Found listing with ID: LA16%20KDU
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520KDU%27 HTTP/1.1" 200 None
2026-03-28 11:24:51 [bca.uk] INFO: Scrape type for LA16%20KDU: 2
2026-03-28 11:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aac689d-9870-5e96-bba2-a9f1ab18667c with identifier: LA16%20KDU
2026-03-28 11:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aac689d-9870-5e96-bba2-a9f1ab18667c with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aac689d-9870-5e96-bba2-a9f1ab18667c with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1aac689d-9870-5e96-bba2-a9f1ab18667c, identifier: LA16%20KDU
2026-03-28 11:24:51 [bca.uk] INFO: Found listing with ID: YB68%20OWU
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB68%2520OWU%27 HTTP/1.1" 200 None
2026-03-28 11:24:51 [bca.uk] INFO: Scrape type for YB68%20OWU: 2
2026-03-28 11:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7179319e-45a3-5f3c-bd0a-d9104b5c61cc with identifier: YB68%20OWU
2026-03-28 11:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7179319e-45a3-5f3c-bd0a-d9104b5c61cc with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7179319e-45a3-5f3c-bd0a-d9104b5c61cc with scrape type 2
2026-03-28 11:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7179319e-45a3-5f3c-bd0a-d9104b5c61cc, identifier: YB68%20OWU
2026-03-28 11:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 444af2bf-7319-5572-adea-fc006f7ed12f with identifier: NA16%20FUW
2026-03-28 11:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 444af2bf-7319-5572-adea-fc006f7ed12f with identifier: NA16%20FUW
2026-03-28 11:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 444af2bf-7319-5572-adea-fc006f7ed12f with identifier: NA16%20FUW to the API
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA16%20FUW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '444af2bf-7319-5572-adea-fc006f7ed12f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA16 FUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA16%20FUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 26313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 82 EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 EDITION',
 'vin': 'VF7SCHMZ6FW664665',
 'year': 2016}
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA16%2520FUW%27 HTTP/1.1" 200 None
2026-03-28 11:24:52 [bca.uk] INFO: Saving data for NA16%20FUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774609847.973981, 'last_price_update_time': 1774697092.038292}
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA16%2520FUW') HTTP/1.1" 204 0
2026-03-28 11:24:52 [bca.uk] INFO: Found listing with ID: LL15%20EZC
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520EZC%27 HTTP/1.1" 200 None
2026-03-28 11:24:52 [bca.uk] INFO: Scrape type for LL15%20EZC: 0
2026-03-28 11:24:52 [bca.uk] INFO: Found listing with ID: VE18%20NEJ
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520NEJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:52 [bca.uk] INFO: Scrape type for VE18%20NEJ: 2
2026-03-28 11:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48279080-46bd-531b-ada0-91093de8401c with identifier: VE18%20NEJ
2026-03-28 11:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48279080-46bd-531b-ada0-91093de8401c with scrape type 2
2026-03-28 11:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48279080-46bd-531b-ada0-91093de8401c with scrape type 2
2026-03-28 11:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48279080-46bd-531b-ada0-91093de8401c, identifier: VE18%20NEJ
2026-03-28 11:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ad6b69b-8ec2-5684-923c-6a4cc650610a with identifier: YC66%20OTY
2026-03-28 11:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ad6b69b-8ec2-5684-923c-6a4cc650610a with identifier: YC66%20OTY
2026-03-28 11:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ad6b69b-8ec2-5684-923c-6a4cc650610a with identifier: YC66%20OTY to the API
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC66%20OTY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ad6b69b-8ec2-5684-923c-6a4cc650610a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC66 OTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC66%20OTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 80857,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 2.0 TDI 150 SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 150 SE',
 'vin': 'WVWZZZ3CZGE090428',
 'year': 2016}
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520OTY%27 HTTP/1.1" 200 None
2026-03-28 11:24:52 [bca.uk] INFO: Saving data for YC66%20OTY: {'auction_closing_time': 1774951200.0, 'created_time': 1774523459.82305, 'last_price_update_time': 1774697092.515398}
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC66%2520OTY') HTTP/1.1" 204 0
2026-03-28 11:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1aac689d-9870-5e96-bba2-a9f1ab18667c with identifier: LA16%20KDU
2026-03-28 11:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1aac689d-9870-5e96-bba2-a9f1ab18667c with identifier: LA16%20KDU
2026-03-28 11:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1aac689d-9870-5e96-bba2-a9f1ab18667c with identifier: LA16%20KDU to the API
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA16%20KDU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1aac689d-9870-5e96-bba2-a9f1ab18667c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA16 KDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA16%20KDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 79189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5GC86041',
 'year': 2016}
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520KDU%27 HTTP/1.1" 200 None
2026-03-28 11:24:52 [bca.uk] INFO: Saving data for LA16%20KDU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609612.123547, 'last_price_update_time': 1774697092.829233}
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA16%2520KDU') HTTP/1.1" 204 0
2026-03-28 11:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7179319e-45a3-5f3c-bd0a-d9104b5c61cc with identifier: YB68%20OWU
2026-03-28 11:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7179319e-45a3-5f3c-bd0a-d9104b5c61cc with identifier: YB68%20OWU
2026-03-28 11:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7179319e-45a3-5f3c-bd0a-d9104b5c61cc with identifier: YB68%20OWU to the API
2026-03-28 11:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB68%20OWU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7179319e-45a3-5f3c-bd0a-d9104b5c61cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB68 OWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB68%20OWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 51703,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 0.9 IG-T 90 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'IG-T 90 ACENTA',
 'vin': 'VNVK1400459806711',
 'year': 2018}
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB68%2520OWU%27 HTTP/1.1" 200 None
2026-03-28 11:24:53 [bca.uk] INFO: Saving data for YB68%20OWU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609704.056172, 'last_price_update_time': 1774697093.131931}
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB68%2520OWU') HTTP/1.1" 204 0
2026-03-28 11:24:53 [bca.uk] INFO: Found listing with ID: HN72%20LMM
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LMM%27 HTTP/1.1" 200 None
2026-03-28 11:24:53 [bca.uk] INFO: Scrape type for HN72%20LMM: 2
2026-03-28 11:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4442e40-69a8-51f1-8c02-49c80acf4c50 with identifier: HN72%20LMM
2026-03-28 11:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4442e40-69a8-51f1-8c02-49c80acf4c50 with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4442e40-69a8-51f1-8c02-49c80acf4c50 with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4442e40-69a8-51f1-8c02-49c80acf4c50, identifier: HN72%20LMM
2026-03-28 11:24:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48279080-46bd-531b-ada0-91093de8401c with identifier: VE18%20NEJ
2026-03-28 11:24:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48279080-46bd-531b-ada0-91093de8401c with identifier: VE18%20NEJ
2026-03-28 11:24:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48279080-46bd-531b-ada0-91093de8401c with identifier: VE18%20NEJ to the API
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE18%20NEJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '48279080-46bd-531b-ada0-91093de8401c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE18 NEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE18%20NEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 68294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALWA2AN6JA808886',
 'year': 2018}
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520NEJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:53 [bca.uk] INFO: Saving data for VE18%20NEJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774354888.975632, 'last_price_update_time': 1774697093.532624}
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE18%2520NEJ') HTTP/1.1" 204 0
2026-03-28 11:24:53 [bca.uk] INFO: Found listing with ID: PK64%20CZM
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520CZM%27 HTTP/1.1" 200 None
2026-03-28 11:24:53 [bca.uk] INFO: Scrape type for PK64%20CZM: 2
2026-03-28 11:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d with identifier: PK64%20CZM
2026-03-28 11:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d, identifier: PK64%20CZM
2026-03-28 11:24:53 [bca.uk] INFO: Found listing with ID: MT15%20LXL
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520LXL%27 HTTP/1.1" 200 None
2026-03-28 11:24:53 [bca.uk] INFO: Scrape type for MT15%20LXL: 2
2026-03-28 11:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dd9e449-3ca4-55df-8877-ede4606a2f8f with identifier: MT15%20LXL
2026-03-28 11:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dd9e449-3ca4-55df-8877-ede4606a2f8f with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dd9e449-3ca4-55df-8877-ede4606a2f8f with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dd9e449-3ca4-55df-8877-ede4606a2f8f, identifier: MT15%20LXL
2026-03-28 11:24:53 [bca.uk] INFO: Found listing with ID: PK65%20RTV
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520RTV%27 HTTP/1.1" 200 None
2026-03-28 11:24:53 [bca.uk] INFO: Scrape type for PK65%20RTV: 2
2026-03-28 11:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faa272a-64b3-509c-8a6f-6e353c60bb61 with identifier: PK65%20RTV
2026-03-28 11:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faa272a-64b3-509c-8a6f-6e353c60bb61 with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2faa272a-64b3-509c-8a6f-6e353c60bb61 with scrape type 2
2026-03-28 11:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2faa272a-64b3-509c-8a6f-6e353c60bb61, identifier: PK65%20RTV
2026-03-28 11:24:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4442e40-69a8-51f1-8c02-49c80acf4c50 with identifier: HN72%20LMM
2026-03-28 11:24:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4442e40-69a8-51f1-8c02-49c80acf4c50 with identifier: HN72%20LMM
2026-03-28 11:24:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4442e40-69a8-51f1-8c02-49c80acf4c50 with identifier: HN72%20LMM to the API
2026-03-28 11:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20LMM-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'f4442e40-69a8-51f1-8c02-49c80acf4c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN72 LMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20LMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 6335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 1200 RALLY PRO EXPLORER MBK',
 'transmission': 'automatic',
 'trim': '1200 RALLY PRO EXPLORER MBK',
 'vin': 'SMTTAP23VUNAZ8085',
 'year': 2022}
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LMM%27 HTTP/1.1" 200 None
2026-03-28 11:24:54 [bca.uk] INFO: Saving data for HN72%20LMM: {'auction_closing_time': 1775124000.0, 'created_time': 1774609732.648833, 'last_price_update_time': 1774697094.355509}
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520LMM') HTTP/1.1" 204 0
2026-03-28 11:24:54 [bca.uk] INFO: Found listing with ID: YB18%20KBN
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520KBN%27 HTTP/1.1" 200 None
2026-03-28 11:24:54 [bca.uk] INFO: Scrape type for YB18%20KBN: 2
2026-03-28 11:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36420e73-98f4-5f78-845e-b71bfcd8b320 with identifier: YB18%20KBN
2026-03-28 11:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36420e73-98f4-5f78-845e-b71bfcd8b320 with scrape type 2
2026-03-28 11:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36420e73-98f4-5f78-845e-b71bfcd8b320 with scrape type 2
2026-03-28 11:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36420e73-98f4-5f78-845e-b71bfcd8b320, identifier: YB18%20KBN
2026-03-28 11:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d with identifier: PK64%20CZM
2026-03-28 11:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d with identifier: PK64%20CZM
2026-03-28 11:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ff7df20-0dee-5b8a-8e3c-97850b3aad0d with identifier: PK64%20CZM to the API
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK64%20CZM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ff7df20-0dee-5b8a-8e3c-97850b3aad0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK64 CZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK64%20CZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'YETI',
 'odometer': 87461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA YETI 2.0 TDI CR 140 BLACK ED. 4X4 DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 140 BLACK ED. 4X4 DSG',
 'vin': 'TMBMD75L8F6018978',
 'year': 2014}
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520CZM%27 HTTP/1.1" 200 None
2026-03-28 11:24:54 [bca.uk] INFO: Saving data for PK64%20CZM: {'auction_closing_time': 1774951200.0, 'created_time': 1774523359.807641, 'last_price_update_time': 1774697094.919775}
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK64%2520CZM') HTTP/1.1" 204 0
2026-03-28 11:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dd9e449-3ca4-55df-8877-ede4606a2f8f with identifier: MT15%20LXL
2026-03-28 11:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dd9e449-3ca4-55df-8877-ede4606a2f8f with identifier: MT15%20LXL
2026-03-28 11:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dd9e449-3ca4-55df-8877-ede4606a2f8f with identifier: MT15%20LXL to the API
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT15%20LXL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7dd9e449-3ca4-55df-8877-ede4606a2f8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT15 LXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT15%20LXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 40527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD B-MAX 1.6 ZETEC P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'ZETEC P/SHIFT',
 'vin': 'WF0KXXERJKFD76844',
 'year': 2015}
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520LXL%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Saving data for MT15%20LXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774609719.613545, 'last_price_update_time': 1774697095.221614}
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT15%2520LXL') HTTP/1.1" 204 0
2026-03-28 11:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2faa272a-64b3-509c-8a6f-6e353c60bb61 with identifier: PK65%20RTV
2026-03-28 11:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2faa272a-64b3-509c-8a6f-6e353c60bb61 with identifier: PK65%20RTV
2026-03-28 11:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2faa272a-64b3-509c-8a6f-6e353c60bb61 with identifier: PK65%20RTV to the API
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK65%20RTV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2faa272a-64b3-509c-8a6f-6e353c60bb61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK65 RTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK65%20RTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 44788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1539885',
 'year': 2015}
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520RTV%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Saving data for PK65%20RTV: {'auction_closing_time': 1774951200.0, 'created_time': 1774609685.457078, 'last_price_update_time': 1774697095.520148}
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK65%2520RTV') HTTP/1.1" 204 0
2026-03-28 11:24:55 [bca.uk] INFO: Found listing with ID: SB62%20GHY
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520GHY%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Scrape type for SB62%20GHY: 2
2026-03-28 11:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0683991-5107-520a-a24a-99501dba3695 with identifier: SB62%20GHY
2026-03-28 11:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0683991-5107-520a-a24a-99501dba3695 with scrape type 2
2026-03-28 11:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0683991-5107-520a-a24a-99501dba3695 with scrape type 2
2026-03-28 11:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0683991-5107-520a-a24a-99501dba3695, identifier: SB62%20GHY
2026-03-28 11:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36420e73-98f4-5f78-845e-b71bfcd8b320 with identifier: YB18%20KBN
2026-03-28 11:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36420e73-98f4-5f78-845e-b71bfcd8b320 with identifier: YB18%20KBN
2026-03-28 11:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36420e73-98f4-5f78-845e-b71bfcd8b320 with identifier: YB18%20KBN to the API
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB18%20KBN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36420e73-98f4-5f78-845e-b71bfcd8b320',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB18 KBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB18%20KBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A5 CABRIOLET',
 'odometer': 47913,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A5 CABRIOLET 2.0 TFSI 252 QUATTRO S LINE S-T Convertible',
 'transmission': 'automatic',
 'trim': 'TFSI 252 QUATTRO S LINE S-T',
 'vin': 'WAUZZZF5XJN014008',
 'year': 2018}
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520KBN%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Saving data for YB18%20KBN: {'auction_closing_time': 1774951200.0, 'created_time': 1774609830.931013, 'last_price_update_time': 1774697095.913284}
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB18%2520KBN') HTTP/1.1" 204 0
2026-03-28 11:24:55 [bca.uk] INFO: Found listing with ID: OE66%20SXU
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520SXU%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Scrape type for OE66%20SXU: 0
2026-03-28 11:24:55 [bca.uk] INFO: Found listing with ID: LT16%20USV
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520USV%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Scrape type for LT16%20USV: 0
2026-03-28 11:24:55 [bca.uk] INFO: Found listing with ID: KP15%20OJL
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OJL%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Scrape type for KP15%20OJL: 0
2026-03-28 11:24:55 [bca.uk] INFO: Found listing with ID: U12H79858
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12H79858%27 HTTP/1.1" 200 None
2026-03-28 11:24:55 [bca.uk] INFO: Scrape type for U12H79858: 2
2026-03-28 11:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3733ed42-a8bd-578e-94c1-0224ccf31c05 with identifier: U12H79858
2026-03-28 11:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3733ed42-a8bd-578e-94c1-0224ccf31c05 with scrape type 2
2026-03-28 11:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3733ed42-a8bd-578e-94c1-0224ccf31c05 with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3733ed42-a8bd-578e-94c1-0224ccf31c05, identifier: U12H79858
2026-03-28 11:24:56 [bca.uk] INFO: Found listing with ID: RJ07%20UTO
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520UTO%27 HTTP/1.1" 200 None
2026-03-28 11:24:56 [bca.uk] INFO: Scrape type for RJ07%20UTO: 2
2026-03-28 11:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce81e6f-512b-53a0-8a36-47f72bec8eff with identifier: RJ07%20UTO
2026-03-28 11:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce81e6f-512b-53a0-8a36-47f72bec8eff with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce81e6f-512b-53a0-8a36-47f72bec8eff with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dce81e6f-512b-53a0-8a36-47f72bec8eff, identifier: RJ07%20UTO
2026-03-28 11:24:56 [bca.uk] INFO: Found listing with ID: RO11%20ZMY
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520ZMY%27 HTTP/1.1" 200 None
2026-03-28 11:24:56 [bca.uk] INFO: Scrape type for RO11%20ZMY: 2
2026-03-28 11:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0f6d88-55f4-5eb8-a79f-01a311b4ad05 with identifier: RO11%20ZMY
2026-03-28 11:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0f6d88-55f4-5eb8-a79f-01a311b4ad05 with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0f6d88-55f4-5eb8-a79f-01a311b4ad05 with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0f6d88-55f4-5eb8-a79f-01a311b4ad05, identifier: RO11%20ZMY
2026-03-28 11:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0683991-5107-520a-a24a-99501dba3695 with identifier: SB62%20GHY
2026-03-28 11:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0683991-5107-520a-a24a-99501dba3695 with identifier: SB62%20GHY
2026-03-28 11:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0683991-5107-520a-a24a-99501dba3695 with identifier: SB62%20GHY to the API
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB62%20GHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0683991-5107-520a-a24a-99501dba3695',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB62 GHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB62%20GHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ANTARA',
 'odometer': 67380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ANTARA 2.2 CDTI 163 EXCLUSIV 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CDTI 163 EXCLUSIV 4WD',
 'vin': 'W0LLH6EH3CB083101',
 'year': 2012}
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520GHY%27 HTTP/1.1" 200 None
2026-03-28 11:24:56 [bca.uk] INFO: Saving data for SB62%20GHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609843.641658, 'last_price_update_time': 1774697096.57696}
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB62%2520GHY') HTTP/1.1" 204 0
2026-03-28 11:24:56 [bca.uk] INFO: Found listing with ID: YR73%20ZPY
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZPY%27 HTTP/1.1" 200 None
2026-03-28 11:24:56 [bca.uk] INFO: Scrape type for YR73%20ZPY: 2
2026-03-28 11:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1 with identifier: YR73%20ZPY
2026-03-28 11:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1 with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1 with scrape type 2
2026-03-28 11:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1, identifier: YR73%20ZPY
2026-03-28 11:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3733ed42-a8bd-578e-94c1-0224ccf31c05 with identifier: U12H79858
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=polar+white HTTP/1.1" 200 None
2026-03-28 11:24:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3733ed42-a8bd-578e-94c1-0224ccf31c05 with identifier: U12H79858
2026-03-28 11:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3733ed42-a8bd-578e-94c1-0224ccf31c05 with identifier: U12H79858 to the API
2026-03-28 11:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'polar white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3733ed42-a8bd-578e-94c1-0224ccf31c05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'U12H79858',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=U12H79858&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 27095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.0 BLUEHDI 160 L2 PLUS Dropside',
 'transmission': 'manual',
 'trim': 'BLUEHDI 160 L2 PLUS',
 'vin': 'VF7YC3MAU12H79858',
 'year': 2019}
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12H79858%27 HTTP/1.1" 200 None
2026-03-28 11:24:57 [bca.uk] INFO: Saving data for U12H79858: {'auction_closing_time': 1775037600.0, 'created_time': 1774610336.618009, 'last_price_update_time': 1774697097.122455}
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='U12H79858') HTTP/1.1" 204 0
2026-03-28 11:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dce81e6f-512b-53a0-8a36-47f72bec8eff with identifier: RJ07%20UTO
2026-03-28 11:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dce81e6f-512b-53a0-8a36-47f72bec8eff with identifier: RJ07%20UTO
2026-03-28 11:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dce81e6f-512b-53a0-8a36-47f72bec8eff with identifier: RJ07%20UTO to the API
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ07%20UTO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dce81e6f-512b-53a0-8a36-47f72bec8eff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ07 UTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ07%20UTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 109662,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Convertible',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWRH32050TM25272',
 'year': 2007}
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520UTO%27 HTTP/1.1" 200 None
2026-03-28 11:24:57 [bca.uk] INFO: Saving data for RJ07%20UTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609719.145415, 'last_price_update_time': 1774697097.400836}
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ07%2520UTO') HTTP/1.1" 204 0
2026-03-28 11:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0f6d88-55f4-5eb8-a79f-01a311b4ad05 with identifier: RO11%20ZMY
2026-03-28 11:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0f6d88-55f4-5eb8-a79f-01a311b4ad05 with identifier: RO11%20ZMY
2026-03-28 11:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb0f6d88-55f4-5eb8-a79f-01a311b4ad05 with identifier: RO11%20ZMY to the API
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO11%20ZMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb0f6d88-55f4-5eb8-a79f-01a311b4ad05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO11 ZMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO11%20ZMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 83439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.4 COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'COMFORT',
 'vin': 'TMADB51CLBJ204018',
 'year': 2011}
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520ZMY%27 HTTP/1.1" 200 None
2026-03-28 11:24:57 [bca.uk] INFO: Saving data for RO11%20ZMY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609686.440392, 'last_price_update_time': 1774697097.718645}
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO11%2520ZMY') HTTP/1.1" 204 0
2026-03-28 11:24:57 [bca.uk] INFO: Found listing with ID: DV68%20KWD
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWD%27 HTTP/1.1" 200 None
2026-03-28 11:24:57 [bca.uk] INFO: Scrape type for DV68%20KWD: 2
2026-03-28 11:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e9db5fd-52a7-57ef-bb27-169aa8d5259f with identifier: DV68%20KWD
2026-03-28 11:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e9db5fd-52a7-57ef-bb27-169aa8d5259f with scrape type 2
2026-03-28 11:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e9db5fd-52a7-57ef-bb27-169aa8d5259f with scrape type 2
2026-03-28 11:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e9db5fd-52a7-57ef-bb27-169aa8d5259f, identifier: DV68%20KWD
2026-03-28 11:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1 with identifier: YR73%20ZPY
2026-03-28 11:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1 with identifier: YR73%20ZPY
2026-03-28 11:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1 with identifier: YR73%20ZPY to the API
2026-03-28 11:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR73%20ZPY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dab4cf68-3fb0-5be7-8ee4-0f979d5e9df1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR73 ZPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR73%20ZPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 20162,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 TECHNIK S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI 110 TECHNIK S-T',
 'vin': 'WAUZZZGB8RR009141',
 'year': 2023}
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZPY%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Saving data for YR73%20ZPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609799.08928, 'last_price_update_time': 1774697098.123903}
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR73%2520ZPY') HTTP/1.1" 204 0
2026-03-28 11:24:58 [bca.uk] INFO: Found listing with ID: HV66%20ENK
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520ENK%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Scrape type for HV66%20ENK: 0
2026-03-28 11:24:58 [bca.uk] INFO: Found listing with ID: FN19%20FHL
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520FHL%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Scrape type for FN19%20FHL: 0
2026-03-28 11:24:58 [bca.uk] INFO: Found listing with ID: WP21%20RWE
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520RWE%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Scrape type for WP21%20RWE: 2
2026-03-28 11:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a38d1cd-14b9-5faa-8240-8f74702e8c6e with identifier: WP21%20RWE
2026-03-28 11:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a38d1cd-14b9-5faa-8240-8f74702e8c6e with scrape type 2
2026-03-28 11:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a38d1cd-14b9-5faa-8240-8f74702e8c6e with scrape type 2
2026-03-28 11:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a38d1cd-14b9-5faa-8240-8f74702e8c6e, identifier: WP21%20RWE
2026-03-28 11:24:58 [bca.uk] INFO: Found listing with ID: BD68%20CGF
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520CGF%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Scrape type for BD68%20CGF: 2
2026-03-28 11:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb116d32-8818-5180-9c26-3185a6d96a14 with identifier: BD68%20CGF
2026-03-28 11:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb116d32-8818-5180-9c26-3185a6d96a14 with scrape type 2
2026-03-28 11:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb116d32-8818-5180-9c26-3185a6d96a14 with scrape type 2
2026-03-28 11:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb116d32-8818-5180-9c26-3185a6d96a14, identifier: BD68%20CGF
2026-03-28 11:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e9db5fd-52a7-57ef-bb27-169aa8d5259f with identifier: DV68%20KWD
2026-03-28 11:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e9db5fd-52a7-57ef-bb27-169aa8d5259f with identifier: DV68%20KWD
2026-03-28 11:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e9db5fd-52a7-57ef-bb27-169aa8d5259f with identifier: DV68%20KWD to the API
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV68%20KWD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9e9db5fd-52a7-57ef-bb27-169aa8d5259f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV68 KWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV68%20KWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 118980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 120 LWB SPORTIVE',
 'vin': 'W0VF7G602KV618793',
 'year': 2018}
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWD%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Saving data for DV68%20KWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774391757.090333, 'last_price_update_time': 1774697098.684156}
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV68%2520KWD') HTTP/1.1" 204 0
2026-03-28 11:24:58 [bca.uk] INFO: Found listing with ID: BK62%20ZSZ
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Scrape type for BK62%20ZSZ: 0
2026-03-28 11:24:58 [bca.uk] INFO: Found listing with ID: VX64%20YVJ
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX64%2520YVJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:58 [bca.uk] INFO: Scrape type for VX64%20YVJ: 2
2026-03-28 11:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6 with identifier: VX64%20YVJ
2026-03-28 11:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6 with scrape type 2
2026-03-28 11:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6 with scrape type 2
2026-03-28 11:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6, identifier: VX64%20YVJ
2026-03-28 11:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a38d1cd-14b9-5faa-8240-8f74702e8c6e with identifier: WP21%20RWE
2026-03-28 11:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a38d1cd-14b9-5faa-8240-8f74702e8c6e with identifier: WP21%20RWE
2026-03-28 11:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a38d1cd-14b9-5faa-8240-8f74702e8c6e with identifier: WP21%20RWE to the API
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP21%20RWE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a38d1cd-14b9-5faa-8240-8f74702e8c6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP21 RWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP21%20RWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 37346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PMM77419',
 'year': 2021}
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520RWE%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Saving data for WP21%20RWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610000.185505, 'last_price_update_time': 1774697099.187632}
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP21%2520RWE') HTTP/1.1" 204 0
2026-03-28 11:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb116d32-8818-5180-9c26-3185a6d96a14 with identifier: BD68%20CGF
2026-03-28 11:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb116d32-8818-5180-9c26-3185a6d96a14 with identifier: BD68%20CGF
2026-03-28 11:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb116d32-8818-5180-9c26-3185a6d96a14 with identifier: BD68%20CGF to the API
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD68%20CGF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bb116d32-8818-5180-9c26-3185a6d96a14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD68 CGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD68%20CGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 79222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 SE',
 'vin': 'SADHA2A13K1F64586',
 'year': 2018}
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520CGF%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Saving data for BD68%20CGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774609687.394305, 'last_price_update_time': 1774697099.471165}
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD68%2520CGF') HTTP/1.1" 204 0
2026-03-28 11:24:59 [bca.uk] INFO: Found listing with ID: KP69%20MYB
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520MYB%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Scrape type for KP69%20MYB: 2
2026-03-28 11:24:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df287f63-c20c-5b7a-9b3d-77881a89d0d9 with identifier: KP69%20MYB
2026-03-28 11:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df287f63-c20c-5b7a-9b3d-77881a89d0d9 with scrape type 2
2026-03-28 11:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df287f63-c20c-5b7a-9b3d-77881a89d0d9 with scrape type 2
2026-03-28 11:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df287f63-c20c-5b7a-9b3d-77881a89d0d9, identifier: KP69%20MYB
2026-03-28 11:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6 with identifier: VX64%20YVJ
2026-03-28 11:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6 with identifier: VX64%20YVJ
2026-03-28 11:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6 with identifier: VX64%20YVJ to the API
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX64%20YVJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac4e5fac-1da5-5b4c-b382-1ae60c62f3c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX64 YVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX64%20YVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 177234,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA 2.0 CDTI E/F 163 TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F 163 TECH LINE',
 'vin': 'W0LGT6EMXE1150928',
 'year': 2014}
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX64%2520YVJ%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Saving data for VX64%20YVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609832.833439, 'last_price_update_time': 1774697099.875113}
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX64%2520YVJ') HTTP/1.1" 204 0
2026-03-28 11:24:59 [bca.uk] INFO: Found listing with ID: FH18%20EJU
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520EJU%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Scrape type for FH18%20EJU: 0
2026-03-28 11:24:59 [bca.uk] INFO: Found listing with ID: BN13%20OWC
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OWC%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Scrape type for BN13%20OWC: 0
2026-03-28 11:24:59 [bca.uk] INFO: Found listing with ID: GJ17%20NVY
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520NVY%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Scrape type for GJ17%20NVY: 0
2026-03-28 11:24:59 [bca.uk] INFO: Found listing with ID: C12C68760
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C68760%27 HTTP/1.1" 200 None
2026-03-28 11:24:59 [bca.uk] INFO: Scrape type for C12C68760: 2
2026-03-28 11:24:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a10dc90-cf0b-53d4-9c5c-ae870888f29d with identifier: C12C68760
2026-03-28 11:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a10dc90-cf0b-53d4-9c5c-ae870888f29d with scrape type 2
2026-03-28 11:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a10dc90-cf0b-53d4-9c5c-ae870888f29d with scrape type 2
2026-03-28 11:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a10dc90-cf0b-53d4-9c5c-ae870888f29d, identifier: C12C68760
2026-03-28 11:25:00 [bca.uk] INFO: Found listing with ID: VO69%20KKU
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520KKU%27 HTTP/1.1" 200 None
2026-03-28 11:25:00 [bca.uk] INFO: Scrape type for VO69%20KKU: 2
2026-03-28 11:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6 with identifier: VO69%20KKU
2026-03-28 11:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6 with scrape type 2
2026-03-28 11:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6 with scrape type 2
2026-03-28 11:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6, identifier: VO69%20KKU
2026-03-28 11:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df287f63-c20c-5b7a-9b3d-77881a89d0d9 with identifier: KP69%20MYB
2026-03-28 11:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df287f63-c20c-5b7a-9b3d-77881a89d0d9 with identifier: KP69%20MYB
2026-03-28 11:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df287f63-c20c-5b7a-9b3d-77881a89d0d9 with identifier: KP69%20MYB to the API
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP69%20MYB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df287f63-c20c-5b7a-9b3d-77881a89d0d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP69 MYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP69%20MYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 61463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI EVO 150 2WD MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 2WD MATCH DSG',
 'vin': 'WVGZZZ5NZLW814989',
 'year': 2019}
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520MYB%27 HTTP/1.1" 200 None
2026-03-28 11:25:00 [bca.uk] INFO: Saving data for KP69%20MYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774610352.278225, 'last_price_update_time': 1774697100.454719}
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP69%2520MYB') HTTP/1.1" 204 0
2026-03-28 11:25:00 [bca.uk] INFO: Found listing with ID: LR18%20FGA
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520FGA%27 HTTP/1.1" 200 None
2026-03-28 11:25:00 [bca.uk] INFO: Scrape type for LR18%20FGA: 0
2026-03-28 11:25:00 [bca.uk] INFO: Found listing with ID: YA73%20XHV
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520XHV%27 HTTP/1.1" 200 None
2026-03-28 11:25:00 [bca.uk] INFO: Scrape type for YA73%20XHV: 2
2026-03-28 11:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bc03699-7759-5605-89ca-ae7a8795c937 with identifier: YA73%20XHV
2026-03-28 11:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bc03699-7759-5605-89ca-ae7a8795c937 with scrape type 2
2026-03-28 11:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bc03699-7759-5605-89ca-ae7a8795c937 with scrape type 2
2026-03-28 11:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bc03699-7759-5605-89ca-ae7a8795c937, identifier: YA73%20XHV
2026-03-28 11:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a10dc90-cf0b-53d4-9c5c-ae870888f29d with identifier: C12C68760
2026-03-28 11:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a10dc90-cf0b-53d4-9c5c-ae870888f29d with identifier: C12C68760
2026-03-28 11:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a10dc90-cf0b-53d4-9c5c-ae870888f29d with identifier: C12C68760 to the API
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C12C68760-GB',
 'category': 'LightCommercialVehicle',
 'color': 'solid',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a10dc90-cf0b-53d4-9c5c-ae870888f29d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'C12C68760',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=C12C68760&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 111699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.0 BLUEHDI 130 L3 H2 ENTERPRISE CrewCab Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L3 H2 ENTERPRISE',
 'vin': 'VF7YC2MFC12C68760',
 'year': 2017}
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C68760%27 HTTP/1.1" 200 None
2026-03-28 11:25:00 [bca.uk] INFO: Saving data for C12C68760: {'auction_closing_time': 1775037600.0, 'created_time': 1774609878.925636, 'last_price_update_time': 1774697100.861988}
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C12C68760') HTTP/1.1" 204 0
2026-03-28 11:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6 with identifier: VO69%20KKU
2026-03-28 11:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6 with identifier: VO69%20KKU
2026-03-28 11:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6 with identifier: VO69%20KKU to the API
2026-03-28 11:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO69%20KKU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a4f5adb-81c4-5c4e-b0e9-c1a83699e6a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO69 KKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO69%20KKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA ST',
 'odometer': 64973,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA ST 1.6 TURBO D 136 DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'TURBO D 136 DESIGN',
 'vin': 'W0VZM8EFXL1002379',
 'year': 2019}
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520KKU%27 HTTP/1.1" 200 None
2026-03-28 11:25:01 [bca.uk] INFO: Saving data for VO69%20KKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609687.87078, 'last_price_update_time': 1774697101.177374}
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO69%2520KKU') HTTP/1.1" 204 0
2026-03-28 11:25:01 [bca.uk] INFO: Found listing with ID: DV22%20BXC
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520BXC%27 HTTP/1.1" 200 None
2026-03-28 11:25:01 [bca.uk] INFO: Scrape type for DV22%20BXC: 2
2026-03-28 11:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 421eace1-533b-5a77-b111-2cdce4d43858 with identifier: DV22%20BXC
2026-03-28 11:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 421eace1-533b-5a77-b111-2cdce4d43858 with scrape type 2
2026-03-28 11:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 421eace1-533b-5a77-b111-2cdce4d43858 with scrape type 2
2026-03-28 11:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 421eace1-533b-5a77-b111-2cdce4d43858, identifier: DV22%20BXC
2026-03-28 11:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bc03699-7759-5605-89ca-ae7a8795c937 with identifier: YA73%20XHV
2026-03-28 11:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bc03699-7759-5605-89ca-ae7a8795c937 with identifier: YA73%20XHV
2026-03-28 11:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bc03699-7759-5605-89ca-ae7a8795c937 with identifier: YA73%20XHV to the API
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA73%20XHV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bc03699-7759-5605-89ca-ae7a8795c937',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA73 XHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA73%20XHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 22607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZGY3RA052126',
 'year': 2023}
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520XHV%27 HTTP/1.1" 200 None
2026-03-28 11:25:01 [bca.uk] INFO: Saving data for YA73%20XHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774609812.438982, 'last_price_update_time': 1774697101.605748}
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA73%2520XHV') HTTP/1.1" 204 0
2026-03-28 11:25:01 [bca.uk] INFO: Found listing with ID: GHFK86668
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFK86668%27 HTTP/1.1" 200 None
2026-03-28 11:25:01 [bca.uk] INFO: Scrape type for GHFK86668: 2
2026-03-28 11:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ac9a46-a467-54e3-81df-5af301eb611b with identifier: GHFK86668
2026-03-28 11:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ac9a46-a467-54e3-81df-5af301eb611b with scrape type 2
2026-03-28 11:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4ac9a46-a467-54e3-81df-5af301eb611b with scrape type 2
2026-03-28 11:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4ac9a46-a467-54e3-81df-5af301eb611b, identifier: GHFK86668
2026-03-28 11:25:01 [bca.uk] INFO: Found listing with ID: BD18%20OHW
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520OHW%27 HTTP/1.1" 200 None
2026-03-28 11:25:01 [bca.uk] INFO: Scrape type for BD18%20OHW: 2
2026-03-28 11:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90a8a324-22d5-59d7-ac42-84966bf99418 with identifier: BD18%20OHW
2026-03-28 11:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90a8a324-22d5-59d7-ac42-84966bf99418 with scrape type 2
2026-03-28 11:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90a8a324-22d5-59d7-ac42-84966bf99418 with scrape type 2
2026-03-28 11:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90a8a324-22d5-59d7-ac42-84966bf99418, identifier: BD18%20OHW
2026-03-28 11:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 421eace1-533b-5a77-b111-2cdce4d43858 with identifier: DV22%20BXC
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black%2Fsilver HTTP/1.1" 200 None
2026-03-28 11:25:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 421eace1-533b-5a77-b111-2cdce4d43858 with identifier: DV22%20BXC
2026-03-28 11:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 421eace1-533b-5a77-b111-2cdce4d43858 with identifier: DV22%20BXC to the API
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV22%20BXC-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '421eace1-533b-5a77-b111-2cdce4d43858',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV22 BXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV22%20BXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'TRIDENT',
 'odometer': 2449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TRIDENT 660 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 MOTORBIKE',
 'vin': 'SMTLGL10U3NAG2888',
 'year': 2022}
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520BXC%27 HTTP/1.1" 200 None
2026-03-28 11:25:02 [bca.uk] INFO: Saving data for DV22%20BXC: {'auction_closing_time': 1775124000.0, 'created_time': 1774610352.835723, 'last_price_update_time': 1774697102.516055}
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV22%2520BXC') HTTP/1.1" 204 0
2026-03-28 11:25:02 [bca.uk] INFO: Found listing with ID: FY13%20LMF
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520LMF%27 HTTP/1.1" 200 None
2026-03-28 11:25:02 [bca.uk] INFO: Scrape type for FY13%20LMF: 2
2026-03-28 11:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6b8f1f-444c-5604-b8d5-75ba04ebd04e with identifier: FY13%20LMF
2026-03-28 11:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6b8f1f-444c-5604-b8d5-75ba04ebd04e with scrape type 2
2026-03-28 11:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6b8f1f-444c-5604-b8d5-75ba04ebd04e with scrape type 2
2026-03-28 11:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa6b8f1f-444c-5604-b8d5-75ba04ebd04e, identifier: FY13%20LMF
2026-03-28 11:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4ac9a46-a467-54e3-81df-5af301eb611b with identifier: GHFK86668
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=frozen+white HTTP/1.1" 200 None
2026-03-28 11:25:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4ac9a46-a467-54e3-81df-5af301eb611b with identifier: GHFK86668
2026-03-28 11:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4ac9a46-a467-54e3-81df-5af301eb611b with identifier: GHFK86668 to the API
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GHFK86668-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4ac9a46-a467-54e3-81df-5af301eb611b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GHFK86668',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GHFK86668&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 16626,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.2 TDCI 125 EF LWB H/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 125 EF LWB H/R',
 'vin': 'WF0HXXTTGHFK86668',
 'year': 2015}
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFK86668%27 HTTP/1.1" 200 None
2026-03-28 11:25:03 [bca.uk] INFO: Saving data for GHFK86668: {'auction_closing_time': 1775037600.0, 'created_time': 1774609967.787622, 'last_price_update_time': 1774697103.466998}
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GHFK86668') HTTP/1.1" 204 0
2026-03-28 11:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90a8a324-22d5-59d7-ac42-84966bf99418 with identifier: BD18%20OHW
2026-03-28 11:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90a8a324-22d5-59d7-ac42-84966bf99418 with identifier: BD18%20OHW
2026-03-28 11:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90a8a324-22d5-59d7-ac42-84966bf99418 with identifier: BD18%20OHW to the API
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD18%20OHW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90a8a324-22d5-59d7-ac42-84966bf99418',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD18 OHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD18%20OHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 116311,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 LWB H/R',
 'vin': 'WF0XXXTTGXJS55123',
 'year': 2018}
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520OHW%27 HTTP/1.1" 200 None
2026-03-28 11:25:03 [bca.uk] INFO: Saving data for BD18%20OHW: {'auction_closing_time': 1774951200.0, 'created_time': 1773821918.488817, 'last_price_update_time': 1774697103.772316}
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD18%2520OHW') HTTP/1.1" 204 0
2026-03-28 11:25:03 [bca.uk] INFO: Found listing with ID: CA74%20LKZ
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520LKZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:03 [bca.uk] INFO: Scrape type for CA74%20LKZ: 2
2026-03-28 11:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d663cf3c-ee45-5a59-bb9f-154b307ff214 with identifier: CA74%20LKZ
2026-03-28 11:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d663cf3c-ee45-5a59-bb9f-154b307ff214 with scrape type 2
2026-03-28 11:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d663cf3c-ee45-5a59-bb9f-154b307ff214 with scrape type 2
2026-03-28 11:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d663cf3c-ee45-5a59-bb9f-154b307ff214, identifier: CA74%20LKZ
2026-03-28 11:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa6b8f1f-444c-5604-b8d5-75ba04ebd04e with identifier: FY13%20LMF
2026-03-28 11:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa6b8f1f-444c-5604-b8d5-75ba04ebd04e with identifier: FY13%20LMF
2026-03-28 11:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa6b8f1f-444c-5604-b8d5-75ba04ebd04e with identifier: FY13%20LMF to the API
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY13%20LMF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa6b8f1f-444c-5604-b8d5-75ba04ebd04e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY13 LMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY13%20LMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 72111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT SXI Hatchback',
 'transmission': 'manual',
 'trim': 'VVT SXI',
 'vin': 'W0L0SDL08C6117237',
 'year': 2013}
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520LMF%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Saving data for FY13%20LMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774609811.253562, 'last_price_update_time': 1774697104.217679}
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY13%2520LMF') HTTP/1.1" 204 0
2026-03-28 11:25:04 [bca.uk] INFO: Found listing with ID: KT66%20WTU
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520WTU%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Scrape type for KT66%20WTU: 0
2026-03-28 11:25:04 [bca.uk] INFO: Found listing with ID: WF67%20ODN
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520ODN%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Scrape type for WF67%20ODN: 0
2026-03-28 11:25:04 [bca.uk] INFO: Found listing with ID: WD70%20HHV
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520HHV%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Scrape type for WD70%20HHV: 2
2026-03-28 11:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16727a5d-915f-5702-98c6-378b664e62ef with identifier: WD70%20HHV
2026-03-28 11:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16727a5d-915f-5702-98c6-378b664e62ef with scrape type 2
2026-03-28 11:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16727a5d-915f-5702-98c6-378b664e62ef with scrape type 2
2026-03-28 11:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16727a5d-915f-5702-98c6-378b664e62ef, identifier: WD70%20HHV
2026-03-28 11:25:04 [bca.uk] INFO: Found listing with ID: DA11%20YBP
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520YBP%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Scrape type for DA11%20YBP: 2
2026-03-28 11:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c0ac1ec-e069-5138-be3a-c0445dfa603c with identifier: DA11%20YBP
2026-03-28 11:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c0ac1ec-e069-5138-be3a-c0445dfa603c with scrape type 2
2026-03-28 11:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c0ac1ec-e069-5138-be3a-c0445dfa603c with scrape type 2
2026-03-28 11:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c0ac1ec-e069-5138-be3a-c0445dfa603c, identifier: DA11%20YBP
2026-03-28 11:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d663cf3c-ee45-5a59-bb9f-154b307ff214 with identifier: CA74%20LKZ
2026-03-28 11:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d663cf3c-ee45-5a59-bb9f-154b307ff214 with identifier: CA74%20LKZ
2026-03-28 11:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d663cf3c-ee45-5a59-bb9f-154b307ff214 with identifier: CA74%20LKZ to the API
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 315,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA74%20LKZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd663cf3c-ee45-5a59-bb9f-154b307ff214',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA74 LKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA74%20LKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'RANGER RAPTOR',
 'odometer': 12720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER RAPTOR 3.0 E/B V6 292 4WD A10 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'E/B V6 292 4WD A10',
 'vin': '6FPFXXMX2FRG74418',
 'year': 2024}
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520LKZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Saving data for CA74%20LKZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361219.749929, 'last_price_update_time': 1774697104.843207}
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA74%2520LKZ') HTTP/1.1" 204 0
2026-03-28 11:25:04 [bca.uk] INFO: Found listing with ID: WJ18%20EXX
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520EXX%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Scrape type for WJ18%20EXX: 0
2026-03-28 11:25:04 [bca.uk] INFO: Found listing with ID: EG16%20PUU
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520PUU%27 HTTP/1.1" 200 None
2026-03-28 11:25:04 [bca.uk] INFO: Scrape type for EG16%20PUU: 2
2026-03-28 11:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6249e70-1e06-595b-8de0-9b30a8354175 with identifier: EG16%20PUU
2026-03-28 11:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6249e70-1e06-595b-8de0-9b30a8354175 with scrape type 2
2026-03-28 11:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6249e70-1e06-595b-8de0-9b30a8354175 with scrape type 2
2026-03-28 11:25:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6249e70-1e06-595b-8de0-9b30a8354175, identifier: EG16%20PUU
2026-03-28 11:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16727a5d-915f-5702-98c6-378b664e62ef with identifier: WD70%20HHV
2026-03-28 11:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16727a5d-915f-5702-98c6-378b664e62ef with identifier: WD70%20HHV
2026-03-28 11:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16727a5d-915f-5702-98c6-378b664e62ef with identifier: WD70%20HHV to the API
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD70%20HHV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '16727a5d-915f-5702-98c6-378b664e62ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD70 HHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD70%20HHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 30689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 53KWH EXCITE EV Estate',
 'transmission': 'automatic',
 'trim': '115KW 53KWH EXCITE EV',
 'vin': 'LSJE24090LG089648',
 'year': 2020}
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520HHV%27 HTTP/1.1" 200 None
2026-03-28 11:25:05 [bca.uk] INFO: Saving data for WD70%20HHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774523425.113099, 'last_price_update_time': 1774697105.391942}
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD70%2520HHV') HTTP/1.1" 204 0
2026-03-28 11:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c0ac1ec-e069-5138-be3a-c0445dfa603c with identifier: DA11%20YBP
2026-03-28 11:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c0ac1ec-e069-5138-be3a-c0445dfa603c with identifier: DA11%20YBP
2026-03-28 11:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c0ac1ec-e069-5138-be3a-c0445dfa603c with identifier: DA11%20YBP to the API
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA11%20YBP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c0ac1ec-e069-5138-be3a-c0445dfa603c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA11 YBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA11%20YBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 86167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.0 12V E/F S Hatchback',
 'transmission': 'manual',
 'trim': '12V E/F S',
 'vin': 'W0L0SDL08B6101301',
 'year': 2011}
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520YBP%27 HTTP/1.1" 200 None
2026-03-28 11:25:05 [bca.uk] INFO: Saving data for DA11%20YBP: {'auction_closing_time': 1774951200.0, 'created_time': 1774609688.989363, 'last_price_update_time': 1774697105.685546}
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA11%2520YBP') HTTP/1.1" 204 0
2026-03-28 11:25:05 [bca.uk] INFO: Found listing with ID: NA15%20GHZ
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520GHZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:05 [bca.uk] INFO: Scrape type for NA15%20GHZ: 2
2026-03-28 11:25:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d83840-c34a-53ce-8d2b-e052c07cf236 with identifier: NA15%20GHZ
2026-03-28 11:25:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d83840-c34a-53ce-8d2b-e052c07cf236 with scrape type 2
2026-03-28 11:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76d83840-c34a-53ce-8d2b-e052c07cf236 with scrape type 2
2026-03-28 11:25:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76d83840-c34a-53ce-8d2b-e052c07cf236, identifier: NA15%20GHZ
2026-03-28 11:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6249e70-1e06-595b-8de0-9b30a8354175 with identifier: EG16%20PUU
2026-03-28 11:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6249e70-1e06-595b-8de0-9b30a8354175 with identifier: EG16%20PUU
2026-03-28 11:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6249e70-1e06-595b-8de0-9b30a8354175 with identifier: EG16%20PUU to the API
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG16%20PUU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6249e70-1e06-595b-8de0-9b30a8354175',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EG16 PUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG16%20PUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'EDGE',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD EDGE 2.0 TDCI 180 ZETEC 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 ZETEC 4WD',
 'vin': '2FMTK5JA9GBB69465',
 'year': 2016}
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520PUU%27 HTTP/1.1" 200 None
2026-03-28 11:25:06 [bca.uk] INFO: Saving data for EG16%20PUU: {'auction_closing_time': 1774951200.0, 'created_time': 1774609814.468715, 'last_price_update_time': 1774697106.140801}
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG16%2520PUU') HTTP/1.1" 204 0
2026-03-28 11:25:06 [bca.uk] INFO: Found listing with ID: VN14%20JVJ
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520JVJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:06 [bca.uk] INFO: Scrape type for VN14%20JVJ: 2
2026-03-28 11:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d92d795-6cff-5144-a558-99d98fe229e0 with identifier: VN14%20JVJ
2026-03-28 11:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d92d795-6cff-5144-a558-99d98fe229e0 with scrape type 2
2026-03-28 11:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d92d795-6cff-5144-a558-99d98fe229e0 with scrape type 2
2026-03-28 11:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d92d795-6cff-5144-a558-99d98fe229e0, identifier: VN14%20JVJ
2026-03-28 11:25:06 [bca.uk] INFO: Found listing with ID: CV09%20TRX
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TRX%27 HTTP/1.1" 200 None
2026-03-28 11:25:06 [bca.uk] INFO: Scrape type for CV09%20TRX: 2
2026-03-28 11:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8699d9ca-c961-51a1-b0dc-4487b6e5f503 with identifier: CV09%20TRX
2026-03-28 11:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8699d9ca-c961-51a1-b0dc-4487b6e5f503 with scrape type 2
2026-03-28 11:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8699d9ca-c961-51a1-b0dc-4487b6e5f503 with scrape type 2
2026-03-28 11:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8699d9ca-c961-51a1-b0dc-4487b6e5f503, identifier: CV09%20TRX
2026-03-28 11:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76d83840-c34a-53ce-8d2b-e052c07cf236 with identifier: NA15%20GHZ
2026-03-28 11:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76d83840-c34a-53ce-8d2b-e052c07cf236 with identifier: NA15%20GHZ
2026-03-28 11:25:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76d83840-c34a-53ce-8d2b-e052c07cf236 with identifier: NA15%20GHZ to the API
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA15%20GHZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76d83840-c34a-53ce-8d2b-e052c07cf236',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA15 GHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA15%20GHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 37198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.0 VTI ACCESS+ Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACCESS+',
 'vin': 'VF3CCZMZ0FT074439',
 'year': 2015}
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520GHZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:06 [bca.uk] INFO: Saving data for NA15%20GHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609869.871077, 'last_price_update_time': 1774697106.727651}
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA15%2520GHZ') HTTP/1.1" 204 0
2026-03-28 11:25:06 [bca.uk] INFO: Found listing with ID: NV67%20DDY
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV67%2520DDY%27 HTTP/1.1" 200 None
2026-03-28 11:25:06 [bca.uk] INFO: Scrape type for NV67%20DDY: 2
2026-03-28 11:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea1d639f-4eb9-5c96-88b7-a60c961d4c2c with identifier: NV67%20DDY
2026-03-28 11:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea1d639f-4eb9-5c96-88b7-a60c961d4c2c with scrape type 2
2026-03-28 11:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea1d639f-4eb9-5c96-88b7-a60c961d4c2c with scrape type 2
2026-03-28 11:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea1d639f-4eb9-5c96-88b7-a60c961d4c2c, identifier: NV67%20DDY
2026-03-28 11:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d92d795-6cff-5144-a558-99d98fe229e0 with identifier: VN14%20JVJ
2026-03-28 11:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d92d795-6cff-5144-a558-99d98fe229e0 with identifier: VN14%20JVJ
2026-03-28 11:25:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d92d795-6cff-5144-a558-99d98fe229e0 with identifier: VN14%20JVJ to the API
2026-03-28 11:25:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN14%20JVJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d92d795-6cff-5144-a558-99d98fe229e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN14 JVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN14%20JVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 103172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 170 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 170 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8U3ER083948',
 'year': 2014}
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520JVJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:07 [bca.uk] INFO: Saving data for VN14%20JVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774523400.602275, 'last_price_update_time': 1774697107.121597}
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN14%2520JVJ') HTTP/1.1" 204 0
2026-03-28 11:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8699d9ca-c961-51a1-b0dc-4487b6e5f503 with identifier: CV09%20TRX
2026-03-28 11:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8699d9ca-c961-51a1-b0dc-4487b6e5f503 with identifier: CV09%20TRX
2026-03-28 11:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8699d9ca-c961-51a1-b0dc-4487b6e5f503 with identifier: CV09%20TRX to the API
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV09%20TRX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8699d9ca-c961-51a1-b0dc-4487b6e5f503',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV09 TRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV09%20TRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SAAB',
 'model': '9-3',
 'odometer': 111149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SAAB 9-3 2.0 T 210 AERO Convertible',
 'transmission': 'manual',
 'trim': 'T 210 AERO',
 'vin': 'YS3FH76Y386006515',
 'year': 2009}
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TRX%27 HTTP/1.1" 200 None
2026-03-28 11:25:07 [bca.uk] INFO: Saving data for CV09%20TRX: {'auction_closing_time': 1775642400.0, 'created_time': 1774609625.769584, 'last_price_update_time': 1774697107.44622}
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV09%2520TRX') HTTP/1.1" 204 0
2026-03-28 11:25:07 [bca.uk] INFO: Found listing with ID: GJ62%20XMB
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ62%2520XMB%27 HTTP/1.1" 200 None
2026-03-28 11:25:07 [bca.uk] INFO: Scrape type for GJ62%20XMB: 0
2026-03-28 11:25:07 [bca.uk] INFO: Found listing with ID: MA75%20SGV
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SGV%27 HTTP/1.1" 200 None
2026-03-28 11:25:07 [bca.uk] INFO: Scrape type for MA75%20SGV: 2
2026-03-28 11:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2611e568-df3f-5038-bc96-3e9dc503531c with identifier: MA75%20SGV
2026-03-28 11:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2611e568-df3f-5038-bc96-3e9dc503531c with scrape type 2
2026-03-28 11:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2611e568-df3f-5038-bc96-3e9dc503531c with scrape type 2
2026-03-28 11:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2611e568-df3f-5038-bc96-3e9dc503531c, identifier: MA75%20SGV
2026-03-28 11:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea1d639f-4eb9-5c96-88b7-a60c961d4c2c with identifier: NV67%20DDY
2026-03-28 11:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea1d639f-4eb9-5c96-88b7-a60c961d4c2c with identifier: NV67%20DDY
2026-03-28 11:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea1d639f-4eb9-5c96-88b7-a60c961d4c2c with identifier: NV67%20DDY to the API
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV67%20DDY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea1d639f-4eb9-5c96-88b7-a60c961d4c2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV67 DDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV67%20DDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 130769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.6 CDTI 136 4X4 ACTIVE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 136 4X4 ACTIVE S/S',
 'vin': 'W0VJC7ECXJB530866',
 'year': 2017}
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV67%2520DDY%27 HTTP/1.1" 200 None
2026-03-28 11:25:07 [bca.uk] INFO: Saving data for NV67%20DDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609816.781502, 'last_price_update_time': 1774697107.86218}
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV67%2520DDY') HTTP/1.1" 204 0
2026-03-28 11:25:07 [bca.uk] INFO: Found listing with ID: SL16%20WTE
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520WTE%27 HTTP/1.1" 200 None
2026-03-28 11:25:07 [bca.uk] INFO: Scrape type for SL16%20WTE: 2
2026-03-28 11:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04bb2b5e-5d57-5d38-8b89-f6d885a92077 with identifier: SL16%20WTE
2026-03-28 11:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04bb2b5e-5d57-5d38-8b89-f6d885a92077 with scrape type 2
2026-03-28 11:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04bb2b5e-5d57-5d38-8b89-f6d885a92077 with scrape type 2
2026-03-28 11:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04bb2b5e-5d57-5d38-8b89-f6d885a92077, identifier: SL16%20WTE
2026-03-28 11:25:07 [bca.uk] INFO: Found listing with ID: SO55%20OVH
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO55%2520OVH%27 HTTP/1.1" 200 None
2026-03-28 11:25:08 [bca.uk] INFO: Scrape type for SO55%20OVH: 2
2026-03-28 11:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3f71c96-e9ac-568b-9ca2-bd6c949cd690 with identifier: SO55%20OVH
2026-03-28 11:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f71c96-e9ac-568b-9ca2-bd6c949cd690 with scrape type 2
2026-03-28 11:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3f71c96-e9ac-568b-9ca2-bd6c949cd690 with scrape type 2
2026-03-28 11:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3f71c96-e9ac-568b-9ca2-bd6c949cd690, identifier: SO55%20OVH
2026-03-28 11:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2611e568-df3f-5038-bc96-3e9dc503531c with identifier: MA75%20SGV
2026-03-28 11:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2611e568-df3f-5038-bc96-3e9dc503531c with identifier: MA75%20SGV
2026-03-28 11:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2611e568-df3f-5038-bc96-3e9dc503531c with identifier: MA75%20SGV to the API
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2611e568-df3f-5038-bc96-3e9dc503531c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA75 SGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20SGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 12556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 E-TSI 150 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 R LINE DSG',
 'vin': 'WVWZZZCD2TW001166',
 'year': 2025}
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SGV%27 HTTP/1.1" 200 None
2026-03-28 11:25:08 [bca.uk] INFO: Saving data for MA75%20SGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774609859.32086, 'last_price_update_time': 1774697108.465539}
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520SGV') HTTP/1.1" 204 0
2026-03-28 11:25:08 [bca.uk] INFO: Found listing with ID: WM73%20OKP
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OKP%27 HTTP/1.1" 200 None
2026-03-28 11:25:08 [bca.uk] INFO: Scrape type for WM73%20OKP: 2
2026-03-28 11:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 013fcdbd-144b-59b6-8f2d-43452284f9c5 with identifier: WM73%20OKP
2026-03-28 11:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 013fcdbd-144b-59b6-8f2d-43452284f9c5 with scrape type 2
2026-03-28 11:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 013fcdbd-144b-59b6-8f2d-43452284f9c5 with scrape type 2
2026-03-28 11:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 013fcdbd-144b-59b6-8f2d-43452284f9c5, identifier: WM73%20OKP
2026-03-28 11:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04bb2b5e-5d57-5d38-8b89-f6d885a92077 with identifier: SL16%20WTE
2026-03-28 11:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04bb2b5e-5d57-5d38-8b89-f6d885a92077 with identifier: SL16%20WTE
2026-03-28 11:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04bb2b5e-5d57-5d38-8b89-f6d885a92077 with identifier: SL16%20WTE to the API
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04bb2b5e-5d57-5d38-8b89-f6d885a92077',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL16 WTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL16%20WTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 84131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.4 B-JET S ALLGRIP Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET S ALLGRIP',
 'vin': 'TSMLYEA1S00185692',
 'year': 2016}
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520WTE%27 HTTP/1.1" 200 None
2026-03-28 11:25:08 [bca.uk] INFO: Saving data for SL16%20WTE: {'auction_closing_time': 1774951200.0, 'created_time': 1774523401.041462, 'last_price_update_time': 1774697108.885478}
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL16%2520WTE') HTTP/1.1" 204 0
2026-03-28 11:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3f71c96-e9ac-568b-9ca2-bd6c949cd690 with identifier: SO55%20OVH
2026-03-28 11:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3f71c96-e9ac-568b-9ca2-bd6c949cd690 with identifier: SO55%20OVH
2026-03-28 11:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3f71c96-e9ac-568b-9ca2-bd6c949cd690 with identifier: SO55%20OVH to the API
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO55%20OVH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3f71c96-e9ac-568b-9ca2-bd6c949cd690',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO55 OVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO55%20OVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 96188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'TMBPW46Y764524667',
 'year': 2005}
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO55%2520OVH%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Saving data for SO55%20OVH: {'auction_closing_time': 1774951200.0, 'created_time': 1774476906.874182, 'last_price_update_time': 1774697109.288084}
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO55%2520OVH') HTTP/1.1" 204 0
2026-03-28 11:25:09 [bca.uk] INFO: Found listing with ID: MH54%20GNO
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH54%2520GNO%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Scrape type for MH54%20GNO: 0
2026-03-28 11:25:09 [bca.uk] INFO: Found listing with ID: NJ13%20BYM
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520BYM%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Scrape type for NJ13%20BYM: 0
2026-03-28 11:25:09 [bca.uk] INFO: Found listing with ID: SV62%20VRE
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520VRE%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Scrape type for SV62%20VRE: 0
2026-03-28 11:25:09 [bca.uk] INFO: Found listing with ID: YS67%20RXJ
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520RXJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Scrape type for YS67%20RXJ: 2
2026-03-28 11:25:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd4c095-54d7-5933-9dbb-13213f4a88d7 with identifier: YS67%20RXJ
2026-03-28 11:25:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd4c095-54d7-5933-9dbb-13213f4a88d7 with scrape type 2
2026-03-28 11:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fd4c095-54d7-5933-9dbb-13213f4a88d7 with scrape type 2
2026-03-28 11:25:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fd4c095-54d7-5933-9dbb-13213f4a88d7, identifier: YS67%20RXJ
2026-03-28 11:25:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 013fcdbd-144b-59b6-8f2d-43452284f9c5 with identifier: WM73%20OKP
2026-03-28 11:25:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 013fcdbd-144b-59b6-8f2d-43452284f9c5 with identifier: WM73%20OKP
2026-03-28 11:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 013fcdbd-144b-59b6-8f2d-43452284f9c5 with identifier: WM73%20OKP to the API
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM73%20OKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '013fcdbd-144b-59b6-8f2d-43452284f9c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM73 OKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM73%20OKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 25688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0 F-SPORT DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'F-SPORT DESIGN',
 'vin': 'JTHY65BH502184968',
 'year': 2023}
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OKP%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Saving data for WM73%20OKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774609819.303501, 'last_price_update_time': 1774697109.760798}
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM73%2520OKP') HTTP/1.1" 204 0
2026-03-28 11:25:09 [bca.uk] INFO: Found listing with ID: WK23%20TXW
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-28 11:25:09 [bca.uk] INFO: Scrape type for WK23%20TXW: 2
2026-03-28 11:25:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2 with identifier: WK23%20TXW
2026-03-28 11:25:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2 with scrape type 2
2026-03-28 11:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2 with scrape type 2
2026-03-28 11:25:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2, identifier: WK23%20TXW
2026-03-28 11:25:09 [bca.uk] INFO: Found listing with ID: YP25%20BVB
2026-03-28 11:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:25:10 [bca.uk] INFO: Scrape type for YP25%20BVB: 2
2026-03-28 11:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 143b6baf-04ee-5ff0-af13-3044cb39adc6 with identifier: YP25%20BVB
2026-03-28 11:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 143b6baf-04ee-5ff0-af13-3044cb39adc6 with scrape type 2
2026-03-28 11:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 143b6baf-04ee-5ff0-af13-3044cb39adc6 with scrape type 2
2026-03-28 11:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 143b6baf-04ee-5ff0-af13-3044cb39adc6, identifier: YP25%20BVB
2026-03-28 11:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fd4c095-54d7-5933-9dbb-13213f4a88d7 with identifier: YS67%20RXJ
2026-03-28 11:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fd4c095-54d7-5933-9dbb-13213f4a88d7 with identifier: YS67%20RXJ
2026-03-28 11:25:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fd4c095-54d7-5933-9dbb-13213f4a88d7 with identifier: YS67%20RXJ to the API
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS67%20RXJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fd4c095-54d7-5933-9dbb-13213f4a88d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS67 RXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS67%20RXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 75298,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCITE DCT',
 'vin': 'SDPW7BBECHG215347',
 'year': 2017}
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520RXJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:10 [bca.uk] INFO: Saving data for YS67%20RXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774610338.654627, 'last_price_update_time': 1774697110.379019}
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS67%2520RXJ') HTTP/1.1" 204 0
2026-03-28 11:25:10 [bca.uk] INFO: Found listing with ID: BL64%20VXN
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520VXN%27 HTTP/1.1" 200 None
2026-03-28 11:25:10 [bca.uk] INFO: Scrape type for BL64%20VXN: 2
2026-03-28 11:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 563f45ab-9236-5997-b234-ceffa71cb698 with identifier: BL64%20VXN
2026-03-28 11:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 563f45ab-9236-5997-b234-ceffa71cb698 with scrape type 2
2026-03-28 11:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 563f45ab-9236-5997-b234-ceffa71cb698 with scrape type 2
2026-03-28 11:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 563f45ab-9236-5997-b234-ceffa71cb698, identifier: BL64%20VXN
2026-03-28 11:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2 with identifier: WK23%20TXW
2026-03-28 11:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2 with identifier: WK23%20TXW
2026-03-28 11:25:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52ec2d1f-8713-521d-beaf-9af2c3f4a0a2 with identifier: WK23%20TXW to the API
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK23%20TXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52ec2d1f-8713-521d-beaf-9af2c3f4a0a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK23 TXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK23%20TXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 31489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPK08926',
 'year': 2023}
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-28 11:25:10 [bca.uk] INFO: Saving data for WK23%20TXW: {'auction_closing_time': 1774778400.0, 'created_time': 1774609961.100586, 'last_price_update_time': 1774697110.886388}
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK23%2520TXW') HTTP/1.1" 204 0
2026-03-28 11:25:10 [scrapy.extensions.logstats] INFO: Crawled 264 pages (at 0 pages/min), scraped 958 items (at 74 items/min)
2026-03-28 11:25:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 143b6baf-04ee-5ff0-af13-3044cb39adc6 with identifier: YP25%20BVB
2026-03-28 11:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 143b6baf-04ee-5ff0-af13-3044cb39adc6 with identifier: YP25%20BVB
2026-03-28 11:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 143b6baf-04ee-5ff0-af13-3044cb39adc6 with identifier: YP25%20BVB to the API
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP25%20BVB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '143b6baf-04ee-5ff0-af13-3044cb39adc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP25 BVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP25%20BVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 11985,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1ZB3AE40E137141',
 'year': 2025}
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Saving data for YP25%20BVB: {'auction_closing_time': 1774951200.0, 'created_time': 1774609677.518947, 'last_price_update_time': 1774697111.221634}
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP25%2520BVB') HTTP/1.1" 204 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: KR63%20XEU
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520XEU%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for KR63%20XEU: 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: YJ18%20WLD
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520WLD%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for YJ18%20WLD: 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: NK64%20MXG
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520MXG%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for NK64%20MXG: 2
2026-03-28 11:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b660313-6fec-531e-9c6d-e89c79a077d8 with identifier: NK64%20MXG
2026-03-28 11:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b660313-6fec-531e-9c6d-e89c79a077d8 with scrape type 2
2026-03-28 11:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b660313-6fec-531e-9c6d-e89c79a077d8 with scrape type 2
2026-03-28 11:25:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b660313-6fec-531e-9c6d-e89c79a077d8, identifier: NK64%20MXG
2026-03-28 11:25:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 563f45ab-9236-5997-b234-ceffa71cb698 with identifier: BL64%20VXN
2026-03-28 11:25:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 563f45ab-9236-5997-b234-ceffa71cb698 with identifier: BL64%20VXN
2026-03-28 11:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 563f45ab-9236-5997-b234-ceffa71cb698 with identifier: BL64%20VXN to the API
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL64%20VXN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '563f45ab-9236-5997-b234-ceffa71cb698',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL64 VXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL64%20VXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 101904,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF05XXGCC5ER05113',
 'year': 2015}
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520VXN%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Saving data for BL64%20VXN: {'auction_closing_time': 1774951200.0, 'created_time': 1774609818.155004, 'last_price_update_time': 1774697111.692792}
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL64%2520VXN') HTTP/1.1" 204 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: ML15%20TFZ
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520TFZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for ML15%20TFZ: 2
2026-03-28 11:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30b84734-af8b-53c8-92b3-373db7331382 with identifier: ML15%20TFZ
2026-03-28 11:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30b84734-af8b-53c8-92b3-373db7331382 with scrape type 2
2026-03-28 11:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30b84734-af8b-53c8-92b3-373db7331382 with scrape type 2
2026-03-28 11:25:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30b84734-af8b-53c8-92b3-373db7331382, identifier: ML15%20TFZ
2026-03-28 11:25:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: WO21%20RXJ
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520RXJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for WO21%20RXJ: 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: AM02%20OAR
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM02%2520OAR%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for AM02%20OAR: 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: GL70%20BUW
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL70%2520BUW%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for GL70%20BUW: 0
2026-03-28 11:25:11 [bca.uk] INFO: Found listing with ID: PY22%20EZP
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520EZP%27 HTTP/1.1" 200 None
2026-03-28 11:25:11 [bca.uk] INFO: Scrape type for PY22%20EZP: 2
2026-03-28 11:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52a80e87-a663-5026-84fb-1ff7b78c657d with identifier: PY22%20EZP
2026-03-28 11:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52a80e87-a663-5026-84fb-1ff7b78c657d with scrape type 2
2026-03-28 11:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52a80e87-a663-5026-84fb-1ff7b78c657d with scrape type 2
2026-03-28 11:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52a80e87-a663-5026-84fb-1ff7b78c657d, identifier: PY22%20EZP
2026-03-28 11:25:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b660313-6fec-531e-9c6d-e89c79a077d8 with identifier: NK64%20MXG
2026-03-28 11:25:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b660313-6fec-531e-9c6d-e89c79a077d8 with identifier: NK64%20MXG
2026-03-28 11:25:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b660313-6fec-531e-9c6d-e89c79a077d8 with identifier: NK64%20MXG to the API
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK64%20MXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b660313-6fec-531e-9c6d-e89c79a077d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK64 MXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK64%20MXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 72157,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM',
 'vin': 'WF05XXGCC5FC77218',
 'year': 2015}
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520MXG%27 HTTP/1.1" 200 None
2026-03-28 11:25:12 [bca.uk] INFO: Saving data for NK64%20MXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774610340.740506, 'last_price_update_time': 1774697112.349827}
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK64%2520MXG') HTTP/1.1" 204 0
2026-03-28 11:25:12 [bca.uk] INFO: Found listing with ID: GM66%20TJX
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520TJX%27 HTTP/1.1" 200 None
2026-03-28 11:25:12 [bca.uk] INFO: Scrape type for GM66%20TJX: 2
2026-03-28 11:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63451be2-1546-54a5-bb3c-65e0aea2f3f2 with identifier: GM66%20TJX
2026-03-28 11:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63451be2-1546-54a5-bb3c-65e0aea2f3f2 with scrape type 2
2026-03-28 11:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63451be2-1546-54a5-bb3c-65e0aea2f3f2 with scrape type 2
2026-03-28 11:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63451be2-1546-54a5-bb3c-65e0aea2f3f2, identifier: GM66%20TJX
2026-03-28 11:25:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30b84734-af8b-53c8-92b3-373db7331382 with identifier: ML15%20TFZ
2026-03-28 11:25:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30b84734-af8b-53c8-92b3-373db7331382 with identifier: ML15%20TFZ
2026-03-28 11:25:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30b84734-af8b-53c8-92b3-373db7331382 with identifier: ML15%20TFZ to the API
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML15%20TFZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30b84734-af8b-53c8-92b3-373db7331382',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML15 TFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML15%20TFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 57302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'WVWZZZ6RZFY174963',
 'year': 2015}
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520TFZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:12 [bca.uk] INFO: Saving data for ML15%20TFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774523421.086649, 'last_price_update_time': 1774697112.8876}
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML15%2520TFZ') HTTP/1.1" 204 0
2026-03-28 11:25:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52a80e87-a663-5026-84fb-1ff7b78c657d with identifier: PY22%20EZP
2026-03-28 11:25:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52a80e87-a663-5026-84fb-1ff7b78c657d with identifier: PY22%20EZP
2026-03-28 11:25:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52a80e87-a663-5026-84fb-1ff7b78c657d with identifier: PY22%20EZP to the API
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '52a80e87-a663-5026-84fb-1ff7b78c657d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY22 EZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY22%20EZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 13323,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 1200 RALLY PRO EXPLORER MBK',
 'transmission': 'automatic',
 'trim': '1200 RALLY PRO EXPLORER MBK',
 'vin': 'SMTTAP23VUNAZ7784',
 'year': 2022}
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520EZP%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Saving data for PY22%20EZP: {'auction_closing_time': 1775124000.0, 'created_time': 1774609631.366072, 'last_price_update_time': 1774697113.237473}
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY22%2520EZP') HTTP/1.1" 204 0
2026-03-28 11:25:13 [bca.uk] INFO: Found listing with ID: SN15%20VXX
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN15%2520VXX%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Scrape type for SN15%20VXX: 0
2026-03-28 11:25:13 [bca.uk] INFO: Found listing with ID: SL60%20VLH
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520VLH%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Scrape type for SL60%20VLH: 2
2026-03-28 11:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 233768e6-e47f-5ec8-91c8-44f64fa4db8c with identifier: SL60%20VLH
2026-03-28 11:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 233768e6-e47f-5ec8-91c8-44f64fa4db8c with scrape type 2
2026-03-28 11:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 233768e6-e47f-5ec8-91c8-44f64fa4db8c with scrape type 2
2026-03-28 11:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 233768e6-e47f-5ec8-91c8-44f64fa4db8c, identifier: SL60%20VLH
2026-03-28 11:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63451be2-1546-54a5-bb3c-65e0aea2f3f2 with identifier: GM66%20TJX
2026-03-28 11:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63451be2-1546-54a5-bb3c-65e0aea2f3f2 with identifier: GM66%20TJX
2026-03-28 11:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63451be2-1546-54a5-bb3c-65e0aea2f3f2 with identifier: GM66%20TJX to the API
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM66%20TJX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '63451be2-1546-54a5-bb3c-65e0aea2f3f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM66 TJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM66%20TJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 109799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI ULTRA 190 S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 190 S LINE S-T',
 'vin': 'WAUZZZF48HA031737',
 'year': 2017}
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520TJX%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Saving data for GM66%20TJX: {'auction_closing_time': 1775037600.0, 'created_time': 1774609801.613578, 'last_price_update_time': 1774697113.648948}
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520TJX') HTTP/1.1" 204 0
2026-03-28 11:25:13 [bca.uk] INFO: Found listing with ID: DG24%20NRX
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520NRX%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Scrape type for DG24%20NRX: 2
2026-03-28 11:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f427abe-4560-574b-8eda-baf3c7c7441e with identifier: DG24%20NRX
2026-03-28 11:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f427abe-4560-574b-8eda-baf3c7c7441e with scrape type 2
2026-03-28 11:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f427abe-4560-574b-8eda-baf3c7c7441e with scrape type 2
2026-03-28 11:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f427abe-4560-574b-8eda-baf3c7c7441e, identifier: DG24%20NRX
2026-03-28 11:25:13 [bca.uk] INFO: Found listing with ID: FP19%20CKG
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP19%2520CKG%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Scrape type for FP19%20CKG: 0
2026-03-28 11:25:13 [bca.uk] INFO: Found listing with ID: KR18%20NPP
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR18%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Scrape type for KR18%20NPP: 0
2026-03-28 11:25:13 [bca.uk] INFO: Found listing with ID: NX18%20UPL
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520UPL%27 HTTP/1.1" 200 None
2026-03-28 11:25:13 [bca.uk] INFO: Scrape type for NX18%20UPL: 2
2026-03-28 11:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14af2ce8-8a3b-5805-8807-483203043efe with identifier: NX18%20UPL
2026-03-28 11:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14af2ce8-8a3b-5805-8807-483203043efe with scrape type 2
2026-03-28 11:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14af2ce8-8a3b-5805-8807-483203043efe with scrape type 2
2026-03-28 11:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14af2ce8-8a3b-5805-8807-483203043efe, identifier: NX18%20UPL
2026-03-28 11:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 233768e6-e47f-5ec8-91c8-44f64fa4db8c with identifier: SL60%20VLH
2026-03-28 11:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 233768e6-e47f-5ec8-91c8-44f64fa4db8c with identifier: SL60%20VLH
2026-03-28 11:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 233768e6-e47f-5ec8-91c8-44f64fa4db8c with identifier: SL60%20VLH to the API
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '233768e6-e47f-5ec8-91c8-44f64fa4db8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL60 VLH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL60%20VLH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000KG',
 'odometer': 79552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1000KG 1.6 HDI 90 L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 90 L1 H1',
 'vin': 'VF7XS9HUCAZ047907',
 'year': 2010}
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520VLH%27 HTTP/1.1" 200 None
2026-03-28 11:25:14 [bca.uk] INFO: Saving data for SL60%20VLH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390966.843977, 'last_price_update_time': 1774697114.183041}
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL60%2520VLH') HTTP/1.1" 204 0
2026-03-28 11:25:14 [bca.uk] INFO: Found listing with ID: YK16%20GDF
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520GDF%27 HTTP/1.1" 200 None
2026-03-28 11:25:14 [bca.uk] INFO: Scrape type for YK16%20GDF: 2
2026-03-28 11:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c350f84-494f-55b6-a701-0a361cac5a56 with identifier: YK16%20GDF
2026-03-28 11:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c350f84-494f-55b6-a701-0a361cac5a56 with scrape type 2
2026-03-28 11:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c350f84-494f-55b6-a701-0a361cac5a56 with scrape type 2
2026-03-28 11:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c350f84-494f-55b6-a701-0a361cac5a56, identifier: YK16%20GDF
2026-03-28 11:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f427abe-4560-574b-8eda-baf3c7c7441e with identifier: DG24%20NRX
2026-03-28 11:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f427abe-4560-574b-8eda-baf3c7c7441e with identifier: DG24%20NRX
2026-03-28 11:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f427abe-4560-574b-8eda-baf3c7c7441e with identifier: DG24%20NRX to the API
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20NRX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f427abe-4560-574b-8eda-baf3c7c7441e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG24 NRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20NRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 27411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L',
 'vin': 'WV1ZZZ7HZRH040309',
 'year': 2024}
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520NRX%27 HTTP/1.1" 200 None
2026-03-28 11:25:14 [bca.uk] INFO: Saving data for DG24%20NRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774609963.678868, 'last_price_update_time': 1774697114.612935}
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520NRX') HTTP/1.1" 204 0
2026-03-28 11:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14af2ce8-8a3b-5805-8807-483203043efe with identifier: NX18%20UPL
2026-03-28 11:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14af2ce8-8a3b-5805-8807-483203043efe with identifier: NX18%20UPL
2026-03-28 11:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14af2ce8-8a3b-5805-8807-483203043efe with identifier: NX18%20UPL to the API
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX18%20UPL-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14af2ce8-8a3b-5805-8807-483203043efe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX18 UPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX18%20UPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 63442,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'W0V7D9EE3J4276880',
 'year': 2018}
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520UPL%27 HTTP/1.1" 200 None
2026-03-28 11:25:14 [bca.uk] INFO: Saving data for NX18%20UPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774609659.164608, 'last_price_update_time': 1774697114.900182}
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX18%2520UPL') HTTP/1.1" 204 0
2026-03-28 11:25:14 [bca.uk] INFO: Found listing with ID: GV74%20FSG
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520FSG%27 HTTP/1.1" 200 None
2026-03-28 11:25:14 [bca.uk] INFO: Scrape type for GV74%20FSG: 2
2026-03-28 11:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecaf32ea-b21f-572e-be00-976454f5ddcc with identifier: GV74%20FSG
2026-03-28 11:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecaf32ea-b21f-572e-be00-976454f5ddcc with scrape type 2
2026-03-28 11:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecaf32ea-b21f-572e-be00-976454f5ddcc with scrape type 2
2026-03-28 11:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecaf32ea-b21f-572e-be00-976454f5ddcc, identifier: GV74%20FSG
2026-03-28 11:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c350f84-494f-55b6-a701-0a361cac5a56 with identifier: YK16%20GDF
2026-03-28 11:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c350f84-494f-55b6-a701-0a361cac5a56 with identifier: YK16%20GDF
2026-03-28 11:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c350f84-494f-55b6-a701-0a361cac5a56 with identifier: YK16%20GDF to the API
2026-03-28 11:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK16%20GDF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c350f84-494f-55b6-a701-0a361cac5a56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK16 GDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK16%20GDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 88735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM520503A52350',
 'year': 2016}
2026-03-28 11:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520GDF%27 HTTP/1.1" 200 None
2026-03-28 11:25:15 [bca.uk] INFO: Saving data for YK16%20GDF: {'auction_closing_time': 1775210400.0, 'created_time': 1774609752.198035, 'last_price_update_time': 1774697115.979756}
2026-03-28 11:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK16%2520GDF') HTTP/1.1" 204 0
2026-03-28 11:25:15 [bca.uk] INFO: Found listing with ID: YT68%20AOG
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520AOG%27 HTTP/1.1" 200 None
2026-03-28 11:25:16 [bca.uk] INFO: Scrape type for YT68%20AOG: 2
2026-03-28 11:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65d69b41-5618-5226-9914-f4c0893e8056 with identifier: YT68%20AOG
2026-03-28 11:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65d69b41-5618-5226-9914-f4c0893e8056 with scrape type 2
2026-03-28 11:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65d69b41-5618-5226-9914-f4c0893e8056 with scrape type 2
2026-03-28 11:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65d69b41-5618-5226-9914-f4c0893e8056, identifier: YT68%20AOG
2026-03-28 11:25:16 [bca.uk] INFO: Found listing with ID: DA62%20WFY
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA62%2520WFY%27 HTTP/1.1" 200 None
2026-03-28 11:25:16 [bca.uk] INFO: Scrape type for DA62%20WFY: 2
2026-03-28 11:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af77dc3b-a37c-5c18-acf5-9a75d49bfc8e with identifier: DA62%20WFY
2026-03-28 11:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af77dc3b-a37c-5c18-acf5-9a75d49bfc8e with scrape type 2
2026-03-28 11:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af77dc3b-a37c-5c18-acf5-9a75d49bfc8e with scrape type 2
2026-03-28 11:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af77dc3b-a37c-5c18-acf5-9a75d49bfc8e, identifier: DA62%20WFY
2026-03-28 11:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecaf32ea-b21f-572e-be00-976454f5ddcc with identifier: GV74%20FSG
2026-03-28 11:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecaf32ea-b21f-572e-be00-976454f5ddcc with identifier: GV74%20FSG
2026-03-28 11:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecaf32ea-b21f-572e-be00-976454f5ddcc with identifier: GV74%20FSG to the API
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 13,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV74%20FSG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ecaf32ea-b21f-572e-be00-976454f5ddcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV74 FSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV74%20FSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 E',
 'odometer': 31922,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 E 2.0 URBAN EDITION 9G Estate',
 'transmission': 'manual',
 'trim': 'URBAN EDITION 9G',
 'vin': 'W1KAH5EB2SF186876',
 'year': 2024}
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520FSG%27 HTTP/1.1" 200 None
2026-03-28 11:25:16 [bca.uk] INFO: Saving data for GV74%20FSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774015675.478569, 'last_price_update_time': 1774697116.515493}
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV74%2520FSG') HTTP/1.1" 204 0
2026-03-28 11:25:16 [bca.uk] INFO: Found listing with ID: HV65%20OJN
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520OJN%27 HTTP/1.1" 200 None
2026-03-28 11:25:16 [bca.uk] INFO: Scrape type for HV65%20OJN: 0
2026-03-28 11:25:16 [bca.uk] INFO: Found listing with ID: RO73%20MYA
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MYA%27 HTTP/1.1" 200 None
2026-03-28 11:25:16 [bca.uk] INFO: Scrape type for RO73%20MYA: 2
2026-03-28 11:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abbcaa3f-645f-544c-b990-c03dc0db5ede with identifier: RO73%20MYA
2026-03-28 11:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abbcaa3f-645f-544c-b990-c03dc0db5ede with scrape type 2
2026-03-28 11:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abbcaa3f-645f-544c-b990-c03dc0db5ede with scrape type 2
2026-03-28 11:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abbcaa3f-645f-544c-b990-c03dc0db5ede, identifier: RO73%20MYA
2026-03-28 11:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65d69b41-5618-5226-9914-f4c0893e8056 with identifier: YT68%20AOG
2026-03-28 11:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65d69b41-5618-5226-9914-f4c0893e8056 with identifier: YT68%20AOG
2026-03-28 11:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65d69b41-5618-5226-9914-f4c0893e8056 with identifier: YT68%20AOG to the API
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT68%20AOG-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65d69b41-5618-5226-9914-f4c0893e8056',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT68 AOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT68%20AOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 53991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 BLUEHDI 120 FLAIR EAT6 MPV',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 120 FLAIR EAT6',
 'vin': 'VF73DBHZTJJ581800',
 'year': 2018}
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520AOG%27 HTTP/1.1" 200 None
2026-03-28 11:25:17 [bca.uk] INFO: Saving data for YT68%20AOG: {'auction_closing_time': 1775037600.0, 'created_time': 1774609957.579196, 'last_price_update_time': 1774697117.041003}
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520AOG') HTTP/1.1" 204 0
2026-03-28 11:25:17 [bca.uk] INFO: Total items found: 100
2026-03-28 11:25:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded
2026-03-28 11:25:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:25:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af77dc3b-a37c-5c18-acf5-9a75d49bfc8e with identifier: DA62%20WFY
2026-03-28 11:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af77dc3b-a37c-5c18-acf5-9a75d49bfc8e with identifier: DA62%20WFY
2026-03-28 11:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af77dc3b-a37c-5c18-acf5-9a75d49bfc8e with identifier: DA62%20WFY to the API
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA62%20WFY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af77dc3b-a37c-5c18-acf5-9a75d49bfc8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA62 WFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA62%20WFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 93601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN UP! 1.0 60 MOVE UP Hatchback',
 'transmission': 'manual',
 'trim': '60 MOVE UP',
 'vin': 'WVWZZZAAZDD060774',
 'year': 2012}
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA62%2520WFY%27 HTTP/1.1" 200 None
2026-03-28 11:25:17 [bca.uk] INFO: Saving data for DA62%20WFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774609660.465589, 'last_price_update_time': 1774697117.33976}
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA62%2520WFY') HTTP/1.1" 204 0
2026-03-28 11:25:17 [bca.uk] INFO: Found listing with ID: MW62%20SKF
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520SKF%27 HTTP/1.1" 200 None
2026-03-28 11:25:17 [bca.uk] INFO: Scrape type for MW62%20SKF: 2
2026-03-28 11:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f186daa1-ce4e-51b9-a816-c3e9b28fb6b7 with identifier: MW62%20SKF
2026-03-28 11:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f186daa1-ce4e-51b9-a816-c3e9b28fb6b7 with scrape type 2
2026-03-28 11:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f186daa1-ce4e-51b9-a816-c3e9b28fb6b7 with scrape type 2
2026-03-28 11:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f186daa1-ce4e-51b9-a816-c3e9b28fb6b7, identifier: MW62%20SKF
2026-03-28 11:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abbcaa3f-645f-544c-b990-c03dc0db5ede with identifier: RO73%20MYA
2026-03-28 11:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abbcaa3f-645f-544c-b990-c03dc0db5ede with identifier: RO73%20MYA
2026-03-28 11:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abbcaa3f-645f-544c-b990-c03dc0db5ede with identifier: RO73%20MYA to the API
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20MYA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abbcaa3f-645f-544c-b990-c03dc0db5ede',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO73 MYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20MYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 28181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGYXRA011007',
 'year': 2023}
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MYA%27 HTTP/1.1" 200 None
2026-03-28 11:25:17 [bca.uk] INFO: Saving data for RO73%20MYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774609793.443003, 'last_price_update_time': 1774697117.742402}
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520MYA') HTTP/1.1" 204 0
2026-03-28 11:25:17 [bca.uk] INFO: Found listing with ID: AP65%20JUU
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520JUU%27 HTTP/1.1" 200 None
2026-03-28 11:25:17 [bca.uk] INFO: Scrape type for AP65%20JUU: 2
2026-03-28 11:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4123630d-bc72-536f-a0b0-6609d6285e8e with identifier: AP65%20JUU
2026-03-28 11:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4123630d-bc72-536f-a0b0-6609d6285e8e with scrape type 2
2026-03-28 11:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4123630d-bc72-536f-a0b0-6609d6285e8e with scrape type 2
2026-03-28 11:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4123630d-bc72-536f-a0b0-6609d6285e8e, identifier: AP65%20JUU
2026-03-28 11:25:17 [bca.uk] INFO: Found listing with ID: FV14%20VRD
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV14%2520VRD%27 HTTP/1.1" 200 None
2026-03-28 11:25:17 [bca.uk] INFO: Scrape type for FV14%20VRD: 2
2026-03-28 11:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6 with identifier: FV14%20VRD
2026-03-28 11:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6 with scrape type 2
2026-03-28 11:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6 with scrape type 2
2026-03-28 11:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6, identifier: FV14%20VRD
2026-03-28 11:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f186daa1-ce4e-51b9-a816-c3e9b28fb6b7 with identifier: MW62%20SKF
2026-03-28 11:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f186daa1-ce4e-51b9-a816-c3e9b28fb6b7 with identifier: MW62%20SKF
2026-03-28 11:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f186daa1-ce4e-51b9-a816-c3e9b28fb6b7 with identifier: MW62%20SKF to the API
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW62%20SKF-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f186daa1-ce4e-51b9-a816-c3e9b28fb6b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW62 SKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW62%20SKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 54255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.6 16V 110 DYNAMIQUE TOM TOM Coupe',
 'transmission': 'manual',
 'trim': '16V 110 DYNAMIQUE TOM TOM',
 'vin': 'VF1DZ1U0248455771',
 'year': 2013}
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520SKF%27 HTTP/1.1" 200 None
2026-03-28 11:25:18 [bca.uk] INFO: Saving data for MW62%20SKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774609861.04327, 'last_price_update_time': 1774697118.279404}
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW62%2520SKF') HTTP/1.1" 204 0
2026-03-28 11:25:18 [bca.uk] INFO: Found listing with ID: VO10%20XGE
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520XGE%27 HTTP/1.1" 200 None
2026-03-28 11:25:18 [bca.uk] INFO: Scrape type for VO10%20XGE: 2
2026-03-28 11:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1 with identifier: VO10%20XGE
2026-03-28 11:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1 with scrape type 2
2026-03-28 11:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1 with scrape type 2
2026-03-28 11:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1, identifier: VO10%20XGE
2026-03-28 11:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4123630d-bc72-536f-a0b0-6609d6285e8e with identifier: AP65%20JUU
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey+met. HTTP/1.1" 200 None
2026-03-28 11:25:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4123630d-bc72-536f-a0b0-6609d6285e8e with identifier: AP65%20JUU
2026-03-28 11:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4123630d-bc72-536f-a0b0-6609d6285e8e with identifier: AP65%20JUU to the API
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP65%20JUU-GB',
 'category': 'Car',
 'color': 'moonwalk gray with',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4123630d-bc72-536f-a0b0-6609d6285e8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP65 JUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP65%20JUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 131268,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM520402C54604',
 'year': 2015}
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520JUU%27 HTTP/1.1" 200 None
2026-03-28 11:25:18 [bca.uk] INFO: Saving data for AP65%20JUU: {'auction_closing_time': 1775037600.0, 'created_time': 1774609953.152699, 'last_price_update_time': 1774697118.820887}
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP65%2520JUU') HTTP/1.1" 204 0
2026-03-28 11:25:18 [bca.uk] INFO: Found listing with ID: HN60%20CZD
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN60%2520CZD%27 HTTP/1.1" 200 None
2026-03-28 11:25:18 [bca.uk] INFO: Scrape type for HN60%20CZD: 2
2026-03-28 11:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226deb05-c3b1-5db5-be0c-61f2c21d78d8 with identifier: HN60%20CZD
2026-03-28 11:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226deb05-c3b1-5db5-be0c-61f2c21d78d8 with scrape type 2
2026-03-28 11:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226deb05-c3b1-5db5-be0c-61f2c21d78d8 with scrape type 2
2026-03-28 11:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 226deb05-c3b1-5db5-be0c-61f2c21d78d8, identifier: HN60%20CZD
2026-03-28 11:25:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:25:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6 with identifier: FV14%20VRD
2026-03-28 11:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6 with identifier: FV14%20VRD
2026-03-28 11:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4997db0e-ea1d-5fd1-9d4a-4a73f90892c6 with identifier: FV14%20VRD to the API
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV14%20VRD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4997db0e-ea1d-5fd1-9d4a-4a73f90892c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV14 VRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV14%20VRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 147694,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SR Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SR',
 'vin': 'SHHFK3790EU207557',
 'year': 2014}
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV14%2520VRD%27 HTTP/1.1" 200 None
2026-03-28 11:25:19 [bca.uk] INFO: Saving data for FV14%20VRD: {'auction_closing_time': 1774864800.0, 'created_time': 1774609657.128453, 'last_price_update_time': 1774697119.262266}
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV14%2520VRD') HTTP/1.1" 204 0
2026-03-28 11:25:19 [bca.uk] INFO: Found listing with ID: BW19%20HVD
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520HVD%27 HTTP/1.1" 200 None
2026-03-28 11:25:19 [bca.uk] INFO: Scrape type for BW19%20HVD: 2
2026-03-28 11:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244 with identifier: BW19%20HVD
2026-03-28 11:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244 with scrape type 2
2026-03-28 11:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244 with scrape type 2
2026-03-28 11:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244, identifier: BW19%20HVD
2026-03-28 11:25:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1 with identifier: VO10%20XGE
2026-03-28 11:25:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1 with identifier: VO10%20XGE
2026-03-28 11:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1 with identifier: VO10%20XGE to the API
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO10%20XGE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8aeeebb-c7e2-5ebc-b610-d9a52e4d52f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO10 XGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO10%20XGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500',
 'odometer': 64203,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA31200000463222',
 'year': 2010}
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520XGE%27 HTTP/1.1" 200 None
2026-03-28 11:25:19 [bca.uk] INFO: Saving data for VO10%20XGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774609783.489214, 'last_price_update_time': 1774697119.708753}
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO10%2520XGE') HTTP/1.1" 204 0
2026-03-28 11:25:19 [bca.uk] INFO: Found listing with ID: FT63%20JXA
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520JXA%27 HTTP/1.1" 200 None
2026-03-28 11:25:19 [bca.uk] INFO: Scrape type for FT63%20JXA: 2
2026-03-28 11:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf with identifier: FT63%20JXA
2026-03-28 11:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf with scrape type 2
2026-03-28 11:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf with scrape type 2
2026-03-28 11:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf, identifier: FT63%20JXA
2026-03-28 11:25:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 226deb05-c3b1-5db5-be0c-61f2c21d78d8 with identifier: HN60%20CZD
2026-03-28 11:25:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 226deb05-c3b1-5db5-be0c-61f2c21d78d8 with identifier: HN60%20CZD
2026-03-28 11:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 226deb05-c3b1-5db5-be0c-61f2c21d78d8 with identifier: HN60%20CZD to the API
2026-03-28 11:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN60%20CZD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '226deb05-c3b1-5db5-be0c-61f2c21d78d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN60 CZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN60%20CZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 115100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 240 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 240 LUXURY',
 'vin': 'SAJAC0541BNS04546',
 'year': 2010}
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN60%2520CZD%27 HTTP/1.1" 200 None
2026-03-28 11:25:20 [bca.uk] INFO: Saving data for HN60%20CZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774046370.615186, 'last_price_update_time': 1774697120.127531}
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN60%2520CZD') HTTP/1.1" 204 0
2026-03-28 11:25:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:25:20 [bca.uk] INFO: Found listing with ID: YK12%20ZZG
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520ZZG%27 HTTP/1.1" 200 None
2026-03-28 11:25:20 [bca.uk] INFO: Scrape type for YK12%20ZZG: 2
2026-03-28 11:25:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfbd3325-3a34-594f-bd14-ee7933989570 with identifier: YK12%20ZZG
2026-03-28 11:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfbd3325-3a34-594f-bd14-ee7933989570 with scrape type 2
2026-03-28 11:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfbd3325-3a34-594f-bd14-ee7933989570 with scrape type 2
2026-03-28 11:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfbd3325-3a34-594f-bd14-ee7933989570, identifier: YK12%20ZZG
2026-03-28 11:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244 with identifier: BW19%20HVD
2026-03-28 11:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244 with identifier: BW19%20HVD
2026-03-28 11:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244 with identifier: BW19%20HVD to the API
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW19%20HVD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c9cc4e5-6016-5dc0-afb5-cc8fe80e9244',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW19 HVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW19%20HVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 35947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE',
 'vin': 'WVWZZZAWZKU057552',
 'year': 2019}
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520HVD%27 HTTP/1.1" 200 None
2026-03-28 11:25:20 [bca.uk] INFO: Saving data for BW19%20HVD: {'auction_closing_time': 1774951200.0, 'created_time': 1774609851.073239, 'last_price_update_time': 1774697120.532272}
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW19%2520HVD') HTTP/1.1" 204 0
2026-03-28 11:25:20 [bca.uk] INFO: Found listing with ID: KT15%20EYK
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520EYK%27 HTTP/1.1" 200 None
2026-03-28 11:25:20 [bca.uk] INFO: Scrape type for KT15%20EYK: 0
2026-03-28 11:25:20 [bca.uk] INFO: Found listing with ID: YH67%20WGE
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520WGE%27 HTTP/1.1" 200 None
2026-03-28 11:25:20 [bca.uk] INFO: Scrape type for YH67%20WGE: 2
2026-03-28 11:25:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7845ef6a-af59-5a83-a5ce-6c9ade258502 with identifier: YH67%20WGE
2026-03-28 11:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7845ef6a-af59-5a83-a5ce-6c9ade258502 with scrape type 2
2026-03-28 11:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7845ef6a-af59-5a83-a5ce-6c9ade258502 with scrape type 2
2026-03-28 11:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7845ef6a-af59-5a83-a5ce-6c9ade258502, identifier: YH67%20WGE
2026-03-28 11:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf with identifier: FT63%20JXA
2026-03-28 11:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf with identifier: FT63%20JXA
2026-03-28 11:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a4bc694-a132-5fa5-bbcd-faf3c603f3bf with identifier: FT63%20JXA to the API
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT63%20JXA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a4bc694-a132-5fa5-bbcd-faf3c603f3bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT63 JXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT63%20JXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 114678,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.6 HDI 92 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 92 ACTIVE',
 'vin': 'VF3LB9HPADS241359',
 'year': 2014}
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520JXA%27 HTTP/1.1" 200 None
2026-03-28 11:25:21 [bca.uk] INFO: Saving data for FT63%20JXA: {'auction_closing_time': 1775037600.0, 'created_time': 1774609945.56766, 'last_price_update_time': 1774697121.123247}
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT63%2520JXA') HTTP/1.1" 204 0
2026-03-28 11:25:21 [bca.uk] INFO: Found listing with ID: WP61%20WMD
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520WMD%27 HTTP/1.1" 200 None
2026-03-28 11:25:21 [bca.uk] INFO: Scrape type for WP61%20WMD: 0
2026-03-28 11:25:21 [bca.uk] INFO: Found listing with ID: LA69%20HEU
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520HEU%27 HTTP/1.1" 200 None
2026-03-28 11:25:21 [bca.uk] INFO: Scrape type for LA69%20HEU: 2
2026-03-28 11:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3 with identifier: LA69%20HEU
2026-03-28 11:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3 with scrape type 2
2026-03-28 11:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3 with scrape type 2
2026-03-28 11:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3, identifier: LA69%20HEU
2026-03-28 11:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfbd3325-3a34-594f-bd14-ee7933989570 with identifier: YK12%20ZZG
2026-03-28 11:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfbd3325-3a34-594f-bd14-ee7933989570 with identifier: YK12%20ZZG
2026-03-28 11:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfbd3325-3a34-594f-bd14-ee7933989570 with identifier: YK12%20ZZG to the API
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK12%20ZZG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cfbd3325-3a34-594f-bd14-ee7933989570',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK12 ZZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK12%20ZZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 98524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC S/S Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC S/S',
 'vin': 'WF0UXXLTRUCR44074',
 'year': 2012}
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520ZZG%27 HTTP/1.1" 200 None
2026-03-28 11:25:21 [bca.uk] INFO: Saving data for YK12%20ZZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774609657.544487, 'last_price_update_time': 1774697121.771441}
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK12%2520ZZG') HTTP/1.1" 204 0
2026-03-28 11:25:21 [bca.uk] INFO: Found listing with ID: MT69%20THK
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520THK%27 HTTP/1.1" 200 None
2026-03-28 11:25:21 [bca.uk] INFO: Scrape type for MT69%20THK: 2
2026-03-28 11:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a27195c8-0a0d-52bd-94ab-5299eabe3abc with identifier: MT69%20THK
2026-03-28 11:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a27195c8-0a0d-52bd-94ab-5299eabe3abc with scrape type 2
2026-03-28 11:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a27195c8-0a0d-52bd-94ab-5299eabe3abc with scrape type 2
2026-03-28 11:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a27195c8-0a0d-52bd-94ab-5299eabe3abc, identifier: MT69%20THK
2026-03-28 11:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7845ef6a-af59-5a83-a5ce-6c9ade258502 with identifier: YH67%20WGE
2026-03-28 11:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7845ef6a-af59-5a83-a5ce-6c9ade258502 with identifier: YH67%20WGE
2026-03-28 11:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7845ef6a-af59-5a83-a5ce-6c9ade258502 with identifier: YH67%20WGE to the API
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH67%20WGE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7845ef6a-af59-5a83-a5ce-6c9ade258502',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH67 WGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH67%20WGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 119344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 115 SE NAV Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 115 SE NAV',
 'vin': 'WVWZZZAUZJW008668',
 'year': 2017}
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520WGE%27 HTTP/1.1" 200 None
2026-03-28 11:25:22 [bca.uk] INFO: Saving data for YH67%20WGE: {'auction_closing_time': 1774951200.0, 'created_time': 1774609794.096938, 'last_price_update_time': 1774697122.241306}
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH67%2520WGE') HTTP/1.1" 204 0
2026-03-28 11:25:22 [bca.uk] INFO: Found listing with ID: FV67%20HLY
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520HLY%27 HTTP/1.1" 200 None
2026-03-28 11:25:22 [bca.uk] INFO: Scrape type for FV67%20HLY: 2
2026-03-28 11:25:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055c746e-69a2-5d7e-8580-30525ebd762f with identifier: FV67%20HLY
2026-03-28 11:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055c746e-69a2-5d7e-8580-30525ebd762f with scrape type 2
2026-03-28 11:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055c746e-69a2-5d7e-8580-30525ebd762f with scrape type 2
2026-03-28 11:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 055c746e-69a2-5d7e-8580-30525ebd762f, identifier: FV67%20HLY
2026-03-28 11:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3 with identifier: LA69%20HEU
2026-03-28 11:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3 with identifier: LA69%20HEU
2026-03-28 11:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b0e531a-ccad-5f09-9cc4-c8936d01dbc3 with identifier: LA69%20HEU to the API
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA69%20HEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1b0e531a-ccad-5f09-9cc4-c8936d01dbc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA69 HEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA69%20HEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ASTON MARTIN',
 'model': 'DB11 VOLANTE',
 'odometer': 10503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN DB11 VOLANTE 4.0 V8 T/TRONIC Convertible',
 'transmission': 'automatic',
 'trim': 'V8 T/TRONIC',
 'vin': 'SCFRLFCW1KGM06673',
 'year': 2020}
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520HEU%27 HTTP/1.1" 200 None
2026-03-28 11:25:22 [bca.uk] INFO: Saving data for LA69%20HEU: {'auction_closing_time': 1775728800.0, 'created_time': 1774609938.885444, 'last_price_update_time': 1774697122.697683}
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA69%2520HEU') HTTP/1.1" 204 0
2026-03-28 11:25:22 [bca.uk] INFO: Found listing with ID: EN14%20OPY
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:25:22 [bca.uk] INFO: Scrape type for EN14%20OPY: 0
2026-03-28 11:25:22 [bca.uk] INFO: Found listing with ID: RO64%20HCD
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520HCD%27 HTTP/1.1" 200 None
2026-03-28 11:25:22 [bca.uk] INFO: Scrape type for RO64%20HCD: 0
2026-03-28 11:25:22 [bca.uk] INFO: Found listing with ID: MM63%20VBO
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520VBO%27 HTTP/1.1" 200 None
2026-03-28 11:25:22 [bca.uk] INFO: Scrape type for MM63%20VBO: 2
2026-03-28 11:25:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c3073df-5aad-52ab-95bb-1e9661975ca2 with identifier: MM63%20VBO
2026-03-28 11:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3073df-5aad-52ab-95bb-1e9661975ca2 with scrape type 2
2026-03-28 11:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c3073df-5aad-52ab-95bb-1e9661975ca2 with scrape type 2
2026-03-28 11:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c3073df-5aad-52ab-95bb-1e9661975ca2, identifier: MM63%20VBO
2026-03-28 11:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a27195c8-0a0d-52bd-94ab-5299eabe3abc with identifier: MT69%20THK
2026-03-28 11:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a27195c8-0a0d-52bd-94ab-5299eabe3abc with identifier: MT69%20THK
2026-03-28 11:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a27195c8-0a0d-52bd-94ab-5299eabe3abc with identifier: MT69%20THK to the API
2026-03-28 11:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT69%20THK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a27195c8-0a0d-52bd-94ab-5299eabe3abc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT69 THK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT69%20THK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 33519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 30 TDI TECHNIK S-T Saloon',
 'transmission': 'automatic',
 'trim': '30 TDI TECHNIK S-T',
 'vin': 'WAUZZZF44LA006455',
 'year': 2019}
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520THK%27 HTTP/1.1" 200 None
2026-03-28 11:25:23 [bca.uk] INFO: Saving data for MT69%20THK: {'auction_closing_time': 1774951200.0, 'created_time': 1774609851.822986, 'last_price_update_time': 1774697123.169076}
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT69%2520THK') HTTP/1.1" 204 0
2026-03-28 11:25:23 [bca.uk] INFO: Found listing with ID: WN72%20GJU
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520GJU%27 HTTP/1.1" 200 None
2026-03-28 11:25:23 [bca.uk] INFO: Scrape type for WN72%20GJU: 2
2026-03-28 11:25:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd156eab-574c-5a07-9400-87d9e5c442fc with identifier: WN72%20GJU
2026-03-28 11:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd156eab-574c-5a07-9400-87d9e5c442fc with scrape type 2
2026-03-28 11:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd156eab-574c-5a07-9400-87d9e5c442fc with scrape type 2
2026-03-28 11:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd156eab-574c-5a07-9400-87d9e5c442fc, identifier: WN72%20GJU
2026-03-28 11:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 055c746e-69a2-5d7e-8580-30525ebd762f with identifier: FV67%20HLY
2026-03-28 11:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 055c746e-69a2-5d7e-8580-30525ebd762f with identifier: FV67%20HLY
2026-03-28 11:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 055c746e-69a2-5d7e-8580-30525ebd762f with identifier: FV67%20HLY to the API
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV67%20HLY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '055c746e-69a2-5d7e-8580-30525ebd762f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV67 HLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV67%20HLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 85225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760082J660397',
 'year': 2017}
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520HLY%27 HTTP/1.1" 200 None
2026-03-28 11:25:23 [bca.uk] INFO: Saving data for FV67%20HLY: {'auction_closing_time': 1775037600.0, 'created_time': 1774609945.076829, 'last_price_update_time': 1774697123.665204}
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV67%2520HLY') HTTP/1.1" 204 0
2026-03-28 11:25:23 [bca.uk] INFO: Found listing with ID: GN18%20PYL
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520PYL%27 HTTP/1.1" 200 None
2026-03-28 11:25:23 [bca.uk] INFO: Scrape type for GN18%20PYL: 0
2026-03-28 11:25:23 [bca.uk] INFO: Found listing with ID: LW14%20OFD
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW14%2520OFD%27 HTTP/1.1" 200 None
2026-03-28 11:25:23 [bca.uk] INFO: Scrape type for LW14%20OFD: 2
2026-03-28 11:25:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06b2c4c9-59c0-5f4b-ab02-272475d86899 with identifier: LW14%20OFD
2026-03-28 11:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06b2c4c9-59c0-5f4b-ab02-272475d86899 with scrape type 2
2026-03-28 11:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06b2c4c9-59c0-5f4b-ab02-272475d86899 with scrape type 2
2026-03-28 11:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06b2c4c9-59c0-5f4b-ab02-272475d86899, identifier: LW14%20OFD
2026-03-28 11:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c3073df-5aad-52ab-95bb-1e9661975ca2 with identifier: MM63%20VBO
2026-03-28 11:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c3073df-5aad-52ab-95bb-1e9661975ca2 with identifier: MM63%20VBO
2026-03-28 11:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c3073df-5aad-52ab-95bb-1e9661975ca2 with identifier: MM63%20VBO to the API
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM63%20VBO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c3073df-5aad-52ab-95bb-1e9661975ca2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM63 VBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM63%20VBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 78066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE S',
 'vin': 'VF15R5A0H49367309',
 'year': 2014}
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520VBO%27 HTTP/1.1" 200 None
2026-03-28 11:25:24 [bca.uk] INFO: Saving data for MM63%20VBO: {'auction_closing_time': 1774951200.0, 'created_time': 1774609631.865792, 'last_price_update_time': 1774697124.119344}
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM63%2520VBO') HTTP/1.1" 204 0
2026-03-28 11:25:24 [bca.uk] INFO: Found listing with ID: MW65%20WFC
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520WFC%27 HTTP/1.1" 200 None
2026-03-28 11:25:24 [bca.uk] INFO: Scrape type for MW65%20WFC: 2
2026-03-28 11:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfcbb20f-f086-5b05-b545-17bc79ab98fd with identifier: MW65%20WFC
2026-03-28 11:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfcbb20f-f086-5b05-b545-17bc79ab98fd with scrape type 2
2026-03-28 11:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfcbb20f-f086-5b05-b545-17bc79ab98fd with scrape type 2
2026-03-28 11:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfcbb20f-f086-5b05-b545-17bc79ab98fd, identifier: MW65%20WFC
2026-03-28 11:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd156eab-574c-5a07-9400-87d9e5c442fc with identifier: WN72%20GJU
2026-03-28 11:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd156eab-574c-5a07-9400-87d9e5c442fc with identifier: WN72%20GJU
2026-03-28 11:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd156eab-574c-5a07-9400-87d9e5c442fc with identifier: WN72%20GJU to the API
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN72%20GJU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fd156eab-574c-5a07-9400-87d9e5c442fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN72 GJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN72%20GJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 40826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A7 SPORTBACK 2.0 40 TDI QUATTRO BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZF28NN055166',
 'year': 2022}
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520GJU%27 HTTP/1.1" 200 None
2026-03-28 11:25:24 [bca.uk] INFO: Saving data for WN72%20GJU: {'auction_closing_time': 1775037600.0, 'created_time': 1774609757.140899, 'last_price_update_time': 1774697124.588912}
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN72%2520GJU') HTTP/1.1" 204 0
2026-03-28 11:25:24 [bca.uk] INFO: Found listing with ID: MJ17%20UDE
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520UDE%27 HTTP/1.1" 200 None
2026-03-28 11:25:24 [bca.uk] INFO: Scrape type for MJ17%20UDE: 0
2026-03-28 11:25:24 [bca.uk] INFO: Found listing with ID: 0F8654191
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%270F8654191%27 HTTP/1.1" 200 None
2026-03-28 11:25:24 [bca.uk] INFO: Scrape type for 0F8654191: 2
2026-03-28 11:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e563de5d-7e1c-522d-875d-c45b2b81290e with identifier: 0F8654191
2026-03-28 11:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e563de5d-7e1c-522d-875d-c45b2b81290e with scrape type 2
2026-03-28 11:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e563de5d-7e1c-522d-875d-c45b2b81290e with scrape type 2
2026-03-28 11:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e563de5d-7e1c-522d-875d-c45b2b81290e, identifier: 0F8654191
2026-03-28 11:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06b2c4c9-59c0-5f4b-ab02-272475d86899 with identifier: LW14%20OFD
2026-03-28 11:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06b2c4c9-59c0-5f4b-ab02-272475d86899 with identifier: LW14%20OFD
2026-03-28 11:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06b2c4c9-59c0-5f4b-ab02-272475d86899 with identifier: LW14%20OFD to the API
2026-03-28 11:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LW14%20OFD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '06b2c4c9-59c0-5f4b-ab02-272475d86899',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LW14 OFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LW14%20OFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 69586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 210 QUATTRO SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 210 QUATTRO SE S-T',
 'vin': 'WAUZZZ8U4ER044494',
 'year': 2024}
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW14%2520OFD%27 HTTP/1.1" 200 None
2026-03-28 11:25:25 [bca.uk] INFO: Saving data for LW14%20OFD: {'auction_closing_time': 1774864800.0, 'created_time': 1773841457.014385, 'last_price_update_time': 1774697125.115841}
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LW14%2520OFD') HTTP/1.1" 204 0
2026-03-28 11:25:25 [bca.uk] INFO: Found listing with ID: SG65%20ENN
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520ENN%27 HTTP/1.1" 200 None
2026-03-28 11:25:25 [bca.uk] INFO: Scrape type for SG65%20ENN: 2
2026-03-28 11:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350f452e-6aef-5bb6-b45c-fa82607221d5 with identifier: SG65%20ENN
2026-03-28 11:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350f452e-6aef-5bb6-b45c-fa82607221d5 with scrape type 2
2026-03-28 11:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 350f452e-6aef-5bb6-b45c-fa82607221d5 with scrape type 2
2026-03-28 11:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 350f452e-6aef-5bb6-b45c-fa82607221d5, identifier: SG65%20ENN
2026-03-28 11:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfcbb20f-f086-5b05-b545-17bc79ab98fd with identifier: MW65%20WFC
2026-03-28 11:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfcbb20f-f086-5b05-b545-17bc79ab98fd with identifier: MW65%20WFC
2026-03-28 11:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfcbb20f-f086-5b05-b545-17bc79ab98fd with identifier: MW65%20WFC to the API
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW65%20WFC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dfcbb20f-f086-5b05-b545-17bc79ab98fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW65 WFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW65%20WFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 79016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAFJ89157',
 'year': 2015}
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520WFC%27 HTTP/1.1" 200 None
2026-03-28 11:25:25 [bca.uk] INFO: Saving data for MW65%20WFC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609855.023596, 'last_price_update_time': 1774697125.524774}
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW65%2520WFC') HTTP/1.1" 204 0
2026-03-28 11:25:25 [bca.uk] INFO: Found listing with ID: RO73%20MXU
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MXU%27 HTTP/1.1" 200 None
2026-03-28 11:25:25 [bca.uk] INFO: Scrape type for RO73%20MXU: 2
2026-03-28 11:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d41a0917-a0e6-5413-9250-28be5c49bbc6 with identifier: RO73%20MXU
2026-03-28 11:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d41a0917-a0e6-5413-9250-28be5c49bbc6 with scrape type 2
2026-03-28 11:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d41a0917-a0e6-5413-9250-28be5c49bbc6 with scrape type 2
2026-03-28 11:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d41a0917-a0e6-5413-9250-28be5c49bbc6, identifier: RO73%20MXU
2026-03-28 11:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e563de5d-7e1c-522d-875d-c45b2b81290e with identifier: 0F8654191
2026-03-28 11:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e563de5d-7e1c-522d-875d-c45b2b81290e with identifier: 0F8654191
2026-03-28 11:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e563de5d-7e1c-522d-875d-c45b2b81290e with identifier: 0F8654191 to the API
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=0F8654191-GB',
 'category': 'LightCommercialVehicle',
 'color': 'solid',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e563de5d-7e1c-522d-875d-c45b2b81290e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': '0F8654191',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=0F8654191&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'NEMO',
 'odometer': 76979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN NEMO 1.3 HDI ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'HDI ENTERPRISE',
 'vin': 'VF7AAFHZ0F8654191',
 'year': 2016}
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%270F8654191%27 HTTP/1.1" 200 None
2026-03-28 11:25:25 [bca.uk] INFO: Saving data for 0F8654191: {'auction_closing_time': 1775037600.0, 'created_time': 1774609939.859738, 'last_price_update_time': 1774697125.941875}
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='0F8654191') HTTP/1.1" 204 0
2026-03-28 11:25:25 [bca.uk] INFO: Found listing with ID: JP62%20SVP
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP62%2520SVP%27 HTTP/1.1" 200 None
2026-03-28 11:25:25 [bca.uk] INFO: Scrape type for JP62%20SVP: 2
2026-03-28 11:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db2337fb-1f36-5e2e-8a11-620e6bc379ac with identifier: JP62%20SVP
2026-03-28 11:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db2337fb-1f36-5e2e-8a11-620e6bc379ac with scrape type 2
2026-03-28 11:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db2337fb-1f36-5e2e-8a11-620e6bc379ac with scrape type 2
2026-03-28 11:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db2337fb-1f36-5e2e-8a11-620e6bc379ac, identifier: JP62%20SVP
2026-03-28 11:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 350f452e-6aef-5bb6-b45c-fa82607221d5 with identifier: SG65%20ENN
2026-03-28 11:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 350f452e-6aef-5bb6-b45c-fa82607221d5 with identifier: SG65%20ENN
2026-03-28 11:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 350f452e-6aef-5bb6-b45c-fa82607221d5 with identifier: SG65%20ENN to the API
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG65%20ENN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '350f452e-6aef-5bb6-b45c-fa82607221d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG65 ENN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG65%20ENN&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 104586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.2 D SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'D SPORT',
 'vin': 'JMZBM642611304212',
 'year': 2015}
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520ENN%27 HTTP/1.1" 200 None
2026-03-28 11:25:26 [bca.uk] INFO: Saving data for SG65%20ENN: {'auction_closing_time': 1774864800.0, 'created_time': 1774609654.172368, 'last_price_update_time': 1774697126.364846}
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG65%2520ENN') HTTP/1.1" 204 0
2026-03-28 11:25:26 [bca.uk] INFO: Found listing with ID: PE68%20EWE
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520EWE%27 HTTP/1.1" 200 None
2026-03-28 11:25:26 [bca.uk] INFO: Scrape type for PE68%20EWE: 2
2026-03-28 11:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df50a238-d7a8-58ba-ac96-afee22abb64b with identifier: PE68%20EWE
2026-03-28 11:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df50a238-d7a8-58ba-ac96-afee22abb64b with scrape type 2
2026-03-28 11:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df50a238-d7a8-58ba-ac96-afee22abb64b with scrape type 2
2026-03-28 11:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df50a238-d7a8-58ba-ac96-afee22abb64b, identifier: PE68%20EWE
2026-03-28 11:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d41a0917-a0e6-5413-9250-28be5c49bbc6 with identifier: RO73%20MXU
2026-03-28 11:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d41a0917-a0e6-5413-9250-28be5c49bbc6 with identifier: RO73%20MXU
2026-03-28 11:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d41a0917-a0e6-5413-9250-28be5c49bbc6 with identifier: RO73%20MXU to the API
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20MXU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd41a0917-a0e6-5413-9250-28be5c49bbc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO73 MXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20MXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 18894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGY4RA011228',
 'year': 2023}
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MXU%27 HTTP/1.1" 200 None
2026-03-28 11:25:26 [bca.uk] INFO: Saving data for RO73%20MXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774609754.288986, 'last_price_update_time': 1774697126.743729}
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520MXU') HTTP/1.1" 204 0
2026-03-28 11:25:26 [bca.uk] INFO: Found listing with ID: U12F58223
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12F58223%27 HTTP/1.1" 200 None
2026-03-28 11:25:26 [bca.uk] INFO: Scrape type for U12F58223: 2
2026-03-28 11:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358 with identifier: U12F58223
2026-03-28 11:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358 with scrape type 2
2026-03-28 11:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358 with scrape type 2
2026-03-28 11:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358, identifier: U12F58223
2026-03-28 11:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db2337fb-1f36-5e2e-8a11-620e6bc379ac with identifier: JP62%20SVP
2026-03-28 11:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db2337fb-1f36-5e2e-8a11-620e6bc379ac with identifier: JP62%20SVP
2026-03-28 11:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db2337fb-1f36-5e2e-8a11-620e6bc379ac with identifier: JP62%20SVP to the API
2026-03-28 11:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JP62%20SVP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db2337fb-1f36-5e2e-8a11-620e6bc379ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JP62 SVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JP62%20SVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 60073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2AN8GH091645',
 'year': 2015}
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP62%2520SVP%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Saving data for JP62%20SVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774005041.228819, 'last_price_update_time': 1774697127.122952}
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JP62%2520SVP') HTTP/1.1" 204 0
2026-03-28 11:25:27 [bca.uk] INFO: Found listing with ID: KV64%20HKH
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520HKH%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Scrape type for KV64%20HKH: 2
2026-03-28 11:25:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5997fc96-a2f9-564a-8417-a3941fa68371 with identifier: KV64%20HKH
2026-03-28 11:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5997fc96-a2f9-564a-8417-a3941fa68371 with scrape type 2
2026-03-28 11:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5997fc96-a2f9-564a-8417-a3941fa68371 with scrape type 2
2026-03-28 11:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5997fc96-a2f9-564a-8417-a3941fa68371, identifier: KV64%20HKH
2026-03-28 11:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df50a238-d7a8-58ba-ac96-afee22abb64b with identifier: PE68%20EWE
2026-03-28 11:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df50a238-d7a8-58ba-ac96-afee22abb64b with identifier: PE68%20EWE
2026-03-28 11:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df50a238-d7a8-58ba-ac96-afee22abb64b with identifier: PE68%20EWE to the API
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE68%20EWE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'df50a238-d7a8-58ba-ac96-afee22abb64b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE68 EWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE68%20EWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 67552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.1 URBAN ED.4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.4M 9G',
 'vin': 'WDC2539052F524112',
 'year': 2018}
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520EWE%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Saving data for PE68%20EWE: {'auction_closing_time': 1774864800.0, 'created_time': 1773987279.773233, 'last_price_update_time': 1774697127.5156}
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE68%2520EWE') HTTP/1.1" 204 0
2026-03-28 11:25:27 [bca.uk] INFO: Found listing with ID: FX12%20XZC
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX12%2520XZC%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Scrape type for FX12%20XZC: 0
2026-03-28 11:25:27 [bca.uk] INFO: Found listing with ID: LJ51%20ZZZ
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ51%2520ZZZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Scrape type for LJ51%20ZZZ: 0
2026-03-28 11:25:27 [bca.uk] INFO: Found listing with ID: DU17%20LVB
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520LVB%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Scrape type for DU17%20LVB: 2
2026-03-28 11:25:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e40d631-9ae6-56a6-b055-753f49fc7599 with identifier: DU17%20LVB
2026-03-28 11:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e40d631-9ae6-56a6-b055-753f49fc7599 with scrape type 2
2026-03-28 11:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e40d631-9ae6-56a6-b055-753f49fc7599 with scrape type 2
2026-03-28 11:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e40d631-9ae6-56a6-b055-753f49fc7599, identifier: DU17%20LVB
2026-03-28 11:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358 with identifier: U12F58223
2026-03-28 11:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358 with identifier: U12F58223
2026-03-28 11:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f67ce10-69ea-50ad-a5d5-fdfb2fd85358 with identifier: U12F58223 to the API
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'solid',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f67ce10-69ea-50ad-a5d5-fdfb2fd85358',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'U12F58223',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=U12F58223&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 44643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.0 BLUEHDI 130 L3 Box',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L3',
 'vin': 'VF7YC2MAU12F58223',
 'year': 2017}
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12F58223%27 HTTP/1.1" 200 None
2026-03-28 11:25:27 [bca.uk] INFO: Saving data for U12F58223: {'auction_closing_time': 1775037600.0, 'created_time': 1774609943.872865, 'last_price_update_time': 1774697127.962331}
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='U12F58223') HTTP/1.1" 204 0
2026-03-28 11:25:28 [bca.uk] INFO: Found listing with ID: CK18%20NWF
2026-03-28 11:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520NWF%27 HTTP/1.1" 200 None
2026-03-28 11:25:28 [bca.uk] INFO: Scrape type for CK18%20NWF: 2
2026-03-28 11:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d1827cd-acfa-52b4-aa43-ed2154b1fb36 with identifier: CK18%20NWF
2026-03-28 11:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d1827cd-acfa-52b4-aa43-ed2154b1fb36 with scrape type 2
2026-03-28 11:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d1827cd-acfa-52b4-aa43-ed2154b1fb36 with scrape type 2
2026-03-28 11:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d1827cd-acfa-52b4-aa43-ed2154b1fb36, identifier: CK18%20NWF
2026-03-28 11:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5997fc96-a2f9-564a-8417-a3941fa68371 with identifier: KV64%20HKH
2026-03-28 11:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5997fc96-a2f9-564a-8417-a3941fa68371 with identifier: KV64%20HKH
2026-03-28 11:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5997fc96-a2f9-564a-8417-a3941fa68371 with identifier: KV64%20HKH to the API
2026-03-28 11:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV64%20HKH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5997fc96-a2f9-564a-8417-a3941fa68371',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV64 HKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV64%20HKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 124200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 3.0 B/TEC AMG SPORT TIP Saloon',
 'transmission': 'manual',
 'trim': 'B/TEC AMG SPORT TIP',
 'vin': 'WDD2120262B043721',
 'year': 2014}
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520HKH%27 HTTP/1.1" 200 None
2026-03-28 11:25:29 [bca.uk] INFO: Saving data for KV64%20HKH: {'auction_closing_time': 1774951200.0, 'created_time': 1774609653.728755, 'last_price_update_time': 1774697129.49099}
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV64%2520HKH') HTTP/1.1" 204 0
2026-03-28 11:25:29 [bca.uk] INFO: Found listing with ID: YK64%20BWY
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520BWY%27 HTTP/1.1" 200 None
2026-03-28 11:25:29 [bca.uk] INFO: Scrape type for YK64%20BWY: 2
2026-03-28 11:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a143e9b-53b3-5b72-9710-f3730dfeb92d with identifier: YK64%20BWY
2026-03-28 11:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a143e9b-53b3-5b72-9710-f3730dfeb92d with scrape type 2
2026-03-28 11:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a143e9b-53b3-5b72-9710-f3730dfeb92d with scrape type 2
2026-03-28 11:25:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a143e9b-53b3-5b72-9710-f3730dfeb92d, identifier: YK64%20BWY
2026-03-28 11:25:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e40d631-9ae6-56a6-b055-753f49fc7599 with identifier: DU17%20LVB
2026-03-28 11:25:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e40d631-9ae6-56a6-b055-753f49fc7599 with identifier: DU17%20LVB
2026-03-28 11:25:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e40d631-9ae6-56a6-b055-753f49fc7599 with identifier: DU17%20LVB to the API
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU17%20LVB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e40d631-9ae6-56a6-b055-753f49fc7599',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU17 LVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU17%20LVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 126733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 CDTI 16V 136 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 136 SRI',
 'vin': 'W0LBF6EG9HG109705',
 'year': 2017}
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520LVB%27 HTTP/1.1" 200 None
2026-03-28 11:25:29 [bca.uk] INFO: Saving data for DU17%20LVB: {'auction_closing_time': 1774951200.0, 'created_time': 1774609782.390359, 'last_price_update_time': 1774697129.916779}
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU17%2520LVB') HTTP/1.1" 204 0
2026-03-28 11:25:29 [bca.uk] INFO: Found listing with ID: MA16%20VCF
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520VCF%27 HTTP/1.1" 200 None
2026-03-28 11:25:29 [bca.uk] INFO: Scrape type for MA16%20VCF: 2
2026-03-28 11:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beb8d5c8-9d3d-5705-a34c-75d8417ce1b6 with identifier: MA16%20VCF
2026-03-28 11:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beb8d5c8-9d3d-5705-a34c-75d8417ce1b6 with scrape type 2
2026-03-28 11:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beb8d5c8-9d3d-5705-a34c-75d8417ce1b6 with scrape type 2
2026-03-28 11:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beb8d5c8-9d3d-5705-a34c-75d8417ce1b6, identifier: MA16%20VCF
2026-03-28 11:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d1827cd-acfa-52b4-aa43-ed2154b1fb36 with identifier: CK18%20NWF
2026-03-28 11:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d1827cd-acfa-52b4-aa43-ed2154b1fb36 with identifier: CK18%20NWF
2026-03-28 11:25:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7d1827cd-acfa-52b4-aa43-ed2154b1fb36 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK18%20NWF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d1827cd-acfa-52b4-aa43-ed2154b1fb36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK18 NWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK18%20NWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 58710,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SHVS SZ5 Hatchback',
 'transmission': 'manual',
 'trim': 'BOOSTERJET 110 SHVS SZ5',
 'vin': 'JSAAZC23S00106256',
 'year': 2018}
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520NWF%27 HTTP/1.1" 200 None
2026-03-28 11:25:30 [bca.uk] INFO: Saving data for CK18%20NWF: {'auction_closing_time': 1774692000.0, 'created_time': 1774436672.321262, 'last_price_update_time': 1774697130.117357}
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK18%2520NWF') HTTP/1.1" 204 0
2026-03-28 11:25:30 [bca.uk] INFO: Found listing with ID: FE23%20OLU
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520OLU%27 HTTP/1.1" 200 None
2026-03-28 11:25:30 [bca.uk] INFO: Scrape type for FE23%20OLU: 2
2026-03-28 11:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d010c33-68a8-5845-8bd1-421c461b940f with identifier: FE23%20OLU
2026-03-28 11:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d010c33-68a8-5845-8bd1-421c461b940f with scrape type 2
2026-03-28 11:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d010c33-68a8-5845-8bd1-421c461b940f with scrape type 2
2026-03-28 11:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d010c33-68a8-5845-8bd1-421c461b940f, identifier: FE23%20OLU
2026-03-28 11:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a143e9b-53b3-5b72-9710-f3730dfeb92d with identifier: YK64%20BWY
2026-03-28 11:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a143e9b-53b3-5b72-9710-f3730dfeb92d with identifier: YK64%20BWY
2026-03-28 11:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a143e9b-53b3-5b72-9710-f3730dfeb92d with identifier: YK64%20BWY to the API
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK64%20BWY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a143e9b-53b3-5b72-9710-f3730dfeb92d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK64 BWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK64%20BWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '116D',
 'odometer': 111387,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 2.0 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1C72060P584040',
 'year': 2014}
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520BWY%27 HTTP/1.1" 200 None
2026-03-28 11:25:30 [bca.uk] INFO: Saving data for YK64%20BWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774609839.19422, 'last_price_update_time': 1774697130.546771}
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK64%2520BWY') HTTP/1.1" 204 0
2026-03-28 11:25:30 [bca.uk] INFO: Found listing with ID: OU14%20UXG
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UXG%27 HTTP/1.1" 200 None
2026-03-28 11:25:30 [bca.uk] INFO: Scrape type for OU14%20UXG: 2
2026-03-28 11:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b61696d-daac-5e25-a6ed-41db82ada7e2 with identifier: OU14%20UXG
2026-03-28 11:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b61696d-daac-5e25-a6ed-41db82ada7e2 with scrape type 2
2026-03-28 11:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b61696d-daac-5e25-a6ed-41db82ada7e2 with scrape type 2
2026-03-28 11:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b61696d-daac-5e25-a6ed-41db82ada7e2, identifier: OU14%20UXG
2026-03-28 11:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beb8d5c8-9d3d-5705-a34c-75d8417ce1b6 with identifier: MA16%20VCF
2026-03-28 11:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beb8d5c8-9d3d-5705-a34c-75d8417ce1b6 with identifier: MA16%20VCF
2026-03-28 11:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: beb8d5c8-9d3d-5705-a34c-75d8417ce1b6 with identifier: MA16%20VCF to the API
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA16%20VCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'beb8d5c8-9d3d-5705-a34c-75d8417ce1b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA16 VCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA16%20VCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA45 AMG',
 'odometer': 94910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA45 AMG 2.0 (381) 4MATIC DCT Coupe',
 'transmission': 'automatic',
 'trim': '(381) 4MATIC DCT',
 'vin': 'WDD1173522N364448',
 'year': 2016}
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520VCF%27 HTTP/1.1" 200 None
2026-03-28 11:25:30 [bca.uk] INFO: Saving data for MA16%20VCF: {'auction_closing_time': 1774951200.0, 'created_time': 1774523423.225035, 'last_price_update_time': 1774697130.936894}
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA16%2520VCF') HTTP/1.1" 204 0
2026-03-28 11:25:30 [bca.uk] INFO: Found listing with ID: KU68%20OCO
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520OCO%27 HTTP/1.1" 200 None
2026-03-28 11:25:30 [bca.uk] INFO: Scrape type for KU68%20OCO: 2
2026-03-28 11:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a88ca19a-0483-511c-913d-9ba9b7f068ad with identifier: KU68%20OCO
2026-03-28 11:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a88ca19a-0483-511c-913d-9ba9b7f068ad with scrape type 2
2026-03-28 11:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a88ca19a-0483-511c-913d-9ba9b7f068ad with scrape type 2
2026-03-28 11:25:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a88ca19a-0483-511c-913d-9ba9b7f068ad, identifier: KU68%20OCO
2026-03-28 11:25:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d010c33-68a8-5845-8bd1-421c461b940f with identifier: FE23%20OLU
2026-03-28 11:25:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d010c33-68a8-5845-8bd1-421c461b940f with identifier: FE23%20OLU
2026-03-28 11:25:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d010c33-68a8-5845-8bd1-421c461b940f with identifier: FE23%20OLU to the API
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '5d010c33-68a8-5845-8bd1-421c461b940f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE23 OLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20OLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'XL 1200S',
 'odometer': 5268,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON XL 1200S SPORTSTER SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'SPORTSTER SPORT MOTORBIKE',
 'vin': '5HD1ZC447NS318192',
 'year': 2023}
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520OLU%27 HTTP/1.1" 200 None
2026-03-28 11:25:31 [bca.uk] INFO: Saving data for FE23%20OLU: {'auction_closing_time': 1775124000.0, 'created_time': 1774609633.683476, 'last_price_update_time': 1774697131.782425}
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520OLU') HTTP/1.1" 204 0
2026-03-28 11:25:31 [bca.uk] INFO: Found listing with ID: NL12%20OVE
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520OVE%27 HTTP/1.1" 200 None
2026-03-28 11:25:31 [bca.uk] INFO: Scrape type for NL12%20OVE: 2
2026-03-28 11:25:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fe078d0-de46-52a5-8bfb-65ca6424e62e with identifier: NL12%20OVE
2026-03-28 11:25:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fe078d0-de46-52a5-8bfb-65ca6424e62e with scrape type 2
2026-03-28 11:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fe078d0-de46-52a5-8bfb-65ca6424e62e with scrape type 2
2026-03-28 11:25:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fe078d0-de46-52a5-8bfb-65ca6424e62e, identifier: NL12%20OVE
2026-03-28 11:25:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b61696d-daac-5e25-a6ed-41db82ada7e2 with identifier: OU14%20UXG
2026-03-28 11:25:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b61696d-daac-5e25-a6ed-41db82ada7e2 with identifier: OU14%20UXG
2026-03-28 11:25:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b61696d-daac-5e25-a6ed-41db82ada7e2 with identifier: OU14%20UXG to the API
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU14%20UXG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b61696d-daac-5e25-a6ed-41db82ada7e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU14 UXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU14%20UXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 58564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.2 VVT 70 GLAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 70 GLAM',
 'vin': 'W0L0MAP08E6017017',
 'year': 2014}
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UXG%27 HTTP/1.1" 200 None
2026-03-28 11:25:32 [bca.uk] INFO: Saving data for OU14%20UXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774609791.754388, 'last_price_update_time': 1774697132.670477}
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU14%2520UXG') HTTP/1.1" 204 0
2026-03-28 11:25:32 [bca.uk] INFO: Found listing with ID: LV18%20UCC
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520UCC%27 HTTP/1.1" 200 None
2026-03-28 11:25:32 [bca.uk] INFO: Scrape type for LV18%20UCC: 0
2026-03-28 11:25:32 [bca.uk] INFO: Found listing with ID: DF24%20XAJ
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520XAJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:32 [bca.uk] INFO: Scrape type for DF24%20XAJ: 2
2026-03-28 11:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f66d358d-d2e4-52cc-9db3-ebee52b995b5 with identifier: DF24%20XAJ
2026-03-28 11:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f66d358d-d2e4-52cc-9db3-ebee52b995b5 with scrape type 2
2026-03-28 11:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f66d358d-d2e4-52cc-9db3-ebee52b995b5 with scrape type 2
2026-03-28 11:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f66d358d-d2e4-52cc-9db3-ebee52b995b5, identifier: DF24%20XAJ
2026-03-28 11:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a88ca19a-0483-511c-913d-9ba9b7f068ad with identifier: KU68%20OCO
2026-03-28 11:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a88ca19a-0483-511c-913d-9ba9b7f068ad with identifier: KU68%20OCO
2026-03-28 11:25:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a88ca19a-0483-511c-913d-9ba9b7f068ad with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU68%20OCO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a88ca19a-0483-511c-913d-9ba9b7f068ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU68 OCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU68%20OCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'X220 D',
 'odometer': 104288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ X220 D 2.3 163 4MATIC PROGRESSIVE CrewCab Pick-up',
 'transmission': 'manual',
 'trim': '163 4MATIC PROGRESSIVE',
 'vin': 'WDF4702112G009647',
 'year': 2018}
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520OCO%27 HTTP/1.1" 200 None
2026-03-28 11:25:32 [bca.uk] INFO: Saving data for KU68%20OCO: {'auction_closing_time': 1774692000.0, 'created_time': 1773840811.701015, 'last_price_update_time': 1774697132.833365}
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU68%2520OCO') HTTP/1.1" 204 0
2026-03-28 11:25:32 [bca.uk] INFO: Found listing with ID: YP63%20CFJ
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP63%2520CFJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:32 [bca.uk] INFO: Scrape type for YP63%20CFJ: 0
2026-03-28 11:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fe078d0-de46-52a5-8bfb-65ca6424e62e with identifier: NL12%20OVE
2026-03-28 11:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fe078d0-de46-52a5-8bfb-65ca6424e62e with identifier: NL12%20OVE
2026-03-28 11:25:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fe078d0-de46-52a5-8bfb-65ca6424e62e with identifier: NL12%20OVE to the API
2026-03-28 11:25:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL12%20OVE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9fe078d0-de46-52a5-8bfb-65ca6424e62e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL12 OVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL12%20OVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'VENGA',
 'odometer': 98371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'KIA VENGA 1.4 CRDI ECODYNAMICS 3 MPV',
 'transmission': 'manual',
 'trim': 'CRDI ECODYNAMICS 3',
 'vin': 'TMAEH813LBJ058958',
 'year': 2012}
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520OVE%27 HTTP/1.1" 200 None
2026-03-28 11:25:33 [bca.uk] INFO: Saving data for NL12%20OVE: {'auction_closing_time': 1774864800.0, 'created_time': 1774609840.416125, 'last_price_update_time': 1774697133.284904}
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL12%2520OVE') HTTP/1.1" 204 0
2026-03-28 11:25:33 [bca.uk] INFO: Found listing with ID: RO73%20HYA
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYA%27 HTTP/1.1" 200 None
2026-03-28 11:25:33 [bca.uk] INFO: Scrape type for RO73%20HYA: 2
2026-03-28 11:25:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abf40256-26e3-50a0-ac19-3989980de6f0 with identifier: RO73%20HYA
2026-03-28 11:25:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf40256-26e3-50a0-ac19-3989980de6f0 with scrape type 2
2026-03-28 11:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abf40256-26e3-50a0-ac19-3989980de6f0 with scrape type 2
2026-03-28 11:25:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abf40256-26e3-50a0-ac19-3989980de6f0, identifier: RO73%20HYA
2026-03-28 11:25:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f66d358d-d2e4-52cc-9db3-ebee52b995b5 with identifier: DF24%20XAJ
2026-03-28 11:25:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f66d358d-d2e4-52cc-9db3-ebee52b995b5 with identifier: DF24%20XAJ
2026-03-28 11:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f66d358d-d2e4-52cc-9db3-ebee52b995b5 with identifier: DF24%20XAJ to the API
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF24%20XAJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f66d358d-d2e4-52cc-9db3-ebee52b995b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF24 XAJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF24%20XAJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 20726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L',
 'vin': 'WV1ZZZ7HZRH087286',
 'year': 2024}
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520XAJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:33 [bca.uk] INFO: Saving data for DF24%20XAJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609948.796166, 'last_price_update_time': 1774697133.711994}
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF24%2520XAJ') HTTP/1.1" 204 0
2026-03-28 11:25:33 [bca.uk] INFO: Found listing with ID: WD67%20MYR
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520MYR%27 HTTP/1.1" 200 None
2026-03-28 11:25:33 [bca.uk] INFO: Scrape type for WD67%20MYR: 0
2026-03-28 11:25:33 [bca.uk] INFO: Found listing with ID: YF21%20TVN
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TVN%27 HTTP/1.1" 200 None
2026-03-28 11:25:33 [bca.uk] INFO: Scrape type for YF21%20TVN: 2
2026-03-28 11:25:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc with identifier: YF21%20TVN
2026-03-28 11:25:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc with scrape type 2
2026-03-28 11:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc with scrape type 2
2026-03-28 11:25:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc, identifier: YF21%20TVN
2026-03-28 11:25:33 [bca.uk] INFO: Found listing with ID: BV19%20ZNA
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520ZNA%27 HTTP/1.1" 200 None
2026-03-28 11:25:33 [bca.uk] INFO: Scrape type for BV19%20ZNA: 2
2026-03-28 11:25:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27996628-9472-5924-b153-bcd559f0aeff with identifier: BV19%20ZNA
2026-03-28 11:25:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27996628-9472-5924-b153-bcd559f0aeff with scrape type 2
2026-03-28 11:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27996628-9472-5924-b153-bcd559f0aeff with scrape type 2
2026-03-28 11:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27996628-9472-5924-b153-bcd559f0aeff, identifier: BV19%20ZNA
2026-03-28 11:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abf40256-26e3-50a0-ac19-3989980de6f0 with identifier: RO73%20HYA
2026-03-28 11:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abf40256-26e3-50a0-ac19-3989980de6f0 with identifier: RO73%20HYA
2026-03-28 11:25:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abf40256-26e3-50a0-ac19-3989980de6f0 with identifier: RO73%20HYA to the API
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20HYA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abf40256-26e3-50a0-ac19-3989980de6f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO73 HYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20HYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 15226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB7RR003265',
 'year': 2023}
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYA%27 HTTP/1.1" 200 None
2026-03-28 11:25:34 [bca.uk] INFO: Saving data for RO73%20HYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774609792.382262, 'last_price_update_time': 1774697134.363817}
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520HYA') HTTP/1.1" 204 0
2026-03-28 11:25:34 [bca.uk] INFO: Found listing with ID: C12C36979
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C36979%27 HTTP/1.1" 200 None
2026-03-28 11:25:34 [bca.uk] INFO: Scrape type for C12C36979: 2
2026-03-28 11:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4499d1d1-635f-5fca-97f5-95dc88a6a890 with identifier: C12C36979
2026-03-28 11:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4499d1d1-635f-5fca-97f5-95dc88a6a890 with scrape type 2
2026-03-28 11:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4499d1d1-635f-5fca-97f5-95dc88a6a890 with scrape type 2
2026-03-28 11:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4499d1d1-635f-5fca-97f5-95dc88a6a890, identifier: C12C36979
2026-03-28 11:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc with identifier: YF21%20TVN
2026-03-28 11:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc with identifier: YF21%20TVN
2026-03-28 11:25:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc with identifier: YF21%20TVN to the API
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF21%20TVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b1b5db4-7cf2-5f7b-a2c1-c4137b1165fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF21 TVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF21%20TVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 67303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 COMPACT S PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 COMPACT S',
 'vin': 'VF3VBYHRKM7823620',
 'year': 2021}
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TVN%27 HTTP/1.1" 200 None
2026-03-28 11:25:34 [bca.uk] INFO: Saving data for YF21%20TVN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610310.100622, 'last_price_update_time': 1774697134.797444}
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF21%2520TVN') HTTP/1.1" 204 0
2026-03-28 11:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27996628-9472-5924-b153-bcd559f0aeff with identifier: BV19%20ZNA
2026-03-28 11:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27996628-9472-5924-b153-bcd559f0aeff with identifier: BV19%20ZNA
2026-03-28 11:25:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27996628-9472-5924-b153-bcd559f0aeff with identifier: BV19%20ZNA to the API
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV19%20ZNA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27996628-9472-5924-b153-bcd559f0aeff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV19 ZNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV19%20ZNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 62787,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2 ISG',
 'vin': 'U5YPH814LKL657516',
 'year': 2019}
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520ZNA%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Saving data for BV19%20ZNA: {'auction_closing_time': 1774951200.0, 'created_time': 1774609842.43112, 'last_price_update_time': 1774697135.078915}
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV19%2520ZNA') HTTP/1.1" 204 0
2026-03-28 11:25:35 [bca.uk] INFO: Found listing with ID: YT15%20YLJ
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520YLJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Scrape type for YT15%20YLJ: 0
2026-03-28 11:25:35 [bca.uk] INFO: Found listing with ID: FV61%20LYD
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520LYD%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Scrape type for FV61%20LYD: 0
2026-03-28 11:25:35 [bca.uk] INFO: Found listing with ID: WK09%20ZMO
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Scrape type for WK09%20ZMO: 2
2026-03-28 11:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fa631ac-06da-54e7-acf7-13d46eed45d8 with identifier: WK09%20ZMO
2026-03-28 11:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fa631ac-06da-54e7-acf7-13d46eed45d8 with scrape type 2
2026-03-28 11:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fa631ac-06da-54e7-acf7-13d46eed45d8 with scrape type 2
2026-03-28 11:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fa631ac-06da-54e7-acf7-13d46eed45d8, identifier: WK09%20ZMO
2026-03-28 11:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4499d1d1-635f-5fca-97f5-95dc88a6a890 with identifier: C12C36979
2026-03-28 11:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4499d1d1-635f-5fca-97f5-95dc88a6a890 with identifier: C12C36979
2026-03-28 11:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4499d1d1-635f-5fca-97f5-95dc88a6a890 with identifier: C12C36979 to the API
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C12C36979-GB',
 'category': 'LightCommercialVehicle',
 'color': 'solid',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4499d1d1-635f-5fca-97f5-95dc88a6a890',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'C12C36979',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=C12C36979&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 100777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.0 BLUEHDI 130 L3 H2 ENTERPRISE CrewCab Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L3 H2 ENTERPRISE',
 'vin': 'VF7YC2MFC12C36979',
 'year': 2017}
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C36979%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Saving data for C12C36979: {'auction_closing_time': 1775037600.0, 'created_time': 1774609949.964207, 'last_price_update_time': 1774697135.510402}
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C12C36979') HTTP/1.1" 204 0
2026-03-28 11:25:35 [bca.uk] INFO: Found listing with ID: YA21%20OSL
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520OSL%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Scrape type for YA21%20OSL: 2
2026-03-28 11:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af536a1-d0de-5ff6-814e-26748002cb81 with identifier: YA21%20OSL
2026-03-28 11:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af536a1-d0de-5ff6-814e-26748002cb81 with scrape type 2
2026-03-28 11:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5af536a1-d0de-5ff6-814e-26748002cb81 with scrape type 2
2026-03-28 11:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5af536a1-d0de-5ff6-814e-26748002cb81, identifier: YA21%20OSL
2026-03-28 11:25:35 [bca.uk] INFO: Found listing with ID: PGZ%206311
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25206311%27 HTTP/1.1" 200 None
2026-03-28 11:25:35 [bca.uk] INFO: Scrape type for PGZ%206311: 2
2026-03-28 11:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c94dc8-a280-5279-a45b-0126f2333a16 with identifier: PGZ%206311
2026-03-28 11:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c94dc8-a280-5279-a45b-0126f2333a16 with scrape type 2
2026-03-28 11:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c94dc8-a280-5279-a45b-0126f2333a16 with scrape type 2
2026-03-28 11:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04c94dc8-a280-5279-a45b-0126f2333a16, identifier: PGZ%206311
2026-03-28 11:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fa631ac-06da-54e7-acf7-13d46eed45d8 with identifier: WK09%20ZMO
2026-03-28 11:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fa631ac-06da-54e7-acf7-13d46eed45d8 with identifier: WK09%20ZMO
2026-03-28 11:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fa631ac-06da-54e7-acf7-13d46eed45d8 with identifier: WK09%20ZMO to the API
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK09%20ZMO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8fa631ac-06da-54e7-acf7-13d46eed45d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK09 ZMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK09%20ZMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 136380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 110 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 SE',
 'vin': 'WVWZZZ1KZ9W492521',
 'year': 2009}
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-28 11:25:36 [bca.uk] INFO: Saving data for WK09%20ZMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774609753.396849, 'last_price_update_time': 1774697136.033311}
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK09%2520ZMO') HTTP/1.1" 204 0
2026-03-28 11:25:36 [bca.uk] INFO: Found listing with ID: GHEA20456
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHEA20456%27 HTTP/1.1" 200 None
2026-03-28 11:25:36 [bca.uk] INFO: Scrape type for GHEA20456: 2
2026-03-28 11:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6e49761-2923-58ac-b9e9-577a4d93884a with identifier: GHEA20456
2026-03-28 11:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6e49761-2923-58ac-b9e9-577a4d93884a with scrape type 2
2026-03-28 11:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6e49761-2923-58ac-b9e9-577a4d93884a with scrape type 2
2026-03-28 11:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6e49761-2923-58ac-b9e9-577a4d93884a, identifier: GHEA20456
2026-03-28 11:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5af536a1-d0de-5ff6-814e-26748002cb81 with identifier: YA21%20OSL
2026-03-28 11:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5af536a1-d0de-5ff6-814e-26748002cb81 with identifier: YA21%20OSL
2026-03-28 11:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5af536a1-d0de-5ff6-814e-26748002cb81 with identifier: YA21%20OSL to the API
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA21%20OSL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5af536a1-d0de-5ff6-814e-26748002cb81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA21 OSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA21%20OSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 57196,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 COMPACT S PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 COMPACT S',
 'vin': 'VF3VBYHRKM7823618',
 'year': 2021}
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520OSL%27 HTTP/1.1" 200 None
2026-03-28 11:25:36 [bca.uk] INFO: Saving data for YA21%20OSL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610311.830338, 'last_price_update_time': 1774697136.419179}
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA21%2520OSL') HTTP/1.1" 204 0
2026-03-28 11:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04c94dc8-a280-5279-a45b-0126f2333a16 with identifier: PGZ%206311
2026-03-28 11:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04c94dc8-a280-5279-a45b-0126f2333a16 with identifier: PGZ%206311
2026-03-28 11:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04c94dc8-a280-5279-a45b-0126f2333a16 with identifier: PGZ%206311 to the API
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PGZ%206311-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04c94dc8-a280-5279-a45b-0126f2333a16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PGZ 6311',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PGZ%206311&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 63509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV620X0LN44810',
 'year': 2019}
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25206311%27 HTTP/1.1" 200 None
2026-03-28 11:25:36 [bca.uk] INFO: Saving data for PGZ%206311: {'auction_closing_time': 1774951200.0, 'created_time': 1774436988.596663, 'last_price_update_time': 1774697136.726263}
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PGZ%25206311') HTTP/1.1" 204 0
2026-03-28 11:25:36 [bca.uk] INFO: Found listing with ID: LM23%20VWJ
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VWJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:36 [bca.uk] INFO: Scrape type for LM23%20VWJ: 2
2026-03-28 11:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0 with identifier: LM23%20VWJ
2026-03-28 11:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0 with scrape type 2
2026-03-28 11:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0 with scrape type 2
2026-03-28 11:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0, identifier: LM23%20VWJ
2026-03-28 11:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6e49761-2923-58ac-b9e9-577a4d93884a with identifier: GHEA20456
2026-03-28 11:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6e49761-2923-58ac-b9e9-577a4d93884a with identifier: GHEA20456
2026-03-28 11:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6e49761-2923-58ac-b9e9-577a4d93884a with identifier: GHEA20456 to the API
2026-03-28 11:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GHEA20456-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a6e49761-2923-58ac-b9e9-577a4d93884a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GHEA20456',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GHEA20456&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 410 RWD',
 'odometer': 45071,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 410 RWD 2.2 TDCI 125 LWB H/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 125 LWB H/R',
 'vin': 'WF0HXXTTGHEA20456',
 'year': 2015}
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHEA20456%27 HTTP/1.1" 200 None
2026-03-28 11:25:37 [bca.uk] INFO: Saving data for GHEA20456: {'auction_closing_time': 1775037600.0, 'created_time': 1774609951.423523, 'last_price_update_time': 1774697137.148899}
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GHEA20456') HTTP/1.1" 204 0
2026-03-28 11:25:37 [bca.uk] INFO: Found listing with ID: KW18%20FVJ
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520FVJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:37 [bca.uk] INFO: Scrape type for KW18%20FVJ: 2
2026-03-28 11:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02 with identifier: KW18%20FVJ
2026-03-28 11:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02 with scrape type 2
2026-03-28 11:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02 with scrape type 2
2026-03-28 11:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02, identifier: KW18%20FVJ
2026-03-28 11:25:37 [bca.uk] INFO: Found listing with ID: SK60%20HRC
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520HRC%27 HTTP/1.1" 200 None
2026-03-28 11:25:37 [bca.uk] INFO: Scrape type for SK60%20HRC: 2
2026-03-28 11:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525d4f06-c735-5732-b222-c83cd3e6945c with identifier: SK60%20HRC
2026-03-28 11:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525d4f06-c735-5732-b222-c83cd3e6945c with scrape type 2
2026-03-28 11:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525d4f06-c735-5732-b222-c83cd3e6945c with scrape type 2
2026-03-28 11:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525d4f06-c735-5732-b222-c83cd3e6945c, identifier: SK60%20HRC
2026-03-28 11:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0 with identifier: LM23%20VWJ
2026-03-28 11:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0 with identifier: LM23%20VWJ
2026-03-28 11:25:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0 with identifier: LM23%20VWJ to the API
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20VWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c3833b1-a98a-55ce-b15c-1ada0ec8ecf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM23 VWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20VWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 24423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 DESIGN',
 'vin': 'VXKUPHNKSP4036603',
 'year': 2023}
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VWJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:37 [bca.uk] INFO: Saving data for LM23%20VWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609754.667428, 'last_price_update_time': 1774697137.846215}
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520VWJ') HTTP/1.1" 204 0
2026-03-28 11:25:37 [bca.uk] INFO: Found listing with ID: GHFS25380
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFS25380%27 HTTP/1.1" 200 None
2026-03-28 11:25:37 [bca.uk] INFO: Scrape type for GHFS25380: 2
2026-03-28 11:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8666eae6-aa6e-50fd-bd88-898ba6b451c9 with identifier: GHFS25380
2026-03-28 11:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8666eae6-aa6e-50fd-bd88-898ba6b451c9 with scrape type 2
2026-03-28 11:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8666eae6-aa6e-50fd-bd88-898ba6b451c9 with scrape type 2
2026-03-28 11:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8666eae6-aa6e-50fd-bd88-898ba6b451c9, identifier: GHFS25380
2026-03-28 11:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02 with identifier: KW18%20FVJ
2026-03-28 11:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02 with identifier: KW18%20FVJ
2026-03-28 11:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02 with identifier: KW18%20FVJ to the API
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW18%20FVJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0dc90dc-754a-52ad-bc0b-e9e51a0c9a02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW18 FVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20FVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 70076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 2WD R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 2WD R LINE DSG',
 'vin': 'WVGZZZ5NZJW942263',
 'year': 2018}
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520FVJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:38 [bca.uk] INFO: Saving data for KW18%20FVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610304.468517, 'last_price_update_time': 1774697138.272317}
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520FVJ') HTTP/1.1" 204 0
2026-03-28 11:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525d4f06-c735-5732-b222-c83cd3e6945c with identifier: SK60%20HRC
2026-03-28 11:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525d4f06-c735-5732-b222-c83cd3e6945c with identifier: SK60%20HRC
2026-03-28 11:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 525d4f06-c735-5732-b222-c83cd3e6945c with identifier: SK60%20HRC to the API
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK60%20HRC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '525d4f06-c735-5732-b222-c83cd3e6945c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK60 HRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK60%20HRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 104055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 STUDIO Hatchback',
 'transmission': 'manual',
 'trim': 'STUDIO',
 'vin': 'WF0GXXGAJGAL71415',
 'year': 2010}
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520HRC%27 HTTP/1.1" 200 None
2026-03-28 11:25:38 [bca.uk] INFO: Saving data for SK60%20HRC: {'auction_closing_time': 1774864800.0, 'created_time': 1774609827.193165, 'last_price_update_time': 1774697138.601415}
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK60%2520HRC') HTTP/1.1" 204 0
2026-03-28 11:25:38 [bca.uk] INFO: Found listing with ID: LS65%20UVK
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520UVK%27 HTTP/1.1" 200 None
2026-03-28 11:25:38 [bca.uk] INFO: Scrape type for LS65%20UVK: 0
2026-03-28 11:25:38 [bca.uk] INFO: Found listing with ID: YG65%20ZHC
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520ZHC%27 HTTP/1.1" 200 None
2026-03-28 11:25:38 [bca.uk] INFO: Scrape type for YG65%20ZHC: 2
2026-03-28 11:25:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f993470-d980-550f-ba52-e8aedbde85e0 with identifier: YG65%20ZHC
2026-03-28 11:25:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f993470-d980-550f-ba52-e8aedbde85e0 with scrape type 2
2026-03-28 11:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f993470-d980-550f-ba52-e8aedbde85e0 with scrape type 2
2026-03-28 11:25:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f993470-d980-550f-ba52-e8aedbde85e0, identifier: YG65%20ZHC
2026-03-28 11:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8666eae6-aa6e-50fd-bd88-898ba6b451c9 with identifier: GHFS25380
2026-03-28 11:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8666eae6-aa6e-50fd-bd88-898ba6b451c9 with identifier: GHFS25380
2026-03-28 11:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8666eae6-aa6e-50fd-bd88-898ba6b451c9 with identifier: GHFS25380 to the API
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GHFS25380-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8666eae6-aa6e-50fd-bd88-898ba6b451c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GHFS25380',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GHFS25380&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 42140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.2 TDCI 125 EF LWB H/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 125 EF LWB H/R',
 'vin': 'WF0HXXTTGHFS25380',
 'year': 2015}
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFS25380%27 HTTP/1.1" 200 None
2026-03-28 11:25:39 [bca.uk] INFO: Saving data for GHFS25380: {'auction_closing_time': 1775037600.0, 'created_time': 1774609951.973421, 'last_price_update_time': 1774697139.009758}
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GHFS25380') HTTP/1.1" 204 0
2026-03-28 11:25:39 [bca.uk] INFO: Found listing with ID: YA71%20PYH
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PYH%27 HTTP/1.1" 200 None
2026-03-28 11:25:39 [bca.uk] INFO: Scrape type for YA71%20PYH: 2
2026-03-28 11:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cbb42d7-2268-51ac-adc9-5ad46c15840f with identifier: YA71%20PYH
2026-03-28 11:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cbb42d7-2268-51ac-adc9-5ad46c15840f with scrape type 2
2026-03-28 11:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cbb42d7-2268-51ac-adc9-5ad46c15840f with scrape type 2
2026-03-28 11:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cbb42d7-2268-51ac-adc9-5ad46c15840f, identifier: YA71%20PYH
2026-03-28 11:25:39 [bca.uk] INFO: Found listing with ID: KW15%20KJF
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520KJF%27 HTTP/1.1" 200 None
2026-03-28 11:25:39 [bca.uk] INFO: Scrape type for KW15%20KJF: 2
2026-03-28 11:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db8d4cff-9872-5b29-a0ab-e72399200a43 with identifier: KW15%20KJF
2026-03-28 11:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db8d4cff-9872-5b29-a0ab-e72399200a43 with scrape type 2
2026-03-28 11:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db8d4cff-9872-5b29-a0ab-e72399200a43 with scrape type 2
2026-03-28 11:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db8d4cff-9872-5b29-a0ab-e72399200a43, identifier: KW15%20KJF
2026-03-28 11:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f993470-d980-550f-ba52-e8aedbde85e0 with identifier: YG65%20ZHC
2026-03-28 11:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f993470-d980-550f-ba52-e8aedbde85e0 with identifier: YG65%20ZHC
2026-03-28 11:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f993470-d980-550f-ba52-e8aedbde85e0 with identifier: YG65%20ZHC to the API
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG65%20ZHC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f993470-d980-550f-ba52-e8aedbde85e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG65 ZHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG65%20ZHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 73363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 N-TEC+ Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 N-TEC+',
 'vin': 'SJNFAAJ11U1493917',
 'year': 2015}
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520ZHC%27 HTTP/1.1" 200 None
2026-03-28 11:25:39 [bca.uk] INFO: Saving data for YG65%20ZHC: {'auction_closing_time': 1774951200.0, 'created_time': 1774609753.886619, 'last_price_update_time': 1774697139.5132}
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG65%2520ZHC') HTTP/1.1" 204 0
2026-03-28 11:25:39 [bca.uk] INFO: Found listing with ID: GHGY83561
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHGY83561%27 HTTP/1.1" 200 None
2026-03-28 11:25:39 [bca.uk] INFO: Scrape type for GHGY83561: 2
2026-03-28 11:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4058fc7c-8a45-5403-ac0e-255d8a64a79c with identifier: GHGY83561
2026-03-28 11:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4058fc7c-8a45-5403-ac0e-255d8a64a79c with scrape type 2
2026-03-28 11:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4058fc7c-8a45-5403-ac0e-255d8a64a79c with scrape type 2
2026-03-28 11:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4058fc7c-8a45-5403-ac0e-255d8a64a79c, identifier: GHGY83561
2026-03-28 11:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cbb42d7-2268-51ac-adc9-5ad46c15840f with identifier: YA71%20PYH
2026-03-28 11:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cbb42d7-2268-51ac-adc9-5ad46c15840f with identifier: YA71%20PYH
2026-03-28 11:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cbb42d7-2268-51ac-adc9-5ad46c15840f with identifier: YA71%20PYH to the API
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA71%20PYH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3cbb42d7-2268-51ac-adc9-5ad46c15840f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA71 PYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA71%20PYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 24955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC ED. Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC ED.',
 'vin': 'WF0NXXGCHNMK88581',
 'year': 2022}
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PYH%27 HTTP/1.1" 200 None
2026-03-28 11:25:39 [bca.uk] INFO: Saving data for YA71%20PYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774610327.710348, 'last_price_update_time': 1774697139.912749}
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA71%2520PYH') HTTP/1.1" 204 0
2026-03-28 11:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db8d4cff-9872-5b29-a0ab-e72399200a43 with identifier: KW15%20KJF
2026-03-28 11:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db8d4cff-9872-5b29-a0ab-e72399200a43 with identifier: KW15%20KJF
2026-03-28 11:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db8d4cff-9872-5b29-a0ab-e72399200a43 with identifier: KW15%20KJF to the API
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW15%20KJF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db8d4cff-9872-5b29-a0ab-e72399200a43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW15 KJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW15%20KJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 61168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 BLUEHDI 120 DSIRE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 DSIRE',
 'vin': 'VF7SABHZMFW548894',
 'year': 2015}
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520KJF%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Saving data for KW15%20KJF: {'auction_closing_time': 1774864800.0, 'created_time': 1774609821.924462, 'last_price_update_time': 1774697140.216013}
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW15%2520KJF') HTTP/1.1" 204 0
2026-03-28 11:25:40 [bca.uk] INFO: Found listing with ID: S25%20PUG
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S25%2520PUG%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Scrape type for S25%20PUG: 2
2026-03-28 11:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10a72db-66c7-5bfd-a231-dbd7ca77fc98 with identifier: S25%20PUG
2026-03-28 11:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10a72db-66c7-5bfd-a231-dbd7ca77fc98 with scrape type 2
2026-03-28 11:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10a72db-66c7-5bfd-a231-dbd7ca77fc98 with scrape type 2
2026-03-28 11:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10a72db-66c7-5bfd-a231-dbd7ca77fc98, identifier: S25%20PUG
2026-03-28 11:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4058fc7c-8a45-5403-ac0e-255d8a64a79c with identifier: GHGY83561
2026-03-28 11:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4058fc7c-8a45-5403-ac0e-255d8a64a79c with identifier: GHGY83561
2026-03-28 11:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4058fc7c-8a45-5403-ac0e-255d8a64a79c with identifier: GHGY83561 to the API
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GHGY83561-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4058fc7c-8a45-5403-ac0e-255d8a64a79c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GHGY83561',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GHGY83561&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 39340,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.2 TDCI 125 EF LWB H/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 125 EF LWB H/R',
 'vin': 'WF0HXXTTGHGY83561',
 'year': 2017}
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHGY83561%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Saving data for GHGY83561: {'auction_closing_time': 1775037600.0, 'created_time': 1774609927.157625, 'last_price_update_time': 1774697140.600737}
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GHGY83561') HTTP/1.1" 204 0
2026-03-28 11:25:40 [bca.uk] INFO: Found listing with ID: CX66%20VNU
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520VNU%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Scrape type for CX66%20VNU: 0
2026-03-28 11:25:40 [bca.uk] INFO: Found listing with ID: LR70%20XGG
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520XGG%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Scrape type for LR70%20XGG: 2
2026-03-28 11:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b1b61a2-c0aa-50f7-bba4-602119a94b13 with identifier: LR70%20XGG
2026-03-28 11:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b1b61a2-c0aa-50f7-bba4-602119a94b13 with scrape type 2
2026-03-28 11:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b1b61a2-c0aa-50f7-bba4-602119a94b13 with scrape type 2
2026-03-28 11:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b1b61a2-c0aa-50f7-bba4-602119a94b13, identifier: LR70%20XGG
2026-03-28 11:25:40 [bca.uk] INFO: Found listing with ID: PO63%20ERY
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520ERY%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Scrape type for PO63%20ERY: 0
2026-03-28 11:25:40 [bca.uk] INFO: Found listing with ID: MT64%20LPP
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520LPP%27 HTTP/1.1" 200 None
2026-03-28 11:25:40 [bca.uk] INFO: Scrape type for MT64%20LPP: 2
2026-03-28 11:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4def961e-96ee-5a6b-9e1e-9f637b86e5ca with identifier: MT64%20LPP
2026-03-28 11:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4def961e-96ee-5a6b-9e1e-9f637b86e5ca with scrape type 2
2026-03-28 11:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4def961e-96ee-5a6b-9e1e-9f637b86e5ca with scrape type 2
2026-03-28 11:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4def961e-96ee-5a6b-9e1e-9f637b86e5ca, identifier: MT64%20LPP
2026-03-28 11:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10a72db-66c7-5bfd-a231-dbd7ca77fc98 with identifier: S25%20PUG
2026-03-28 11:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10a72db-66c7-5bfd-a231-dbd7ca77fc98 with identifier: S25%20PUG
2026-03-28 11:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10a72db-66c7-5bfd-a231-dbd7ca77fc98 with identifier: S25%20PUG to the API
2026-03-28 11:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S25%20PUG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b10a72db-66c7-5bfd-a231-dbd7ca77fc98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S25 PUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S25%20PUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 86510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 1.4 T 140 SRI MPV',
 'transmission': 'manual',
 'trim': 'T 140 SRI',
 'vin': 'W0LPD9EC3H1016515',
 'year': 2016}
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S25%2520PUG%27 HTTP/1.1" 200 None
2026-03-28 11:25:41 [bca.uk] INFO: Saving data for S25%20PUG: {'auction_closing_time': 1774951200.0, 'created_time': 1774609782.782514, 'last_price_update_time': 1774697141.189276}
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S25%2520PUG') HTTP/1.1" 204 0
2026-03-28 11:25:41 [bca.uk] INFO: Found listing with ID: GXJY09716
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GXJY09716%27 HTTP/1.1" 200 None
2026-03-28 11:25:41 [bca.uk] INFO: Scrape type for GXJY09716: 2
2026-03-28 11:25:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91cb4e44-1f01-5e63-99f8-bc5657c71ffc with identifier: GXJY09716
2026-03-28 11:25:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91cb4e44-1f01-5e63-99f8-bc5657c71ffc with scrape type 2
2026-03-28 11:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91cb4e44-1f01-5e63-99f8-bc5657c71ffc with scrape type 2
2026-03-28 11:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91cb4e44-1f01-5e63-99f8-bc5657c71ffc, identifier: GXJY09716
2026-03-28 11:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b1b61a2-c0aa-50f7-bba4-602119a94b13 with identifier: LR70%20XGG
2026-03-28 11:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b1b61a2-c0aa-50f7-bba4-602119a94b13 with identifier: LR70%20XGG
2026-03-28 11:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b1b61a2-c0aa-50f7-bba4-602119a94b13 with identifier: LR70%20XGG to the API
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 19,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR70%20XGG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '5b1b61a2-c0aa-50f7-bba4-602119a94b13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR70 XGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR70%20XGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 350 DE EQ-P',
 'odometer': 60462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLE 350 DE EQ-P 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N1671172A244070',
 'year': 2020}
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520XGG%27 HTTP/1.1" 200 None
2026-03-28 11:25:41 [bca.uk] INFO: Saving data for LR70%20XGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610319.263254, 'last_price_update_time': 1774697141.730998}
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR70%2520XGG') HTTP/1.1" 204 0
2026-03-28 11:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4def961e-96ee-5a6b-9e1e-9f637b86e5ca with identifier: MT64%20LPP
2026-03-28 11:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4def961e-96ee-5a6b-9e1e-9f637b86e5ca with identifier: MT64%20LPP
2026-03-28 11:25:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4def961e-96ee-5a6b-9e1e-9f637b86e5ca with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT64%20LPP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4def961e-96ee-5a6b-9e1e-9f637b86e5ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT64 LPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT64%20LPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 82001,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 DIG-T 211 NISMO RS 4WD X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 211 NISMO RS 4WD X-T',
 'vin': 'SJNFANF15U7068535',
 'year': 2014}
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT64%2520LPP%27 HTTP/1.1" 200 None
2026-03-28 11:25:41 [bca.uk] INFO: Saving data for MT64%20LPP: {'auction_closing_time': 1774692000.0, 'created_time': 1774609802.065581, 'last_price_update_time': 1774697141.764166}
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT64%2520LPP') HTTP/1.1" 204 0
2026-03-28 11:25:41 [bca.uk] INFO: Found listing with ID: YP66%20VYM
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYM%27 HTTP/1.1" 200 None
2026-03-28 11:25:41 [bca.uk] INFO: Scrape type for YP66%20VYM: 2
2026-03-28 11:25:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c8655e-e9f2-5d4e-a991-8b367e84220b with identifier: YP66%20VYM
2026-03-28 11:25:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c8655e-e9f2-5d4e-a991-8b367e84220b with scrape type 2
2026-03-28 11:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98c8655e-e9f2-5d4e-a991-8b367e84220b with scrape type 2
2026-03-28 11:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98c8655e-e9f2-5d4e-a991-8b367e84220b, identifier: YP66%20VYM
2026-03-28 11:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91cb4e44-1f01-5e63-99f8-bc5657c71ffc with identifier: GXJY09716
2026-03-28 11:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91cb4e44-1f01-5e63-99f8-bc5657c71ffc with identifier: GXJY09716
2026-03-28 11:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91cb4e44-1f01-5e63-99f8-bc5657c71ffc with identifier: GXJY09716 to the API
2026-03-28 11:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GXJY09716-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '91cb4e44-1f01-5e63-99f8-bc5657c71ffc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GXJY09716',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GXJY09716&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 108821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 TDCI 105 MWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 MWB M/R',
 'vin': 'WF0XXXTTGXJY09716',
 'year': 2018}
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GXJY09716%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Saving data for GXJY09716: {'auction_closing_time': 1775037600.0, 'created_time': 1774045910.177475, 'last_price_update_time': 1774697142.19876}
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GXJY09716') HTTP/1.1" 204 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: ST70%20XVP
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST70%2520XVP%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for ST70%20XVP: 2
2026-03-28 11:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 652219e8-df71-5ddc-a09d-b0de1d11db0d with identifier: ST70%20XVP
2026-03-28 11:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652219e8-df71-5ddc-a09d-b0de1d11db0d with scrape type 2
2026-03-28 11:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 652219e8-df71-5ddc-a09d-b0de1d11db0d with scrape type 2
2026-03-28 11:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 652219e8-df71-5ddc-a09d-b0de1d11db0d, identifier: ST70%20XVP
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: NL14%20WLW
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520WLW%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for NL14%20WLW: 2
2026-03-28 11:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6439580-c0ff-5ccd-93f2-4fb83ef8bec8 with identifier: NL14%20WLW
2026-03-28 11:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6439580-c0ff-5ccd-93f2-4fb83ef8bec8 with scrape type 2
2026-03-28 11:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6439580-c0ff-5ccd-93f2-4fb83ef8bec8 with scrape type 2
2026-03-28 11:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6439580-c0ff-5ccd-93f2-4fb83ef8bec8, identifier: NL14%20WLW
2026-03-28 11:25:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98c8655e-e9f2-5d4e-a991-8b367e84220b with identifier: YP66%20VYM
2026-03-28 11:25:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98c8655e-e9f2-5d4e-a991-8b367e84220b with identifier: YP66%20VYM
2026-03-28 11:25:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98c8655e-e9f2-5d4e-a991-8b367e84220b with identifier: YP66%20VYM to the API
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP66%20VYM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98c8655e-e9f2-5d4e-a991-8b367e84220b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP66 VYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP66%20VYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 95376,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 ZETEC P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 ZETEC P/S',
 'vin': 'WF0KXXWPCKGL57834',
 'year': 2016}
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYM%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Saving data for YP66%20VYM: {'auction_closing_time': 1774864800.0, 'created_time': 1773958305.47292, 'last_price_update_time': 1774697142.778758}
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP66%2520VYM') HTTP/1.1" 204 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: KK68%20TXE
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK68%2520TXE%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for KK68%20TXE: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: YH71%20KRN
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KRN%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for YH71%20KRN: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: RX64%20VKG
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX64%2520VKG%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for RX64%20VKG: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: OU16%20HHJ
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520HHJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for OU16%20HHJ: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: AO18%20YDT
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520YDT%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for AO18%20YDT: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: LX70%20UWW
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520UWW%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for LX70%20UWW: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: ML18%20JZP
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML18%2520JZP%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for ML18%20JZP: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: DSZ%206849
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25206849%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for DSZ%206849: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: MF20%20LKN
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520LKN%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for MF20%20LKN: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: OE70%20CVW
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520CVW%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for OE70%20CVW: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: WG22%20UOD
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520UOD%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for WG22%20UOD: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: FE67%20FPU
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520FPU%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for FE67%20FPU: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: DX69%20ZJO
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZJO%27 HTTP/1.1" 200 None
2026-03-28 11:25:42 [bca.uk] INFO: Scrape type for DX69%20ZJO: 0
2026-03-28 11:25:42 [bca.uk] INFO: Found listing with ID: ND70%20FWR
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FWR%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Scrape type for ND70%20FWR: 0
2026-03-28 11:25:43 [bca.uk] INFO: Found listing with ID: RE68%20BSO
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520BSO%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Scrape type for RE68%20BSO: 0
2026-03-28 11:25:43 [bca.uk] INFO: Found listing with ID: SK20%20UEP
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK20%2520UEP%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Scrape type for SK20%20UEP: 0
2026-03-28 11:25:43 [bca.uk] INFO: Found listing with ID: VU18%20KWB
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU18%2520KWB%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Scrape type for VU18%20KWB: 0
2026-03-28 11:25:43 [bca.uk] INFO: Found listing with ID: LR70%20AHN
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Scrape type for LR70%20AHN: 2
2026-03-28 11:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f53b368e-87d0-5219-96ec-c51737cc6d85 with identifier: LR70%20AHN
2026-03-28 11:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f53b368e-87d0-5219-96ec-c51737cc6d85 with scrape type 2
2026-03-28 11:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f53b368e-87d0-5219-96ec-c51737cc6d85 with scrape type 2
2026-03-28 11:25:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f53b368e-87d0-5219-96ec-c51737cc6d85, identifier: LR70%20AHN
2026-03-28 11:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 652219e8-df71-5ddc-a09d-b0de1d11db0d with identifier: ST70%20XVP
2026-03-28 11:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 652219e8-df71-5ddc-a09d-b0de1d11db0d with identifier: ST70%20XVP
2026-03-28 11:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 652219e8-df71-5ddc-a09d-b0de1d11db0d with identifier: ST70%20XVP to the API
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST70%20XVP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '652219e8-df71-5ddc-a09d-b0de1d11db0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST70 XVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST70%20XVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 15312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T3 163 INSCRIPTION StationWagon',
 'transmission': 'manual',
 'trim': 'T3 163 INSCRIPTION',
 'vin': 'YV1XZ11V1M2517920',
 'year': 2021}
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST70%2520XVP%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Saving data for ST70%20XVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774610319.971522, 'last_price_update_time': 1774697143.473703}
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST70%2520XVP') HTTP/1.1" 204 0
2026-03-28 11:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6439580-c0ff-5ccd-93f2-4fb83ef8bec8 with identifier: NL14%20WLW
2026-03-28 11:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6439580-c0ff-5ccd-93f2-4fb83ef8bec8 with identifier: NL14%20WLW
2026-03-28 11:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6439580-c0ff-5ccd-93f2-4fb83ef8bec8 with identifier: NL14%20WLW to the API
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL14%20WLW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6439580-c0ff-5ccd-93f2-4fb83ef8bec8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL14 WLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL14%20WLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 64800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.8 120 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': '120 EXCLUSIV',
 'vin': 'W0L0AHM75E2035878',
 'year': 2014}
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520WLW%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Saving data for NL14%20WLW: {'auction_closing_time': 1774864800.0, 'created_time': 1774609828.362234, 'last_price_update_time': 1774697143.865782}
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL14%2520WLW') HTTP/1.1" 204 0
2026-03-28 11:25:43 [bca.uk] INFO: Found listing with ID: LF19%20DVM
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520DVM%27 HTTP/1.1" 200 None
2026-03-28 11:25:43 [bca.uk] INFO: Scrape type for LF19%20DVM: 2
2026-03-28 11:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78891b59-f6ce-5303-9be1-3868895a0d00 with identifier: LF19%20DVM
2026-03-28 11:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78891b59-f6ce-5303-9be1-3868895a0d00 with scrape type 2
2026-03-28 11:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78891b59-f6ce-5303-9be1-3868895a0d00 with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78891b59-f6ce-5303-9be1-3868895a0d00, identifier: LF19%20DVM
2026-03-28 11:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f53b368e-87d0-5219-96ec-c51737cc6d85 with identifier: LR70%20AHN
2026-03-28 11:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f53b368e-87d0-5219-96ec-c51737cc6d85 with identifier: LR70%20AHN
2026-03-28 11:25:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f53b368e-87d0-5219-96ec-c51737cc6d85 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR70%20AHN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f53b368e-87d0-5219-96ec-c51737cc6d85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR70 AHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR70%20AHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SUZUKI',
 'model': 'SX4 S CROSS',
 'odometer': 50113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SUZUKI SX4 S CROSS 1.4 B-JET SZ5 Hatchback',
 'transmission': 'automatic',
 'trim': 'B-JET SZ5',
 'vin': 'TSMJYAA2S00723141',
 'year': 2020}
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Saving data for LR70%20AHN: {'auction_closing_time': 1774692000.0, 'created_time': 1774477496.466974, 'last_price_update_time': 1774697144.016583}
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR70%2520AHN') HTTP/1.1" 204 0
2026-03-28 11:25:44 [bca.uk] INFO: Found listing with ID: LG23%20YCD
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YCD%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Scrape type for LG23%20YCD: 2
2026-03-28 11:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a381dc4-8d1e-543a-ae77-ca3bf358fb66 with identifier: LG23%20YCD
2026-03-28 11:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a381dc4-8d1e-543a-ae77-ca3bf358fb66 with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a381dc4-8d1e-543a-ae77-ca3bf358fb66 with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a381dc4-8d1e-543a-ae77-ca3bf358fb66, identifier: LG23%20YCD
2026-03-28 11:25:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:25:44 [bca.uk] INFO: Found listing with ID: YR11%20PHZ
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR11%2520PHZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Scrape type for YR11%20PHZ: 2
2026-03-28 11:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b0107db-e64f-5b01-9ac7-8318aba8f9de with identifier: YR11%20PHZ
2026-03-28 11:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b0107db-e64f-5b01-9ac7-8318aba8f9de with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b0107db-e64f-5b01-9ac7-8318aba8f9de with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b0107db-e64f-5b01-9ac7-8318aba8f9de, identifier: YR11%20PHZ
2026-03-28 11:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78891b59-f6ce-5303-9be1-3868895a0d00 with identifier: LF19%20DVM
2026-03-28 11:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78891b59-f6ce-5303-9be1-3868895a0d00 with identifier: LF19%20DVM
2026-03-28 11:25:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78891b59-f6ce-5303-9be1-3868895a0d00 with identifier: LF19%20DVM to the API
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF19%20DVM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78891b59-f6ce-5303-9be1-3868895a0d00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF19 DVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF19%20DVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 59923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN3KA216937',
 'year': 2019}
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520DVM%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Saving data for LF19%20DVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774354038.233333, 'last_price_update_time': 1774697144.534261}
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520DVM') HTTP/1.1" 204 0
2026-03-28 11:25:44 [bca.uk] INFO: Found listing with ID: SN21%20AHB
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN21%2520AHB%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Scrape type for SN21%20AHB: 0
2026-03-28 11:25:44 [bca.uk] INFO: Found listing with ID: YG72%20VKL
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520VKL%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Scrape type for YG72%20VKL: 2
2026-03-28 11:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36f0f931-b372-593e-a90d-7fb86124e20f with identifier: YG72%20VKL
2026-03-28 11:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36f0f931-b372-593e-a90d-7fb86124e20f with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36f0f931-b372-593e-a90d-7fb86124e20f with scrape type 2
2026-03-28 11:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36f0f931-b372-593e-a90d-7fb86124e20f, identifier: YG72%20VKL
2026-03-28 11:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a381dc4-8d1e-543a-ae77-ca3bf358fb66 with identifier: LG23%20YCD
2026-03-28 11:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a381dc4-8d1e-543a-ae77-ca3bf358fb66 with identifier: LG23%20YCD
2026-03-28 11:25:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a381dc4-8d1e-543a-ae77-ca3bf358fb66 with identifier: LG23%20YCD to the API
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20YCD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5a381dc4-8d1e-543a-ae77-ca3bf358fb66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG23 YCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20YCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 33870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFSXPC752428',
 'year': 2023}
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YCD%27 HTTP/1.1" 200 None
2026-03-28 11:25:44 [bca.uk] INFO: Saving data for LG23%20YCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774610320.761922, 'last_price_update_time': 1774697144.944571}
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520YCD') HTTP/1.1" 204 0
2026-03-28 11:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b0107db-e64f-5b01-9ac7-8318aba8f9de with identifier: YR11%20PHZ
2026-03-28 11:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b0107db-e64f-5b01-9ac7-8318aba8f9de with identifier: YR11%20PHZ
2026-03-28 11:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b0107db-e64f-5b01-9ac7-8318aba8f9de with identifier: YR11%20PHZ to the API
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR11%20PHZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b0107db-e64f-5b01-9ac7-8318aba8f9de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR11 PHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR11%20PHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 65456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC ES',
 'vin': 'SHHGG6760CU006381',
 'year': 2011}
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR11%2520PHZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:45 [bca.uk] INFO: Saving data for YR11%20PHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774609829.714485, 'last_price_update_time': 1774697145.248307}
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR11%2520PHZ') HTTP/1.1" 204 0
2026-03-28 11:25:45 [bca.uk] INFO: Found listing with ID: LM23%20VTF
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTF%27 HTTP/1.1" 200 None
2026-03-28 11:25:45 [bca.uk] INFO: Scrape type for LM23%20VTF: 2
2026-03-28 11:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a74984ca-733f-5622-9716-96d5187c2ea0 with identifier: LM23%20VTF
2026-03-28 11:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a74984ca-733f-5622-9716-96d5187c2ea0 with scrape type 2
2026-03-28 11:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a74984ca-733f-5622-9716-96d5187c2ea0 with scrape type 2
2026-03-28 11:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a74984ca-733f-5622-9716-96d5187c2ea0, identifier: LM23%20VTF
2026-03-28 11:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36f0f931-b372-593e-a90d-7fb86124e20f with identifier: YG72%20VKL
2026-03-28 11:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36f0f931-b372-593e-a90d-7fb86124e20f with identifier: YG72%20VKL
2026-03-28 11:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36f0f931-b372-593e-a90d-7fb86124e20f with identifier: YG72%20VKL to the API
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG72%20VKL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '36f0f931-b372-593e-a90d-7fb86124e20f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG72 VKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG72%20VKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 71965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 2 DCT',
 'vin': 'KNACU81FVP5024606',
 'year': 2022}
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520VKL%27 HTTP/1.1" 200 None
2026-03-28 11:25:45 [bca.uk] INFO: Saving data for YG72%20VKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774609957.013407, 'last_price_update_time': 1774697145.659405}
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG72%2520VKL') HTTP/1.1" 204 0
2026-03-28 11:25:45 [bca.uk] INFO: Found listing with ID: DS16%20CFY
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520CFY%27 HTTP/1.1" 200 None
2026-03-28 11:25:45 [bca.uk] INFO: Scrape type for DS16%20CFY: 2
2026-03-28 11:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592 with identifier: DS16%20CFY
2026-03-28 11:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592 with scrape type 2
2026-03-28 11:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592 with scrape type 2
2026-03-28 11:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592, identifier: DS16%20CFY
2026-03-28 11:25:45 [bca.uk] INFO: Found listing with ID: YM63%20CHV
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM63%2520CHV%27 HTTP/1.1" 200 None
2026-03-28 11:25:45 [bca.uk] INFO: Scrape type for YM63%20CHV: 2
2026-03-28 11:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a97351a-76c5-53d2-90f2-da1ea35674b1 with identifier: YM63%20CHV
2026-03-28 11:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a97351a-76c5-53d2-90f2-da1ea35674b1 with scrape type 2
2026-03-28 11:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a97351a-76c5-53d2-90f2-da1ea35674b1 with scrape type 2
2026-03-28 11:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a97351a-76c5-53d2-90f2-da1ea35674b1, identifier: YM63%20CHV
2026-03-28 11:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a74984ca-733f-5622-9716-96d5187c2ea0 with identifier: LM23%20VTF
2026-03-28 11:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a74984ca-733f-5622-9716-96d5187c2ea0 with identifier: LM23%20VTF
2026-03-28 11:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a74984ca-733f-5622-9716-96d5187c2ea0 with identifier: LM23%20VTF to the API
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20VTF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a74984ca-733f-5622-9716-96d5187c2ea0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM23 VTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20VTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 21392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ULTIMATE',
 'vin': 'VXKUPHNEKP4036533',
 'year': 2023}
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTF%27 HTTP/1.1" 200 None
2026-03-28 11:25:46 [bca.uk] INFO: Saving data for LM23%20VTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774609797.605256, 'last_price_update_time': 1774697146.214814}
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520VTF') HTTP/1.1" 204 0
2026-03-28 11:25:46 [bca.uk] INFO: Found listing with ID: CE69%20ZXK
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZXK%27 HTTP/1.1" 200 None
2026-03-28 11:25:46 [bca.uk] INFO: Scrape type for CE69%20ZXK: 2
2026-03-28 11:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 932c4512-9e48-5a7e-a6ff-244264062a6d with identifier: CE69%20ZXK
2026-03-28 11:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 932c4512-9e48-5a7e-a6ff-244264062a6d with scrape type 2
2026-03-28 11:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 932c4512-9e48-5a7e-a6ff-244264062a6d with scrape type 2
2026-03-28 11:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 932c4512-9e48-5a7e-a6ff-244264062a6d, identifier: CE69%20ZXK
2026-03-28 11:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592 with identifier: DS16%20CFY
2026-03-28 11:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592 with identifier: DS16%20CFY
2026-03-28 11:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d9c49f5-461d-5ac6-b6a6-ed12a50a9592 with identifier: DS16%20CFY to the API
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS16%20CFY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9d9c49f5-461d-5ac6-b6a6-ed12a50a9592',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS16 CFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS16%20CFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 31683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE I-DYNAMIQUE Hatchback',
 'transmission': 'automatic',
 'trim': 'I-DYNAMIQUE',
 'vin': 'VF1AGVYB055292297',
 'year': 2016}
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520CFY%27 HTTP/1.1" 200 None
2026-03-28 11:25:46 [bca.uk] INFO: Saving data for DS16%20CFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774610322.294183, 'last_price_update_time': 1774697146.63743}
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS16%2520CFY') HTTP/1.1" 204 0
2026-03-28 11:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a97351a-76c5-53d2-90f2-da1ea35674b1 with identifier: YM63%20CHV
2026-03-28 11:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a97351a-76c5-53d2-90f2-da1ea35674b1 with identifier: YM63%20CHV
2026-03-28 11:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a97351a-76c5-53d2-90f2-da1ea35674b1 with identifier: YM63%20CHV to the API
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM63%20CHV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a97351a-76c5-53d2-90f2-da1ea35674b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM63 CHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM63%20CHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 68273,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.4 2 ISG Hatchback',
 'transmission': 'manual',
 'trim': '2 ISG',
 'vin': 'KNADN512LE6890791',
 'year': 2014}
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM63%2520CHV%27 HTTP/1.1" 200 None
2026-03-28 11:25:46 [bca.uk] INFO: Saving data for YM63%20CHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774436978.359289, 'last_price_update_time': 1774697146.929353}
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM63%2520CHV') HTTP/1.1" 204 0
2026-03-28 11:25:46 [bca.uk] INFO: Found listing with ID: NG14%20ZXT
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG14%2520ZXT%27 HTTP/1.1" 200 None
2026-03-28 11:25:46 [bca.uk] INFO: Scrape type for NG14%20ZXT: 2
2026-03-28 11:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d15343b-5352-5300-adda-07e238cd0201 with identifier: NG14%20ZXT
2026-03-28 11:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d15343b-5352-5300-adda-07e238cd0201 with scrape type 2
2026-03-28 11:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d15343b-5352-5300-adda-07e238cd0201 with scrape type 2
2026-03-28 11:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d15343b-5352-5300-adda-07e238cd0201, identifier: NG14%20ZXT
2026-03-28 11:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 932c4512-9e48-5a7e-a6ff-244264062a6d with identifier: CE69%20ZXK
2026-03-28 11:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 932c4512-9e48-5a7e-a6ff-244264062a6d with identifier: CE69%20ZXK
2026-03-28 11:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 932c4512-9e48-5a7e-a6ff-244264062a6d with identifier: CE69%20ZXK to the API
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE69%20ZXK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '932c4512-9e48-5a7e-a6ff-244264062a6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE69 ZXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE69%20ZXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'GRAND CONNECT',
 'odometer': 34824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD GRAND CONNECT 1.5 EBL 120 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'EBL 120 TITANIUM P/S',
 'vin': 'WF0UXXWPGUKY47125',
 'year': 2019}
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZXK%27 HTTP/1.1" 200 None
2026-03-28 11:25:47 [bca.uk] INFO: Saving data for CE69%20ZXK: {'auction_closing_time': 1775124000.0, 'created_time': 1774609953.954004, 'last_price_update_time': 1774697147.318203}
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE69%2520ZXK') HTTP/1.1" 204 0
2026-03-28 11:25:47 [bca.uk] INFO: Found listing with ID: PF19%20SNK
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520SNK%27 HTTP/1.1" 200 None
2026-03-28 11:25:47 [bca.uk] INFO: Scrape type for PF19%20SNK: 2
2026-03-28 11:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6068f424-de55-5590-8245-64b29646b964 with identifier: PF19%20SNK
2026-03-28 11:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6068f424-de55-5590-8245-64b29646b964 with scrape type 2
2026-03-28 11:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6068f424-de55-5590-8245-64b29646b964 with scrape type 2
2026-03-28 11:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6068f424-de55-5590-8245-64b29646b964, identifier: PF19%20SNK
2026-03-28 11:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d15343b-5352-5300-adda-07e238cd0201 with identifier: NG14%20ZXT
2026-03-28 11:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d15343b-5352-5300-adda-07e238cd0201 with identifier: NG14%20ZXT
2026-03-28 11:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d15343b-5352-5300-adda-07e238cd0201 with identifier: NG14%20ZXT to the API
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG14%20ZXT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d15343b-5352-5300-adda-07e238cd0201',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG14 ZXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG14%20ZXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 84161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CAHMZ0ET103559',
 'year': 2014}
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG14%2520ZXT%27 HTTP/1.1" 200 None
2026-03-28 11:25:47 [bca.uk] INFO: Saving data for NG14%20ZXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774609780.284291, 'last_price_update_time': 1774697147.726953}
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG14%2520ZXT') HTTP/1.1" 204 0
2026-03-28 11:25:47 [bca.uk] INFO: Found listing with ID: MD22%20FVC
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD22%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:25:47 [bca.uk] INFO: Scrape type for MD22%20FVC: 2
2026-03-28 11:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3a27ca0-32c8-5fa2-8571-479ad17a45fc with identifier: MD22%20FVC
2026-03-28 11:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3a27ca0-32c8-5fa2-8571-479ad17a45fc with scrape type 2
2026-03-28 11:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3a27ca0-32c8-5fa2-8571-479ad17a45fc with scrape type 2
2026-03-28 11:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3a27ca0-32c8-5fa2-8571-479ad17a45fc, identifier: MD22%20FVC
2026-03-28 11:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6068f424-de55-5590-8245-64b29646b964 with identifier: PF19%20SNK
2026-03-28 11:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6068f424-de55-5590-8245-64b29646b964 with identifier: PF19%20SNK
2026-03-28 11:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6068f424-de55-5590-8245-64b29646b964 with identifier: PF19%20SNK to the API
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF19%20SNK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6068f424-de55-5590-8245-64b29646b964',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF19 SNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF19%20SNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 121539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0063896',
 'year': 2019}
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520SNK%27 HTTP/1.1" 200 None
2026-03-28 11:25:48 [bca.uk] INFO: Saving data for PF19%20SNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774610291.816401, 'last_price_update_time': 1774697148.228653}
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF19%2520SNK') HTTP/1.1" 204 0
2026-03-28 11:25:48 [bca.uk] INFO: Found listing with ID: FV22%20FMC
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520FMC%27 HTTP/1.1" 200 None
2026-03-28 11:25:48 [bca.uk] INFO: Scrape type for FV22%20FMC: 0
2026-03-28 11:25:48 [bca.uk] INFO: Found listing with ID: AE68%20OBV
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE68%2520OBV%27 HTTP/1.1" 200 None
2026-03-28 11:25:48 [bca.uk] INFO: Scrape type for AE68%20OBV: 0
2026-03-28 11:25:48 [bca.uk] INFO: Found listing with ID: VE10%20UVU
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE10%2520UVU%27 HTTP/1.1" 200 None
2026-03-28 11:25:48 [bca.uk] INFO: Scrape type for VE10%20UVU: 2
2026-03-28 11:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8015404-6c5c-5906-b85e-7abeabeafe2f with identifier: VE10%20UVU
2026-03-28 11:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8015404-6c5c-5906-b85e-7abeabeafe2f with scrape type 2
2026-03-28 11:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8015404-6c5c-5906-b85e-7abeabeafe2f with scrape type 2
2026-03-28 11:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8015404-6c5c-5906-b85e-7abeabeafe2f, identifier: VE10%20UVU
2026-03-28 11:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3a27ca0-32c8-5fa2-8571-479ad17a45fc with identifier: MD22%20FVC
2026-03-28 11:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3a27ca0-32c8-5fa2-8571-479ad17a45fc with identifier: MD22%20FVC
2026-03-28 11:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3a27ca0-32c8-5fa2-8571-479ad17a45fc with identifier: MD22%20FVC to the API
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD22%20FVC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a3a27ca0-32c8-5fa2-8571-479ad17a45fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD22 FVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD22%20FVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 33549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA 1.6 GDI HYBRID PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID PREMIUM DCT',
 'vin': 'KMHK381EVNU094158',
 'year': 2022}
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD22%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:25:48 [bca.uk] INFO: Saving data for MD22%20FVC: {'auction_closing_time': 1775124000.0, 'created_time': 1774609952.499333, 'last_price_update_time': 1774697148.643901}
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD22%2520FVC') HTTP/1.1" 204 0
2026-03-28 11:25:48 [bca.uk] INFO: Found listing with ID: YY19%20ZRA
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZRA%27 HTTP/1.1" 200 None
2026-03-28 11:25:48 [bca.uk] INFO: Scrape type for YY19%20ZRA: 2
2026-03-28 11:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0fefc96-344f-587c-94d2-bbfc279eda63 with identifier: YY19%20ZRA
2026-03-28 11:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0fefc96-344f-587c-94d2-bbfc279eda63 with scrape type 2
2026-03-28 11:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0fefc96-344f-587c-94d2-bbfc279eda63 with scrape type 2
2026-03-28 11:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0fefc96-344f-587c-94d2-bbfc279eda63, identifier: YY19%20ZRA
2026-03-28 11:25:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:25:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded
2026-03-28 11:25:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:25:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8015404-6c5c-5906-b85e-7abeabeafe2f with identifier: VE10%20UVU
2026-03-28 11:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8015404-6c5c-5906-b85e-7abeabeafe2f with identifier: VE10%20UVU
2026-03-28 11:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8015404-6c5c-5906-b85e-7abeabeafe2f with identifier: VE10%20UVU to the API
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE10%20UVU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8015404-6c5c-5906-b85e-7abeabeafe2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE10 UVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE10%20UVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 103422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'SJNEBAK12U3225966',
 'year': 2010}
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE10%2520UVU%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Saving data for VE10%20UVU: {'auction_closing_time': 1774864800.0, 'created_time': 1774609799.513207, 'last_price_update_time': 1774697149.05096}
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE10%2520UVU') HTTP/1.1" 204 0
2026-03-28 11:25:49 [bca.uk] INFO: Found listing with ID: SW70%20EHR
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW70%2520EHR%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Scrape type for SW70%20EHR: 0
2026-03-28 11:25:49 [bca.uk] INFO: Found listing with ID: BJ19%20CWR
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520CWR%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Scrape type for BJ19%20CWR: 2
2026-03-28 11:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6d731ea-8e85-5098-938b-e55300185bbd with identifier: BJ19%20CWR
2026-03-28 11:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6d731ea-8e85-5098-938b-e55300185bbd with scrape type 2
2026-03-28 11:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6d731ea-8e85-5098-938b-e55300185bbd with scrape type 2
2026-03-28 11:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6d731ea-8e85-5098-938b-e55300185bbd, identifier: BJ19%20CWR
2026-03-28 11:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0fefc96-344f-587c-94d2-bbfc279eda63 with identifier: YY19%20ZRA
2026-03-28 11:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0fefc96-344f-587c-94d2-bbfc279eda63 with identifier: YY19%20ZRA
2026-03-28 11:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0fefc96-344f-587c-94d2-bbfc279eda63 with identifier: YY19%20ZRA to the API
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY19%20ZRA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0fefc96-344f-587c-94d2-bbfc279eda63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY19 ZRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY19%20ZRA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLVO',
 'model': 'V90',
 'odometer': 163523,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO V90 2.0 D4 190 MOMENTUM G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 MOMENTUM G/T',
 'vin': 'YV1PWA8TDK1106649',
 'year': 2019}
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZRA%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Saving data for YY19%20ZRA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610322.729958, 'last_price_update_time': 1774697149.49322}
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY19%2520ZRA') HTTP/1.1" 204 0
2026-03-28 11:25:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:25:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:25:49 [bca.uk] INFO: Found listing with ID: LX69%20NMU
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Scrape type for LX69%20NMU: 0
2026-03-28 11:25:49 [bca.uk] INFO: Found listing with ID: GJ64%20LCM
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520LCM%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Scrape type for GJ64%20LCM: 2
2026-03-28 11:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9680b13d-c00e-5f4d-8f91-18906188cc29 with identifier: GJ64%20LCM
2026-03-28 11:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9680b13d-c00e-5f4d-8f91-18906188cc29 with scrape type 2
2026-03-28 11:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9680b13d-c00e-5f4d-8f91-18906188cc29 with scrape type 2
2026-03-28 11:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9680b13d-c00e-5f4d-8f91-18906188cc29, identifier: GJ64%20LCM
2026-03-28 11:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6d731ea-8e85-5098-938b-e55300185bbd with identifier: BJ19%20CWR
2026-03-28 11:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6d731ea-8e85-5098-938b-e55300185bbd with identifier: BJ19%20CWR
2026-03-28 11:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6d731ea-8e85-5098-938b-e55300185bbd with identifier: BJ19%20CWR to the API
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ19%20CWR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6d731ea-8e85-5098-938b-e55300185bbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ19 CWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ19%20CWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 65599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 2WD MATCH StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 2WD MATCH',
 'vin': 'WVGZZZ5NZKW399638',
 'year': 2019}
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520CWR%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Saving data for BJ19%20CWR: {'auction_closing_time': 1775124000.0, 'created_time': 1774609946.081686, 'last_price_update_time': 1774697149.89686}
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ19%2520CWR') HTTP/1.1" 204 0
2026-03-28 11:25:49 [bca.uk] INFO: Found listing with ID: AE19%20OSN
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE19%2520OSN%27 HTTP/1.1" 200 None
2026-03-28 11:25:49 [bca.uk] INFO: Scrape type for AE19%20OSN: 2
2026-03-28 11:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0241baa-c820-51ed-869e-b01a8967052f with identifier: AE19%20OSN
2026-03-28 11:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0241baa-c820-51ed-869e-b01a8967052f with scrape type 2
2026-03-28 11:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0241baa-c820-51ed-869e-b01a8967052f with scrape type 2
2026-03-28 11:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0241baa-c820-51ed-869e-b01a8967052f, identifier: AE19%20OSN
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: PL73%20FNR
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520FNR%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for PL73%20FNR: 0
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: SY25%20VYC
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY25%2520VYC%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for SY25%20VYC: 0
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: YY66%20NAO
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520NAO%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for YY66%20NAO: 0
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: KW21%20HLU
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520HLU%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for KW21%20HLU: 0
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: BC16%20GSO
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520GSO%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for BC16%20GSO: 0
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: MC16%20RHA
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for MC16%20RHA: 2
2026-03-28 11:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971a4b1d-d982-54bc-be2d-d343afc73b27 with identifier: MC16%20RHA
2026-03-28 11:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971a4b1d-d982-54bc-be2d-d343afc73b27 with scrape type 2
2026-03-28 11:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 971a4b1d-d982-54bc-be2d-d343afc73b27 with scrape type 2
2026-03-28 11:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 971a4b1d-d982-54bc-be2d-d343afc73b27, identifier: MC16%20RHA
2026-03-28 11:25:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9680b13d-c00e-5f4d-8f91-18906188cc29 with identifier: GJ64%20LCM
2026-03-28 11:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9680b13d-c00e-5f4d-8f91-18906188cc29 with identifier: GJ64%20LCM
2026-03-28 11:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9680b13d-c00e-5f4d-8f91-18906188cc29 with identifier: GJ64%20LCM to the API
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ64%20LCM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9680b13d-c00e-5f4d-8f91-18906188cc29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ64 LCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ64%20LCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 121932,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.5 DCI 110 LIMITED Coupe',
 'transmission': 'manual',
 'trim': 'DCI 110 LIMITED',
 'vin': 'VF1DZ140651634016',
 'year': 2014}
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520LCM%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Saving data for GJ64%20LCM: {'auction_closing_time': 1774951200.0, 'created_time': 1774609770.033363, 'last_price_update_time': 1774697150.521922}
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ64%2520LCM') HTTP/1.1" 204 0
2026-03-28 11:25:50 [bca.uk] INFO: Found listing with ID: BT60%20ZXZ
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT60%2520ZXZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:50 [bca.uk] INFO: Scrape type for BT60%20ZXZ: 2
2026-03-28 11:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f936bff-7d51-5559-a58e-aacc9c45a1b4 with identifier: BT60%20ZXZ
2026-03-28 11:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f936bff-7d51-5559-a58e-aacc9c45a1b4 with scrape type 2
2026-03-28 11:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f936bff-7d51-5559-a58e-aacc9c45a1b4 with scrape type 2
2026-03-28 11:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f936bff-7d51-5559-a58e-aacc9c45a1b4, identifier: BT60%20ZXZ
2026-03-28 11:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0241baa-c820-51ed-869e-b01a8967052f with identifier: AE19%20OSN
2026-03-28 11:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0241baa-c820-51ed-869e-b01a8967052f with identifier: AE19%20OSN
2026-03-28 11:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0241baa-c820-51ed-869e-b01a8967052f with identifier: AE19%20OSN to the API
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE19%20OSN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0241baa-c820-51ed-869e-b01a8967052f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE19 OSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE19%20OSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 102865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 SE Van',
 'transmission': 'automatic',
 'trim': 'SD6 306 SE',
 'vin': 'SALRACAK7KA095619',
 'year': 2019}
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE19%2520OSN%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Saving data for AE19%20OSN: {'auction_closing_time': 1774854000.0, 'created_time': 1773833064.198956, 'last_price_update_time': 1774697151.015877}
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE19%2520OSN') HTTP/1.1" 204 0
2026-03-28 11:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 971a4b1d-d982-54bc-be2d-d343afc73b27 with identifier: MC16%20RHA
2026-03-28 11:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 971a4b1d-d982-54bc-be2d-d343afc73b27 with identifier: MC16%20RHA
2026-03-28 11:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 971a4b1d-d982-54bc-be2d-d343afc73b27 with identifier: MC16%20RHA to the API
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC16%20RHA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '971a4b1d-d982-54bc-be2d-d343afc73b27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC16 RHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC16%20RHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 96406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 150 SRI',
 'vin': 'W0LBF6ECXGG147083',
 'year': 2016}
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Saving data for MC16%20RHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610231.666889, 'last_price_update_time': 1774697151.332691}
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC16%2520RHA') HTTP/1.1" 204 0
2026-03-28 11:25:51 [bca.uk] INFO: Found listing with ID: OY59%20TLJ
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520TLJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Scrape type for OY59%20TLJ: 2
2026-03-28 11:25:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da9249ef-fe39-5b63-88e0-fb0f95fecac4 with identifier: OY59%20TLJ
2026-03-28 11:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da9249ef-fe39-5b63-88e0-fb0f95fecac4 with scrape type 2
2026-03-28 11:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da9249ef-fe39-5b63-88e0-fb0f95fecac4 with scrape type 2
2026-03-28 11:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da9249ef-fe39-5b63-88e0-fb0f95fecac4, identifier: OY59%20TLJ
2026-03-28 11:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f936bff-7d51-5559-a58e-aacc9c45a1b4 with identifier: BT60%20ZXZ
2026-03-28 11:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f936bff-7d51-5559-a58e-aacc9c45a1b4 with identifier: BT60%20ZXZ
2026-03-28 11:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f936bff-7d51-5559-a58e-aacc9c45a1b4 with identifier: BT60%20ZXZ to the API
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT60%20ZXZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f936bff-7d51-5559-a58e-aacc9c45a1b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT60 ZXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT60%20ZXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 67390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TWIST Hatchback',
 'transmission': 'manual',
 'trim': 'TWIST',
 'vin': 'WVWZZZ1KZBW173397',
 'year': 2011}
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT60%2520ZXZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Saving data for BT60%20ZXZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774609940.305441, 'last_price_update_time': 1774697151.730111}
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT60%2520ZXZ') HTTP/1.1" 204 0
2026-03-28 11:25:51 [bca.uk] INFO: Found listing with ID: EU18%20OFG
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OFG%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Scrape type for EU18%20OFG: 2
2026-03-28 11:25:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe with identifier: EU18%20OFG
2026-03-28 11:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe with scrape type 2
2026-03-28 11:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe with scrape type 2
2026-03-28 11:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe, identifier: EU18%20OFG
2026-03-28 11:25:51 [bca.uk] INFO: Found listing with ID: SM18%20EYV
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520EYV%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Scrape type for SM18%20EYV: 0
2026-03-28 11:25:51 [bca.uk] INFO: Found listing with ID: YK16%20ECY
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520ECY%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Scrape type for YK16%20ECY: 0
2026-03-28 11:25:51 [bca.uk] INFO: Found listing with ID: YK67%20EPM
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520EPM%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Scrape type for YK67%20EPM: 0
2026-03-28 11:25:51 [bca.uk] INFO: Found listing with ID: YH22%20LFE
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LFE%27 HTTP/1.1" 200 None
2026-03-28 11:25:51 [bca.uk] INFO: Scrape type for YH22%20LFE: 2
2026-03-28 11:25:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecb9628e-8abb-5ec9-ad9e-b5511c6e8541 with identifier: YH22%20LFE
2026-03-28 11:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecb9628e-8abb-5ec9-ad9e-b5511c6e8541 with scrape type 2
2026-03-28 11:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecb9628e-8abb-5ec9-ad9e-b5511c6e8541 with scrape type 2
2026-03-28 11:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecb9628e-8abb-5ec9-ad9e-b5511c6e8541, identifier: YH22%20LFE
2026-03-28 11:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da9249ef-fe39-5b63-88e0-fb0f95fecac4 with identifier: OY59%20TLJ
2026-03-28 11:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da9249ef-fe39-5b63-88e0-fb0f95fecac4 with identifier: OY59%20TLJ
2026-03-28 11:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da9249ef-fe39-5b63-88e0-fb0f95fecac4 with identifier: OY59%20TLJ to the API
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY59%20TLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da9249ef-fe39-5b63-88e0-fb0f95fecac4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY59 TLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY59%20TLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 136632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 TCE DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE DYNAMIQUE',
 'vin': 'VF1CRCP0H42289846',
 'year': 2009}
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520TLJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:52 [bca.uk] INFO: Saving data for OY59%20TLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609799.912816, 'last_price_update_time': 1774697152.281004}
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY59%2520TLJ') HTTP/1.1" 204 0
2026-03-28 11:25:52 [bca.uk] INFO: Found listing with ID: BV14%20LCL
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520LCL%27 HTTP/1.1" 200 None
2026-03-28 11:25:52 [bca.uk] INFO: Scrape type for BV14%20LCL: 2
2026-03-28 11:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ebe2a6-8e1b-5861-bb67-40e44d768c73 with identifier: BV14%20LCL
2026-03-28 11:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ebe2a6-8e1b-5861-bb67-40e44d768c73 with scrape type 2
2026-03-28 11:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4ebe2a6-8e1b-5861-bb67-40e44d768c73 with scrape type 2
2026-03-28 11:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4ebe2a6-8e1b-5861-bb67-40e44d768c73, identifier: BV14%20LCL
2026-03-28 11:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe with identifier: EU18%20OFG
2026-03-28 11:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe with identifier: EU18%20OFG
2026-03-28 11:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65a8fe4b-a4c5-57ad-b1f1-770dc72faebe with identifier: EU18%20OFG to the API
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU18%20OFG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65a8fe4b-a4c5-57ad-b1f1-770dc72faebe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU18 OFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU18%20OFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 61954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 290 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 290 SWB L/R',
 'vin': 'WF0YXXTTGYHK85582',
 'year': 2018}
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OFG%27 HTTP/1.1" 200 None
2026-03-28 11:25:52 [bca.uk] INFO: Saving data for EU18%20OFG: {'auction_closing_time': 1774854000.0, 'created_time': 1774447800.164925, 'last_price_update_time': 1774697152.701512}
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU18%2520OFG') HTTP/1.1" 204 0
2026-03-28 11:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecb9628e-8abb-5ec9-ad9e-b5511c6e8541 with identifier: YH22%20LFE
2026-03-28 11:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecb9628e-8abb-5ec9-ad9e-b5511c6e8541 with identifier: YH22%20LFE
2026-03-28 11:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecb9628e-8abb-5ec9-ad9e-b5511c6e8541 with identifier: YH22%20LFE to the API
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20LFE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ecb9628e-8abb-5ec9-ad9e-b5511c6e8541',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH22 LFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20LFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 28967,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 1.5 TSI EVO 150 XCELLENCE StationWagon',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 XCELLENCE',
 'vin': 'VSSZZZKNZNW007171',
 'year': 2022}
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LFE%27 HTTP/1.1" 200 None
2026-03-28 11:25:52 [bca.uk] INFO: Saving data for YH22%20LFE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610301.020202, 'last_price_update_time': 1774697152.997186}
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520LFE') HTTP/1.1" 204 0
2026-03-28 11:25:53 [bca.uk] INFO: Found listing with ID: SB72%20OUV
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520OUV%27 HTTP/1.1" 200 None
2026-03-28 11:25:53 [bca.uk] INFO: Scrape type for SB72%20OUV: 2
2026-03-28 11:25:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cc4359c-8bdb-5f75-9866-45b6323428e5 with identifier: SB72%20OUV
2026-03-28 11:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cc4359c-8bdb-5f75-9866-45b6323428e5 with scrape type 2
2026-03-28 11:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cc4359c-8bdb-5f75-9866-45b6323428e5 with scrape type 2
2026-03-28 11:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cc4359c-8bdb-5f75-9866-45b6323428e5, identifier: SB72%20OUV
2026-03-28 11:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4ebe2a6-8e1b-5861-bb67-40e44d768c73 with identifier: BV14%20LCL
2026-03-28 11:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4ebe2a6-8e1b-5861-bb67-40e44d768c73 with identifier: BV14%20LCL
2026-03-28 11:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4ebe2a6-8e1b-5861-bb67-40e44d768c73 with identifier: BV14%20LCL to the API
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV14%20LCL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4ebe2a6-8e1b-5861-bb67-40e44d768c73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV14 LCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV14%20LCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220',
 'odometer': 88224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 2.1 CDI AMG SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'CDI AMG SPORT DCT',
 'vin': 'WDD1173032N086716',
 'year': 2014}
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520LCL%27 HTTP/1.1" 200 None
2026-03-28 11:25:53 [bca.uk] INFO: Saving data for BV14%20LCL: {'auction_closing_time': 1775124000.0, 'created_time': 1774609942.626063, 'last_price_update_time': 1774697153.436215}
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV14%2520LCL') HTTP/1.1" 204 0
2026-03-28 11:25:53 [bca.uk] INFO: Found listing with ID: LC70%20UBJ
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520UBJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:53 [bca.uk] INFO: Scrape type for LC70%20UBJ: 2
2026-03-28 11:25:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d935ae40-a802-5ac2-ada3-2943af8e6223 with identifier: LC70%20UBJ
2026-03-28 11:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d935ae40-a802-5ac2-ada3-2943af8e6223 with scrape type 2
2026-03-28 11:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d935ae40-a802-5ac2-ada3-2943af8e6223 with scrape type 2
2026-03-28 11:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d935ae40-a802-5ac2-ada3-2943af8e6223, identifier: LC70%20UBJ
2026-03-28 11:25:53 [bca.uk] INFO: Found listing with ID: KE15%20XAY
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520XAY%27 HTTP/1.1" 200 None
2026-03-28 11:25:53 [bca.uk] INFO: Scrape type for KE15%20XAY: 2
2026-03-28 11:25:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94 with identifier: KE15%20XAY
2026-03-28 11:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94 with scrape type 2
2026-03-28 11:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94 with scrape type 2
2026-03-28 11:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94, identifier: KE15%20XAY
2026-03-28 11:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cc4359c-8bdb-5f75-9866-45b6323428e5 with identifier: SB72%20OUV
2026-03-28 11:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cc4359c-8bdb-5f75-9866-45b6323428e5 with identifier: SB72%20OUV
2026-03-28 11:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cc4359c-8bdb-5f75-9866-45b6323428e5 with identifier: SB72%20OUV to the API
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1cc4359c-8bdb-5f75-9866-45b6323428e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB72 OUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB72%20OUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 27698,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 150 LL SPORT+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 150 LL SPORT+',
 'vin': 'VF1FL000469838214',
 'year': 2023}
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520OUV%27 HTTP/1.1" 200 None
2026-03-28 11:25:53 [bca.uk] INFO: Saving data for SB72%20OUV: {'auction_closing_time': 1775210400.0, 'created_time': 1774609788.353071, 'last_price_update_time': 1774697153.981657}
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB72%2520OUV') HTTP/1.1" 204 0
2026-03-28 11:25:54 [bca.uk] INFO: Found listing with ID: BW70%20KTV
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KTV%27 HTTP/1.1" 200 None
2026-03-28 11:25:54 [bca.uk] INFO: Scrape type for BW70%20KTV: 2
2026-03-28 11:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0187637-922e-5fab-97c5-ac21b735947b with identifier: BW70%20KTV
2026-03-28 11:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0187637-922e-5fab-97c5-ac21b735947b with scrape type 2
2026-03-28 11:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0187637-922e-5fab-97c5-ac21b735947b with scrape type 2
2026-03-28 11:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0187637-922e-5fab-97c5-ac21b735947b, identifier: BW70%20KTV
2026-03-28 11:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d935ae40-a802-5ac2-ada3-2943af8e6223 with identifier: LC70%20UBJ
2026-03-28 11:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d935ae40-a802-5ac2-ada3-2943af8e6223 with identifier: LC70%20UBJ
2026-03-28 11:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d935ae40-a802-5ac2-ada3-2943af8e6223 with identifier: LC70%20UBJ to the API
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC70%20UBJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd935ae40-a802-5ac2-ada3-2943af8e6223',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC70 UBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC70%20UBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 63244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L2 H2 ENTERPRISE',
 'vin': 'VF7YCBNFB12R00850',
 'year': 2020}
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520UBJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:54 [bca.uk] INFO: Saving data for LC70%20UBJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773833603.872617, 'last_price_update_time': 1774697154.5319}
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC70%2520UBJ') HTTP/1.1" 204 0
2026-03-28 11:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94 with identifier: KE15%20XAY
2026-03-28 11:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94 with identifier: KE15%20XAY
2026-03-28 11:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94 with identifier: KE15%20XAY to the API
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE15%20XAY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fb0bcae8-411a-5a22-8cb9-ecfd9dbb3f94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE15 XAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE15%20XAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 134672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 75 SE Hatchback',
 'transmission': 'manual',
 'trim': '75 SE',
 'vin': 'WVWZZZ6RZFU064683',
 'year': 2015}
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520XAY%27 HTTP/1.1" 200 None
2026-03-28 11:25:54 [bca.uk] INFO: Saving data for KE15%20XAY: {'auction_closing_time': 1775037600.0, 'created_time': 1774610289.080459, 'last_price_update_time': 1774697154.848873}
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE15%2520XAY') HTTP/1.1" 204 0
2026-03-28 11:25:54 [bca.uk] INFO: Found listing with ID: WT18%20MBO
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520MBO%27 HTTP/1.1" 200 None
2026-03-28 11:25:54 [bca.uk] INFO: Scrape type for WT18%20MBO: 2
2026-03-28 11:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c172ae97-9347-59d1-a3b7-6b5a9e7d392c with identifier: WT18%20MBO
2026-03-28 11:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c172ae97-9347-59d1-a3b7-6b5a9e7d392c with scrape type 2
2026-03-28 11:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c172ae97-9347-59d1-a3b7-6b5a9e7d392c with scrape type 2
2026-03-28 11:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c172ae97-9347-59d1-a3b7-6b5a9e7d392c, identifier: WT18%20MBO
2026-03-28 11:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0187637-922e-5fab-97c5-ac21b735947b with identifier: BW70%20KTV
2026-03-28 11:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0187637-922e-5fab-97c5-ac21b735947b with identifier: BW70%20KTV
2026-03-28 11:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0187637-922e-5fab-97c5-ac21b735947b with identifier: BW70%20KTV to the API
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW70%20KTV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0187637-922e-5fab-97c5-ac21b735947b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW70 KTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW70%20KTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 62657,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 EBL 120 2WD TITANIUM ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'EBL 120 2WD TITANIUM ED.',
 'vin': 'WF0FXXWPMFLT23975',
 'year': 2021}
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KTV%27 HTTP/1.1" 200 None
2026-03-28 11:25:55 [bca.uk] INFO: Saving data for BW70%20KTV: {'auction_closing_time': 1775124000.0, 'created_time': 1774609943.057853, 'last_price_update_time': 1774697155.269745}
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW70%2520KTV') HTTP/1.1" 204 0
2026-03-28 11:25:55 [bca.uk] INFO: Found listing with ID: ND70%20UOH
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520UOH%27 HTTP/1.1" 200 None
2026-03-28 11:25:55 [bca.uk] INFO: Scrape type for ND70%20UOH: 2
2026-03-28 11:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1437885-fbcd-578a-8136-28a4b437b974 with identifier: ND70%20UOH
2026-03-28 11:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1437885-fbcd-578a-8136-28a4b437b974 with scrape type 2
2026-03-28 11:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1437885-fbcd-578a-8136-28a4b437b974 with scrape type 2
2026-03-28 11:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1437885-fbcd-578a-8136-28a4b437b974, identifier: ND70%20UOH
2026-03-28 11:25:55 [bca.uk] INFO: Found listing with ID: RX20%20KHJ
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520KHJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:55 [bca.uk] INFO: Scrape type for RX20%20KHJ: 2
2026-03-28 11:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d with identifier: RX20%20KHJ
2026-03-28 11:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d with scrape type 2
2026-03-28 11:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d with scrape type 2
2026-03-28 11:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d, identifier: RX20%20KHJ
2026-03-28 11:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c172ae97-9347-59d1-a3b7-6b5a9e7d392c with identifier: WT18%20MBO
2026-03-28 11:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c172ae97-9347-59d1-a3b7-6b5a9e7d392c with identifier: WT18%20MBO
2026-03-28 11:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c172ae97-9347-59d1-a3b7-6b5a9e7d392c with identifier: WT18%20MBO to the API
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT18%20MBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c172ae97-9347-59d1-a3b7-6b5a9e7d392c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT18 MBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT18%20MBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 72524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 204 BMT H/L LWB KOMBI DSG '
          'CrewCab Van',
 'transmission': 'automatic',
 'trim': 'TDI 204 BMT H/L LWB KOMBI DSG',
 'vin': 'WV1ZZZ7HZJH155391',
 'year': 2018}
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520MBO%27 HTTP/1.1" 200 None
2026-03-28 11:25:55 [bca.uk] INFO: Saving data for WT18%20MBO: {'auction_closing_time': 1774778400.0, 'created_time': 1774609775.659772, 'last_price_update_time': 1774697155.82586}
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT18%2520MBO') HTTP/1.1" 204 0
2026-03-28 11:25:55 [bca.uk] INFO: Found listing with ID: DL60%20KXX
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL60%2520KXX%27 HTTP/1.1" 200 None
2026-03-28 11:25:55 [bca.uk] INFO: Scrape type for DL60%20KXX: 2
2026-03-28 11:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb3fc941-0574-5b6c-9c6a-09e168373f06 with identifier: DL60%20KXX
2026-03-28 11:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb3fc941-0574-5b6c-9c6a-09e168373f06 with scrape type 2
2026-03-28 11:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb3fc941-0574-5b6c-9c6a-09e168373f06 with scrape type 2
2026-03-28 11:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb3fc941-0574-5b6c-9c6a-09e168373f06, identifier: DL60%20KXX
2026-03-28 11:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1437885-fbcd-578a-8136-28a4b437b974 with identifier: ND70%20UOH
2026-03-28 11:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1437885-fbcd-578a-8136-28a4b437b974 with identifier: ND70%20UOH
2026-03-28 11:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1437885-fbcd-578a-8136-28a4b437b974 with identifier: ND70%20UOH to the API
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND70%20UOH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1437885-fbcd-578a-8136-28a4b437b974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND70 UOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND70%20UOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 95422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L2 H2 ENTERPRISE',
 'vin': 'VF7YCBNFB12R32838',
 'year': 2021}
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520UOH%27 HTTP/1.1" 200 None
2026-03-28 11:25:56 [bca.uk] INFO: Saving data for ND70%20UOH: {'auction_closing_time': 1774854000.0, 'created_time': 1773839663.263941, 'last_price_update_time': 1774697156.286347}
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND70%2520UOH') HTTP/1.1" 204 0
2026-03-28 11:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d with identifier: RX20%20KHJ
2026-03-28 11:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d with identifier: RX20%20KHJ
2026-03-28 11:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d with identifier: RX20%20KHJ to the API
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX20%20KHJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7bd5de6a-c21b-5d7f-b4b2-5d1d2cf8d72d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX20 KHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX20%20KHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500',
 'odometer': 44971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 STAR D/LOGIC Hatchback',
 'transmission': 'automatic',
 'trim': 'STAR D/LOGIC',
 'vin': 'ZFA3120000JD59275',
 'year': 2020}
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520KHJ%27 HTTP/1.1" 200 None
2026-03-28 11:25:56 [bca.uk] INFO: Saving data for RX20%20KHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774610233.408759, 'last_price_update_time': 1774697156.600205}
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX20%2520KHJ') HTTP/1.1" 204 0
2026-03-28 11:25:56 [bca.uk] INFO: Found listing with ID: BP66%20HFX
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520HFX%27 HTTP/1.1" 200 None
2026-03-28 11:25:56 [bca.uk] INFO: Scrape type for BP66%20HFX: 0
2026-03-28 11:25:56 [bca.uk] INFO: Found listing with ID: GDFM13544
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GDFM13544%27 HTTP/1.1" 200 None
2026-03-28 11:25:56 [bca.uk] INFO: Scrape type for GDFM13544: 2
2026-03-28 11:25:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b60900-49f0-5832-96d1-07d4927b6937 with identifier: GDFM13544
2026-03-28 11:25:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b60900-49f0-5832-96d1-07d4927b6937 with scrape type 2
2026-03-28 11:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b60900-49f0-5832-96d1-07d4927b6937 with scrape type 2
2026-03-28 11:25:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b60900-49f0-5832-96d1-07d4927b6937, identifier: GDFM13544
2026-03-28 11:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb3fc941-0574-5b6c-9c6a-09e168373f06 with identifier: DL60%20KXX
2026-03-28 11:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb3fc941-0574-5b6c-9c6a-09e168373f06 with identifier: DL60%20KXX
2026-03-28 11:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb3fc941-0574-5b6c-9c6a-09e168373f06 with identifier: DL60%20KXX to the API
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL60%20KXX-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb3fc941-0574-5b6c-9c6a-09e168373f06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL60 KXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL60%20KXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 97612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 TSI 86 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 86 ELEGANCE',
 'vin': 'TMBFM65J8B3141564',
 'year': 2011}
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL60%2520KXX%27 HTTP/1.1" 200 None
2026-03-28 11:25:57 [bca.uk] INFO: Saving data for DL60%20KXX: {'auction_closing_time': 1775124000.0, 'created_time': 1774609933.673659, 'last_price_update_time': 1774697157.048417}
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL60%2520KXX') HTTP/1.1" 204 0
2026-03-28 11:25:57 [bca.uk] INFO: Found listing with ID: VGZ%205934
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205934%27 HTTP/1.1" 200 None
2026-03-28 11:25:57 [bca.uk] INFO: Scrape type for VGZ%205934: 2
2026-03-28 11:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9897e1c6-1aae-5396-9e51-cdb1ff79d75b with identifier: VGZ%205934
2026-03-28 11:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9897e1c6-1aae-5396-9e51-cdb1ff79d75b with scrape type 2
2026-03-28 11:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9897e1c6-1aae-5396-9e51-cdb1ff79d75b with scrape type 2
2026-03-28 11:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9897e1c6-1aae-5396-9e51-cdb1ff79d75b, identifier: VGZ%205934
2026-03-28 11:25:57 [bca.uk] INFO: Found listing with ID: WG13%20WJK
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520WJK%27 HTTP/1.1" 200 None
2026-03-28 11:25:57 [bca.uk] INFO: Scrape type for WG13%20WJK: 2
2026-03-28 11:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10e98b7-97df-5e0e-9105-55ce09279547 with identifier: WG13%20WJK
2026-03-28 11:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10e98b7-97df-5e0e-9105-55ce09279547 with scrape type 2
2026-03-28 11:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10e98b7-97df-5e0e-9105-55ce09279547 with scrape type 2
2026-03-28 11:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10e98b7-97df-5e0e-9105-55ce09279547, identifier: WG13%20WJK
2026-03-28 11:25:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b60900-49f0-5832-96d1-07d4927b6937 with identifier: GDFM13544
2026-03-28 11:25:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b60900-49f0-5832-96d1-07d4927b6937 with identifier: GDFM13544
2026-03-28 11:25:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b60900-49f0-5832-96d1-07d4927b6937 with identifier: GDFM13544 to the API
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GDFM13544-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79b60900-49f0-5832-96d1-07d4927b6937',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GDFM13544',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GDFM13544&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 61642,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.2 TDCI 125 EF LWB 1 STOP Luton',
 'transmission': 'manual',
 'trim': 'TDCI 125 EF LWB 1 STOP',
 'vin': 'WF0DXXTTGDFM13544',
 'year': 2016}
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GDFM13544%27 HTTP/1.1" 200 None
2026-03-28 11:25:57 [bca.uk] INFO: Saving data for GDFM13544: {'auction_closing_time': 1775037600.0, 'created_time': 1774609767.907086, 'last_price_update_time': 1774697157.87764}
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GDFM13544') HTTP/1.1" 204 0
2026-03-28 11:25:57 [bca.uk] INFO: Found listing with ID: DX22%20WKC
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520WKC%27 HTTP/1.1" 200 None
2026-03-28 11:25:57 [bca.uk] INFO: Scrape type for DX22%20WKC: 0
2026-03-28 11:25:57 [bca.uk] INFO: Found listing with ID: KO19%20LSL
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520LSL%27 HTTP/1.1" 200 None
2026-03-28 11:25:57 [bca.uk] INFO: Scrape type for KO19%20LSL: 2
2026-03-28 11:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 535651a4-0f4f-5203-aa51-b645e05e54c3 with identifier: KO19%20LSL
2026-03-28 11:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 535651a4-0f4f-5203-aa51-b645e05e54c3 with scrape type 2
2026-03-28 11:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 535651a4-0f4f-5203-aa51-b645e05e54c3 with scrape type 2
2026-03-28 11:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 535651a4-0f4f-5203-aa51-b645e05e54c3, identifier: KO19%20LSL
2026-03-28 11:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9897e1c6-1aae-5396-9e51-cdb1ff79d75b with identifier: VGZ%205934
2026-03-28 11:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9897e1c6-1aae-5396-9e51-cdb1ff79d75b with identifier: VGZ%205934
2026-03-28 11:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9897e1c6-1aae-5396-9e51-cdb1ff79d75b with identifier: VGZ%205934 to the API
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VGZ%205934-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9897e1c6-1aae-5396-9e51-cdb1ff79d75b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VGZ 5934',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VGZ%205934&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'V60 RECHARGE',
 'odometer': 90524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 RECHARGE 2.0 T6 350 PHEV AWD R DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'T6 350 PHEV AWD R DESIGN',
 'vin': 'YV1ZWH1VDN1485624',
 'year': 2022}
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205934%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Saving data for VGZ%205934: {'auction_closing_time': 1774854000.0, 'created_time': 1774390124.984258, 'last_price_update_time': 1774697158.313748}
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VGZ%25205934') HTTP/1.1" 204 0
2026-03-28 11:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10e98b7-97df-5e0e-9105-55ce09279547 with identifier: WG13%20WJK
2026-03-28 11:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10e98b7-97df-5e0e-9105-55ce09279547 with identifier: WG13%20WJK
2026-03-28 11:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10e98b7-97df-5e0e-9105-55ce09279547 with identifier: WG13%20WJK to the API
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG13%20WJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b10e98b7-97df-5e0e-9105-55ce09279547',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG13 WJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG13%20WJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 106458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.5 CDI B/E AMG SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD1760122J137844',
 'year': 2013}
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520WJK%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Saving data for WG13%20WJK: {'auction_closing_time': 1774864800.0, 'created_time': 1773827262.19095, 'last_price_update_time': 1774697158.694397}
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG13%2520WJK') HTTP/1.1" 204 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: YS21%20LTZ
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for YS21%20LTZ: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: PO18%20PZA
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO18%2520PZA%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for PO18%20PZA: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: BP22%20YJU
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for BP22%20YJU: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: OY70%20YSE
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520YSE%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for OY70%20YSE: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: SO16%20WNB
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520WNB%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for SO16%20WNB: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: SM69%20VUE
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM69%2520VUE%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for SM69%20VUE: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: LXZ%204766
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25204766%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for LXZ%204766: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: RX14%20GZH
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX14%2520GZH%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for RX14%20GZH: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: PS66%20CLS
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PS66%2520CLS%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for PS66%20CLS: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: LX67%20PWO
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520PWO%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for LX67%20PWO: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: LV67%20TJX
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520TJX%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for LV67%20TJX: 0
2026-03-28 11:25:58 [bca.uk] INFO: Found listing with ID: HT72%20FFN
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520FFN%27 HTTP/1.1" 200 None
2026-03-28 11:25:58 [bca.uk] INFO: Scrape type for HT72%20FFN: 2
2026-03-28 11:25:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 029e3c91-c71a-59b7-a14d-7329ace5d045 with identifier: HT72%20FFN
2026-03-28 11:25:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 029e3c91-c71a-59b7-a14d-7329ace5d045 with scrape type 2
2026-03-28 11:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 029e3c91-c71a-59b7-a14d-7329ace5d045 with scrape type 2
2026-03-28 11:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 029e3c91-c71a-59b7-a14d-7329ace5d045, identifier: HT72%20FFN
2026-03-28 11:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 535651a4-0f4f-5203-aa51-b645e05e54c3 with identifier: KO19%20LSL
2026-03-28 11:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 535651a4-0f4f-5203-aa51-b645e05e54c3 with identifier: KO19%20LSL
2026-03-28 11:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 535651a4-0f4f-5203-aa51-b645e05e54c3 with identifier: KO19%20LSL to the API
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO19%20LSL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '535651a4-0f4f-5203-aa51-b645e05e54c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO19 LSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO19%20LSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 72507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 110 GT LINE (M6) Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 GT LINE (M6)',
 'vin': 'VF3CCHNPSKW034626',
 'year': 2019}
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520LSL%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Saving data for KO19%20LSL: {'auction_closing_time': 1775124000.0, 'created_time': 1774609927.56153, 'last_price_update_time': 1774697159.271662}
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO19%2520LSL') HTTP/1.1" 204 0
2026-03-28 11:25:59 [bca.uk] INFO: Found listing with ID: YO68%20FKN
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520FKN%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Scrape type for YO68%20FKN: 2
2026-03-28 11:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9049aa04-b1ed-5966-94db-f68c8a1285ca with identifier: YO68%20FKN
2026-03-28 11:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9049aa04-b1ed-5966-94db-f68c8a1285ca with scrape type 2
2026-03-28 11:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9049aa04-b1ed-5966-94db-f68c8a1285ca with scrape type 2
2026-03-28 11:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9049aa04-b1ed-5966-94db-f68c8a1285ca, identifier: YO68%20FKN
2026-03-28 11:25:59 [bca.uk] INFO: Found listing with ID: HK68%20OYA
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520OYA%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Scrape type for HK68%20OYA: 0
2026-03-28 11:25:59 [bca.uk] INFO: Found listing with ID: OY64%20YEU
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520YEU%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Scrape type for OY64%20YEU: 2
2026-03-28 11:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15455a49-bc74-538f-be7a-6960d84ffcbe with identifier: OY64%20YEU
2026-03-28 11:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15455a49-bc74-538f-be7a-6960d84ffcbe with scrape type 2
2026-03-28 11:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15455a49-bc74-538f-be7a-6960d84ffcbe with scrape type 2
2026-03-28 11:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15455a49-bc74-538f-be7a-6960d84ffcbe, identifier: OY64%20YEU
2026-03-28 11:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 029e3c91-c71a-59b7-a14d-7329ace5d045 with identifier: HT72%20FFN
2026-03-28 11:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 029e3c91-c71a-59b7-a14d-7329ace5d045 with identifier: HT72%20FFN
2026-03-28 11:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 029e3c91-c71a-59b7-a14d-7329ace5d045 with identifier: HT72%20FFN to the API
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT72%20FFN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '029e3c91-c71a-59b7-a14d-7329ace5d045',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT72 FFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT72%20FFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 124622,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 130 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNG12803',
 'year': 2023}
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520FFN%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Saving data for HT72%20FFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774015703.492931, 'last_price_update_time': 1774697159.911551}
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT72%2520FFN') HTTP/1.1" 204 0
2026-03-28 11:25:59 [bca.uk] INFO: Found listing with ID: LG22%20NWY
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520NWY%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Scrape type for LG22%20NWY: 0
2026-03-28 11:25:59 [bca.uk] INFO: Found listing with ID: LN24%20RCU
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RCU%27 HTTP/1.1" 200 None
2026-03-28 11:25:59 [bca.uk] INFO: Scrape type for LN24%20RCU: 2
2026-03-28 11:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1016a67-91a6-53fb-aeed-fe81ee8a7155 with identifier: LN24%20RCU
2026-03-28 11:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1016a67-91a6-53fb-aeed-fe81ee8a7155 with scrape type 2
2026-03-28 11:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1016a67-91a6-53fb-aeed-fe81ee8a7155 with scrape type 2
2026-03-28 11:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1016a67-91a6-53fb-aeed-fe81ee8a7155, identifier: LN24%20RCU
2026-03-28 11:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9049aa04-b1ed-5966-94db-f68c8a1285ca with identifier: YO68%20FKN
2026-03-28 11:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9049aa04-b1ed-5966-94db-f68c8a1285ca with identifier: YO68%20FKN
2026-03-28 11:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9049aa04-b1ed-5966-94db-f68c8a1285ca with identifier: YO68%20FKN to the API
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO68%20FKN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9049aa04-b1ed-5966-94db-f68c8a1285ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO68 FKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO68%20FKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 100 220 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJR79875',
 'year': 2019}
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520FKN%27 HTTP/1.1" 200 None
2026-03-28 11:26:00 [bca.uk] INFO: Saving data for YO68%20FKN: {'auction_closing_time': 1774854000.0, 'created_time': 1773933329.679489, 'last_price_update_time': 1774697160.353261}
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO68%2520FKN') HTTP/1.1" 204 0
2026-03-28 11:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15455a49-bc74-538f-be7a-6960d84ffcbe with identifier: OY64%20YEU
2026-03-28 11:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15455a49-bc74-538f-be7a-6960d84ffcbe with identifier: OY64%20YEU
2026-03-28 11:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15455a49-bc74-538f-be7a-6960d84ffcbe with identifier: OY64%20YEU to the API
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY64%20YEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15455a49-bc74-538f-be7a-6960d84ffcbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY64 YEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY64%20YEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220',
 'odometer': 115587,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 2.1 CDI SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'CDI SPORT DCT',
 'vin': 'WDD1173032N116286',
 'year': 2014}
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520YEU%27 HTTP/1.1" 200 None
2026-03-28 11:26:00 [bca.uk] INFO: Saving data for OY64%20YEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610183.410659, 'last_price_update_time': 1774697160.634834}
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY64%2520YEU') HTTP/1.1" 204 0
2026-03-28 11:26:00 [bca.uk] INFO: Found listing with ID: LL21%20UZP
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520UZP%27 HTTP/1.1" 200 None
2026-03-28 11:26:00 [bca.uk] INFO: Scrape type for LL21%20UZP: 0
2026-03-28 11:26:00 [bca.uk] INFO: Found listing with ID: OV72%20XVR
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520XVR%27 HTTP/1.1" 200 None
2026-03-28 11:26:00 [bca.uk] INFO: Scrape type for OV72%20XVR: 2
2026-03-28 11:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c91dc7-44ab-511b-a994-46409acd4858 with identifier: OV72%20XVR
2026-03-28 11:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68c91dc7-44ab-511b-a994-46409acd4858 with scrape type 2
2026-03-28 11:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68c91dc7-44ab-511b-a994-46409acd4858 with scrape type 2
2026-03-28 11:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68c91dc7-44ab-511b-a994-46409acd4858, identifier: OV72%20XVR
2026-03-28 11:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1016a67-91a6-53fb-aeed-fe81ee8a7155 with identifier: LN24%20RCU
2026-03-28 11:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1016a67-91a6-53fb-aeed-fe81ee8a7155 with identifier: LN24%20RCU
2026-03-28 11:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1016a67-91a6-53fb-aeed-fe81ee8a7155 with identifier: LN24%20RCU to the API
2026-03-28 11:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1016a67-91a6-53fb-aeed-fe81ee8a7155',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA ST',
 'odometer': 12814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA ST 1.2 T 130 GS Estate',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKFRHNS5R1017101',
 'year': 2024}
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RCU%27 HTTP/1.1" 200 None
2026-03-28 11:26:01 [bca.uk] INFO: Saving data for LN24%20RCU: {'auction_closing_time': 1775124000.0, 'created_time': 1774609911.762973, 'last_price_update_time': 1774697161.127803}
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RCU') HTTP/1.1" 204 0
2026-03-28 11:26:01 [bca.uk] INFO: Found listing with ID: WM21%20ZFV
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM21%2520ZFV%27 HTTP/1.1" 200 None
2026-03-28 11:26:01 [bca.uk] INFO: Scrape type for WM21%20ZFV: 2
2026-03-28 11:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f3666da-2514-5a71-894c-eddcb83ea779 with identifier: WM21%20ZFV
2026-03-28 11:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f3666da-2514-5a71-894c-eddcb83ea779 with scrape type 2
2026-03-28 11:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f3666da-2514-5a71-894c-eddcb83ea779 with scrape type 2
2026-03-28 11:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f3666da-2514-5a71-894c-eddcb83ea779, identifier: WM21%20ZFV
2026-03-28 11:26:01 [bca.uk] INFO: Found listing with ID: LM69%20OAH
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM69%2520OAH%27 HTTP/1.1" 200 None
2026-03-28 11:26:01 [bca.uk] INFO: Scrape type for LM69%20OAH: 2
2026-03-28 11:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c519284a-6ff7-585a-a2ea-199e525c59d2 with identifier: LM69%20OAH
2026-03-28 11:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c519284a-6ff7-585a-a2ea-199e525c59d2 with scrape type 2
2026-03-28 11:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c519284a-6ff7-585a-a2ea-199e525c59d2 with scrape type 2
2026-03-28 11:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c519284a-6ff7-585a-a2ea-199e525c59d2, identifier: LM69%20OAH
2026-03-28 11:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68c91dc7-44ab-511b-a994-46409acd4858 with identifier: OV72%20XVR
2026-03-28 11:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68c91dc7-44ab-511b-a994-46409acd4858 with identifier: OV72%20XVR
2026-03-28 11:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68c91dc7-44ab-511b-a994-46409acd4858 with identifier: OV72%20XVR to the API
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 257,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV72%20XVR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68c91dc7-44ab-511b-a994-46409acd4858',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV72 XVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV72%20XVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MAN',
 'model': 'TGE 3 FWD',
 'odometer': 107997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAN TGE 3 FWD 2.0 TDI 140 LWB Luton',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB',
 'vin': 'WMA08VUZ9P9003518',
 'year': 2022}
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520XVR%27 HTTP/1.1" 200 None
2026-03-28 11:26:01 [bca.uk] INFO: Saving data for OV72%20XVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774437445.541025, 'last_price_update_time': 1774697161.761212}
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV72%2520XVR') HTTP/1.1" 204 0
2026-03-28 11:26:01 [bca.uk] INFO: Found listing with ID: MA74%20KJV
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520KJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:01 [bca.uk] INFO: Scrape type for MA74%20KJV: 2
2026-03-28 11:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1 with identifier: MA74%20KJV
2026-03-28 11:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1 with scrape type 2
2026-03-28 11:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1 with scrape type 2
2026-03-28 11:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1, identifier: MA74%20KJV
2026-03-28 11:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f3666da-2514-5a71-894c-eddcb83ea779 with identifier: WM21%20ZFV
2026-03-28 11:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f3666da-2514-5a71-894c-eddcb83ea779 with identifier: WM21%20ZFV
2026-03-28 11:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f3666da-2514-5a71-894c-eddcb83ea779 with identifier: WM21%20ZFV to the API
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 278,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM21%20ZFV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f3666da-2514-5a71-894c-eddcb83ea779',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM21 ZFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM21%20ZFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 144608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMM51144',
 'year': 2021}
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM21%2520ZFV%27 HTTP/1.1" 200 None
2026-03-28 11:26:02 [bca.uk] INFO: Saving data for WM21%20ZFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610290.065348, 'last_price_update_time': 1774697162.215852}
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM21%2520ZFV') HTTP/1.1" 204 0
2026-03-28 11:26:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c519284a-6ff7-585a-a2ea-199e525c59d2 with identifier: LM69%20OAH
2026-03-28 11:26:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c519284a-6ff7-585a-a2ea-199e525c59d2 with identifier: LM69%20OAH
2026-03-28 11:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c519284a-6ff7-585a-a2ea-199e525c59d2 with identifier: LM69%20OAH to the API
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 72,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM69%20OAH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c519284a-6ff7-585a-a2ea-199e525c59d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM69 OAH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM69%20OAH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER LWB',
 'odometer': 53677,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER LWB 2.0 P400E AUTOBIOGRAPHY StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AUTOBIOGRAPHY',
 'vin': 'SALGA3AYXLA583721',
 'year': 2019}
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM69%2520OAH%27 HTTP/1.1" 200 None
2026-03-28 11:26:02 [bca.uk] INFO: Saving data for LM69%20OAH: {'auction_closing_time': 1774864800.0, 'created_time': 1774610227.549604, 'last_price_update_time': 1774697162.531789}
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM69%2520OAH') HTTP/1.1" 204 0
2026-03-28 11:26:02 [bca.uk] INFO: Found listing with ID: KU68%20WTW
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520WTW%27 HTTP/1.1" 200 None
2026-03-28 11:26:02 [bca.uk] INFO: Scrape type for KU68%20WTW: 2
2026-03-28 11:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691075da-1ad4-5541-9728-c7be91ae182b with identifier: KU68%20WTW
2026-03-28 11:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691075da-1ad4-5541-9728-c7be91ae182b with scrape type 2
2026-03-28 11:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691075da-1ad4-5541-9728-c7be91ae182b with scrape type 2
2026-03-28 11:26:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691075da-1ad4-5541-9728-c7be91ae182b, identifier: KU68%20WTW
2026-03-28 11:26:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1 with identifier: MA74%20KJV
2026-03-28 11:26:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1 with identifier: MA74%20KJV
2026-03-28 11:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1 with identifier: MA74%20KJV to the API
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6f2bcf3e-7c2b-5217-9f45-fbe6d0da4ce1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA74 KJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA74%20KJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 26556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.6 E-T FHEV 145 ESPRIT ALPINE Hatchback',
 'transmission': 'automatic',
 'trim': 'E-T FHEV 145 ESPRIT ALPINE',
 'vin': 'VF1RJA00473426761',
 'year': 2024}
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520KJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:02 [bca.uk] INFO: Saving data for MA74%20KJV: {'auction_closing_time': 1775124000.0, 'created_time': 1774609928.609137, 'last_price_update_time': 1774697162.971395}
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA74%2520KJV') HTTP/1.1" 204 0
2026-03-28 11:26:03 [bca.uk] INFO: Found listing with ID: DY22%20HLN
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HLN%27 HTTP/1.1" 200 None
2026-03-28 11:26:03 [bca.uk] INFO: Scrape type for DY22%20HLN: 2
2026-03-28 11:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0 with identifier: DY22%20HLN
2026-03-28 11:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0 with scrape type 2
2026-03-28 11:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0 with scrape type 2
2026-03-28 11:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0, identifier: DY22%20HLN
2026-03-28 11:26:03 [bca.uk] INFO: Found listing with ID: YH17%20LVA
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH17%2520LVA%27 HTTP/1.1" 200 None
2026-03-28 11:26:03 [bca.uk] INFO: Scrape type for YH17%20LVA: 2
2026-03-28 11:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0c63813-c2cb-560f-ba9c-f5ac417adc96 with identifier: YH17%20LVA
2026-03-28 11:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0c63813-c2cb-560f-ba9c-f5ac417adc96 with scrape type 2
2026-03-28 11:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0c63813-c2cb-560f-ba9c-f5ac417adc96 with scrape type 2
2026-03-28 11:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0c63813-c2cb-560f-ba9c-f5ac417adc96, identifier: YH17%20LVA
2026-03-28 11:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691075da-1ad4-5541-9728-c7be91ae182b with identifier: KU68%20WTW
2026-03-28 11:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691075da-1ad4-5541-9728-c7be91ae182b with identifier: KU68%20WTW
2026-03-28 11:26:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 691075da-1ad4-5541-9728-c7be91ae182b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU68%20WTW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '691075da-1ad4-5541-9728-c7be91ae182b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU68 WTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU68%20WTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 61261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 SI4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SI4 240 HSE',
 'vin': 'SALCA2AX5KH779359',
 'year': 2018}
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520WTW%27 HTTP/1.1" 200 None
2026-03-28 11:26:03 [bca.uk] INFO: Saving data for KU68%20WTW: {'auction_closing_time': 1774692000.0, 'created_time': 1774610347.581542, 'last_price_update_time': 1774697163.381468}
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU68%2520WTW') HTTP/1.1" 204 0
2026-03-28 11:26:03 [bca.uk] INFO: Found listing with ID: PO19%20XXU
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XXU%27 HTTP/1.1" 200 None
2026-03-28 11:26:03 [bca.uk] INFO: Scrape type for PO19%20XXU: 2
2026-03-28 11:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9adaf85e-78ed-576c-a6c2-a43394fee75c with identifier: PO19%20XXU
2026-03-28 11:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9adaf85e-78ed-576c-a6c2-a43394fee75c with scrape type 2
2026-03-28 11:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9adaf85e-78ed-576c-a6c2-a43394fee75c with scrape type 2
2026-03-28 11:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9adaf85e-78ed-576c-a6c2-a43394fee75c, identifier: PO19%20XXU
2026-03-28 11:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0 with identifier: DY22%20HLN
2026-03-28 11:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0 with identifier: DY22%20HLN
2026-03-28 11:26:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70e2c890-2853-5b4f-86e1-9fb54e3fd8d0 with identifier: DY22%20HLN to the API
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY22%20HLN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '70e2c890-2853-5b4f-86e1-9fb54e3fd8d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY22 HLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY22%20HLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 43411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUMU141906',
 'year': 2022}
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HLN%27 HTTP/1.1" 200 None
2026-03-28 11:26:03 [bca.uk] INFO: Saving data for DY22%20HLN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610308.473457, 'last_price_update_time': 1774697163.814749}
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY22%2520HLN') HTTP/1.1" 204 0
2026-03-28 11:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0c63813-c2cb-560f-ba9c-f5ac417adc96 with identifier: YH17%20LVA
2026-03-28 11:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0c63813-c2cb-560f-ba9c-f5ac417adc96 with identifier: YH17%20LVA
2026-03-28 11:26:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0c63813-c2cb-560f-ba9c-f5ac417adc96 with identifier: YH17%20LVA to the API
2026-03-28 11:26:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH17%20LVA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0c63813-c2cb-560f-ba9c-f5ac417adc96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH17 LVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH17%20LVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 65595,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 262 BMT R LINE PLUS TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE PLUS TIP',
 'vin': 'WVGZZZ7PZHD020730',
 'year': 2017}
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH17%2520LVA%27 HTTP/1.1" 200 None
2026-03-28 11:26:04 [bca.uk] INFO: Saving data for YH17%20LVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610229.088287, 'last_price_update_time': 1774697164.134313}
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH17%2520LVA') HTTP/1.1" 204 0
2026-03-28 11:26:04 [bca.uk] INFO: Found listing with ID: LG64%20YHY
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520YHY%27 HTTP/1.1" 200 None
2026-03-28 11:26:04 [bca.uk] INFO: Scrape type for LG64%20YHY: 0
2026-03-28 11:26:04 [bca.uk] INFO: Found listing with ID: CV22%20VOG
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520VOG%27 HTTP/1.1" 200 None
2026-03-28 11:26:04 [bca.uk] INFO: Scrape type for CV22%20VOG: 2
2026-03-28 11:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8352042-8c9a-53c8-aa9f-24bcdd7d9022 with identifier: CV22%20VOG
2026-03-28 11:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8352042-8c9a-53c8-aa9f-24bcdd7d9022 with scrape type 2
2026-03-28 11:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8352042-8c9a-53c8-aa9f-24bcdd7d9022 with scrape type 2
2026-03-28 11:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8352042-8c9a-53c8-aa9f-24bcdd7d9022, identifier: CV22%20VOG
2026-03-28 11:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9adaf85e-78ed-576c-a6c2-a43394fee75c with identifier: PO19%20XXU
2026-03-28 11:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9adaf85e-78ed-576c-a6c2-a43394fee75c with identifier: PO19%20XXU
2026-03-28 11:26:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9adaf85e-78ed-576c-a6c2-a43394fee75c with identifier: PO19%20XXU to the API
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20XXU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9adaf85e-78ed-576c-a6c2-a43394fee75c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 XXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20XXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 62907,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.3 TCE 140 ICONIC MPV',
 'transmission': 'manual',
 'trim': 'TCE 140 ICONIC',
 'vin': 'VF1RFA00362667457',
 'year': 2019}
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XXU%27 HTTP/1.1" 200 None
2026-03-28 11:26:04 [bca.uk] INFO: Saving data for PO19%20XXU: {'auction_closing_time': 1775124000.0, 'created_time': 1774609929.053381, 'last_price_update_time': 1774697164.682741}
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520XXU') HTTP/1.1" 204 0
2026-03-28 11:26:04 [bca.uk] INFO: Found listing with ID: FE71%20ZHB
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520ZHB%27 HTTP/1.1" 200 None
2026-03-28 11:26:04 [bca.uk] INFO: Scrape type for FE71%20ZHB: 2
2026-03-28 11:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc135b9f-ae19-53ae-9aee-0f08f1f7bada with identifier: FE71%20ZHB
2026-03-28 11:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc135b9f-ae19-53ae-9aee-0f08f1f7bada with scrape type 2
2026-03-28 11:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc135b9f-ae19-53ae-9aee-0f08f1f7bada with scrape type 2
2026-03-28 11:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc135b9f-ae19-53ae-9aee-0f08f1f7bada, identifier: FE71%20ZHB
2026-03-28 11:26:04 [bca.uk] INFO: Found listing with ID: YT24%20RJJ
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT24%2520RJJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:04 [bca.uk] INFO: Scrape type for YT24%20RJJ: 2
2026-03-28 11:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60a62a74-f0a6-5e8a-9d04-d1817127080c with identifier: YT24%20RJJ
2026-03-28 11:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60a62a74-f0a6-5e8a-9d04-d1817127080c with scrape type 2
2026-03-28 11:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60a62a74-f0a6-5e8a-9d04-d1817127080c with scrape type 2
2026-03-28 11:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60a62a74-f0a6-5e8a-9d04-d1817127080c, identifier: YT24%20RJJ
2026-03-28 11:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8352042-8c9a-53c8-aa9f-24bcdd7d9022 with identifier: CV22%20VOG
2026-03-28 11:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8352042-8c9a-53c8-aa9f-24bcdd7d9022 with identifier: CV22%20VOG
2026-03-28 11:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8352042-8c9a-53c8-aa9f-24bcdd7d9022 with identifier: CV22%20VOG to the API
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a8352042-8c9a-53c8-aa9f-24bcdd7d9022',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV22 VOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV22%20VOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'E-EXPERT 1000',
 'odometer': 15975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-EXPERT 1000 100KW 75KWH STD.PROFESSIONAL CrewCab Van',
 'transmission': 'automatic',
 'trim': '100KW 75KWH STD.PROFESSIONAL',
 'vin': 'VF3V1ZKXZNZ028806',
 'year': 2022}
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520VOG%27 HTTP/1.1" 200 None
2026-03-28 11:26:05 [bca.uk] INFO: Saving data for CV22%20VOG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610340.230453, 'last_price_update_time': 1774697165.264529}
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV22%2520VOG') HTTP/1.1" 204 0
2026-03-28 11:26:05 [bca.uk] INFO: Found listing with ID: SH15%20ESF
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH15%2520ESF%27 HTTP/1.1" 200 None
2026-03-28 11:26:05 [bca.uk] INFO: Scrape type for SH15%20ESF: 2
2026-03-28 11:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f99a176-26c9-551c-b935-e998beb1de23 with identifier: SH15%20ESF
2026-03-28 11:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f99a176-26c9-551c-b935-e998beb1de23 with scrape type 2
2026-03-28 11:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f99a176-26c9-551c-b935-e998beb1de23 with scrape type 2
2026-03-28 11:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f99a176-26c9-551c-b935-e998beb1de23, identifier: SH15%20ESF
2026-03-28 11:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc135b9f-ae19-53ae-9aee-0f08f1f7bada with identifier: FE71%20ZHB
2026-03-28 11:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc135b9f-ae19-53ae-9aee-0f08f1f7bada with identifier: FE71%20ZHB
2026-03-28 11:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc135b9f-ae19-53ae-9aee-0f08f1f7bada with identifier: FE71%20ZHB to the API
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE71%20ZHB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc135b9f-ae19-53ae-9aee-0f08f1f7bada',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE71 ZHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE71%20ZHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 74302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L2 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H3 LEADER',
 'vin': 'WF0EXXTTREMA28045',
 'year': 2021}
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520ZHB%27 HTTP/1.1" 200 None
2026-03-28 11:26:05 [bca.uk] INFO: Saving data for FE71%20ZHB: {'auction_closing_time': 1774951200.0, 'created_time': 1774610308.880176, 'last_price_update_time': 1774697165.777071}
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE71%2520ZHB') HTTP/1.1" 204 0
2026-03-28 11:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60a62a74-f0a6-5e8a-9d04-d1817127080c with identifier: YT24%20RJJ
2026-03-28 11:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60a62a74-f0a6-5e8a-9d04-d1817127080c with identifier: YT24%20RJJ
2026-03-28 11:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60a62a74-f0a6-5e8a-9d04-d1817127080c with identifier: YT24%20RJJ to the API
2026-03-28 11:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT24%20RJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '60a62a74-f0a6-5e8a-9d04-d1817127080c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT24 RJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT24%20RJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 20228,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH MOTION (11KC)',
 'vin': 'JTMAABAA20A026954',
 'year': 2024}
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT24%2520RJJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:06 [bca.uk] INFO: Saving data for YT24%20RJJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610181.788018, 'last_price_update_time': 1774697166.169322}
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT24%2520RJJ') HTTP/1.1" 204 0
2026-03-28 11:26:06 [bca.uk] INFO: Found listing with ID: LF15%20RNU
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520RNU%27 HTTP/1.1" 200 None
2026-03-28 11:26:06 [bca.uk] INFO: Scrape type for LF15%20RNU: 0
2026-03-28 11:26:06 [bca.uk] INFO: Found listing with ID: YY69%20VTZ
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520VTZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:06 [bca.uk] INFO: Scrape type for YY69%20VTZ: 0
2026-03-28 11:26:06 [bca.uk] INFO: Found listing with ID: KP18%20BVS
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520BVS%27 HTTP/1.1" 200 None
2026-03-28 11:26:06 [bca.uk] INFO: Scrape type for KP18%20BVS: 2
2026-03-28 11:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2839b3dc-d713-5106-a081-33f90089c8a0 with identifier: KP18%20BVS
2026-03-28 11:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2839b3dc-d713-5106-a081-33f90089c8a0 with scrape type 2
2026-03-28 11:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2839b3dc-d713-5106-a081-33f90089c8a0 with scrape type 2
2026-03-28 11:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2839b3dc-d713-5106-a081-33f90089c8a0, identifier: KP18%20BVS
2026-03-28 11:26:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f99a176-26c9-551c-b935-e998beb1de23 with identifier: SH15%20ESF
2026-03-28 11:26:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f99a176-26c9-551c-b935-e998beb1de23 with identifier: SH15%20ESF
2026-03-28 11:26:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f99a176-26c9-551c-b935-e998beb1de23 with identifier: SH15%20ESF to the API
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH15%20ESF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f99a176-26c9-551c-b935-e998beb1de23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH15 ESF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH15%20ESF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 82319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 1.5 T E/B 160 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'T E/B 160 ZETEC',
 'vin': 'WF0EXXWPCEFE85449',
 'year': 2015}
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH15%2520ESF%27 HTTP/1.1" 200 None
2026-03-28 11:26:06 [bca.uk] INFO: Saving data for SH15%20ESF: {'auction_closing_time': 1775124000.0, 'created_time': 1774609910.545827, 'last_price_update_time': 1774697166.751097}
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH15%2520ESF') HTTP/1.1" 204 0
2026-03-28 11:26:06 [bca.uk] INFO: Found listing with ID: GP56%20XRW
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP56%2520XRW%27 HTTP/1.1" 200 None
2026-03-28 11:26:06 [bca.uk] INFO: Scrape type for GP56%20XRW: 2
2026-03-28 11:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb745bce-cddc-5151-8d21-38b6679970ea with identifier: GP56%20XRW
2026-03-28 11:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb745bce-cddc-5151-8d21-38b6679970ea with scrape type 2
2026-03-28 11:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb745bce-cddc-5151-8d21-38b6679970ea with scrape type 2
2026-03-28 11:26:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb745bce-cddc-5151-8d21-38b6679970ea, identifier: GP56%20XRW
2026-03-28 11:26:07 [bca.uk] INFO: Found listing with ID: EJ19%20GZB
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520GZB%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Scrape type for EJ19%20GZB: 2
2026-03-28 11:26:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08d474a-ad75-5f27-b90b-10a5ff443c09 with identifier: EJ19%20GZB
2026-03-28 11:26:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08d474a-ad75-5f27-b90b-10a5ff443c09 with scrape type 2
2026-03-28 11:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a08d474a-ad75-5f27-b90b-10a5ff443c09 with scrape type 2
2026-03-28 11:26:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a08d474a-ad75-5f27-b90b-10a5ff443c09, identifier: EJ19%20GZB
2026-03-28 11:26:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2839b3dc-d713-5106-a081-33f90089c8a0 with identifier: KP18%20BVS
2026-03-28 11:26:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2839b3dc-d713-5106-a081-33f90089c8a0 with identifier: KP18%20BVS
2026-03-28 11:26:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2839b3dc-d713-5106-a081-33f90089c8a0 with identifier: KP18%20BVS to the API
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP18%20BVS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2839b3dc-d713-5106-a081-33f90089c8a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP18 BVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP18%20BVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 79512,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A428392',
 'year': 2018}
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520BVS%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Saving data for KP18%20BVS: {'auction_closing_time': 1774951200.0, 'created_time': 1774523450.405585, 'last_price_update_time': 1774697167.473758}
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP18%2520BVS') HTTP/1.1" 204 0
2026-03-28 11:26:07 [bca.uk] INFO: Found listing with ID: YD20%20LRV
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520LRV%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Scrape type for YD20%20LRV: 0
2026-03-28 11:26:07 [bca.uk] INFO: Found listing with ID: RJ69%20GGF
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520GGF%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Scrape type for RJ69%20GGF: 0
2026-03-28 11:26:07 [bca.uk] INFO: Found listing with ID: HJ18%20HXE
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ18%2520HXE%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Scrape type for HJ18%20HXE: 0
2026-03-28 11:26:07 [bca.uk] INFO: Found listing with ID: LP67%20VZJ
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520VZJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Scrape type for LP67%20VZJ: 0
2026-03-28 11:26:07 [bca.uk] INFO: Found listing with ID: HK21%20BWB
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520BWB%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Scrape type for HK21%20BWB: 2
2026-03-28 11:26:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f99a6d46-8537-5168-a06c-fbede8a62814 with identifier: HK21%20BWB
2026-03-28 11:26:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f99a6d46-8537-5168-a06c-fbede8a62814 with scrape type 2
2026-03-28 11:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f99a6d46-8537-5168-a06c-fbede8a62814 with scrape type 2
2026-03-28 11:26:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f99a6d46-8537-5168-a06c-fbede8a62814, identifier: HK21%20BWB
2026-03-28 11:26:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb745bce-cddc-5151-8d21-38b6679970ea with identifier: GP56%20XRW
2026-03-28 11:26:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb745bce-cddc-5151-8d21-38b6679970ea with identifier: GP56%20XRW
2026-03-28 11:26:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb745bce-cddc-5151-8d21-38b6679970ea with identifier: GP56%20XRW to the API
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP56%20XRW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb745bce-cddc-5151-8d21-38b6679970ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP56 XRW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP56%20XRW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 92235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 DESIGN 16V Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN 16V',
 'vin': 'W0L0SDL6874153794',
 'year': 2007}
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP56%2520XRW%27 HTTP/1.1" 200 None
2026-03-28 11:26:07 [bca.uk] INFO: Saving data for GP56%20XRW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610310.515491, 'last_price_update_time': 1774697167.985698}
2026-03-28 11:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP56%2520XRW') HTTP/1.1" 204 0
2026-03-28 11:26:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a08d474a-ad75-5f27-b90b-10a5ff443c09 with identifier: EJ19%20GZB
2026-03-28 11:26:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a08d474a-ad75-5f27-b90b-10a5ff443c09 with identifier: EJ19%20GZB
2026-03-28 11:26:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a08d474a-ad75-5f27-b90b-10a5ff443c09 with identifier: EJ19%20GZB to the API
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ19%20GZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a08d474a-ad75-5f27-b90b-10a5ff443c09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ19 GZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ19%20GZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E63 AMG',
 'odometer': 65028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E63 AMG 4.0 S 4M+ MCT Saloon',
 'transmission': 'automatic',
 'trim': 'S 4M+ MCT',
 'vin': 'WDD2130892A633855',
 'year': 2019}
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520GZB%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Saving data for EJ19%20GZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774610207.066507, 'last_price_update_time': 1774697168.280141}
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ19%2520GZB') HTTP/1.1" 204 0
2026-03-28 11:26:08 [bca.uk] INFO: Found listing with ID: SA22%20HSZ
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA22%2520HSZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Scrape type for SA22%20HSZ: 0
2026-03-28 11:26:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f99a6d46-8537-5168-a06c-fbede8a62814 with identifier: HK21%20BWB
2026-03-28 11:26:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f99a6d46-8537-5168-a06c-fbede8a62814 with identifier: HK21%20BWB
2026-03-28 11:26:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f99a6d46-8537-5168-a06c-fbede8a62814 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK21%20BWB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f99a6d46-8537-5168-a06c-fbede8a62814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK21 BWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK21%20BWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ALFA ROMEO',
 'model': 'GIULIA',
 'odometer': 69144,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIA 2.0 TB 280 VELOCE Saloon',
 'transmission': 'automatic',
 'trim': 'TB 280 VELOCE',
 'vin': 'ZAREAELN1M7647064',
 'year': 2021}
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520BWB%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Saving data for HK21%20BWB: {'auction_closing_time': 1774692000.0, 'created_time': 1774609925.05817, 'last_price_update_time': 1774697168.351158}
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK21%2520BWB') HTTP/1.1" 204 0
2026-03-28 11:26:08 [bca.uk] INFO: Found listing with ID: WV23%20YDM
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Scrape type for WV23%20YDM: 2
2026-03-28 11:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 998a1738-6bce-5ffc-9dfa-051464b6a3ab with identifier: WV23%20YDM
2026-03-28 11:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 998a1738-6bce-5ffc-9dfa-051464b6a3ab with scrape type 2
2026-03-28 11:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 998a1738-6bce-5ffc-9dfa-051464b6a3ab with scrape type 2
2026-03-28 11:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 998a1738-6bce-5ffc-9dfa-051464b6a3ab, identifier: WV23%20YDM
2026-03-28 11:26:08 [bca.uk] INFO: Found listing with ID: WP66%20MFV
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520MFV%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Scrape type for WP66%20MFV: 0
2026-03-28 11:26:08 [bca.uk] INFO: Found listing with ID: VX63%20BLK
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520BLK%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Scrape type for VX63%20BLK: 0
2026-03-28 11:26:08 [bca.uk] INFO: Found listing with ID: GY72%20CWN
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520CWN%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Scrape type for GY72%20CWN: 2
2026-03-28 11:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda1af8e-78f0-52d0-96e9-917e3f730e73 with identifier: GY72%20CWN
2026-03-28 11:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda1af8e-78f0-52d0-96e9-917e3f730e73 with scrape type 2
2026-03-28 11:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda1af8e-78f0-52d0-96e9-917e3f730e73 with scrape type 2
2026-03-28 11:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fda1af8e-78f0-52d0-96e9-917e3f730e73, identifier: GY72%20CWN
2026-03-28 11:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:26:08 [bca.uk] INFO: Found listing with ID: PN59%20LKF
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520LKF%27 HTTP/1.1" 200 None
2026-03-28 11:26:08 [bca.uk] INFO: Scrape type for PN59%20LKF: 2
2026-03-28 11:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973e4853-b767-5c70-9746-7f672e012b74 with identifier: PN59%20LKF
2026-03-28 11:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973e4853-b767-5c70-9746-7f672e012b74 with scrape type 2
2026-03-28 11:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973e4853-b767-5c70-9746-7f672e012b74 with scrape type 2
2026-03-28 11:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 973e4853-b767-5c70-9746-7f672e012b74, identifier: PN59%20LKF
2026-03-28 11:26:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 998a1738-6bce-5ffc-9dfa-051464b6a3ab with identifier: WV23%20YDM
2026-03-28 11:26:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 998a1738-6bce-5ffc-9dfa-051464b6a3ab with identifier: WV23%20YDM
2026-03-28 11:26:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 998a1738-6bce-5ffc-9dfa-051464b6a3ab with identifier: WV23%20YDM to the API
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20YDM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '998a1738-6bce-5ffc-9dfa-051464b6a3ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV23 YDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20YDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 91944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS4PC755616',
 'year': 2023}
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Saving data for WV23%20YDM: {'auction_closing_time': 1774864800.0, 'created_time': 1774610310.906364, 'last_price_update_time': 1774697169.024807}
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520YDM') HTTP/1.1" 204 0
2026-03-28 11:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fda1af8e-78f0-52d0-96e9-917e3f730e73 with identifier: GY72%20CWN
2026-03-28 11:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fda1af8e-78f0-52d0-96e9-917e3f730e73 with identifier: GY72%20CWN
2026-03-28 11:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fda1af8e-78f0-52d0-96e9-917e3f730e73 with identifier: GY72%20CWN to the API
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY72%20CWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fda1af8e-78f0-52d0-96e9-917e3f730e73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY72 CWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY72%20CWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 39777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE',
 'vin': 'WVGZZZE2ZNP069776',
 'year': 2022}
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520CWN%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Saving data for GY72%20CWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610171.031256, 'last_price_update_time': 1774697169.393277}
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520CWN') HTTP/1.1" 204 0
2026-03-28 11:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 973e4853-b767-5c70-9746-7f672e012b74 with identifier: PN59%20LKF
2026-03-28 11:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 973e4853-b767-5c70-9746-7f672e012b74 with identifier: PN59%20LKF
2026-03-28 11:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 973e4853-b767-5c70-9746-7f672e012b74 with identifier: PN59%20LKF to the API
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 292,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN59%20LKF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '973e4853-b767-5c70-9746-7f672e012b74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN59 LKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN59%20LKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'XKR',
 'odometer': 90455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XKR 5.0 V8 SUPERCHARGED Coupe',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED',
 'vin': 'SAJAC43R9AMB35800',
 'year': 2009}
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520LKF%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Saving data for PN59%20LKF: {'auction_closing_time': 1774951200.0, 'created_time': 1774609925.8668, 'last_price_update_time': 1774697169.711994}
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN59%2520LKF') HTTP/1.1" 204 0
2026-03-28 11:26:09 [bca.uk] INFO: Found listing with ID: SF11%20CJO
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF11%2520CJO%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Scrape type for SF11%20CJO: 2
2026-03-28 11:26:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d8a93d-57c3-549c-9a53-96a4143e3a4a with identifier: SF11%20CJO
2026-03-28 11:26:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d8a93d-57c3-549c-9a53-96a4143e3a4a with scrape type 2
2026-03-28 11:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77d8a93d-57c3-549c-9a53-96a4143e3a4a with scrape type 2
2026-03-28 11:26:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77d8a93d-57c3-549c-9a53-96a4143e3a4a, identifier: SF11%20CJO
2026-03-28 11:26:09 [bca.uk] INFO: Found listing with ID: AO17%20ZBJ
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Scrape type for AO17%20ZBJ: 0
2026-03-28 11:26:09 [bca.uk] INFO: Found listing with ID: OU63%20XGP
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520XGP%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Scrape type for OU63%20XGP: 0
2026-03-28 11:26:09 [bca.uk] INFO: Found listing with ID: BT71%20EPC
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520EPC%27 HTTP/1.1" 200 None
2026-03-28 11:26:09 [bca.uk] INFO: Scrape type for BT71%20EPC: 2
2026-03-28 11:26:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc5e31dd-cb49-5082-bb62-1850a003e37e with identifier: BT71%20EPC
2026-03-28 11:26:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5e31dd-cb49-5082-bb62-1850a003e37e with scrape type 2
2026-03-28 11:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc5e31dd-cb49-5082-bb62-1850a003e37e with scrape type 2
2026-03-28 11:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc5e31dd-cb49-5082-bb62-1850a003e37e, identifier: BT71%20EPC
2026-03-28 11:26:10 [bca.uk] INFO: Found listing with ID: GL21%20OMZ
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520OMZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:10 [bca.uk] INFO: Scrape type for GL21%20OMZ: 2
2026-03-28 11:26:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb6e616d-e66f-5d4d-b135-20856361ee4d with identifier: GL21%20OMZ
2026-03-28 11:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb6e616d-e66f-5d4d-b135-20856361ee4d with scrape type 2
2026-03-28 11:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb6e616d-e66f-5d4d-b135-20856361ee4d with scrape type 2
2026-03-28 11:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb6e616d-e66f-5d4d-b135-20856361ee4d, identifier: GL21%20OMZ
2026-03-28 11:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77d8a93d-57c3-549c-9a53-96a4143e3a4a with identifier: SF11%20CJO
2026-03-28 11:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77d8a93d-57c3-549c-9a53-96a4143e3a4a with identifier: SF11%20CJO
2026-03-28 11:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77d8a93d-57c3-549c-9a53-96a4143e3a4a with identifier: SF11%20CJO to the API
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF11%20CJO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77d8a93d-57c3-549c-9a53-96a4143e3a4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF11 CJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF11%20CJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'INFINITI',
 'model': 'FX',
 'odometer': 74589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'INFINITI FX 3.0 D S StationWagon',
 'transmission': 'automatic',
 'trim': 'D S',
 'vin': 'JN1TDNS51U0450201',
 'year': 2011}
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF11%2520CJO%27 HTTP/1.1" 200 None
2026-03-28 11:26:10 [bca.uk] INFO: Saving data for SF11%20CJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774016937.880473, 'last_price_update_time': 1774697170.406962}
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF11%2520CJO') HTTP/1.1" 204 0
2026-03-28 11:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc5e31dd-cb49-5082-bb62-1850a003e37e with identifier: BT71%20EPC
2026-03-28 11:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc5e31dd-cb49-5082-bb62-1850a003e37e with identifier: BT71%20EPC
2026-03-28 11:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc5e31dd-cb49-5082-bb62-1850a003e37e with identifier: BT71%20EPC to the API
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT71%20EPC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc5e31dd-cb49-5082-bb62-1850a003e37e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT71 EPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT71%20EPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 100848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 48V MHD 2WD PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 48V MHD 2WD PREMIUM DCT',
 'vin': 'TMAJD81BVMJ134123',
 'year': 2021}
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520EPC%27 HTTP/1.1" 200 None
2026-03-28 11:26:10 [bca.uk] INFO: Saving data for BT71%20EPC: {'auction_closing_time': 1774864800.0, 'created_time': 1774610211.88314, 'last_price_update_time': 1774697170.739202}
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT71%2520EPC') HTTP/1.1" 204 0
2026-03-28 11:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb6e616d-e66f-5d4d-b135-20856361ee4d with identifier: GL21%20OMZ
2026-03-28 11:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb6e616d-e66f-5d4d-b135-20856361ee4d with identifier: GL21%20OMZ
2026-03-28 11:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb6e616d-e66f-5d4d-b135-20856361ee4d with identifier: GL21%20OMZ to the API
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 68,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20OMZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fb6e616d-e66f-5d4d-b135-20856361ee4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 OMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20OMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 47056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 1.0 PHEV 126 340 SWB LIMITED L/R PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 126 340 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGHMJ86084',
 'year': 2021}
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520OMZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Saving data for GL21%20OMZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609926.266191, 'last_price_update_time': 1774697171.110709}
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520OMZ') HTTP/1.1" 204 0
2026-03-28 11:26:11 [bca.uk] INFO: Found listing with ID: CK12%20VEB
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VEB%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Scrape type for CK12%20VEB: 0
2026-03-28 11:26:11 [bca.uk] INFO: Found listing with ID: YD59%20BLX
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD59%2520BLX%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Scrape type for YD59%20BLX: 0
2026-03-28 11:26:11 [bca.uk] INFO: Found listing with ID: BN64%20ACJ
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520ACJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Scrape type for BN64%20ACJ: 2
2026-03-28 11:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4956d1fb-8e16-5f50-8198-b6770672b784 with identifier: BN64%20ACJ
2026-03-28 11:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4956d1fb-8e16-5f50-8198-b6770672b784 with scrape type 2
2026-03-28 11:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4956d1fb-8e16-5f50-8198-b6770672b784 with scrape type 2
2026-03-28 11:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4956d1fb-8e16-5f50-8198-b6770672b784, identifier: BN64%20ACJ
2026-03-28 11:26:11 [bca.uk] INFO: Found listing with ID: OW18%20MLY
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW18%2520MLY%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Scrape type for OW18%20MLY: 2
2026-03-28 11:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e18938-c58c-5efd-bfb3-04b5efa52d66 with identifier: OW18%20MLY
2026-03-28 11:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e18938-c58c-5efd-bfb3-04b5efa52d66 with scrape type 2
2026-03-28 11:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e18938-c58c-5efd-bfb3-04b5efa52d66 with scrape type 2
2026-03-28 11:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e18938-c58c-5efd-bfb3-04b5efa52d66, identifier: OW18%20MLY
2026-03-28 11:26:11 [scrapy.extensions.logstats] INFO: Crawled 267 pages (at 3 pages/min), scraped 1082 items (at 124 items/min)
2026-03-28 11:26:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:26:11 [bca.uk] INFO: Found listing with ID: RE22%20ECV
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520ECV%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Scrape type for RE22%20ECV: 0
2026-03-28 11:26:11 [bca.uk] INFO: Found listing with ID: YP22%20MUE
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520MUE%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Scrape type for YP22%20MUE: 2
2026-03-28 11:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9611d541-9134-54b4-be46-624bb834ce56 with identifier: YP22%20MUE
2026-03-28 11:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9611d541-9134-54b4-be46-624bb834ce56 with scrape type 2
2026-03-28 11:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9611d541-9134-54b4-be46-624bb834ce56 with scrape type 2
2026-03-28 11:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9611d541-9134-54b4-be46-624bb834ce56, identifier: YP22%20MUE
2026-03-28 11:26:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4956d1fb-8e16-5f50-8198-b6770672b784 with identifier: BN64%20ACJ
2026-03-28 11:26:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4956d1fb-8e16-5f50-8198-b6770672b784 with identifier: BN64%20ACJ
2026-03-28 11:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4956d1fb-8e16-5f50-8198-b6770672b784 with identifier: BN64%20ACJ to the API
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN64%20ACJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4956d1fb-8e16-5f50-8198-b6770672b784',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN64 ACJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN64%20ACJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 53869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA PREMIUM XTRONIC',
 'vin': 'SJNFBAF15U7048620',
 'year': 2014}
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520ACJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:11 [bca.uk] INFO: Saving data for BN64%20ACJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610299.250223, 'last_price_update_time': 1774697171.885611}
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN64%2520ACJ') HTTP/1.1" 204 0
2026-03-28 11:26:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e18938-c58c-5efd-bfb3-04b5efa52d66 with identifier: OW18%20MLY
2026-03-28 11:26:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e18938-c58c-5efd-bfb3-04b5efa52d66 with identifier: OW18%20MLY
2026-03-28 11:26:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64e18938-c58c-5efd-bfb3-04b5efa52d66 with identifier: OW18%20MLY to the API
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW18%20MLY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64e18938-c58c-5efd-bfb3-04b5efa52d66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW18 MLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW18%20MLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 74302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD6 258 HSE LUXURY',
 'vin': 'SALRA2AK9JA074652',
 'year': 2018}
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW18%2520MLY%27 HTTP/1.1" 200 None
2026-03-28 11:26:12 [bca.uk] INFO: Saving data for OW18%20MLY: {'auction_closing_time': 1774864800.0, 'created_time': 1774610198.590875, 'last_price_update_time': 1774697172.389596}
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW18%2520MLY') HTTP/1.1" 204 0
2026-03-28 11:26:12 [bca.uk] INFO: Total items found: 100
2026-03-28 11:26:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded
2026-03-28 11:26:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:26:12 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9611d541-9134-54b4-be46-624bb834ce56 with identifier: YP22%20MUE
2026-03-28 11:26:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9611d541-9134-54b4-be46-624bb834ce56 with identifier: YP22%20MUE
2026-03-28 11:26:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9611d541-9134-54b4-be46-624bb834ce56 with identifier: YP22%20MUE to the API
2026-03-28 11:26:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20MUE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9611d541-9134-54b4-be46-624bb834ce56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP22 MUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20MUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 61714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2774811',
 'year': 2022}
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520MUE%27 HTTP/1.1" 200 None
2026-03-28 11:26:13 [bca.uk] INFO: Saving data for YP22%20MUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774609922.293163, 'last_price_update_time': 1774697173.571863}
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520MUE') HTTP/1.1" 204 0
2026-03-28 11:26:13 [bca.uk] INFO: Found listing with ID: RO67%20FWG
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO67%2520FWG%27 HTTP/1.1" 200 None
2026-03-28 11:26:13 [bca.uk] INFO: Scrape type for RO67%20FWG: 2
2026-03-28 11:26:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308e514f-990e-5fd3-87ac-f905de3a7089 with identifier: RO67%20FWG
2026-03-28 11:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308e514f-990e-5fd3-87ac-f905de3a7089 with scrape type 2
2026-03-28 11:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 308e514f-990e-5fd3-87ac-f905de3a7089 with scrape type 2
2026-03-28 11:26:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 308e514f-990e-5fd3-87ac-f905de3a7089, identifier: RO67%20FWG
2026-03-28 11:26:13 [bca.uk] INFO: Found listing with ID: DP65%20OAA
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-28 11:26:13 [bca.uk] INFO: Scrape type for DP65%20OAA: 0
2026-03-28 11:26:13 [bca.uk] INFO: Found listing with ID: CX20%20OUA
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520OUA%27 HTTP/1.1" 200 None
2026-03-28 11:26:13 [bca.uk] INFO: Scrape type for CX20%20OUA: 2
2026-03-28 11:26:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ee6df6-cdd5-5396-8031-c308cabd8e06 with identifier: CX20%20OUA
2026-03-28 11:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ee6df6-cdd5-5396-8031-c308cabd8e06 with scrape type 2
2026-03-28 11:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98ee6df6-cdd5-5396-8031-c308cabd8e06 with scrape type 2
2026-03-28 11:26:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98ee6df6-cdd5-5396-8031-c308cabd8e06, identifier: CX20%20OUA
2026-03-28 11:26:13 [bca.uk] INFO: Found listing with ID: WF54%20KZD
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF54%2520KZD%27 HTTP/1.1" 200 None
2026-03-28 11:26:13 [bca.uk] INFO: Scrape type for WF54%20KZD: 0
2026-03-28 11:26:13 [bca.uk] INFO: Found listing with ID: CE18%20FZW
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520FZW%27 HTTP/1.1" 200 None
2026-03-28 11:26:13 [bca.uk] INFO: Scrape type for CE18%20FZW: 2
2026-03-28 11:26:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2266078-3ef8-5c83-ab4c-2b795a4242fc with identifier: CE18%20FZW
2026-03-28 11:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2266078-3ef8-5c83-ab4c-2b795a4242fc with scrape type 2
2026-03-28 11:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2266078-3ef8-5c83-ab4c-2b795a4242fc with scrape type 2
2026-03-28 11:26:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2266078-3ef8-5c83-ab4c-2b795a4242fc, identifier: CE18%20FZW
2026-03-28 11:26:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 308e514f-990e-5fd3-87ac-f905de3a7089 with identifier: RO67%20FWG
2026-03-28 11:26:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 308e514f-990e-5fd3-87ac-f905de3a7089 with identifier: RO67%20FWG
2026-03-28 11:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 308e514f-990e-5fd3-87ac-f905de3a7089 with identifier: RO67%20FWG to the API
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO67%20FWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '308e514f-990e-5fd3-87ac-f905de3a7089',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO67 FWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO67%20FWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 62797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 102 BMT H/L SWB KOMBI CrewCab '
          'Van',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT H/L SWB KOMBI',
 'vin': 'WV1ZZZ7HZJH003112',
 'year': 2017}
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO67%2520FWG%27 HTTP/1.1" 200 None
2026-03-28 11:26:14 [bca.uk] INFO: Saving data for RO67%20FWG: {'auction_closing_time': 1774778400.0, 'created_time': 1774610235.215722, 'last_price_update_time': 1774697174.235474}
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO67%2520FWG') HTTP/1.1" 204 0
2026-03-28 11:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98ee6df6-cdd5-5396-8031-c308cabd8e06 with identifier: CX20%20OUA
2026-03-28 11:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98ee6df6-cdd5-5396-8031-c308cabd8e06 with identifier: CX20%20OUA
2026-03-28 11:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98ee6df6-cdd5-5396-8031-c308cabd8e06 with identifier: CX20%20OUA to the API
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX20%20OUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98ee6df6-cdd5-5396-8031-c308cabd8e06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CX20 OUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX20%20OUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 74161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI 115 SE TECHNOLOGY Estate',
 'transmission': 'manual',
 'trim': 'TDI 115 SE TECHNOLOGY',
 'vin': 'TMBKG7NE4L0134886',
 'year': 2020}
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520OUA%27 HTTP/1.1" 200 None
2026-03-28 11:26:14 [bca.uk] INFO: Saving data for CX20%20OUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610215.053135, 'last_price_update_time': 1774697174.535478}
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520OUA') HTTP/1.1" 204 0
2026-03-28 11:26:14 [bca.uk] INFO: Found listing with ID: DN24%20RPZ
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520RPZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:14 [bca.uk] INFO: Scrape type for DN24%20RPZ: 2
2026-03-28 11:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89 with identifier: DN24%20RPZ
2026-03-28 11:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89 with scrape type 2
2026-03-28 11:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89 with scrape type 2
2026-03-28 11:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89, identifier: DN24%20RPZ
2026-03-28 11:26:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2266078-3ef8-5c83-ab4c-2b795a4242fc with identifier: CE18%20FZW
2026-03-28 11:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2266078-3ef8-5c83-ab4c-2b795a4242fc with identifier: CE18%20FZW
2026-03-28 11:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2266078-3ef8-5c83-ab4c-2b795a4242fc with identifier: CE18%20FZW to the API
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE18%20FZW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2266078-3ef8-5c83-ab4c-2b795a4242fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE18 FZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE18%20FZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 55152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAJL48229',
 'year': 2018}
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520FZW%27 HTTP/1.1" 200 None
2026-03-28 11:26:14 [bca.uk] INFO: Saving data for CE18%20FZW: {'auction_closing_time': 1774864800.0, 'created_time': 1773827200.383271, 'last_price_update_time': 1774697174.940851}
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE18%2520FZW') HTTP/1.1" 204 0
2026-03-28 11:26:14 [bca.uk] INFO: Found listing with ID: LS71%20VPL
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520VPL%27 HTTP/1.1" 200 None
2026-03-28 11:26:14 [bca.uk] INFO: Scrape type for LS71%20VPL: 2
2026-03-28 11:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72972d09-a65b-52eb-9aa4-2ddc46dc642e with identifier: LS71%20VPL
2026-03-28 11:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72972d09-a65b-52eb-9aa4-2ddc46dc642e with scrape type 2
2026-03-28 11:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72972d09-a65b-52eb-9aa4-2ddc46dc642e with scrape type 2
2026-03-28 11:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72972d09-a65b-52eb-9aa4-2ddc46dc642e, identifier: LS71%20VPL
2026-03-28 11:26:15 [bca.uk] INFO: Found listing with ID: WL15%20LMJ
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL15%2520LMJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:15 [bca.uk] INFO: Scrape type for WL15%20LMJ: 2
2026-03-28 11:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7894ca60-288e-5893-a485-74ab551cef3e with identifier: WL15%20LMJ
2026-03-28 11:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7894ca60-288e-5893-a485-74ab551cef3e with scrape type 2
2026-03-28 11:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7894ca60-288e-5893-a485-74ab551cef3e with scrape type 2
2026-03-28 11:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7894ca60-288e-5893-a485-74ab551cef3e, identifier: WL15%20LMJ
2026-03-28 11:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89 with identifier: DN24%20RPZ
2026-03-28 11:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89 with identifier: DN24%20RPZ
2026-03-28 11:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46d5b9e4-90b8-59ac-a449-2b1f7f78ce89 with identifier: DN24%20RPZ to the API
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20RPZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '46d5b9e4-90b8-59ac-a449-2b1f7f78ce89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 RPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20RPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 24122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 MH ACENTA PREM.X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 MH ACENTA PREM.X-T',
 'vin': 'SJNTAAJ12U1457250',
 'year': 2024}
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520RPZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:15 [bca.uk] INFO: Saving data for DN24%20RPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610140.244501, 'last_price_update_time': 1774697175.486362}
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520RPZ') HTTP/1.1" 204 0
2026-03-28 11:26:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:26:15 [bca.uk] INFO: Found listing with ID: YJ69%20MFD
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520MFD%27 HTTP/1.1" 200 None
2026-03-28 11:26:15 [bca.uk] INFO: Scrape type for YJ69%20MFD: 2
2026-03-28 11:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d144815a-1cfd-5d76-8bd5-88eb4f771c2f with identifier: YJ69%20MFD
2026-03-28 11:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d144815a-1cfd-5d76-8bd5-88eb4f771c2f with scrape type 2
2026-03-28 11:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d144815a-1cfd-5d76-8bd5-88eb4f771c2f with scrape type 2
2026-03-28 11:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d144815a-1cfd-5d76-8bd5-88eb4f771c2f, identifier: YJ69%20MFD
2026-03-28 11:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72972d09-a65b-52eb-9aa4-2ddc46dc642e with identifier: LS71%20VPL
2026-03-28 11:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72972d09-a65b-52eb-9aa4-2ddc46dc642e with identifier: LS71%20VPL
2026-03-28 11:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72972d09-a65b-52eb-9aa4-2ddc46dc642e with identifier: LS71%20VPL to the API
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS71%20VPL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72972d09-a65b-52eb-9aa4-2ddc46dc642e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS71 VPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS71%20VPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 135234,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY3NA016169',
 'year': 2022}
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520VPL%27 HTTP/1.1" 200 None
2026-03-28 11:26:15 [bca.uk] INFO: Saving data for LS71%20VPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774610298.397619, 'last_price_update_time': 1774697175.873443}
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520VPL') HTTP/1.1" 204 0
2026-03-28 11:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7894ca60-288e-5893-a485-74ab551cef3e with identifier: WL15%20LMJ
2026-03-28 11:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7894ca60-288e-5893-a485-74ab551cef3e with identifier: WL15%20LMJ
2026-03-28 11:26:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7894ca60-288e-5893-a485-74ab551cef3e with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 270,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL15%20LMJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7894ca60-288e-5893-a485-74ab551cef3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL15 LMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL15%20LMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 152068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PEA39488',
 'year': 2015}
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL15%2520LMJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:15 [bca.uk] INFO: Saving data for WL15%20LMJ: {'auction_closing_time': 1774692000.0, 'created_time': 1774610195.026, 'last_price_update_time': 1774697175.90408}
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL15%2520LMJ') HTTP/1.1" 204 0
2026-03-28 11:26:15 [bca.uk] INFO: Found listing with ID: YK19%20VRL
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VRL%27 HTTP/1.1" 200 None
2026-03-28 11:26:15 [bca.uk] INFO: Scrape type for YK19%20VRL: 2
2026-03-28 11:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0348704-0f2e-554c-b8be-7aebc7a130de with identifier: YK19%20VRL
2026-03-28 11:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0348704-0f2e-554c-b8be-7aebc7a130de with scrape type 2
2026-03-28 11:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0348704-0f2e-554c-b8be-7aebc7a130de with scrape type 2
2026-03-28 11:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0348704-0f2e-554c-b8be-7aebc7a130de, identifier: YK19%20VRL
2026-03-28 11:26:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d144815a-1cfd-5d76-8bd5-88eb4f771c2f with identifier: YJ69%20MFD
2026-03-28 11:26:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d144815a-1cfd-5d76-8bd5-88eb4f771c2f with identifier: YJ69%20MFD
2026-03-28 11:26:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d144815a-1cfd-5d76-8bd5-88eb4f771c2f with identifier: YJ69%20MFD to the API
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ69%20MFD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd144815a-1cfd-5d76-8bd5-88eb4f771c2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ69 MFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ69%20MFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 78607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 40 TDI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TDI S LINE S-T',
 'vin': 'WAUZZZF5XKA082219',
 'year': 2020}
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520MFD%27 HTTP/1.1" 200 None
2026-03-28 11:26:16 [bca.uk] INFO: Saving data for YJ69%20MFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774609936.741605, 'last_price_update_time': 1774697176.375091}
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ69%2520MFD') HTTP/1.1" 204 0
2026-03-28 11:26:16 [bca.uk] INFO: Found listing with ID: SG17%20PXB
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520PXB%27 HTTP/1.1" 200 None
2026-03-28 11:26:16 [bca.uk] INFO: Scrape type for SG17%20PXB: 2
2026-03-28 11:26:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c10ea03-36d7-534d-8010-ff314860258d with identifier: SG17%20PXB
2026-03-28 11:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c10ea03-36d7-534d-8010-ff314860258d with scrape type 2
2026-03-28 11:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c10ea03-36d7-534d-8010-ff314860258d with scrape type 2
2026-03-28 11:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c10ea03-36d7-534d-8010-ff314860258d, identifier: SG17%20PXB
2026-03-28 11:26:16 [bca.uk] INFO: Found listing with ID: KN14%20CZW
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:26:16 [bca.uk] INFO: Scrape type for KN14%20CZW: 0
2026-03-28 11:26:16 [bca.uk] INFO: Found listing with ID: DH19%20PZU
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH19%2520PZU%27 HTTP/1.1" 200 None
2026-03-28 11:26:16 [bca.uk] INFO: Scrape type for DH19%20PZU: 2
2026-03-28 11:26:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e45c5552-39e6-5449-b881-36adb0758380 with identifier: DH19%20PZU
2026-03-28 11:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e45c5552-39e6-5449-b881-36adb0758380 with scrape type 2
2026-03-28 11:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e45c5552-39e6-5449-b881-36adb0758380 with scrape type 2
2026-03-28 11:26:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e45c5552-39e6-5449-b881-36adb0758380, identifier: DH19%20PZU
2026-03-28 11:26:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0348704-0f2e-554c-b8be-7aebc7a130de with identifier: YK19%20VRL
2026-03-28 11:26:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0348704-0f2e-554c-b8be-7aebc7a130de with identifier: YK19%20VRL
2026-03-28 11:26:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0348704-0f2e-554c-b8be-7aebc7a130de with identifier: YK19%20VRL to the API
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20VRL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0348704-0f2e-554c-b8be-7aebc7a130de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK19 VRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20VRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 63514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J618457',
 'year': 2019}
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VRL%27 HTTP/1.1" 200 None
2026-03-28 11:26:16 [bca.uk] INFO: Saving data for YK19%20VRL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610141.206381, 'last_price_update_time': 1774697176.917191}
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520VRL') HTTP/1.1" 204 0
2026-03-28 11:26:17 [bca.uk] INFO: Found listing with ID: AE16%20XJU
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XJU%27 HTTP/1.1" 200 None
2026-03-28 11:26:17 [bca.uk] INFO: Scrape type for AE16%20XJU: 2
2026-03-28 11:26:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f2a05b-3611-555c-9a2a-da71fad2867d with identifier: AE16%20XJU
2026-03-28 11:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f2a05b-3611-555c-9a2a-da71fad2867d with scrape type 2
2026-03-28 11:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f2a05b-3611-555c-9a2a-da71fad2867d with scrape type 2
2026-03-28 11:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f2a05b-3611-555c-9a2a-da71fad2867d, identifier: AE16%20XJU
2026-03-28 11:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c10ea03-36d7-534d-8010-ff314860258d with identifier: SG17%20PXB
2026-03-28 11:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c10ea03-36d7-534d-8010-ff314860258d with identifier: SG17%20PXB
2026-03-28 11:26:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c10ea03-36d7-534d-8010-ff314860258d with identifier: SG17%20PXB to the API
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG17%20PXB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c10ea03-36d7-534d-8010-ff314860258d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG17 PXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG17%20PXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 44126,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 90 MATCH DSG',
 'vin': 'WVWZZZ6RZHU027919',
 'year': 2017}
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520PXB%27 HTTP/1.1" 200 None
2026-03-28 11:26:17 [bca.uk] INFO: Saving data for SG17%20PXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774610300.168825, 'last_price_update_time': 1774697177.44557}
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG17%2520PXB') HTTP/1.1" 204 0
2026-03-28 11:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e45c5552-39e6-5449-b881-36adb0758380 with identifier: DH19%20PZU
2026-03-28 11:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e45c5552-39e6-5449-b881-36adb0758380 with identifier: DH19%20PZU
2026-03-28 11:26:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e45c5552-39e6-5449-b881-36adb0758380 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DH19%20PZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e45c5552-39e6-5449-b881-36adb0758380',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DH19 PZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DH19%20PZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ARTEON',
 'odometer': 54945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ARTEON 2.0 TSI 190 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 190 R LINE DSG',
 'vin': 'WVWZZZ3HZKE030322',
 'year': 2019}
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH19%2520PZU%27 HTTP/1.1" 200 None
2026-03-28 11:26:17 [bca.uk] INFO: Saving data for DH19%20PZU: {'auction_closing_time': 1774692000.0, 'created_time': 1774610193.860905, 'last_price_update_time': 1774697177.484468}
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DH19%2520PZU') HTTP/1.1" 204 0
2026-03-28 11:26:17 [bca.uk] INFO: Found listing with ID: FX23%20HXG
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HXG%27 HTTP/1.1" 200 None
2026-03-28 11:26:17 [bca.uk] INFO: Scrape type for FX23%20HXG: 2
2026-03-28 11:26:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b with identifier: FX23%20HXG
2026-03-28 11:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b with scrape type 2
2026-03-28 11:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b with scrape type 2
2026-03-28 11:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b, identifier: FX23%20HXG
2026-03-28 11:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f2a05b-3611-555c-9a2a-da71fad2867d with identifier: AE16%20XJU
2026-03-28 11:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f2a05b-3611-555c-9a2a-da71fad2867d with identifier: AE16%20XJU
2026-03-28 11:26:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58f2a05b-3611-555c-9a2a-da71fad2867d with identifier: AE16%20XJU to the API
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE16%20XJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58f2a05b-3611-555c-9a2a-da71fad2867d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE16 XJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE16%20XJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 133429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 190 2WD SE LUX Estate',
 'transmission': 'manual',
 'trim': 'D4 190 2WD SE LUX',
 'vin': 'YV1DZA8C1G2917278',
 'year': 2016}
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XJU%27 HTTP/1.1" 200 None
2026-03-28 11:26:17 [bca.uk] INFO: Saving data for AE16%20XJU: {'auction_closing_time': 1774864800.0, 'created_time': 1773827219.136286, 'last_price_update_time': 1774697177.920182}
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE16%2520XJU') HTTP/1.1" 204 0
2026-03-28 11:26:17 [bca.uk] INFO: Found listing with ID: GN14%20KUV
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520KUV%27 HTTP/1.1" 200 None
2026-03-28 11:26:17 [bca.uk] INFO: Scrape type for GN14%20KUV: 2
2026-03-28 11:26:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ee6d60-7c03-52e0-a211-f5a170ebede4 with identifier: GN14%20KUV
2026-03-28 11:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ee6d60-7c03-52e0-a211-f5a170ebede4 with scrape type 2
2026-03-28 11:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51ee6d60-7c03-52e0-a211-f5a170ebede4 with scrape type 2
2026-03-28 11:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51ee6d60-7c03-52e0-a211-f5a170ebede4, identifier: GN14%20KUV
2026-03-28 11:26:18 [bca.uk] INFO: Found listing with ID: BP67%20ZGT
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520ZGT%27 HTTP/1.1" 200 None
2026-03-28 11:26:18 [bca.uk] INFO: Scrape type for BP67%20ZGT: 0
2026-03-28 11:26:18 [bca.uk] INFO: Found listing with ID: LS71%20FDE
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520FDE%27 HTTP/1.1" 200 None
2026-03-28 11:26:18 [bca.uk] INFO: Scrape type for LS71%20FDE: 2
2026-03-28 11:26:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8915526c-3e85-5553-abe1-a2c6a24b1838 with identifier: LS71%20FDE
2026-03-28 11:26:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8915526c-3e85-5553-abe1-a2c6a24b1838 with scrape type 2
2026-03-28 11:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8915526c-3e85-5553-abe1-a2c6a24b1838 with scrape type 2
2026-03-28 11:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8915526c-3e85-5553-abe1-a2c6a24b1838, identifier: LS71%20FDE
2026-03-28 11:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b with identifier: FX23%20HXG
2026-03-28 11:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b with identifier: FX23%20HXG
2026-03-28 11:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b with identifier: FX23%20HXG to the API
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX23%20HXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'eb69f8e8-9bdb-5333-8c7d-7a79bd255e3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX23 HXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX23%20HXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 26372,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD HOMURA StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD HOMURA',
 'vin': 'JMZKH0HBX01118930',
 'year': 2023}
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HXG%27 HTTP/1.1" 200 None
2026-03-28 11:26:18 [bca.uk] INFO: Saving data for FX23%20HXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610085.152172, 'last_price_update_time': 1774697178.483791}
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX23%2520HXG') HTTP/1.1" 204 0
2026-03-28 11:26:18 [bca.uk] INFO: Found listing with ID: WR75%20FBO
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520FBO%27 HTTP/1.1" 200 None
2026-03-28 11:26:18 [bca.uk] INFO: Scrape type for WR75%20FBO: 0
2026-03-28 11:26:18 [bca.uk] INFO: Found listing with ID: LV62%20TZL
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520TZL%27 HTTP/1.1" 200 None
2026-03-28 11:26:18 [bca.uk] INFO: Scrape type for LV62%20TZL: 2
2026-03-28 11:26:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9cf35c1-20e2-5f53-9ef7-ca2c252bc766 with identifier: LV62%20TZL
2026-03-28 11:26:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9cf35c1-20e2-5f53-9ef7-ca2c252bc766 with scrape type 2
2026-03-28 11:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9cf35c1-20e2-5f53-9ef7-ca2c252bc766 with scrape type 2
2026-03-28 11:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9cf35c1-20e2-5f53-9ef7-ca2c252bc766, identifier: LV62%20TZL
2026-03-28 11:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51ee6d60-7c03-52e0-a211-f5a170ebede4 with identifier: GN14%20KUV
2026-03-28 11:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51ee6d60-7c03-52e0-a211-f5a170ebede4 with identifier: GN14%20KUV
2026-03-28 11:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51ee6d60-7c03-52e0-a211-f5a170ebede4 with identifier: GN14%20KUV to the API
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN14%20KUV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '51ee6d60-7c03-52e0-a211-f5a170ebede4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN14 KUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN14%20KUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 100145,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 ACENTA',
 'vin': 'SJNFDAJ11U1054347',
 'year': 2014}
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520KUV%27 HTTP/1.1" 200 None
2026-03-28 11:26:18 [bca.uk] INFO: Saving data for GN14%20KUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610219.88458, 'last_price_update_time': 1774697178.943969}
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN14%2520KUV') HTTP/1.1" 204 0
2026-03-28 11:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8915526c-3e85-5553-abe1-a2c6a24b1838 with identifier: LS71%20FDE
2026-03-28 11:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8915526c-3e85-5553-abe1-a2c6a24b1838 with identifier: LS71%20FDE
2026-03-28 11:26:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8915526c-3e85-5553-abe1-a2c6a24b1838 with identifier: LS71%20FDE to the API
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS71%20FDE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8915526c-3e85-5553-abe1-a2c6a24b1838',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS71 FDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS71%20FDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P382365',
 'year': 2021}
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520FDE%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Saving data for LS71%20FDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774610195.98727, 'last_price_update_time': 1774697179.241506}
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520FDE') HTTP/1.1" 204 0
2026-03-28 11:26:19 [bca.uk] INFO: Found listing with ID: CY71%20MTU
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY71%2520MTU%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Scrape type for CY71%20MTU: 2
2026-03-28 11:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 894059b9-68ab-5889-956e-3e65b0d17e0e with identifier: CY71%20MTU
2026-03-28 11:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 894059b9-68ab-5889-956e-3e65b0d17e0e with scrape type 2
2026-03-28 11:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 894059b9-68ab-5889-956e-3e65b0d17e0e with scrape type 2
2026-03-28 11:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 894059b9-68ab-5889-956e-3e65b0d17e0e, identifier: CY71%20MTU
2026-03-28 11:26:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9cf35c1-20e2-5f53-9ef7-ca2c252bc766 with identifier: LV62%20TZL
2026-03-28 11:26:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9cf35c1-20e2-5f53-9ef7-ca2c252bc766 with identifier: LV62%20TZL
2026-03-28 11:26:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9cf35c1-20e2-5f53-9ef7-ca2c252bc766 with identifier: LV62%20TZL to the API
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV62%20TZL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b9cf35c1-20e2-5f53-9ef7-ca2c252bc766',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV62 TZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV62%20TZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CHEVROLET',
 'model': 'ORLANDO',
 'odometer': 87461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CHEVROLET ORLANDO 1.8 LT MPV',
 'transmission': 'automatic',
 'trim': 'LT',
 'vin': 'KL1YA7559DK031767',
 'year': 2013}
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520TZL%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Saving data for LV62%20TZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774609935.876286, 'last_price_update_time': 1774697179.663286}
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV62%2520TZL') HTTP/1.1" 204 0
2026-03-28 11:26:19 [bca.uk] INFO: Found listing with ID: LB15%20BTX
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520BTX%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Scrape type for LB15%20BTX: 0
2026-03-28 11:26:19 [bca.uk] INFO: Found listing with ID: KV61%20PNX
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520PNX%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Scrape type for KV61%20PNX: 0
2026-03-28 11:26:19 [bca.uk] INFO: Found listing with ID: RO18%20NJV
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520NJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Scrape type for RO18%20NJV: 2
2026-03-28 11:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e25bc896-9f86-5ecf-96c3-63936b837b6d with identifier: RO18%20NJV
2026-03-28 11:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e25bc896-9f86-5ecf-96c3-63936b837b6d with scrape type 2
2026-03-28 11:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e25bc896-9f86-5ecf-96c3-63936b837b6d with scrape type 2
2026-03-28 11:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e25bc896-9f86-5ecf-96c3-63936b837b6d, identifier: RO18%20NJV
2026-03-28 11:26:19 [bca.uk] INFO: Found listing with ID: YX14%20YFV
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520YFV%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Scrape type for YX14%20YFV: 0
2026-03-28 11:26:19 [bca.uk] INFO: Found listing with ID: RE24%20VYW
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520VYW%27 HTTP/1.1" 200 None
2026-03-28 11:26:19 [bca.uk] INFO: Scrape type for RE24%20VYW: 2
2026-03-28 11:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a with identifier: RE24%20VYW
2026-03-28 11:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a with scrape type 2
2026-03-28 11:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a with scrape type 2
2026-03-28 11:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a, identifier: RE24%20VYW
2026-03-28 11:26:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 894059b9-68ab-5889-956e-3e65b0d17e0e with identifier: CY71%20MTU
2026-03-28 11:26:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 894059b9-68ab-5889-956e-3e65b0d17e0e with identifier: CY71%20MTU
2026-03-28 11:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 894059b9-68ab-5889-956e-3e65b0d17e0e with identifier: CY71%20MTU to the API
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY71%20MTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '894059b9-68ab-5889-956e-3e65b0d17e0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CY71 MTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY71%20MTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 76066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 132KW 62KWH 60 ECOSUITE Hatchback',
 'transmission': 'automatic',
 'trim': '132KW 62KWH 60 ECOSUITE',
 'vin': 'TMBKB7NY4NF029662',
 'year': 2022}
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY71%2520MTU%27 HTTP/1.1" 200 None
2026-03-28 11:26:20 [bca.uk] INFO: Saving data for CY71%20MTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610101.013415, 'last_price_update_time': 1774697180.236952}
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY71%2520MTU') HTTP/1.1" 204 0
2026-03-28 11:26:20 [bca.uk] INFO: Found listing with ID: VO13%20WVX
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520WVX%27 HTTP/1.1" 200 None
2026-03-28 11:26:20 [bca.uk] INFO: Scrape type for VO13%20WVX: 2
2026-03-28 11:26:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3065ced7-99a3-55b5-b9db-4547bba6a41d with identifier: VO13%20WVX
2026-03-28 11:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3065ced7-99a3-55b5-b9db-4547bba6a41d with scrape type 2
2026-03-28 11:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3065ced7-99a3-55b5-b9db-4547bba6a41d with scrape type 2
2026-03-28 11:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3065ced7-99a3-55b5-b9db-4547bba6a41d, identifier: VO13%20WVX
2026-03-28 11:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e25bc896-9f86-5ecf-96c3-63936b837b6d with identifier: RO18%20NJV
2026-03-28 11:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e25bc896-9f86-5ecf-96c3-63936b837b6d with identifier: RO18%20NJV
2026-03-28 11:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e25bc896-9f86-5ecf-96c3-63936b837b6d with identifier: RO18%20NJV to the API
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO18%20NJV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e25bc896-9f86-5ecf-96c3-63936b837b6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO18 NJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO18%20NJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 66218,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.4 M/AIR 140 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 LONGITUDE',
 'vin': '1C4BU0000HPG22750',
 'year': 2018}
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520NJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:20 [bca.uk] INFO: Saving data for RO18%20NJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610302.200664, 'last_price_update_time': 1774697180.734506}
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO18%2520NJV') HTTP/1.1" 204 0
2026-03-28 11:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a with identifier: RE24%20VYW
2026-03-28 11:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a with identifier: RE24%20VYW
2026-03-28 11:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a with identifier: RE24%20VYW to the API
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE24%20VYW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ecf6ce7e-77b8-5eda-b4df-1e4f92cf8c7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE24 VYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE24%20VYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LEXUS',
 'model': 'RZ 450E',
 'odometer': 13224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LEXUS RZ 450E 230KW 71KWH D4 TAKUMI Hatchback',
 'transmission': 'automatic',
 'trim': '230KW 71KWH D4 TAKUMI',
 'vin': 'JTJAABAB50A011080',
 'year': 2024}
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520VYW%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Saving data for RE24%20VYW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610147.613407, 'last_price_update_time': 1774697181.03318}
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE24%2520VYW') HTTP/1.1" 204 0
2026-03-28 11:26:21 [bca.uk] INFO: Found listing with ID: LF24%20RMV
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Scrape type for LF24%20RMV: 2
2026-03-28 11:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8ed9cf4-7815-5bd6-984a-36b02d3ed44e with identifier: LF24%20RMV
2026-03-28 11:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8ed9cf4-7815-5bd6-984a-36b02d3ed44e with scrape type 2
2026-03-28 11:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8ed9cf4-7815-5bd6-984a-36b02d3ed44e with scrape type 2
2026-03-28 11:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8ed9cf4-7815-5bd6-984a-36b02d3ed44e, identifier: LF24%20RMV
2026-03-28 11:26:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3065ced7-99a3-55b5-b9db-4547bba6a41d with identifier: VO13%20WVX
2026-03-28 11:26:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3065ced7-99a3-55b5-b9db-4547bba6a41d with identifier: VO13%20WVX
2026-03-28 11:26:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3065ced7-99a3-55b5-b9db-4547bba6a41d with identifier: VO13%20WVX to the API
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO13%20WVX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3065ced7-99a3-55b5-b9db-4547bba6a41d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO13 WVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO13%20WVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 78129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 140 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 140 ZETEC',
 'vin': 'WF0SXXGBWSDP18983',
 'year': 2013}
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520WVX%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Saving data for VO13%20WVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774609937.170827, 'last_price_update_time': 1774697181.470939}
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO13%2520WVX') HTTP/1.1" 204 0
2026-03-28 11:26:21 [bca.uk] INFO: Found listing with ID: PK22%20SJU
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK22%2520SJU%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Scrape type for PK22%20SJU: 0
2026-03-28 11:26:21 [bca.uk] INFO: Found listing with ID: LV74%20JDK
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV74%2520JDK%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Scrape type for LV74%20JDK: 2
2026-03-28 11:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35fd3a9b-7345-55aa-bdfd-5523c37d28d2 with identifier: LV74%20JDK
2026-03-28 11:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35fd3a9b-7345-55aa-bdfd-5523c37d28d2 with scrape type 2
2026-03-28 11:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35fd3a9b-7345-55aa-bdfd-5523c37d28d2 with scrape type 2
2026-03-28 11:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35fd3a9b-7345-55aa-bdfd-5523c37d28d2, identifier: LV74%20JDK
2026-03-28 11:26:21 [bca.uk] INFO: Found listing with ID: MJ25%20OYX
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520OYX%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Scrape type for MJ25%20OYX: 0
2026-03-28 11:26:21 [bca.uk] INFO: Found listing with ID: CA60%20DZE
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA60%2520DZE%27 HTTP/1.1" 200 None
2026-03-28 11:26:21 [bca.uk] INFO: Scrape type for CA60%20DZE: 2
2026-03-28 11:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88 with identifier: CA60%20DZE
2026-03-28 11:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88 with scrape type 2
2026-03-28 11:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88 with scrape type 2
2026-03-28 11:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88, identifier: CA60%20DZE
2026-03-28 11:26:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8ed9cf4-7815-5bd6-984a-36b02d3ed44e with identifier: LF24%20RMV
2026-03-28 11:26:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8ed9cf4-7815-5bd6-984a-36b02d3ed44e with identifier: LF24%20RMV
2026-03-28 11:26:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8ed9cf4-7815-5bd6-984a-36b02d3ed44e with identifier: LF24%20RMV to the API
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF24%20RMV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd8ed9cf4-7815-5bd6-984a-36b02d3ed44e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF24 RMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF24%20RMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 19082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS2RC358487',
 'year': 2024}
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:26:22 [bca.uk] INFO: Saving data for LF24%20RMV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610127.431744, 'last_price_update_time': 1774697182.051454}
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF24%2520RMV') HTTP/1.1" 204 0
2026-03-28 11:26:22 [bca.uk] INFO: Found listing with ID: AX02%20MWJ
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX02%2520MWJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:22 [bca.uk] INFO: Scrape type for AX02%20MWJ: 2
2026-03-28 11:26:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ce4d93b-dfcb-5736-bec2-f770289548a1 with identifier: AX02%20MWJ
2026-03-28 11:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ce4d93b-dfcb-5736-bec2-f770289548a1 with scrape type 2
2026-03-28 11:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ce4d93b-dfcb-5736-bec2-f770289548a1 with scrape type 2
2026-03-28 11:26:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ce4d93b-dfcb-5736-bec2-f770289548a1, identifier: AX02%20MWJ
2026-03-28 11:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35fd3a9b-7345-55aa-bdfd-5523c37d28d2 with identifier: LV74%20JDK
2026-03-28 11:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35fd3a9b-7345-55aa-bdfd-5523c37d28d2 with identifier: LV74%20JDK
2026-03-28 11:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35fd3a9b-7345-55aa-bdfd-5523c37d28d2 with identifier: LV74%20JDK to the API
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV74%20JDK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35fd3a9b-7345-55aa-bdfd-5523c37d28d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV74 JDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV74%20JDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 5776,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 98 48V GT-LINE S Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 98 48V GT-LINE S',
 'vin': 'KNADD817LST994099',
 'year': 2024}
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV74%2520JDK%27 HTTP/1.1" 200 None
2026-03-28 11:26:22 [bca.uk] INFO: Saving data for LV74%20JDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774610301.468053, 'last_price_update_time': 1774697182.518881}
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV74%2520JDK') HTTP/1.1" 204 0
2026-03-28 11:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88 with identifier: CA60%20DZE
2026-03-28 11:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88 with identifier: CA60%20DZE
2026-03-28 11:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88 with identifier: CA60%20DZE to the API
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA60%20DZE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ea29c1c-20bf-56e6-8ed8-7bfe2a3c9b88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA60 DZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA60%20DZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'TRAVELINER V113',
 'odometer': 98237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ TRAVELINER V113 2.1 CDI B/E COMPACT 8 SEAT Bus',
 'transmission': 'manual',
 'trim': 'CDI B/E COMPACT 8 SEAT',
 'vin': 'WDF63970123622090',
 'year': 2011}
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA60%2520DZE%27 HTTP/1.1" 200 None
2026-03-28 11:26:22 [bca.uk] INFO: Saving data for CA60%20DZE: {'auction_closing_time': 1774778400.0, 'created_time': 1774610185.50911, 'last_price_update_time': 1774697182.820508}
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA60%2520DZE') HTTP/1.1" 204 0
2026-03-28 11:26:22 [bca.uk] INFO: Found listing with ID: NU75%20JXN
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU75%2520JXN%27 HTTP/1.1" 200 None
2026-03-28 11:26:22 [bca.uk] INFO: Scrape type for NU75%20JXN: 0
2026-03-28 11:26:22 [bca.uk] INFO: Found listing with ID: OE23%20EVR
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EVR%27 HTTP/1.1" 200 None
2026-03-28 11:26:22 [bca.uk] INFO: Scrape type for OE23%20EVR: 2
2026-03-28 11:26:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3141ac-9139-5101-9b7d-043c16dcc686 with identifier: OE23%20EVR
2026-03-28 11:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3141ac-9139-5101-9b7d-043c16dcc686 with scrape type 2
2026-03-28 11:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc3141ac-9139-5101-9b7d-043c16dcc686 with scrape type 2
2026-03-28 11:26:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc3141ac-9139-5101-9b7d-043c16dcc686, identifier: OE23%20EVR
2026-03-28 11:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ce4d93b-dfcb-5736-bec2-f770289548a1 with identifier: AX02%20MWJ
2026-03-28 11:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ce4d93b-dfcb-5736-bec2-f770289548a1 with identifier: AX02%20MWJ
2026-03-28 11:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ce4d93b-dfcb-5736-bec2-f770289548a1 with identifier: AX02%20MWJ to the API
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX02%20MWJ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ce4d93b-dfcb-5736-bec2-f770289548a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX02 MWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX02%20MWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 55727,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 COMFORT 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'COMFORT 16V',
 'vin': 'W0L0XCF0824322683',
 'year': 2002}
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX02%2520MWJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:23 [bca.uk] INFO: Saving data for AX02%20MWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774609937.854402, 'last_price_update_time': 1774697183.247406}
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX02%2520MWJ') HTTP/1.1" 204 0
2026-03-28 11:26:23 [bca.uk] INFO: Found listing with ID: YC11%20NHY
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520NHY%27 HTTP/1.1" 200 None
2026-03-28 11:26:23 [bca.uk] INFO: Scrape type for YC11%20NHY: 2
2026-03-28 11:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a28d541c-b392-5f87-9f82-11ca5149b92c with identifier: YC11%20NHY
2026-03-28 11:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a28d541c-b392-5f87-9f82-11ca5149b92c with scrape type 2
2026-03-28 11:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a28d541c-b392-5f87-9f82-11ca5149b92c with scrape type 2
2026-03-28 11:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a28d541c-b392-5f87-9f82-11ca5149b92c, identifier: YC11%20NHY
2026-03-28 11:26:23 [bca.uk] INFO: Found listing with ID: DY23%20SZD
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520SZD%27 HTTP/1.1" 200 None
2026-03-28 11:26:23 [bca.uk] INFO: Scrape type for DY23%20SZD: 2
2026-03-28 11:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6683aa44-4fca-5754-98a9-9a583d66c96b with identifier: DY23%20SZD
2026-03-28 11:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6683aa44-4fca-5754-98a9-9a583d66c96b with scrape type 2
2026-03-28 11:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6683aa44-4fca-5754-98a9-9a583d66c96b with scrape type 2
2026-03-28 11:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6683aa44-4fca-5754-98a9-9a583d66c96b, identifier: DY23%20SZD
2026-03-28 11:26:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc3141ac-9139-5101-9b7d-043c16dcc686 with identifier: OE23%20EVR
2026-03-28 11:26:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc3141ac-9139-5101-9b7d-043c16dcc686 with identifier: OE23%20EVR
2026-03-28 11:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc3141ac-9139-5101-9b7d-043c16dcc686 with identifier: OE23%20EVR to the API
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20EVR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bc3141ac-9139-5101-9b7d-043c16dcc686',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE23 EVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20EVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 43453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH TROPHY LR',
 'vin': 'LSJWH4092PN062312',
 'year': 2023}
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EVR%27 HTTP/1.1" 200 None
2026-03-28 11:26:23 [bca.uk] INFO: Saving data for OE23%20EVR: {'auction_closing_time': 1775037600.0, 'created_time': 1774610105.505498, 'last_price_update_time': 1774697183.769834}
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520EVR') HTTP/1.1" 204 0
2026-03-28 11:26:23 [bca.uk] INFO: Found listing with ID: KV18%20VHB
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520VHB%27 HTTP/1.1" 200 None
2026-03-28 11:26:23 [bca.uk] INFO: Scrape type for KV18%20VHB: 2
2026-03-28 11:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e58d72a-852b-5b2a-b885-aa6a2ea35b26 with identifier: KV18%20VHB
2026-03-28 11:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e58d72a-852b-5b2a-b885-aa6a2ea35b26 with scrape type 2
2026-03-28 11:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e58d72a-852b-5b2a-b885-aa6a2ea35b26 with scrape type 2
2026-03-28 11:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e58d72a-852b-5b2a-b885-aa6a2ea35b26, identifier: KV18%20VHB
2026-03-28 11:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a28d541c-b392-5f87-9f82-11ca5149b92c with identifier: YC11%20NHY
2026-03-28 11:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a28d541c-b392-5f87-9f82-11ca5149b92c with identifier: YC11%20NHY
2026-03-28 11:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a28d541c-b392-5f87-9f82-11ca5149b92c with identifier: YC11%20NHY to the API
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC11%20NHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a28d541c-b392-5f87-9f82-11ca5149b92c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC11 NHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC11%20NHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'SCIROCCO',
 'odometer': 135578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SCIROCCO 1.4 TSI 122 Coupe',
 'transmission': 'manual',
 'trim': 'TSI 122',
 'vin': 'WVWZZZ13ZBV035746',
 'year': 2011}
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520NHY%27 HTTP/1.1" 200 None
2026-03-28 11:26:24 [bca.uk] INFO: Saving data for YC11%20NHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774610282.760164, 'last_price_update_time': 1774697184.42006}
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC11%2520NHY') HTTP/1.1" 204 0
2026-03-28 11:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6683aa44-4fca-5754-98a9-9a583d66c96b with identifier: DY23%20SZD
2026-03-28 11:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6683aa44-4fca-5754-98a9-9a583d66c96b with identifier: DY23%20SZD
2026-03-28 11:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6683aa44-4fca-5754-98a9-9a583d66c96b with identifier: DY23%20SZD to the API
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY23%20SZD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6683aa44-4fca-5754-98a9-9a583d66c96b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY23 SZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY23%20SZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 20390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 2WD SE CONNECT StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 2WD SE CONNECT',
 'vin': 'TMAJC81BLPJ315496',
 'year': 2023}
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520SZD%27 HTTP/1.1" 200 None
2026-03-28 11:26:24 [bca.uk] INFO: Saving data for DY23%20SZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774610175.916556, 'last_price_update_time': 1774697184.72056}
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520SZD') HTTP/1.1" 204 0
2026-03-28 11:26:24 [bca.uk] INFO: Found listing with ID: RK22%20SWX
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520SWX%27 HTTP/1.1" 200 None
2026-03-28 11:26:24 [bca.uk] INFO: Scrape type for RK22%20SWX: 2
2026-03-28 11:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5631f54-bec8-5bf9-ae5f-921f91950d02 with identifier: RK22%20SWX
2026-03-28 11:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5631f54-bec8-5bf9-ae5f-921f91950d02 with scrape type 2
2026-03-28 11:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5631f54-bec8-5bf9-ae5f-921f91950d02 with scrape type 2
2026-03-28 11:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5631f54-bec8-5bf9-ae5f-921f91950d02, identifier: RK22%20SWX
2026-03-28 11:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e58d72a-852b-5b2a-b885-aa6a2ea35b26 with identifier: KV18%20VHB
2026-03-28 11:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e58d72a-852b-5b2a-b885-aa6a2ea35b26 with identifier: KV18%20VHB
2026-03-28 11:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e58d72a-852b-5b2a-b885-aa6a2ea35b26 with identifier: KV18%20VHB to the API
2026-03-28 11:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV18%20VHB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e58d72a-852b-5b2a-b885-aa6a2ea35b26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV18 VHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV18%20VHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 72422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 CACTUS 1.2 P/T 110 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 FLAIR',
 'vin': 'VF70PHNZBJE506341',
 'year': 2018}
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520VHB%27 HTTP/1.1" 200 None
2026-03-28 11:26:25 [bca.uk] INFO: Saving data for KV18%20VHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774609923.982206, 'last_price_update_time': 1774697185.135866}
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV18%2520VHB') HTTP/1.1" 204 0
2026-03-28 11:26:25 [bca.uk] INFO: Found listing with ID: FH21%20WLA
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH21%2520WLA%27 HTTP/1.1" 200 None
2026-03-28 11:26:25 [bca.uk] INFO: Scrape type for FH21%20WLA: 2
2026-03-28 11:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c054470-c3eb-5f68-a976-0e4701ac5188 with identifier: FH21%20WLA
2026-03-28 11:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c054470-c3eb-5f68-a976-0e4701ac5188 with scrape type 2
2026-03-28 11:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c054470-c3eb-5f68-a976-0e4701ac5188 with scrape type 2
2026-03-28 11:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c054470-c3eb-5f68-a976-0e4701ac5188, identifier: FH21%20WLA
2026-03-28 11:26:25 [bca.uk] INFO: Found listing with ID: YK23%20UXG
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK23%2520UXG%27 HTTP/1.1" 200 None
2026-03-28 11:26:25 [bca.uk] INFO: Scrape type for YK23%20UXG: 2
2026-03-28 11:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49171287-2119-5a91-a41a-0cf8ac0784bd with identifier: YK23%20UXG
2026-03-28 11:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49171287-2119-5a91-a41a-0cf8ac0784bd with scrape type 2
2026-03-28 11:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49171287-2119-5a91-a41a-0cf8ac0784bd with scrape type 2
2026-03-28 11:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49171287-2119-5a91-a41a-0cf8ac0784bd, identifier: YK23%20UXG
2026-03-28 11:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5631f54-bec8-5bf9-ae5f-921f91950d02 with identifier: RK22%20SWX
2026-03-28 11:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5631f54-bec8-5bf9-ae5f-921f91950d02 with identifier: RK22%20SWX
2026-03-28 11:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5631f54-bec8-5bf9-ae5f-921f91950d02 with identifier: RK22%20SWX to the API
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK22%20SWX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5631f54-bec8-5bf9-ae5f-921f91950d02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK22 SWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK22%20SWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 25078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183842N284331',
 'year': 2022}
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520SWX%27 HTTP/1.1" 200 None
2026-03-28 11:26:25 [bca.uk] INFO: Saving data for RK22%20SWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774363826.823745, 'last_price_update_time': 1774697185.662973}
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520SWX') HTTP/1.1" 204 0
2026-03-28 11:26:25 [bca.uk] INFO: Found listing with ID: BW21%20AZC
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520AZC%27 HTTP/1.1" 200 None
2026-03-28 11:26:25 [bca.uk] INFO: Scrape type for BW21%20AZC: 2
2026-03-28 11:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2320e37-cfd3-50ba-950f-d0a2331b83ab with identifier: BW21%20AZC
2026-03-28 11:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2320e37-cfd3-50ba-950f-d0a2331b83ab with scrape type 2
2026-03-28 11:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2320e37-cfd3-50ba-950f-d0a2331b83ab with scrape type 2
2026-03-28 11:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2320e37-cfd3-50ba-950f-d0a2331b83ab, identifier: BW21%20AZC
2026-03-28 11:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c054470-c3eb-5f68-a976-0e4701ac5188 with identifier: FH21%20WLA
2026-03-28 11:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c054470-c3eb-5f68-a976-0e4701ac5188 with identifier: FH21%20WLA
2026-03-28 11:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c054470-c3eb-5f68-a976-0e4701ac5188 with identifier: FH21%20WLA to the API
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH21%20WLA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0c054470-c3eb-5f68-a976-0e4701ac5188',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH21 WLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH21%20WLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '330E',
 'odometer': 60454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52040FL56215',
 'year': 2021}
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH21%2520WLA%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Saving data for FH21%20WLA: {'auction_closing_time': 1774864800.0, 'created_time': 1774265070.664314, 'last_price_update_time': 1774697186.080189}
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH21%2520WLA') HTTP/1.1" 204 0
2026-03-28 11:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49171287-2119-5a91-a41a-0cf8ac0784bd with identifier: YK23%20UXG
2026-03-28 11:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49171287-2119-5a91-a41a-0cf8ac0784bd with identifier: YK23%20UXG
2026-03-28 11:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49171287-2119-5a91-a41a-0cf8ac0784bd with identifier: YK23%20UXG to the API
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK23%20UXG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49171287-2119-5a91-a41a-0cf8ac0784bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK23 UXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK23%20UXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 30406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D200 StationWagon',
 'transmission': 'automatic',
 'trim': 'D200',
 'vin': 'SALYA2AN7PA365391',
 'year': 2023}
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK23%2520UXG%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Saving data for YK23%20UXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610146.717295, 'last_price_update_time': 1774697186.380423}
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK23%2520UXG') HTTP/1.1" 204 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: RK22%20XNF
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520XNF%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for RK22%20XNF: 2
2026-03-28 11:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eedd6c1-45b4-502f-9f4d-45e68819a592 with identifier: RK22%20XNF
2026-03-28 11:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eedd6c1-45b4-502f-9f4d-45e68819a592 with scrape type 2
2026-03-28 11:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eedd6c1-45b4-502f-9f4d-45e68819a592 with scrape type 2
2026-03-28 11:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eedd6c1-45b4-502f-9f4d-45e68819a592, identifier: RK22%20XNF
2026-03-28 11:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2320e37-cfd3-50ba-950f-d0a2331b83ab with identifier: BW21%20AZC
2026-03-28 11:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2320e37-cfd3-50ba-950f-d0a2331b83ab with identifier: BW21%20AZC
2026-03-28 11:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2320e37-cfd3-50ba-950f-d0a2331b83ab with identifier: BW21%20AZC to the API
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW21%20AZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2320e37-cfd3-50ba-950f-d0a2331b83ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW21 AZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW21%20AZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 26460,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.0 AMG LINE PREMIUM PLUS Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'W1K1183142N245181',
 'year': 2021}
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520AZC%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Saving data for BW21%20AZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774609921.323505, 'last_price_update_time': 1774697186.827886}
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW21%2520AZC') HTTP/1.1" 204 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: KT18%20XHX
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520XHX%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for KT18%20XHX: 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: GF67%20XWD
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XWD%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for GF67%20XWD: 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: LP64%20LWK
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520LWK%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for LP64%20LWK: 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: SB14%20UEP
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520UEP%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for SB14%20UEP: 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: VA15%20MHF
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA15%2520MHF%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for VA15%20MHF: 0
2026-03-28 11:26:26 [bca.uk] INFO: Found listing with ID: WJ64%20EPA
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ64%2520EPA%27 HTTP/1.1" 200 None
2026-03-28 11:26:26 [bca.uk] INFO: Scrape type for WJ64%20EPA: 2
2026-03-28 11:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bea45b17-2726-5633-bc20-9be5f6be7d64 with identifier: WJ64%20EPA
2026-03-28 11:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bea45b17-2726-5633-bc20-9be5f6be7d64 with scrape type 2
2026-03-28 11:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bea45b17-2726-5633-bc20-9be5f6be7d64 with scrape type 2
2026-03-28 11:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bea45b17-2726-5633-bc20-9be5f6be7d64, identifier: WJ64%20EPA
2026-03-28 11:26:27 [bca.uk] INFO: Found listing with ID: GX16%20NVO
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520NVO%27 HTTP/1.1" 200 None
2026-03-28 11:26:27 [bca.uk] INFO: Scrape type for GX16%20NVO: 2
2026-03-28 11:26:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 192f1aa2-7b21-5cf9-a597-aeac657cad1c with identifier: GX16%20NVO
2026-03-28 11:26:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 192f1aa2-7b21-5cf9-a597-aeac657cad1c with scrape type 2
2026-03-28 11:26:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 192f1aa2-7b21-5cf9-a597-aeac657cad1c with scrape type 2
2026-03-28 11:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 192f1aa2-7b21-5cf9-a597-aeac657cad1c, identifier: GX16%20NVO
2026-03-28 11:26:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eedd6c1-45b4-502f-9f4d-45e68819a592 with identifier: RK22%20XNF
2026-03-28 11:26:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eedd6c1-45b4-502f-9f4d-45e68819a592 with identifier: RK22%20XNF
2026-03-28 11:26:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eedd6c1-45b4-502f-9f4d-45e68819a592 with identifier: RK22%20XNF to the API
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK22%20XNF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9eedd6c1-45b4-502f-9f4d-45e68819a592',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK22 XNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK22%20XNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 13186,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 130 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 130 R LINE',
 'vin': 'WVWZZZCDZNW160399',
 'year': 2022}
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520XNF%27 HTTP/1.1" 200 None
2026-03-28 11:26:27 [bca.uk] INFO: Saving data for RK22%20XNF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610057.089427, 'last_price_update_time': 1774697187.584559}
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520XNF') HTTP/1.1" 204 0
2026-03-28 11:26:27 [bca.uk] INFO: Found listing with ID: EU17%20RHX
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RHX%27 HTTP/1.1" 200 None
2026-03-28 11:26:27 [bca.uk] INFO: Scrape type for EU17%20RHX: 2
2026-03-28 11:26:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 189628a9-6f41-5834-86ef-4aef48e6725f with identifier: EU17%20RHX
2026-03-28 11:26:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 189628a9-6f41-5834-86ef-4aef48e6725f with scrape type 2
2026-03-28 11:26:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 189628a9-6f41-5834-86ef-4aef48e6725f with scrape type 2
2026-03-28 11:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 189628a9-6f41-5834-86ef-4aef48e6725f, identifier: EU17%20RHX
2026-03-28 11:26:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bea45b17-2726-5633-bc20-9be5f6be7d64 with identifier: WJ64%20EPA
2026-03-28 11:26:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bea45b17-2726-5633-bc20-9be5f6be7d64 with identifier: WJ64%20EPA
2026-03-28 11:26:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bea45b17-2726-5633-bc20-9be5f6be7d64 with identifier: WJ64%20EPA to the API
2026-03-28 11:26:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 88,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ64%20EPA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bea45b17-2726-5633-bc20-9be5f6be7d64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ64 EPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ64%20EPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 102436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 TDI 75 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 75 SE',
 'vin': 'WVWZZZ6RZFU015471',
 'year': 2014}
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ64%2520EPA%27 HTTP/1.1" 200 None
2026-03-28 11:26:28 [bca.uk] INFO: Saving data for WJ64%20EPA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610201.561516, 'last_price_update_time': 1774697188.118998}
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ64%2520EPA') HTTP/1.1" 204 0
2026-03-28 11:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 192f1aa2-7b21-5cf9-a597-aeac657cad1c with identifier: GX16%20NVO
2026-03-28 11:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 192f1aa2-7b21-5cf9-a597-aeac657cad1c with identifier: GX16%20NVO
2026-03-28 11:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 192f1aa2-7b21-5cf9-a597-aeac657cad1c with identifier: GX16%20NVO to the API
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX16%20NVO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '192f1aa2-7b21-5cf9-a597-aeac657cad1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX16 NVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX16%20NVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 129756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.2 TDCI 125 EF LWB H/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 125 EF LWB H/R',
 'vin': 'WF0HXXTTGHFM14294',
 'year': 2016}
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520NVO%27 HTTP/1.1" 200 None
2026-03-28 11:26:28 [bca.uk] INFO: Saving data for GX16%20NVO: {'auction_closing_time': 1774778400.0, 'created_time': 1774610178.085033, 'last_price_update_time': 1774697188.431577}
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX16%2520NVO') HTTP/1.1" 204 0
2026-03-28 11:26:28 [bca.uk] INFO: Found listing with ID: YX22%20ZTN
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520ZTN%27 HTTP/1.1" 200 None
2026-03-28 11:26:28 [bca.uk] INFO: Scrape type for YX22%20ZTN: 2
2026-03-28 11:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34b1f3ef-3a81-582f-9d2f-450db187b90a with identifier: YX22%20ZTN
2026-03-28 11:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34b1f3ef-3a81-582f-9d2f-450db187b90a with scrape type 2
2026-03-28 11:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34b1f3ef-3a81-582f-9d2f-450db187b90a with scrape type 2
2026-03-28 11:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34b1f3ef-3a81-582f-9d2f-450db187b90a, identifier: YX22%20ZTN
2026-03-28 11:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 189628a9-6f41-5834-86ef-4aef48e6725f with identifier: EU17%20RHX
2026-03-28 11:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 189628a9-6f41-5834-86ef-4aef48e6725f with identifier: EU17%20RHX
2026-03-28 11:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 189628a9-6f41-5834-86ef-4aef48e6725f with identifier: EU17%20RHX to the API
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU17%20RHX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '189628a9-6f41-5834-86ef-4aef48e6725f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU17 RHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU17%20RHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 97297,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALRA2AN8HA005603',
 'year': 2017}
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RHX%27 HTTP/1.1" 200 None
2026-03-28 11:26:28 [bca.uk] INFO: Saving data for EU17%20RHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774609923.569364, 'last_price_update_time': 1774697188.830615}
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU17%2520RHX') HTTP/1.1" 204 0
2026-03-28 11:26:28 [bca.uk] INFO: Found listing with ID: KW69%20ZYS
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520ZYS%27 HTTP/1.1" 200 None
2026-03-28 11:26:28 [bca.uk] INFO: Scrape type for KW69%20ZYS: 0
2026-03-28 11:26:28 [bca.uk] INFO: Found listing with ID: OW66%20KUE
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520KUE%27 HTTP/1.1" 200 None
2026-03-28 11:26:28 [bca.uk] INFO: Scrape type for OW66%20KUE: 2
2026-03-28 11:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54c69a2e-8783-50d7-904d-46284b2405d0 with identifier: OW66%20KUE
2026-03-28 11:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54c69a2e-8783-50d7-904d-46284b2405d0 with scrape type 2
2026-03-28 11:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54c69a2e-8783-50d7-904d-46284b2405d0 with scrape type 2
2026-03-28 11:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54c69a2e-8783-50d7-904d-46284b2405d0, identifier: OW66%20KUE
2026-03-28 11:26:28 [bca.uk] INFO: Found listing with ID: YK16%20WNJ
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520WNJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:29 [bca.uk] INFO: Scrape type for YK16%20WNJ: 0
2026-03-28 11:26:29 [bca.uk] INFO: Found listing with ID: GL16%20HGX
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520HGX%27 HTTP/1.1" 200 None
2026-03-28 11:26:29 [bca.uk] INFO: Scrape type for GL16%20HGX: 0
2026-03-28 11:26:29 [bca.uk] INFO: Found listing with ID: WK24%20UYU
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520UYU%27 HTTP/1.1" 200 None
2026-03-28 11:26:29 [bca.uk] INFO: Scrape type for WK24%20UYU: 2
2026-03-28 11:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ac7c35-afac-528a-906d-bbb7787bc1b0 with identifier: WK24%20UYU
2026-03-28 11:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ac7c35-afac-528a-906d-bbb7787bc1b0 with scrape type 2
2026-03-28 11:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ac7c35-afac-528a-906d-bbb7787bc1b0 with scrape type 2
2026-03-28 11:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31ac7c35-afac-528a-906d-bbb7787bc1b0, identifier: WK24%20UYU
2026-03-28 11:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34b1f3ef-3a81-582f-9d2f-450db187b90a with identifier: YX22%20ZTN
2026-03-28 11:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34b1f3ef-3a81-582f-9d2f-450db187b90a with identifier: YX22%20ZTN
2026-03-28 11:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34b1f3ef-3a81-582f-9d2f-450db187b90a with identifier: YX22%20ZTN to the API
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX22%20ZTN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '34b1f3ef-3a81-582f-9d2f-450db187b90a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YX22 ZTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX22%20ZTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 14513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 M SPORT (LCP)STEP',
 'vin': 'WBA7K320005V11084',
 'year': 2022}
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520ZTN%27 HTTP/1.1" 200 None
2026-03-28 11:26:29 [bca.uk] INFO: Saving data for YX22%20ZTN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610104.988494, 'last_price_update_time': 1774697189.473158}
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX22%2520ZTN') HTTP/1.1" 204 0
2026-03-28 11:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54c69a2e-8783-50d7-904d-46284b2405d0 with identifier: OW66%20KUE
2026-03-28 11:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54c69a2e-8783-50d7-904d-46284b2405d0 with identifier: OW66%20KUE
2026-03-28 11:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54c69a2e-8783-50d7-904d-46284b2405d0 with identifier: OW66%20KUE to the API
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW66%20KUE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '54c69a2e-8783-50d7-904d-46284b2405d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW66 KUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW66%20KUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 51876,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN7HH204048',
 'year': 2017}
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520KUE%27 HTTP/1.1" 200 None
2026-03-28 11:26:29 [bca.uk] INFO: Saving data for OW66%20KUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610201.111526, 'last_price_update_time': 1774697189.792874}
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW66%2520KUE') HTTP/1.1" 204 0
2026-03-28 11:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31ac7c35-afac-528a-906d-bbb7787bc1b0 with identifier: WK24%20UYU
2026-03-28 11:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31ac7c35-afac-528a-906d-bbb7787bc1b0 with identifier: WK24%20UYU
2026-03-28 11:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31ac7c35-afac-528a-906d-bbb7787bc1b0 with identifier: WK24%20UYU to the API
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK24%20UYU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '31ac7c35-afac-528a-906d-bbb7787bc1b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK24 UYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK24%20UYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 28225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPM23655',
 'year': 2024}
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520UYU%27 HTTP/1.1" 200 None
2026-03-28 11:26:30 [bca.uk] INFO: Saving data for WK24%20UYU: {'auction_closing_time': 1774778400.0, 'created_time': 1774610180.507824, 'last_price_update_time': 1774697190.100004}
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK24%2520UYU') HTTP/1.1" 204 0
2026-03-28 11:26:30 [bca.uk] INFO: Found listing with ID: NA22%20WZX
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520WZX%27 HTTP/1.1" 200 None
2026-03-28 11:26:30 [bca.uk] INFO: Scrape type for NA22%20WZX: 0
2026-03-28 11:26:30 [bca.uk] INFO: Found listing with ID: AP71%20HVH
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520HVH%27 HTTP/1.1" 200 None
2026-03-28 11:26:30 [bca.uk] INFO: Scrape type for AP71%20HVH: 2
2026-03-28 11:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85d8cbd7-9011-5245-98e1-8b7bafd1fd12 with identifier: AP71%20HVH
2026-03-28 11:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85d8cbd7-9011-5245-98e1-8b7bafd1fd12 with scrape type 2
2026-03-28 11:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85d8cbd7-9011-5245-98e1-8b7bafd1fd12 with scrape type 2
2026-03-28 11:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85d8cbd7-9011-5245-98e1-8b7bafd1fd12, identifier: AP71%20HVH
2026-03-28 11:26:30 [bca.uk] INFO: Found listing with ID: BG18%20XYT
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520XYT%27 HTTP/1.1" 200 None
2026-03-28 11:26:30 [bca.uk] INFO: Scrape type for BG18%20XYT: 2
2026-03-28 11:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f2fe51-2861-5b81-862e-aff075c65e8b with identifier: BG18%20XYT
2026-03-28 11:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f2fe51-2861-5b81-862e-aff075c65e8b with scrape type 2
2026-03-28 11:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3f2fe51-2861-5b81-862e-aff075c65e8b with scrape type 2
2026-03-28 11:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3f2fe51-2861-5b81-862e-aff075c65e8b, identifier: BG18%20XYT
2026-03-28 11:26:30 [bca.uk] INFO: Found listing with ID: CV61%20HVS
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520HVS%27 HTTP/1.1" 200 None
2026-03-28 11:26:30 [bca.uk] INFO: Scrape type for CV61%20HVS: 2
2026-03-28 11:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83289611-30f1-5293-9f89-7da39d60f11f with identifier: CV61%20HVS
2026-03-28 11:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83289611-30f1-5293-9f89-7da39d60f11f with scrape type 2
2026-03-28 11:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83289611-30f1-5293-9f89-7da39d60f11f with scrape type 2
2026-03-28 11:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83289611-30f1-5293-9f89-7da39d60f11f, identifier: CV61%20HVS
2026-03-28 11:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85d8cbd7-9011-5245-98e1-8b7bafd1fd12 with identifier: AP71%20HVH
2026-03-28 11:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85d8cbd7-9011-5245-98e1-8b7bafd1fd12 with identifier: AP71%20HVH
2026-03-28 11:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85d8cbd7-9011-5245-98e1-8b7bafd1fd12 with identifier: AP71%20HVH to the API
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP71%20HVH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85d8cbd7-9011-5245-98e1-8b7bafd1fd12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP71 HVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP71%20HVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 87314,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P AWD INSCRIPTION PRO (7SP)G StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P AWD INSCRIPTION PRO (7SP)G',
 'vin': 'YV1XZK8VMN2726444',
 'year': 2022}
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520HVH%27 HTTP/1.1" 200 None
2026-03-28 11:26:30 [bca.uk] INFO: Saving data for AP71%20HVH: {'auction_closing_time': 1775037600.0, 'created_time': 1774610102.130122, 'last_price_update_time': 1774697190.758666}
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP71%2520HVH') HTTP/1.1" 204 0
2026-03-28 11:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3f2fe51-2861-5b81-862e-aff075c65e8b with identifier: BG18%20XYT
2026-03-28 11:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3f2fe51-2861-5b81-862e-aff075c65e8b with identifier: BG18%20XYT
2026-03-28 11:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3f2fe51-2861-5b81-862e-aff075c65e8b with identifier: BG18%20XYT to the API
2026-03-28 11:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG18%20XYT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a3f2fe51-2861-5b81-862e-aff075c65e8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG18 XYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG18%20XYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 64406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 290 FWD 2.0 TDCI 130 MWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 MWB M/R',
 'vin': 'WF0XXXTTGXJY29322',
 'year': 2018}
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520XYT%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Saving data for BG18%20XYT: {'auction_closing_time': 1774864800.0, 'created_time': 1773842712.082665, 'last_price_update_time': 1774697191.319703}
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG18%2520XYT') HTTP/1.1" 204 0
2026-03-28 11:26:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83289611-30f1-5293-9f89-7da39d60f11f with identifier: CV61%20HVS
2026-03-28 11:26:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83289611-30f1-5293-9f89-7da39d60f11f with identifier: CV61%20HVS
2026-03-28 11:26:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 83289611-30f1-5293-9f89-7da39d60f11f with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV61%20HVS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83289611-30f1-5293-9f89-7da39d60f11f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV61 HVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV61%20HVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 112944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TAKUYA Hatchback',
 'transmission': 'manual',
 'trim': 'TAKUYA',
 'vin': 'JMZBLA4Z201256907',
 'year': 2011}
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520HVS%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Saving data for CV61%20HVS: {'auction_closing_time': 1774692000.0, 'created_time': 1774610164.457602, 'last_price_update_time': 1774697191.350965}
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV61%2520HVS') HTTP/1.1" 204 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: AX12%20GWW
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for AX12%20GWW: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: RE22%20DJV
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for RE22%20DJV: 2
2026-03-28 11:26:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1440d890-70d4-5d5e-95c0-09897868e2fe with identifier: RE22%20DJV
2026-03-28 11:26:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1440d890-70d4-5d5e-95c0-09897868e2fe with scrape type 2
2026-03-28 11:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1440d890-70d4-5d5e-95c0-09897868e2fe with scrape type 2
2026-03-28 11:26:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1440d890-70d4-5d5e-95c0-09897868e2fe, identifier: RE22%20DJV
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: VA69%20VMF
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA69%2520VMF%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for VA69%20VMF: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BD74%20RVM
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520RVM%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BD74%20RVM: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BD74%20TFV
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TFV%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BD74%20TFV: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BD74%20TGF
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGF%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BD74%20TGF: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BD74%20TGN
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGN%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BD74%20TGN: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BD74%20TLV
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TLV%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BD74%20TLV: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BD74%20UUB
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520UUB%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BD74%20UUB: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BG24%20NHY
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NHY%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BG24%20NHY: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BG24%20NJE
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NJE%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BG24%20NJE: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BK24%20GGJ
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520GGJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BK24%20GGJ: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: BP24%20VPR
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP24%2520VPR%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for BP24%20VPR: 0
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: NL65%20CWG
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520CWG%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for NL65%20CWG: 2
2026-03-28 11:26:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71deaadf-7274-5318-86f0-074bd670022c with identifier: NL65%20CWG
2026-03-28 11:26:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71deaadf-7274-5318-86f0-074bd670022c with scrape type 2
2026-03-28 11:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71deaadf-7274-5318-86f0-074bd670022c with scrape type 2
2026-03-28 11:26:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71deaadf-7274-5318-86f0-074bd670022c, identifier: NL65%20CWG
2026-03-28 11:26:31 [bca.uk] INFO: Found listing with ID: VN63%20AWJ
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520AWJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:31 [bca.uk] INFO: Scrape type for VN63%20AWJ: 2
2026-03-28 11:26:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97dbae9e-590c-5a66-8aa8-8d42877fd990 with identifier: VN63%20AWJ
2026-03-28 11:26:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97dbae9e-590c-5a66-8aa8-8d42877fd990 with scrape type 2
2026-03-28 11:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97dbae9e-590c-5a66-8aa8-8d42877fd990 with scrape type 2
2026-03-28 11:26:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97dbae9e-590c-5a66-8aa8-8d42877fd990, identifier: VN63%20AWJ
2026-03-28 11:26:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1440d890-70d4-5d5e-95c0-09897868e2fe with identifier: RE22%20DJV
2026-03-28 11:26:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1440d890-70d4-5d5e-95c0-09897868e2fe with identifier: RE22%20DJV
2026-03-28 11:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1440d890-70d4-5d5e-95c0-09897868e2fe with identifier: RE22%20DJV to the API
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE22%20DJV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1440d890-70d4-5d5e-95c0-09897868e2fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE22 DJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE22%20DJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 21654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B3P PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B3P PLUS DARK G/T',
 'vin': 'YV1XZK7V1P2914462',
 'year': 2022}
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:32 [bca.uk] INFO: Saving data for RE22%20DJV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610082.179713, 'last_price_update_time': 1774697192.205228}
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE22%2520DJV') HTTP/1.1" 204 0
2026-03-28 11:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71deaadf-7274-5318-86f0-074bd670022c with identifier: NL65%20CWG
2026-03-28 11:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71deaadf-7274-5318-86f0-074bd670022c with identifier: NL65%20CWG
2026-03-28 11:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71deaadf-7274-5318-86f0-074bd670022c with identifier: NL65%20CWG to the API
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL65%20CWG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71deaadf-7274-5318-86f0-074bd670022c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL65 CWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL65%20CWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 81143,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.0 TFSI 95 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 95 SPORT',
 'vin': 'WAUZZZ8X7GB029591',
 'year': 2015}
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520CWG%27 HTTP/1.1" 200 None
2026-03-28 11:26:32 [bca.uk] INFO: Saving data for NL65%20CWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610285.440478, 'last_price_update_time': 1774697192.597706}
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL65%2520CWG') HTTP/1.1" 204 0
2026-03-28 11:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97dbae9e-590c-5a66-8aa8-8d42877fd990 with identifier: VN63%20AWJ
2026-03-28 11:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97dbae9e-590c-5a66-8aa8-8d42877fd990 with identifier: VN63%20AWJ
2026-03-28 11:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97dbae9e-590c-5a66-8aa8-8d42877fd990 with identifier: VN63%20AWJ to the API
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN63%20AWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97dbae9e-590c-5a66-8aa8-8d42877fd990',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN63 AWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN63%20AWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 71746,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAN51CLEM467372',
 'year': 2013}
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520AWJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:32 [bca.uk] INFO: Saving data for VN63%20AWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774523428.179296, 'last_price_update_time': 1774697192.896132}
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN63%2520AWJ') HTTP/1.1" 204 0
2026-03-28 11:26:32 [bca.uk] INFO: Found listing with ID: SD72%20XOV
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520XOV%27 HTTP/1.1" 200 None
2026-03-28 11:26:32 [bca.uk] INFO: Scrape type for SD72%20XOV: 0
2026-03-28 11:26:32 [bca.uk] INFO: Found listing with ID: BG23%20UXC
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520UXC%27 HTTP/1.1" 200 None
2026-03-28 11:26:32 [bca.uk] INFO: Scrape type for BG23%20UXC: 2
2026-03-28 11:26:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49c06acd-b80d-59b2-b51c-49417f05bf2a with identifier: BG23%20UXC
2026-03-28 11:26:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49c06acd-b80d-59b2-b51c-49417f05bf2a with scrape type 2
2026-03-28 11:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49c06acd-b80d-59b2-b51c-49417f05bf2a with scrape type 2
2026-03-28 11:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49c06acd-b80d-59b2-b51c-49417f05bf2a, identifier: BG23%20UXC
2026-03-28 11:26:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:26:33 [bca.uk] INFO: Found listing with ID: BW63%20UOL
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW63%2520UOL%27 HTTP/1.1" 200 None
2026-03-28 11:26:33 [bca.uk] INFO: Scrape type for BW63%20UOL: 2
2026-03-28 11:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac8481b9-3449-54b4-a3e2-752596c929a3 with identifier: BW63%20UOL
2026-03-28 11:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac8481b9-3449-54b4-a3e2-752596c929a3 with scrape type 2
2026-03-28 11:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac8481b9-3449-54b4-a3e2-752596c929a3 with scrape type 2
2026-03-28 11:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac8481b9-3449-54b4-a3e2-752596c929a3, identifier: BW63%20UOL
2026-03-28 11:26:33 [bca.uk] INFO: Found listing with ID: BK61%20GUG
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK61%2520GUG%27 HTTP/1.1" 200 None
2026-03-28 11:26:33 [bca.uk] INFO: Scrape type for BK61%20GUG: 2
2026-03-28 11:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1936003d-e9ae-5be2-85e9-e082afdb640e with identifier: BK61%20GUG
2026-03-28 11:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1936003d-e9ae-5be2-85e9-e082afdb640e with scrape type 2
2026-03-28 11:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1936003d-e9ae-5be2-85e9-e082afdb640e with scrape type 2
2026-03-28 11:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1936003d-e9ae-5be2-85e9-e082afdb640e, identifier: BK61%20GUG
2026-03-28 11:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49c06acd-b80d-59b2-b51c-49417f05bf2a with identifier: BG23%20UXC
2026-03-28 11:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49c06acd-b80d-59b2-b51c-49417f05bf2a with identifier: BG23%20UXC
2026-03-28 11:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49c06acd-b80d-59b2-b51c-49417f05bf2a with identifier: BG23%20UXC to the API
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG23%20UXC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '49c06acd-b80d-59b2-b51c-49417f05bf2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG23 UXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG23%20UXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA VIGNALE',
 'odometer': 41772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA VIGNALE 2.5 E/B PHEV 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD',
 'vin': 'WF0FXXWPMHNM13071',
 'year': 2023}
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520UXC%27 HTTP/1.1" 200 None
2026-03-28 11:26:33 [bca.uk] INFO: Saving data for BG23%20UXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774610081.185348, 'last_price_update_time': 1774697193.59934}
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG23%2520UXC') HTTP/1.1" 204 0
2026-03-28 11:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac8481b9-3449-54b4-a3e2-752596c929a3 with identifier: BW63%20UOL
2026-03-28 11:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac8481b9-3449-54b4-a3e2-752596c929a3 with identifier: BW63%20UOL
2026-03-28 11:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac8481b9-3449-54b4-a3e2-752596c929a3 with identifier: BW63%20UOL to the API
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW63%20UOL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ac8481b9-3449-54b4-a3e2-752596c929a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW63 UOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW63%20UOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 50485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 T5 2WD SE (NON UK) Estate',
 'transmission': 'automatic',
 'trim': 'T5 2WD SE (NON UK)',
 'vin': 'YV1D247HBD2431603',
 'year': 2025}
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW63%2520UOL%27 HTTP/1.1" 200 None
2026-03-28 11:26:33 [bca.uk] INFO: Saving data for BW63%20UOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610287.786439, 'last_price_update_time': 1774697193.893313}
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW63%2520UOL') HTTP/1.1" 204 0
2026-03-28 11:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1936003d-e9ae-5be2-85e9-e082afdb640e with identifier: BK61%20GUG
2026-03-28 11:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1936003d-e9ae-5be2-85e9-e082afdb640e with identifier: BK61%20GUG
2026-03-28 11:26:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1936003d-e9ae-5be2-85e9-e082afdb640e with identifier: BK61%20GUG to the API
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK61%20GUG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1936003d-e9ae-5be2-85e9-e082afdb640e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK61 GUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK61%20GUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 350',
 'odometer': 157243,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 2.4 TDCI 115 EF LWB Box',
 'transmission': 'manual',
 'trim': 'TDCI 115 EF LWB',
 'vin': 'WF0FXXTTFFBT25251',
 'year': 2011}
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK61%2520GUG%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Saving data for BK61%20GUG: {'auction_closing_time': 1774778400.0, 'created_time': 1774610164.01615, 'last_price_update_time': 1774697194.218224}
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK61%2520GUG') HTTP/1.1" 204 0
2026-03-28 11:26:34 [bca.uk] INFO: Found listing with ID: HV71%20XPX
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XPX%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Scrape type for HV71%20XPX: 2
2026-03-28 11:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deb96abc-7c5a-5014-ad36-54c87623a39d with identifier: HV71%20XPX
2026-03-28 11:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deb96abc-7c5a-5014-ad36-54c87623a39d with scrape type 2
2026-03-28 11:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deb96abc-7c5a-5014-ad36-54c87623a39d with scrape type 2
2026-03-28 11:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: deb96abc-7c5a-5014-ad36-54c87623a39d, identifier: HV71%20XPX
2026-03-28 11:26:34 [bca.uk] INFO: Found listing with ID: FH63%20FXK
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520FXK%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Scrape type for FH63%20FXK: 0
2026-03-28 11:26:34 [bca.uk] INFO: Found listing with ID: GM65%20MZV
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520MZV%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Scrape type for GM65%20MZV: 2
2026-03-28 11:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74f15122-2503-555f-807c-feb4d7c244b0 with identifier: GM65%20MZV
2026-03-28 11:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74f15122-2503-555f-807c-feb4d7c244b0 with scrape type 2
2026-03-28 11:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74f15122-2503-555f-807c-feb4d7c244b0 with scrape type 2
2026-03-28 11:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74f15122-2503-555f-807c-feb4d7c244b0, identifier: GM65%20MZV
2026-03-28 11:26:34 [bca.uk] INFO: Found listing with ID: YS11%20ZDP
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS11%2520ZDP%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Scrape type for YS11%20ZDP: 0
2026-03-28 11:26:34 [bca.uk] INFO: Found listing with ID: FD12%20CRV
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520CRV%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Scrape type for FD12%20CRV: 0
2026-03-28 11:26:34 [bca.uk] INFO: Found listing with ID: DN24%20YTE
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520YTE%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Scrape type for DN24%20YTE: 2
2026-03-28 11:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1100b97-8bcb-5b9c-a337-67aeca09be40 with identifier: DN24%20YTE
2026-03-28 11:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1100b97-8bcb-5b9c-a337-67aeca09be40 with scrape type 2
2026-03-28 11:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1100b97-8bcb-5b9c-a337-67aeca09be40 with scrape type 2
2026-03-28 11:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1100b97-8bcb-5b9c-a337-67aeca09be40, identifier: DN24%20YTE
2026-03-28 11:26:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: deb96abc-7c5a-5014-ad36-54c87623a39d with identifier: HV71%20XPX
2026-03-28 11:26:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: deb96abc-7c5a-5014-ad36-54c87623a39d with identifier: HV71%20XPX
2026-03-28 11:26:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: deb96abc-7c5a-5014-ad36-54c87623a39d with identifier: HV71%20XPX to the API
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV71%20XPX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'deb96abc-7c5a-5014-ad36-54c87623a39d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV71 XPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV71%20XPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 15236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74097MZ260794',
 'year': 2022}
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XPX%27 HTTP/1.1" 200 None
2026-03-28 11:26:34 [bca.uk] INFO: Saving data for HV71%20XPX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610088.551826, 'last_price_update_time': 1774697194.965374}
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV71%2520XPX') HTTP/1.1" 204 0
2026-03-28 11:26:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74f15122-2503-555f-807c-feb4d7c244b0 with identifier: GM65%20MZV
2026-03-28 11:26:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74f15122-2503-555f-807c-feb4d7c244b0 with identifier: GM65%20MZV
2026-03-28 11:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74f15122-2503-555f-807c-feb4d7c244b0 with identifier: GM65%20MZV to the API
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM65%20MZV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74f15122-2503-555f-807c-feb4d7c244b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM65 MZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM65%20MZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 55076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 2 GRAN TOURER 2.0 218D LUXURY STEP MPV',
 'transmission': 'automatic',
 'trim': '218D LUXURY STEP',
 'vin': 'WBA2E520405C94526',
 'year': 2015}
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520MZV%27 HTTP/1.1" 200 None
2026-03-28 11:26:35 [bca.uk] INFO: Saving data for GM65%20MZV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610224.00458, 'last_price_update_time': 1774697195.278368}
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM65%2520MZV') HTTP/1.1" 204 0
2026-03-28 11:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1100b97-8bcb-5b9c-a337-67aeca09be40 with identifier: DN24%20YTE
2026-03-28 11:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1100b97-8bcb-5b9c-a337-67aeca09be40 with identifier: DN24%20YTE
2026-03-28 11:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1100b97-8bcb-5b9c-a337-67aeca09be40 with identifier: DN24%20YTE to the API
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20YTE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1100b97-8bcb-5b9c-a337-67aeca09be40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 YTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20YTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 8955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 320KW 64KWH XPOWER Hatchback',
 'transmission': 'automatic',
 'trim': '320KW 64KWH XPOWER',
 'vin': 'LSJWH4097PN320078',
 'year': 2024}
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520YTE%27 HTTP/1.1" 200 None
2026-03-28 11:26:35 [bca.uk] INFO: Saving data for DN24%20YTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610166.457488, 'last_price_update_time': 1774697195.616601}
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520YTE') HTTP/1.1" 204 0
2026-03-28 11:26:35 [bca.uk] INFO: Found listing with ID: MM72%20EXU
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520EXU%27 HTTP/1.1" 200 None
2026-03-28 11:26:35 [bca.uk] INFO: Scrape type for MM72%20EXU: 2
2026-03-28 11:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f777e5c-35b2-53c3-aad0-d1056204b42d with identifier: MM72%20EXU
2026-03-28 11:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f777e5c-35b2-53c3-aad0-d1056204b42d with scrape type 2
2026-03-28 11:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f777e5c-35b2-53c3-aad0-d1056204b42d with scrape type 2
2026-03-28 11:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f777e5c-35b2-53c3-aad0-d1056204b42d, identifier: MM72%20EXU
2026-03-28 11:26:35 [bca.uk] INFO: Found listing with ID: MT18%20GXF
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520GXF%27 HTTP/1.1" 200 None
2026-03-28 11:26:35 [bca.uk] INFO: Scrape type for MT18%20GXF: 0
2026-03-28 11:26:35 [bca.uk] INFO: Found listing with ID: BC15%20ZNN
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC15%2520ZNN%27 HTTP/1.1" 200 None
2026-03-28 11:26:35 [bca.uk] INFO: Scrape type for BC15%20ZNN: 2
2026-03-28 11:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa with identifier: BC15%20ZNN
2026-03-28 11:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa with scrape type 2
2026-03-28 11:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa with scrape type 2
2026-03-28 11:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa, identifier: BC15%20ZNN
2026-03-28 11:26:35 [bca.uk] INFO: Found listing with ID: BK72%20YLE
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520YLE%27 HTTP/1.1" 200 None
2026-03-28 11:26:35 [bca.uk] INFO: Scrape type for BK72%20YLE: 2
2026-03-28 11:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f92c0e7c-891f-56ee-a896-2ba624751740 with identifier: BK72%20YLE
2026-03-28 11:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f92c0e7c-891f-56ee-a896-2ba624751740 with scrape type 2
2026-03-28 11:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f92c0e7c-891f-56ee-a896-2ba624751740 with scrape type 2
2026-03-28 11:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f92c0e7c-891f-56ee-a896-2ba624751740, identifier: BK72%20YLE
2026-03-28 11:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f777e5c-35b2-53c3-aad0-d1056204b42d with identifier: MM72%20EXU
2026-03-28 11:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f777e5c-35b2-53c3-aad0-d1056204b42d with identifier: MM72%20EXU
2026-03-28 11:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f777e5c-35b2-53c3-aad0-d1056204b42d with identifier: MM72%20EXU to the API
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20EXU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f777e5c-35b2-53c3-aad0-d1056204b42d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM72 EXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20EXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'E-UP!',
 'odometer': 29511,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN E-UP! 60KW 32KWH Hatchback',
 'transmission': 'automatic',
 'trim': '60KW 32KWH',
 'vin': 'WVWZZZAA4PD903358',
 'year': 2022}
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520EXU%27 HTTP/1.1" 200 None
2026-03-28 11:26:36 [bca.uk] INFO: Saving data for MM72%20EXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610092.869544, 'last_price_update_time': 1774697196.348005}
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520EXU') HTTP/1.1" 204 0
2026-03-28 11:26:36 [bca.uk] INFO: Total items found: 100
2026-03-28 11:26:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded
2026-03-28 11:26:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:26:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa with identifier: BC15%20ZNN
2026-03-28 11:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa with identifier: BC15%20ZNN
2026-03-28 11:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22df2d6a-2d6f-53bc-a9c8-84a82882d2fa with identifier: BC15%20ZNN to the API
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC15%20ZNN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '22df2d6a-2d6f-53bc-a9c8-84a82882d2fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC15 ZNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC15%20ZNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'NISSAN',
 'model': 'E-NV200',
 'odometer': 35653,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN E-NV200 ACENTA RAPID PLUS PanelVan',
 'transmission': 'automatic',
 'trim': 'ACENTA RAPID PLUS',
 'vin': 'VSKYAAME0U0504958',
 'year': 2015}
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC15%2520ZNN%27 HTTP/1.1" 200 None
2026-03-28 11:26:36 [bca.uk] INFO: Saving data for BC15%20ZNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610196.595326, 'last_price_update_time': 1774697196.752853}
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC15%2520ZNN') HTTP/1.1" 204 0
2026-03-28 11:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f92c0e7c-891f-56ee-a896-2ba624751740 with identifier: BK72%20YLE
2026-03-28 11:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f92c0e7c-891f-56ee-a896-2ba624751740 with identifier: BK72%20YLE
2026-03-28 11:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f92c0e7c-891f-56ee-a896-2ba624751740 with identifier: BK72%20YLE to the API
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK72%20YLE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f92c0e7c-891f-56ee-a896-2ba624751740',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK72 YLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK72%20YLE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 51773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620809N73084',
 'year': 2022}
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520YLE%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Saving data for BK72%20YLE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610168.006999, 'last_price_update_time': 1774697197.087788}
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520YLE') HTTP/1.1" 204 0
2026-03-28 11:26:37 [bca.uk] INFO: Found listing with ID: BD21%20GZN
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520GZN%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Scrape type for BD21%20GZN: 0
2026-03-28 11:26:37 [bca.uk] INFO: Found listing with ID: CN68%20VXS
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN68%2520VXS%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Scrape type for CN68%20VXS: 2
2026-03-28 11:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2462ae1-8bde-55f0-960a-ccb0147924f9 with identifier: CN68%20VXS
2026-03-28 11:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2462ae1-8bde-55f0-960a-ccb0147924f9 with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2462ae1-8bde-55f0-960a-ccb0147924f9 with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2462ae1-8bde-55f0-960a-ccb0147924f9, identifier: CN68%20VXS
2026-03-28 11:26:37 [bca.uk] INFO: Found listing with ID: GL62%20LYA
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520LYA%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Scrape type for GL62%20LYA: 2
2026-03-28 11:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f489b690-efa5-5dcc-82b4-99e9c80a8aa3 with identifier: GL62%20LYA
2026-03-28 11:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f489b690-efa5-5dcc-82b4-99e9c80a8aa3 with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f489b690-efa5-5dcc-82b4-99e9c80a8aa3 with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f489b690-efa5-5dcc-82b4-99e9c80a8aa3, identifier: GL62%20LYA
2026-03-28 11:26:37 [bca.uk] INFO: Found listing with ID: MJ24%20BZE
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520BZE%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Scrape type for MJ24%20BZE: 2
2026-03-28 11:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65797a26-a87c-5294-8588-08b775f2d8d8 with identifier: MJ24%20BZE
2026-03-28 11:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65797a26-a87c-5294-8588-08b775f2d8d8 with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65797a26-a87c-5294-8588-08b775f2d8d8 with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65797a26-a87c-5294-8588-08b775f2d8d8, identifier: MJ24%20BZE
2026-03-28 11:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2462ae1-8bde-55f0-960a-ccb0147924f9 with identifier: CN68%20VXS
2026-03-28 11:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2462ae1-8bde-55f0-960a-ccb0147924f9 with identifier: CN68%20VXS
2026-03-28 11:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2462ae1-8bde-55f0-960a-ccb0147924f9 with identifier: CN68%20VXS to the API
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN68%20VXS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2462ae1-8bde-55f0-960a-ccb0147924f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN68 VXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN68%20VXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 83608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J598385',
 'year': 2018}
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN68%2520VXS%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Saving data for CN68%20VXS: {'auction_closing_time': 1775037600.0, 'created_time': 1774610089.670634, 'last_price_update_time': 1774697197.776983}
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN68%2520VXS') HTTP/1.1" 204 0
2026-03-28 11:26:37 [bca.uk] INFO: Found listing with ID: DE69%20YXA
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520YXA%27 HTTP/1.1" 200 None
2026-03-28 11:26:37 [bca.uk] INFO: Scrape type for DE69%20YXA: 2
2026-03-28 11:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9e80ba0-0a46-5466-b4f9-63b52993c90c with identifier: DE69%20YXA
2026-03-28 11:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9e80ba0-0a46-5466-b4f9-63b52993c90c with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9e80ba0-0a46-5466-b4f9-63b52993c90c with scrape type 2
2026-03-28 11:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a9e80ba0-0a46-5466-b4f9-63b52993c90c, identifier: DE69%20YXA
2026-03-28 11:26:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f489b690-efa5-5dcc-82b4-99e9c80a8aa3 with identifier: GL62%20LYA
2026-03-28 11:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f489b690-efa5-5dcc-82b4-99e9c80a8aa3 with identifier: GL62%20LYA
2026-03-28 11:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f489b690-efa5-5dcc-82b4-99e9c80a8aa3 with identifier: GL62%20LYA to the API
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL62%20LYA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': 'f489b690-efa5-5dcc-82b4-99e9c80a8aa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL62 LYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL62%20LYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'E300 HYBRID',
 'odometer': 99267,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E300 HYBRID 2.1 B/T TIP Saloon',
 'transmission': 'manual',
 'trim': 'B/T TIP',
 'vin': 'WDD2120982A746330',
 'year': 2013}
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520LYA%27 HTTP/1.1" 200 None
2026-03-28 11:26:38 [bca.uk] INFO: Saving data for GL62%20LYA: {'auction_closing_time': 1774864800.0, 'created_time': 1773845883.592168, 'last_price_update_time': 1774697198.177294}
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL62%2520LYA') HTTP/1.1" 204 0
2026-03-28 11:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65797a26-a87c-5294-8588-08b775f2d8d8 with identifier: MJ24%20BZE
2026-03-28 11:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65797a26-a87c-5294-8588-08b775f2d8d8 with identifier: MJ24%20BZE
2026-03-28 11:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65797a26-a87c-5294-8588-08b775f2d8d8 with identifier: MJ24%20BZE to the API
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ24%20BZE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '65797a26-a87c-5294-8588-08b775f2d8d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ24 BZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ24%20BZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 19769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE S',
 'vin': 'KNAC481AUR5189815',
 'year': 2024}
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520BZE%27 HTTP/1.1" 200 None
2026-03-28 11:26:38 [bca.uk] INFO: Saving data for MJ24%20BZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610167.437428, 'last_price_update_time': 1774697198.462703}
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ24%2520BZE') HTTP/1.1" 204 0
2026-03-28 11:26:38 [bca.uk] INFO: Found listing with ID: HN17%20ZXB
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520ZXB%27 HTTP/1.1" 200 None
2026-03-28 11:26:38 [bca.uk] INFO: Scrape type for HN17%20ZXB: 2
2026-03-28 11:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a40c815-552e-5eb8-85ca-15d2196dcf7c with identifier: HN17%20ZXB
2026-03-28 11:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a40c815-552e-5eb8-85ca-15d2196dcf7c with scrape type 2
2026-03-28 11:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a40c815-552e-5eb8-85ca-15d2196dcf7c with scrape type 2
2026-03-28 11:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a40c815-552e-5eb8-85ca-15d2196dcf7c, identifier: HN17%20ZXB
2026-03-28 11:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a9e80ba0-0a46-5466-b4f9-63b52993c90c with identifier: DE69%20YXA
2026-03-28 11:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a9e80ba0-0a46-5466-b4f9-63b52993c90c with identifier: DE69%20YXA
2026-03-28 11:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a9e80ba0-0a46-5466-b4f9-63b52993c90c with identifier: DE69%20YXA to the API
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE69%20YXA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a9e80ba0-0a46-5466-b4f9-63b52993c90c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE69 YXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE69%20YXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 115951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI SCR 150 SE L DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI SCR 150 SE L DSG',
 'vin': 'TMBKH7NP8L7030567',
 'year': 2019}
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520YXA%27 HTTP/1.1" 200 None
2026-03-28 11:26:38 [bca.uk] INFO: Saving data for DE69%20YXA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610260.120212, 'last_price_update_time': 1774697198.907452}
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE69%2520YXA') HTTP/1.1" 204 0
2026-03-28 11:26:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:26:38 [bca.uk] INFO: Found listing with ID: NG25%20DSE
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG25%2520DSE%27 HTTP/1.1" 200 None
2026-03-28 11:26:38 [bca.uk] INFO: Scrape type for NG25%20DSE: 2
2026-03-28 11:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce with identifier: NG25%20DSE
2026-03-28 11:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce with scrape type 2
2026-03-28 11:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce with scrape type 2
2026-03-28 11:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce, identifier: NG25%20DSE
2026-03-28 11:26:39 [bca.uk] INFO: Found listing with ID: HT71%20WFL
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520WFL%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Scrape type for HT71%20WFL: 2
2026-03-28 11:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b0d90da-3a03-58e8-a8c4-dd19275653f3 with identifier: HT71%20WFL
2026-03-28 11:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b0d90da-3a03-58e8-a8c4-dd19275653f3 with scrape type 2
2026-03-28 11:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b0d90da-3a03-58e8-a8c4-dd19275653f3 with scrape type 2
2026-03-28 11:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b0d90da-3a03-58e8-a8c4-dd19275653f3, identifier: HT71%20WFL
2026-03-28 11:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a40c815-552e-5eb8-85ca-15d2196dcf7c with identifier: HN17%20ZXB
2026-03-28 11:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a40c815-552e-5eb8-85ca-15d2196dcf7c with identifier: HN17%20ZXB
2026-03-28 11:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a40c815-552e-5eb8-85ca-15d2196dcf7c with identifier: HN17%20ZXB to the API
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN17%20ZXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a40c815-552e-5eb8-85ca-15d2196dcf7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN17 ZXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN17%20ZXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 92542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 TCE 120 DYNAMIQUE S EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'TCE 120 DYNAMIQUE S EDC',
 'vin': 'VF15RBU0D57585005',
 'year': 2017}
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520ZXB%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Saving data for HN17%20ZXB: {'auction_closing_time': 1775037600.0, 'created_time': 1774610094.221359, 'last_price_update_time': 1774697199.43973}
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN17%2520ZXB') HTTP/1.1" 204 0
2026-03-28 11:26:39 [bca.uk] INFO: Found listing with ID: DN20%20VVE
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520VVE%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Scrape type for DN20%20VVE: 0
2026-03-28 11:26:39 [bca.uk] INFO: Found listing with ID: DV14%20NUK
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520NUK%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Scrape type for DV14%20NUK: 0
2026-03-28 11:26:39 [bca.uk] INFO: Found listing with ID: DX22%20OMV
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520OMV%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Scrape type for DX22%20OMV: 0
2026-03-28 11:26:39 [bca.uk] INFO: Found listing with ID: DY18%20WKM
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520WKM%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Scrape type for DY18%20WKM: 2
2026-03-28 11:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 777a53c4-03bb-51ff-87f3-53078feaa81c with identifier: DY18%20WKM
2026-03-28 11:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 777a53c4-03bb-51ff-87f3-53078feaa81c with scrape type 2
2026-03-28 11:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 777a53c4-03bb-51ff-87f3-53078feaa81c with scrape type 2
2026-03-28 11:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 777a53c4-03bb-51ff-87f3-53078feaa81c, identifier: DY18%20WKM
2026-03-28 11:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce with identifier: NG25%20DSE
2026-03-28 11:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce with identifier: NG25%20DSE
2026-03-28 11:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bdd6268-8e5f-58a0-b3c3-0a9779a596ce with identifier: NG25%20DSE to the API
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG25%20DSE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0bdd6268-8e5f-58a0-b3c3-0a9779a596ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG25 DSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG25%20DSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 3421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 2',
 'vin': 'KNACP811US5135991',
 'year': 2025}
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG25%2520DSE%27 HTTP/1.1" 200 None
2026-03-28 11:26:39 [bca.uk] INFO: Saving data for NG25%20DSE: {'auction_closing_time': 1774864800.0, 'created_time': 1774447805.503774, 'last_price_update_time': 1774697199.88597}
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG25%2520DSE') HTTP/1.1" 204 0
2026-03-28 11:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b0d90da-3a03-58e8-a8c4-dd19275653f3 with identifier: HT71%20WFL
2026-03-28 11:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b0d90da-3a03-58e8-a8c4-dd19275653f3 with identifier: HT71%20WFL
2026-03-28 11:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b0d90da-3a03-58e8-a8c4-dd19275653f3 with identifier: HT71%20WFL to the API
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20WFL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4b0d90da-3a03-58e8-a8c4-dd19275653f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT71 WFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20WFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '530E',
 'odometer': 62224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 530E 2.0 XDRIVE M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT',
 'vin': 'WBA12CH030CJ89825',
 'year': 2022}
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520WFL%27 HTTP/1.1" 200 None
2026-03-28 11:26:40 [bca.uk] INFO: Saving data for HT71%20WFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610165.92038, 'last_price_update_time': 1774697200.24533}
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520WFL') HTTP/1.1" 204 0
2026-03-28 11:26:40 [bca.uk] INFO: Found listing with ID: KW19%20RMV
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:26:40 [bca.uk] INFO: Scrape type for KW19%20RMV: 2
2026-03-28 11:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baec019c-b104-5476-8dc6-a28409099f08 with identifier: KW19%20RMV
2026-03-28 11:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baec019c-b104-5476-8dc6-a28409099f08 with scrape type 2
2026-03-28 11:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baec019c-b104-5476-8dc6-a28409099f08 with scrape type 2
2026-03-28 11:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baec019c-b104-5476-8dc6-a28409099f08, identifier: KW19%20RMV
2026-03-28 11:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 777a53c4-03bb-51ff-87f3-53078feaa81c with identifier: DY18%20WKM
2026-03-28 11:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 777a53c4-03bb-51ff-87f3-53078feaa81c with identifier: DY18%20WKM
2026-03-28 11:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 777a53c4-03bb-51ff-87f3-53078feaa81c with identifier: DY18%20WKM to the API
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY18%20WKM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '777a53c4-03bb-51ff-87f3-53078feaa81c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY18 WKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY18%20WKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 65289,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 182 4WD ST-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B 182 4WD ST-LINE',
 'vin': 'WF0AXXWPMAJS23684',
 'year': 2018}
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520WKM%27 HTTP/1.1" 200 None
2026-03-28 11:26:40 [bca.uk] INFO: Saving data for DY18%20WKM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610270.786649, 'last_price_update_time': 1774697200.697367}
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY18%2520WKM') HTTP/1.1" 204 0
2026-03-28 11:26:40 [bca.uk] INFO: Found listing with ID: YC62%20LNA
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520LNA%27 HTTP/1.1" 200 None
2026-03-28 11:26:40 [bca.uk] INFO: Scrape type for YC62%20LNA: 0
2026-03-28 11:26:40 [bca.uk] INFO: Found listing with ID: PE21%20YRU
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE21%2520YRU%27 HTTP/1.1" 200 None
2026-03-28 11:26:40 [bca.uk] INFO: Scrape type for PE21%20YRU: 2
2026-03-28 11:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6197704-3e53-5ee6-b6ec-3e37def407c1 with identifier: PE21%20YRU
2026-03-28 11:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6197704-3e53-5ee6-b6ec-3e37def407c1 with scrape type 2
2026-03-28 11:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6197704-3e53-5ee6-b6ec-3e37def407c1 with scrape type 2
2026-03-28 11:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6197704-3e53-5ee6-b6ec-3e37def407c1, identifier: PE21%20YRU
2026-03-28 11:26:40 [bca.uk] INFO: Found listing with ID: CY23%20JZV
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY23%2520JZV%27 HTTP/1.1" 200 None
2026-03-28 11:26:40 [bca.uk] INFO: Scrape type for CY23%20JZV: 2
2026-03-28 11:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b36854c1-5c9f-59f0-b875-a27704e52d91 with identifier: CY23%20JZV
2026-03-28 11:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36854c1-5c9f-59f0-b875-a27704e52d91 with scrape type 2
2026-03-28 11:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b36854c1-5c9f-59f0-b875-a27704e52d91 with scrape type 2
2026-03-28 11:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b36854c1-5c9f-59f0-b875-a27704e52d91, identifier: CY23%20JZV
2026-03-28 11:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baec019c-b104-5476-8dc6-a28409099f08 with identifier: KW19%20RMV
2026-03-28 11:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baec019c-b104-5476-8dc6-a28409099f08 with identifier: KW19%20RMV
2026-03-28 11:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baec019c-b104-5476-8dc6-a28409099f08 with identifier: KW19%20RMV to the API
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW19%20RMV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'baec019c-b104-5476-8dc6-a28409099f08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW19 RMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW19%20RMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 100489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 E/B 182 ST-LINE X Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 182 ST-LINE X',
 'vin': 'WF0NXXGCHNKD88048',
 'year': 2019}
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:26:41 [bca.uk] INFO: Saving data for KW19%20RMV: {'auction_closing_time': 1775037600.0, 'created_time': 1774363795.502471, 'last_price_update_time': 1774697201.328868}
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW19%2520RMV') HTTP/1.1" 204 0
2026-03-28 11:26:41 [bca.uk] INFO: Found listing with ID: EA74%20GFU
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA74%2520GFU%27 HTTP/1.1" 200 None
2026-03-28 11:26:41 [bca.uk] INFO: Scrape type for EA74%20GFU: 2
2026-03-28 11:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc82738-97d6-5a77-8f8c-f4e883350c98 with identifier: EA74%20GFU
2026-03-28 11:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc82738-97d6-5a77-8f8c-f4e883350c98 with scrape type 2
2026-03-28 11:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc82738-97d6-5a77-8f8c-f4e883350c98 with scrape type 2
2026-03-28 11:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dc82738-97d6-5a77-8f8c-f4e883350c98, identifier: EA74%20GFU
2026-03-28 11:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6197704-3e53-5ee6-b6ec-3e37def407c1 with identifier: PE21%20YRU
2026-03-28 11:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6197704-3e53-5ee6-b6ec-3e37def407c1 with identifier: PE21%20YRU
2026-03-28 11:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6197704-3e53-5ee6-b6ec-3e37def407c1 with identifier: PE21%20YRU to the API
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE21%20YRU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6197704-3e53-5ee6-b6ec-3e37def407c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE21 YRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE21%20YRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 15005,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 EBL 150 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'EBL 150 TITANIUM',
 'vin': 'WF0KXXWPCKMJ40027',
 'year': 2021}
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE21%2520YRU%27 HTTP/1.1" 200 None
2026-03-28 11:26:41 [bca.uk] INFO: Saving data for PE21%20YRU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610226.624592, 'last_price_update_time': 1774697201.834866}
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE21%2520YRU') HTTP/1.1" 204 0
2026-03-28 11:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b36854c1-5c9f-59f0-b875-a27704e52d91 with identifier: CY23%20JZV
2026-03-28 11:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b36854c1-5c9f-59f0-b875-a27704e52d91 with identifier: CY23%20JZV
2026-03-28 11:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b36854c1-5c9f-59f0-b875-a27704e52d91 with identifier: CY23%20JZV to the API
2026-03-28 11:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY23%20JZV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b36854c1-5c9f-59f0-b875-a27704e52d91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CY23 JZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY23%20JZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'SCALA',
 'odometer': 15102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SKODA SCALA 1.0 TSI 95 SE TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE TECHNOLOGY',
 'vin': 'TMBFP6NW6P3111912',
 'year': 2023}
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY23%2520JZV%27 HTTP/1.1" 200 None
2026-03-28 11:26:42 [bca.uk] INFO: Saving data for CY23%20JZV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610153.605395, 'last_price_update_time': 1774697202.233368}
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY23%2520JZV') HTTP/1.1" 204 0
2026-03-28 11:26:42 [bca.uk] INFO: Found listing with ID: LR23%20XOZ
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:42 [bca.uk] INFO: Scrape type for LR23%20XOZ: 2
2026-03-28 11:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f68904-bcb0-5a42-a3c6-96a1984abc5e with identifier: LR23%20XOZ
2026-03-28 11:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f68904-bcb0-5a42-a3c6-96a1984abc5e with scrape type 2
2026-03-28 11:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f68904-bcb0-5a42-a3c6-96a1984abc5e with scrape type 2
2026-03-28 11:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75f68904-bcb0-5a42-a3c6-96a1984abc5e, identifier: LR23%20XOZ
2026-03-28 11:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dc82738-97d6-5a77-8f8c-f4e883350c98 with identifier: EA74%20GFU
2026-03-28 11:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dc82738-97d6-5a77-8f8c-f4e883350c98 with identifier: EA74%20GFU
2026-03-28 11:26:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dc82738-97d6-5a77-8f8c-f4e883350c98 with identifier: EA74%20GFU to the API
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA74%20GFU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7dc82738-97d6-5a77-8f8c-f4e883350c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA74 GFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA74%20GFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 8326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T MHEV 2WD ULTIMATE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T MHEV 2WD ULTIMATE DCT',
 'vin': 'TMAJE81B4SJ542983',
 'year': 2024}
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA74%2520GFU%27 HTTP/1.1" 200 None
2026-03-28 11:26:42 [bca.uk] INFO: Saving data for EA74%20GFU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610271.439772, 'last_price_update_time': 1774697202.775327}
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA74%2520GFU') HTTP/1.1" 204 0
2026-03-28 11:26:42 [bca.uk] INFO: Found listing with ID: DA63%20ZBZ
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:42 [bca.uk] INFO: Scrape type for DA63%20ZBZ: 2
2026-03-28 11:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee6f921d-37a3-5e58-8318-838d84e3b070 with identifier: DA63%20ZBZ
2026-03-28 11:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee6f921d-37a3-5e58-8318-838d84e3b070 with scrape type 2
2026-03-28 11:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee6f921d-37a3-5e58-8318-838d84e3b070 with scrape type 2
2026-03-28 11:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee6f921d-37a3-5e58-8318-838d84e3b070, identifier: DA63%20ZBZ
2026-03-28 11:26:42 [bca.uk] INFO: Found listing with ID: BK71%20XAY
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520XAY%27 HTTP/1.1" 200 None
2026-03-28 11:26:42 [bca.uk] INFO: Scrape type for BK71%20XAY: 2
2026-03-28 11:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6 with identifier: BK71%20XAY
2026-03-28 11:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6 with scrape type 2
2026-03-28 11:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6 with scrape type 2
2026-03-28 11:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6, identifier: BK71%20XAY
2026-03-28 11:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75f68904-bcb0-5a42-a3c6-96a1984abc5e with identifier: LR23%20XOZ
2026-03-28 11:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75f68904-bcb0-5a42-a3c6-96a1984abc5e with identifier: LR23%20XOZ
2026-03-28 11:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75f68904-bcb0-5a42-a3c6-96a1984abc5e with identifier: LR23%20XOZ to the API
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR23%20XOZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75f68904-bcb0-5a42-a3c6-96a1984abc5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR23 XOZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR23%20XOZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 47922,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U91PN108637',
 'year': 2023}
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:43 [bca.uk] INFO: Saving data for LR23%20XOZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774610088.041474, 'last_price_update_time': 1774697203.330154}
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR23%2520XOZ') HTTP/1.1" 204 0
2026-03-28 11:26:43 [bca.uk] INFO: Found listing with ID: FE68%20YXY
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520YXY%27 HTTP/1.1" 200 None
2026-03-28 11:26:43 [bca.uk] INFO: Scrape type for FE68%20YXY: 0
2026-03-28 11:26:43 [bca.uk] INFO: Found listing with ID: FL62%20VUX
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL62%2520VUX%27 HTTP/1.1" 200 None
2026-03-28 11:26:43 [bca.uk] INFO: Scrape type for FL62%20VUX: 2
2026-03-28 11:26:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a with identifier: FL62%20VUX
2026-03-28 11:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a with scrape type 2
2026-03-28 11:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a with scrape type 2
2026-03-28 11:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a, identifier: FL62%20VUX
2026-03-28 11:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee6f921d-37a3-5e58-8318-838d84e3b070 with identifier: DA63%20ZBZ
2026-03-28 11:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee6f921d-37a3-5e58-8318-838d84e3b070 with identifier: DA63%20ZBZ
2026-03-28 11:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee6f921d-37a3-5e58-8318-838d84e3b070 with identifier: DA63%20ZBZ to the API
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA63%20ZBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee6f921d-37a3-5e58-8318-838d84e3b070',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA63 ZBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA63%20ZBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 98970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D SPORT',
 'vin': 'WBAVN72060VZ13150',
 'year': 2013}
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:43 [bca.uk] INFO: Saving data for DA63%20ZBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773821158.128551, 'last_price_update_time': 1774697203.798752}
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA63%2520ZBZ') HTTP/1.1" 204 0
2026-03-28 11:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6 with identifier: BK71%20XAY
2026-03-28 11:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6 with identifier: BK71%20XAY
2026-03-28 11:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6 with identifier: BK71%20XAY to the API
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20XAY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2ea7fe2a-f49d-50e9-bbcf-0f857a93d5b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK71 XAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20XAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 25880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH ALLURE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ALLURE PREMIUM',
 'vin': 'VR3UKZKXZMJ777974',
 'year': 2021}
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520XAY%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Saving data for BK71%20XAY: {'auction_closing_time': 1774864800.0, 'created_time': 1774610152.488616, 'last_price_update_time': 1774697204.116379}
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520XAY') HTTP/1.1" 204 0
2026-03-28 11:26:44 [bca.uk] INFO: Found listing with ID: MT19%20VGK
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520VGK%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Scrape type for MT19%20VGK: 2
2026-03-28 11:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d946066b-1d57-5353-b219-6f2e0dfc721f with identifier: MT19%20VGK
2026-03-28 11:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d946066b-1d57-5353-b219-6f2e0dfc721f with scrape type 2
2026-03-28 11:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d946066b-1d57-5353-b219-6f2e0dfc721f with scrape type 2
2026-03-28 11:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d946066b-1d57-5353-b219-6f2e0dfc721f, identifier: MT19%20VGK
2026-03-28 11:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a with identifier: FL62%20VUX
2026-03-28 11:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a with identifier: FL62%20VUX
2026-03-28 11:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f8fe72d-6ee9-52b6-8782-ac29b7ced00a with identifier: FL62%20VUX to the API
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL62%20VUX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f8fe72d-6ee9-52b6-8782-ac29b7ced00a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL62 VUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL62%20VUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 151159,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC SE+ Estate',
 'transmission': 'manual',
 'trim': 'I-DTEC SE+',
 'vin': 'SHSRE6730CU014162',
 'year': 2012}
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL62%2520VUX%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Saving data for FL62%20VUX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610270.398608, 'last_price_update_time': 1774697204.544902}
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL62%2520VUX') HTTP/1.1" 204 0
2026-03-28 11:26:44 [bca.uk] INFO: Found listing with ID: SR10%20JVX
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520JVX%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Scrape type for SR10%20JVX: 0
2026-03-28 11:26:44 [bca.uk] INFO: Found listing with ID: YH19%20RZP
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH19%2520RZP%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Scrape type for YH19%20RZP: 0
2026-03-28 11:26:44 [bca.uk] INFO: Found listing with ID: LR61%20BEL
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR61%2520BEL%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Scrape type for LR61%20BEL: 0
2026-03-28 11:26:44 [bca.uk] INFO: Found listing with ID: LP73%20GCZ
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520GCZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Scrape type for LP73%20GCZ: 2
2026-03-28 11:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85594a6e-1cb1-5a06-8e3e-653d3c7a616c with identifier: LP73%20GCZ
2026-03-28 11:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85594a6e-1cb1-5a06-8e3e-653d3c7a616c with scrape type 2
2026-03-28 11:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85594a6e-1cb1-5a06-8e3e-653d3c7a616c with scrape type 2
2026-03-28 11:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85594a6e-1cb1-5a06-8e3e-653d3c7a616c, identifier: LP73%20GCZ
2026-03-28 11:26:44 [bca.uk] INFO: Found listing with ID: WR72%20LDX
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520LDX%27 HTTP/1.1" 200 None
2026-03-28 11:26:44 [bca.uk] INFO: Scrape type for WR72%20LDX: 2
2026-03-28 11:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6f937fc-9fdb-51e7-8590-b00796f393c9 with identifier: WR72%20LDX
2026-03-28 11:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6f937fc-9fdb-51e7-8590-b00796f393c9 with scrape type 2
2026-03-28 11:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6f937fc-9fdb-51e7-8590-b00796f393c9 with scrape type 2
2026-03-28 11:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6f937fc-9fdb-51e7-8590-b00796f393c9, identifier: WR72%20LDX
2026-03-28 11:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d946066b-1d57-5353-b219-6f2e0dfc721f with identifier: MT19%20VGK
2026-03-28 11:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d946066b-1d57-5353-b219-6f2e0dfc721f with identifier: MT19%20VGK
2026-03-28 11:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d946066b-1d57-5353-b219-6f2e0dfc721f with identifier: MT19%20VGK to the API
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT19%20VGK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd946066b-1d57-5353-b219-6f2e0dfc721f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT19 VGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT19%20VGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 69176,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 CACTUS 1.2 P/T 110 FLAIR (6) Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 FLAIR (6)',
 'vin': 'VF70PHNPJJE547454',
 'year': 2019}
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520VGK%27 HTTP/1.1" 200 None
2026-03-28 11:26:45 [bca.uk] INFO: Saving data for MT19%20VGK: {'auction_closing_time': 1775037600.0, 'created_time': 1774390759.89556, 'last_price_update_time': 1774697205.265603}
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT19%2520VGK') HTTP/1.1" 204 0
2026-03-28 11:26:45 [bca.uk] INFO: Found listing with ID: FN64%20FJA
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520FJA%27 HTTP/1.1" 200 None
2026-03-28 11:26:45 [bca.uk] INFO: Scrape type for FN64%20FJA: 0
2026-03-28 11:26:45 [bca.uk] INFO: Found listing with ID: FR61%20CKA
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR61%2520CKA%27 HTTP/1.1" 200 None
2026-03-28 11:26:45 [bca.uk] INFO: Scrape type for FR61%20CKA: 2
2026-03-28 11:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3ecd8c6-446f-516d-840c-28d901fb846b with identifier: FR61%20CKA
2026-03-28 11:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ecd8c6-446f-516d-840c-28d901fb846b with scrape type 2
2026-03-28 11:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3ecd8c6-446f-516d-840c-28d901fb846b with scrape type 2
2026-03-28 11:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3ecd8c6-446f-516d-840c-28d901fb846b, identifier: FR61%20CKA
2026-03-28 11:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85594a6e-1cb1-5a06-8e3e-653d3c7a616c with identifier: LP73%20GCZ
2026-03-28 11:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85594a6e-1cb1-5a06-8e3e-653d3c7a616c with identifier: LP73%20GCZ
2026-03-28 11:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85594a6e-1cb1-5a06-8e3e-653d3c7a616c with identifier: LP73%20GCZ to the API
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP73%20GCZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85594a6e-1cb1-5a06-8e3e-653d3c7a616c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP73 GCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP73%20GCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 13898,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 R LINE ED.DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 R LINE ED.DSG',
 'vin': 'WVGZZZ5N9RW051136',
 'year': 2024}
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520GCZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:45 [bca.uk] INFO: Saving data for LP73%20GCZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774610228.336039, 'last_price_update_time': 1774697205.692202}
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP73%2520GCZ') HTTP/1.1" 204 0
2026-03-28 11:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6f937fc-9fdb-51e7-8590-b00796f393c9 with identifier: WR72%20LDX
2026-03-28 11:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6f937fc-9fdb-51e7-8590-b00796f393c9 with identifier: WR72%20LDX
2026-03-28 11:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6f937fc-9fdb-51e7-8590-b00796f393c9 with identifier: WR72%20LDX to the API
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR72%20LDX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6f937fc-9fdb-51e7-8590-b00796f393c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR72 LDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR72%20LDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 37635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 R LINE',
 'vin': 'WVWZZZCD0PW013158',
 'year': 2022}
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520LDX%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Saving data for WR72%20LDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774610154.43345, 'last_price_update_time': 1774697205.999434}
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520LDX') HTTP/1.1" 204 0
2026-03-28 11:26:46 [bca.uk] INFO: Found listing with ID: RA23%20NPN
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA23%2520NPN%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Scrape type for RA23%20NPN: 2
2026-03-28 11:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9 with identifier: RA23%20NPN
2026-03-28 11:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9 with scrape type 2
2026-03-28 11:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9 with scrape type 2
2026-03-28 11:26:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9, identifier: RA23%20NPN
2026-03-28 11:26:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3ecd8c6-446f-516d-840c-28d901fb846b with identifier: FR61%20CKA
2026-03-28 11:26:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3ecd8c6-446f-516d-840c-28d901fb846b with identifier: FR61%20CKA
2026-03-28 11:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3ecd8c6-446f-516d-840c-28d901fb846b with identifier: FR61%20CKA to the API
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR61%20CKA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3ecd8c6-446f-516d-840c-28d901fb846b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FR61 CKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR61%20CKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 52339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 S Hatchback',
 'transmission': 'manual',
 'trim': '60 S',
 'vin': 'WVWZZZ6RZCU037263',
 'year': 2012}
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR61%2520CKA%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Saving data for FR61%20CKA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610268.906501, 'last_price_update_time': 1774697206.453172}
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR61%2520CKA') HTTP/1.1" 204 0
2026-03-28 11:26:46 [bca.uk] INFO: Found listing with ID: ET10%20JBZ
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520JBZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Scrape type for ET10%20JBZ: 0
2026-03-28 11:26:46 [bca.uk] INFO: Found listing with ID: YS20%20GJK
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS20%2520GJK%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Scrape type for YS20%20GJK: 2
2026-03-28 11:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89db8a70-8298-50b4-baf4-33082860a81b with identifier: YS20%20GJK
2026-03-28 11:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89db8a70-8298-50b4-baf4-33082860a81b with scrape type 2
2026-03-28 11:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89db8a70-8298-50b4-baf4-33082860a81b with scrape type 2
2026-03-28 11:26:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89db8a70-8298-50b4-baf4-33082860a81b, identifier: YS20%20GJK
2026-03-28 11:26:46 [bca.uk] INFO: Found listing with ID: MF74%20YZU
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF74%2520YZU%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Scrape type for MF74%20YZU: 2
2026-03-28 11:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b with identifier: MF74%20YZU
2026-03-28 11:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b with scrape type 2
2026-03-28 11:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b with scrape type 2
2026-03-28 11:26:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b, identifier: MF74%20YZU
2026-03-28 11:26:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9 with identifier: RA23%20NPN
2026-03-28 11:26:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9 with identifier: RA23%20NPN
2026-03-28 11:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9 with identifier: RA23%20NPN to the API
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA23%20NPN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ae03eb2c-06f8-51f7-8e8a-7c45fb1905b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RA23 NPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA23%20NPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 32312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74096PZ126914',
 'year': 2023}
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA23%2520NPN%27 HTTP/1.1" 200 None
2026-03-28 11:26:46 [bca.uk] INFO: Saving data for RA23%20NPN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610081.730971, 'last_price_update_time': 1774697206.991718}
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA23%2520NPN') HTTP/1.1" 204 0
2026-03-28 11:26:47 [bca.uk] INFO: Found listing with ID: PJ66%20XTM
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520XTM%27 HTTP/1.1" 200 None
2026-03-28 11:26:47 [bca.uk] INFO: Scrape type for PJ66%20XTM: 2
2026-03-28 11:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 818f7e9a-28ad-56e0-8893-c5e63a66c45b with identifier: PJ66%20XTM
2026-03-28 11:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 818f7e9a-28ad-56e0-8893-c5e63a66c45b with scrape type 2
2026-03-28 11:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 818f7e9a-28ad-56e0-8893-c5e63a66c45b with scrape type 2
2026-03-28 11:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 818f7e9a-28ad-56e0-8893-c5e63a66c45b, identifier: PJ66%20XTM
2026-03-28 11:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89db8a70-8298-50b4-baf4-33082860a81b with identifier: YS20%20GJK
2026-03-28 11:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89db8a70-8298-50b4-baf4-33082860a81b with identifier: YS20%20GJK
2026-03-28 11:26:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 89db8a70-8298-50b4-baf4-33082860a81b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS20%20GJK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89db8a70-8298-50b4-baf4-33082860a81b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS20 GJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS20%20GJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 74158,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D 150 ACTIVE 4WD',
 'vin': 'AHTKB3CD402630954',
 'year': 2020}
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS20%2520GJK%27 HTTP/1.1" 200 None
2026-03-28 11:26:47 [bca.uk] INFO: Saving data for YS20%20GJK: {'auction_closing_time': 1774692000.0, 'created_time': 1774610202.265012, 'last_price_update_time': 1774697207.256864}
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS20%2520GJK') HTTP/1.1" 204 0
2026-03-28 11:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b with identifier: MF74%20YZU
2026-03-28 11:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b with identifier: MF74%20YZU
2026-03-28 11:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5fa3f1dd-0d07-59ee-b223-a57ab569ac6b with identifier: MF74%20YZU to the API
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF74%20YZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5fa3f1dd-0d07-59ee-b223-a57ab569ac6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF74 YZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF74%20YZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 14665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 R LINE',
 'vin': 'WVWZZZCD9RW516349',
 'year': 2024}
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF74%2520YZU%27 HTTP/1.1" 200 None
2026-03-28 11:26:47 [bca.uk] INFO: Saving data for MF74%20YZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610155.847641, 'last_price_update_time': 1774697207.557345}
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF74%2520YZU') HTTP/1.1" 204 0
2026-03-28 11:26:47 [bca.uk] INFO: Found listing with ID: WX19%20UVG
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX19%2520UVG%27 HTTP/1.1" 200 None
2026-03-28 11:26:47 [bca.uk] INFO: Scrape type for WX19%20UVG: 0
2026-03-28 11:26:47 [bca.uk] INFO: Found listing with ID: KP16%20VKR
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520VKR%27 HTTP/1.1" 200 None
2026-03-28 11:26:47 [bca.uk] INFO: Scrape type for KP16%20VKR: 2
2026-03-28 11:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e725739-c13f-5506-8cc7-d6856df956be with identifier: KP16%20VKR
2026-03-28 11:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e725739-c13f-5506-8cc7-d6856df956be with scrape type 2
2026-03-28 11:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e725739-c13f-5506-8cc7-d6856df956be with scrape type 2
2026-03-28 11:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e725739-c13f-5506-8cc7-d6856df956be, identifier: KP16%20VKR
2026-03-28 11:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 818f7e9a-28ad-56e0-8893-c5e63a66c45b with identifier: PJ66%20XTM
2026-03-28 11:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 818f7e9a-28ad-56e0-8893-c5e63a66c45b with identifier: PJ66%20XTM
2026-03-28 11:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 818f7e9a-28ad-56e0-8893-c5e63a66c45b with identifier: PJ66%20XTM to the API
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ66%20XTM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '818f7e9a-28ad-56e0-8893-c5e63a66c45b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ66 XTM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ66%20XTM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 109672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1856813',
 'year': 2017}
2026-03-28 11:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520XTM%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Saving data for PJ66%20XTM: {'auction_closing_time': 1774864800.0, 'created_time': 1774610269.381816, 'last_price_update_time': 1774697208.003077}
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ66%2520XTM') HTTP/1.1" 204 0
2026-03-28 11:26:48 [bca.uk] INFO: Found listing with ID: EJ10%20GOC
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ10%2520GOC%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Scrape type for EJ10%20GOC: 0
2026-03-28 11:26:48 [bca.uk] INFO: Found listing with ID: BG70%20LHT
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520LHT%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Scrape type for BG70%20LHT: 2
2026-03-28 11:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b2dd097-2ff7-50bb-886a-b7e6572c9dad with identifier: BG70%20LHT
2026-03-28 11:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b2dd097-2ff7-50bb-886a-b7e6572c9dad with scrape type 2
2026-03-28 11:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b2dd097-2ff7-50bb-886a-b7e6572c9dad with scrape type 2
2026-03-28 11:26:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b2dd097-2ff7-50bb-886a-b7e6572c9dad, identifier: BG70%20LHT
2026-03-28 11:26:48 [bca.uk] INFO: Found listing with ID: AN08%20YUX
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN08%2520YUX%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Scrape type for AN08%20YUX: 2
2026-03-28 11:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e406c093-c6f2-5884-9929-8870e1331128 with identifier: AN08%20YUX
2026-03-28 11:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e406c093-c6f2-5884-9929-8870e1331128 with scrape type 2
2026-03-28 11:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e406c093-c6f2-5884-9929-8870e1331128 with scrape type 2
2026-03-28 11:26:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e406c093-c6f2-5884-9929-8870e1331128, identifier: AN08%20YUX
2026-03-28 11:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e725739-c13f-5506-8cc7-d6856df956be with identifier: KP16%20VKR
2026-03-28 11:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e725739-c13f-5506-8cc7-d6856df956be with identifier: KP16%20VKR
2026-03-28 11:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e725739-c13f-5506-8cc7-d6856df956be with identifier: KP16%20VKR to the API
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP16%20VKR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e725739-c13f-5506-8cc7-d6856df956be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP16 VKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP16%20VKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 169311,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI ULTRA 150 SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 150 SPORT S-T',
 'vin': 'WAUZZZF48GA064610',
 'year': 2016}
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520VKR%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Saving data for KP16%20VKR: {'auction_closing_time': 1774864800.0, 'created_time': 1774047272.610498, 'last_price_update_time': 1774697208.583935}
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP16%2520VKR') HTTP/1.1" 204 0
2026-03-28 11:26:48 [bca.uk] INFO: Found listing with ID: WG24%20EGE
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520EGE%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Scrape type for WG24%20EGE: 0
2026-03-28 11:26:48 [bca.uk] INFO: Found listing with ID: EO61%20TBV
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520TBV%27 HTTP/1.1" 200 None
2026-03-28 11:26:48 [bca.uk] INFO: Scrape type for EO61%20TBV: 2
2026-03-28 11:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cdbab79-d58b-5438-abef-ab79b7ea7132 with identifier: EO61%20TBV
2026-03-28 11:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cdbab79-d58b-5438-abef-ab79b7ea7132 with scrape type 2
2026-03-28 11:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cdbab79-d58b-5438-abef-ab79b7ea7132 with scrape type 2
2026-03-28 11:26:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cdbab79-d58b-5438-abef-ab79b7ea7132, identifier: EO61%20TBV
2026-03-28 11:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b2dd097-2ff7-50bb-886a-b7e6572c9dad with identifier: BG70%20LHT
2026-03-28 11:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b2dd097-2ff7-50bb-886a-b7e6572c9dad with identifier: BG70%20LHT
2026-03-28 11:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b2dd097-2ff7-50bb-886a-b7e6572c9dad with identifier: BG70%20LHT to the API
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG70%20LHT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b2dd097-2ff7-50bb-886a-b7e6572c9dad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG70 LHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG70%20LHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 39802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 75 200 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 75 200 L1 L/R',
 'vin': 'WF0RXXWPGRLL48198',
 'year': 2020}
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520LHT%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Saving data for BG70%20LHT: {'auction_closing_time': 1775037600.0, 'created_time': 1774610208.160124, 'last_price_update_time': 1774697209.052754}
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG70%2520LHT') HTTP/1.1" 204 0
2026-03-28 11:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e406c093-c6f2-5884-9929-8870e1331128 with identifier: AN08%20YUX
2026-03-28 11:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e406c093-c6f2-5884-9929-8870e1331128 with identifier: AN08%20YUX
2026-03-28 11:26:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e406c093-c6f2-5884-9929-8870e1331128 with identifier: AN08%20YUX to the API
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AN08%20YUX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e406c093-c6f2-5884-9929-8870e1331128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AN08 YUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AN08%20YUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 251218,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 80 S Hatchback',
 'transmission': 'manual',
 'trim': '80 S',
 'vin': 'WVWZZZ1KZ8P119862',
 'year': 2008}
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN08%2520YUX%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Saving data for AN08%20YUX: {'auction_closing_time': 1774864800.0, 'created_time': 1774610134.227661, 'last_price_update_time': 1774697209.389215}
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AN08%2520YUX') HTTP/1.1" 204 0
2026-03-28 11:26:49 [bca.uk] INFO: Found listing with ID: AY20%20ZZG
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520ZZG%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Scrape type for AY20%20ZZG: 0
2026-03-28 11:26:49 [bca.uk] INFO: Found listing with ID: BV74%20EXF
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV74%2520EXF%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Scrape type for BV74%20EXF: 2
2026-03-28 11:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8ee6d04-e602-5936-8038-7ef2af9b1bc8 with identifier: BV74%20EXF
2026-03-28 11:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8ee6d04-e602-5936-8038-7ef2af9b1bc8 with scrape type 2
2026-03-28 11:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8ee6d04-e602-5936-8038-7ef2af9b1bc8 with scrape type 2
2026-03-28 11:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8ee6d04-e602-5936-8038-7ef2af9b1bc8, identifier: BV74%20EXF
2026-03-28 11:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cdbab79-d58b-5438-abef-ab79b7ea7132 with identifier: EO61%20TBV
2026-03-28 11:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cdbab79-d58b-5438-abef-ab79b7ea7132 with identifier: EO61%20TBV
2026-03-28 11:26:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9cdbab79-d58b-5438-abef-ab79b7ea7132 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO61%20TBV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9cdbab79-d58b-5438-abef-ab79b7ea7132',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO61 TBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO61%20TBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 120388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD DYNAMIC',
 'vin': 'SALVA2AE8CH606525',
 'year': 2011}
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO61%2520TBV%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Saving data for EO61%20TBV: {'auction_closing_time': 1774692000.0, 'created_time': 1774610267.585934, 'last_price_update_time': 1774697209.560653}
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO61%2520TBV') HTTP/1.1" 204 0
2026-03-28 11:26:49 [bca.uk] INFO: Found listing with ID: MD65%20YLR
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD65%2520YLR%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Scrape type for MD65%20YLR: 2
2026-03-28 11:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a256f86-85ef-54eb-abcf-0e05fbe64014 with identifier: MD65%20YLR
2026-03-28 11:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a256f86-85ef-54eb-abcf-0e05fbe64014 with scrape type 2
2026-03-28 11:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a256f86-85ef-54eb-abcf-0e05fbe64014 with scrape type 2
2026-03-28 11:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a256f86-85ef-54eb-abcf-0e05fbe64014, identifier: MD65%20YLR
2026-03-28 11:26:49 [bca.uk] INFO: Found listing with ID: WX22%20WJV
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:49 [bca.uk] INFO: Scrape type for WX22%20WJV: 2
2026-03-28 11:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82502956-3fa8-5d74-a933-5e23b513b3b0 with identifier: WX22%20WJV
2026-03-28 11:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82502956-3fa8-5d74-a933-5e23b513b3b0 with scrape type 2
2026-03-28 11:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82502956-3fa8-5d74-a933-5e23b513b3b0 with scrape type 2
2026-03-28 11:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82502956-3fa8-5d74-a933-5e23b513b3b0, identifier: WX22%20WJV
2026-03-28 11:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8ee6d04-e602-5936-8038-7ef2af9b1bc8 with identifier: BV74%20EXF
2026-03-28 11:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8ee6d04-e602-5936-8038-7ef2af9b1bc8 with identifier: BV74%20EXF
2026-03-28 11:26:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8ee6d04-e602-5936-8038-7ef2af9b1bc8 with identifier: BV74%20EXF to the API
2026-03-28 11:26:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 10,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV74%20EXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e8ee6d04-e602-5936-8038-7ef2af9b1bc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV74 EXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV74%20EXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 16257,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 272 PHEV R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 272 PHEV R LINE DSG',
 'vin': 'WVGZZZCT7SW408790',
 'year': 2024}
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV74%2520EXF%27 HTTP/1.1" 200 None
2026-03-28 11:26:50 [bca.uk] INFO: Saving data for BV74%20EXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610143.593912, 'last_price_update_time': 1774697210.174272}
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV74%2520EXF') HTTP/1.1" 204 0
2026-03-28 11:26:50 [bca.uk] INFO: Found listing with ID: PJ07%20UPY
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ07%2520UPY%27 HTTP/1.1" 200 None
2026-03-28 11:26:50 [bca.uk] INFO: Scrape type for PJ07%20UPY: 2
2026-03-28 11:26:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9f48961-a570-5727-82a0-153ca72dbddd with identifier: PJ07%20UPY
2026-03-28 11:26:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9f48961-a570-5727-82a0-153ca72dbddd with scrape type 2
2026-03-28 11:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9f48961-a570-5727-82a0-153ca72dbddd with scrape type 2
2026-03-28 11:26:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9f48961-a570-5727-82a0-153ca72dbddd, identifier: PJ07%20UPY
2026-03-28 11:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a256f86-85ef-54eb-abcf-0e05fbe64014 with identifier: MD65%20YLR
2026-03-28 11:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a256f86-85ef-54eb-abcf-0e05fbe64014 with identifier: MD65%20YLR
2026-03-28 11:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a256f86-85ef-54eb-abcf-0e05fbe64014 with identifier: MD65%20YLR to the API
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD65%20YLR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a256f86-85ef-54eb-abcf-0e05fbe64014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD65 YLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD65%20YLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '420D',
 'odometer': 51249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA4P72050K561685',
 'year': 2015}
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD65%2520YLR%27 HTTP/1.1" 200 None
2026-03-28 11:26:50 [bca.uk] INFO: Saving data for MD65%20YLR: {'auction_closing_time': 1774864800.0, 'created_time': 1774610209.60127, 'last_price_update_time': 1774697210.716101}
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD65%2520YLR') HTTP/1.1" 204 0
2026-03-28 11:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82502956-3fa8-5d74-a933-5e23b513b3b0 with identifier: WX22%20WJV
2026-03-28 11:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82502956-3fa8-5d74-a933-5e23b513b3b0 with identifier: WX22%20WJV
2026-03-28 11:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82502956-3fa8-5d74-a933-5e23b513b3b0 with identifier: WX22%20WJV to the API
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX22%20WJV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82502956-3fa8-5d74-a933-5e23b513b3b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WX22 WJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX22%20WJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 27953,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.3 AMG LINE EXECUTIVE ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE ED.DCT',
 'vin': 'W1K1771842J349893',
 'year': 2022}
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJV%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Saving data for WX22%20WJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610139.523474, 'last_price_update_time': 1774697211.084144}
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX22%2520WJV') HTTP/1.1" 204 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: NA72%20MUU
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520MUU%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for NA72%20MUU: 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: AF22%20UBK
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UBK%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for AF22%20UBK: 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: LM19%20JZP
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520JZP%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for LM19%20JZP: 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: DE67%20OGX
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE67%2520OGX%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for DE67%20OGX: 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: KM70%20YZO
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for KM70%20YZO: 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: BG09%20GKA
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520GKA%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for BG09%20GKA: 2
2026-03-28 11:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf8f2dc1-4590-5b21-ace3-c114e909f12c with identifier: BG09%20GKA
2026-03-28 11:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf8f2dc1-4590-5b21-ace3-c114e909f12c with scrape type 2
2026-03-28 11:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf8f2dc1-4590-5b21-ace3-c114e909f12c with scrape type 2
2026-03-28 11:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf8f2dc1-4590-5b21-ace3-c114e909f12c, identifier: BG09%20GKA
2026-03-28 11:26:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9f48961-a570-5727-82a0-153ca72dbddd with identifier: PJ07%20UPY
2026-03-28 11:26:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9f48961-a570-5727-82a0-153ca72dbddd with identifier: PJ07%20UPY
2026-03-28 11:26:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b9f48961-a570-5727-82a0-153ca72dbddd with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ07%20UPY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b9f48961-a570-5727-82a0-153ca72dbddd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ07 UPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ07%20UPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 79171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 80 S Hatchback',
 'transmission': 'manual',
 'trim': '80 S',
 'vin': 'WVWZZZ1KZ7W256387',
 'year': 2007}
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ07%2520UPY%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Saving data for PJ07%20UPY: {'auction_closing_time': 1774692000.0, 'created_time': 1774610266.751462, 'last_price_update_time': 1774697211.434102}
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ07%2520UPY') HTTP/1.1" 204 0
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: KR66%20FDZ
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520FDZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for KR66%20FDZ: 2
2026-03-28 11:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 654dd5ca-9853-5590-bd34-4f8856459311 with identifier: KR66%20FDZ
2026-03-28 11:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 654dd5ca-9853-5590-bd34-4f8856459311 with scrape type 2
2026-03-28 11:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 654dd5ca-9853-5590-bd34-4f8856459311 with scrape type 2
2026-03-28 11:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 654dd5ca-9853-5590-bd34-4f8856459311, identifier: KR66%20FDZ
2026-03-28 11:26:51 [bca.uk] INFO: Found listing with ID: YH22%20LNP
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNP%27 HTTP/1.1" 200 None
2026-03-28 11:26:51 [bca.uk] INFO: Scrape type for YH22%20LNP: 2
2026-03-28 11:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684a54e3-2b2d-55b1-b1af-8e318495c412 with identifier: YH22%20LNP
2026-03-28 11:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684a54e3-2b2d-55b1-b1af-8e318495c412 with scrape type 2
2026-03-28 11:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 684a54e3-2b2d-55b1-b1af-8e318495c412 with scrape type 2
2026-03-28 11:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 684a54e3-2b2d-55b1-b1af-8e318495c412, identifier: YH22%20LNP
2026-03-28 11:26:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf8f2dc1-4590-5b21-ace3-c114e909f12c with identifier: BG09%20GKA
2026-03-28 11:26:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf8f2dc1-4590-5b21-ace3-c114e909f12c with identifier: BG09%20GKA
2026-03-28 11:26:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf8f2dc1-4590-5b21-ace3-c114e909f12c with identifier: BG09%20GKA to the API
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG09%20GKA-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf8f2dc1-4590-5b21-ace3-c114e909f12c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG09 GKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG09%20GKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 65628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FIAT PANDA 1.1 ACTIVE ECO Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE ECO',
 'vin': 'ZFA16900001459432',
 'year': 2009}
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520GKA%27 HTTP/1.1" 200 None
2026-03-28 11:26:52 [bca.uk] INFO: Saving data for BG09%20GKA: {'auction_closing_time': 1774778400.0, 'created_time': 1774610123.140914, 'last_price_update_time': 1774697212.097505}
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG09%2520GKA') HTTP/1.1" 204 0
2026-03-28 11:26:52 [bca.uk] INFO: Found listing with ID: PK12%20LMF
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LMF%27 HTTP/1.1" 200 None
2026-03-28 11:26:52 [bca.uk] INFO: Scrape type for PK12%20LMF: 2
2026-03-28 11:26:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac9ffce4-e890-570a-ac0b-d8e09b85fe31 with identifier: PK12%20LMF
2026-03-28 11:26:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac9ffce4-e890-570a-ac0b-d8e09b85fe31 with scrape type 2
2026-03-28 11:26:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac9ffce4-e890-570a-ac0b-d8e09b85fe31 with scrape type 2
2026-03-28 11:26:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac9ffce4-e890-570a-ac0b-d8e09b85fe31, identifier: PK12%20LMF
2026-03-28 11:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 654dd5ca-9853-5590-bd34-4f8856459311 with identifier: KR66%20FDZ
2026-03-28 11:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 654dd5ca-9853-5590-bd34-4f8856459311 with identifier: KR66%20FDZ
2026-03-28 11:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 654dd5ca-9853-5590-bd34-4f8856459311 with identifier: KR66%20FDZ to the API
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR66%20FDZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '654dd5ca-9853-5590-bd34-4f8856459311',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR66 FDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR66%20FDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 67782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.2 P/T ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T ALLURE',
 'vin': 'VF3PAHMTCGR294818',
 'year': 2016}
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520FDZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:52 [bca.uk] INFO: Saving data for KR66%20FDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392222.846355, 'last_price_update_time': 1774697212.60717}
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR66%2520FDZ') HTTP/1.1" 204 0
2026-03-28 11:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 684a54e3-2b2d-55b1-b1af-8e318495c412 with identifier: YH22%20LNP
2026-03-28 11:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 684a54e3-2b2d-55b1-b1af-8e318495c412 with identifier: YH22%20LNP
2026-03-28 11:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 684a54e3-2b2d-55b1-b1af-8e318495c412 with identifier: YH22%20LNP to the API
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20LNP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '684a54e3-2b2d-55b1-b1af-8e318495c412',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH22 LNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20LNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 45955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WMW32DK0702S46153',
 'year': 2022}
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNP%27 HTTP/1.1" 200 None
2026-03-28 11:26:52 [bca.uk] INFO: Saving data for YH22%20LNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774610137.287792, 'last_price_update_time': 1774697212.965004}
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520LNP') HTTP/1.1" 204 0
2026-03-28 11:26:52 [bca.uk] INFO: Found listing with ID: WN14%20RWJ
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520RWJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:52 [bca.uk] INFO: Scrape type for WN14%20RWJ: 2
2026-03-28 11:26:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e509981d-294b-5dcd-87fc-169bce973914 with identifier: WN14%20RWJ
2026-03-28 11:26:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e509981d-294b-5dcd-87fc-169bce973914 with scrape type 2
2026-03-28 11:26:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e509981d-294b-5dcd-87fc-169bce973914 with scrape type 2
2026-03-28 11:26:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e509981d-294b-5dcd-87fc-169bce973914, identifier: WN14%20RWJ
2026-03-28 11:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac9ffce4-e890-570a-ac0b-d8e09b85fe31 with identifier: PK12%20LMF
2026-03-28 11:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac9ffce4-e890-570a-ac0b-d8e09b85fe31 with identifier: PK12%20LMF
2026-03-28 11:26:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac9ffce4-e890-570a-ac0b-d8e09b85fe31 with identifier: PK12%20LMF to the API
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK12%20LMF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac9ffce4-e890-570a-ac0b-d8e09b85fe31',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK12 LMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK12%20LMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'VERSO',
 'odometer': 153915,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA VERSO 2.0 D-4D T SPIRIT MPV',
 'transmission': 'manual',
 'trim': 'D-4D T SPIRIT',
 'vin': 'NMTDD26R70R068315',
 'year': 2012}
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LMF%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Saving data for PK12%20LMF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610265.573063, 'last_price_update_time': 1774697213.423316}
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK12%2520LMF') HTTP/1.1" 204 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: HV73%20WNR
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520WNR%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for HV73%20WNR: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: FV62%20YSN
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520YSN%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for FV62%20YSN: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: GU17%20VUF
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520VUF%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for GU17%20VUF: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: KN22%20WLL
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520WLL%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for KN22%20WLL: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: WP66%20XWR
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520XWR%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for WP66%20XWR: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: BD25%20SZE
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD25%2520SZE%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for BD25%20SZE: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: BD72%20MOV
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520MOV%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for BD72%20MOV: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: BJ75%20OXW
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520OXW%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for BJ75%20OXW: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: BL24%20KCN
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520KCN%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for BL24%20KCN: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: BX25%20UUL
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX25%2520UUL%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for BX25%20UUL: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: DA72%20ZNK
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZNK%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for DA72%20ZNK: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: MD73%20YAF
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YAF%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for MD73%20YAF: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: PF72%20TKV
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520TKV%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for PF72%20TKV: 0
2026-03-28 11:26:53 [bca.uk] INFO: Found listing with ID: YR22%20AMO
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520AMO%27 HTTP/1.1" 200 None
2026-03-28 11:26:53 [bca.uk] INFO: Scrape type for YR22%20AMO: 2
2026-03-28 11:26:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed41b388-43e0-5062-b0ce-d48ef8cbc8b8 with identifier: YR22%20AMO
2026-03-28 11:26:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed41b388-43e0-5062-b0ce-d48ef8cbc8b8 with scrape type 2
2026-03-28 11:26:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed41b388-43e0-5062-b0ce-d48ef8cbc8b8 with scrape type 2
2026-03-28 11:26:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed41b388-43e0-5062-b0ce-d48ef8cbc8b8, identifier: YR22%20AMO
2026-03-28 11:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e509981d-294b-5dcd-87fc-169bce973914 with identifier: WN14%20RWJ
2026-03-28 11:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e509981d-294b-5dcd-87fc-169bce973914 with identifier: WN14%20RWJ
2026-03-28 11:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e509981d-294b-5dcd-87fc-169bce973914 with identifier: WN14%20RWJ to the API
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20RWJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e509981d-294b-5dcd-87fc-169bce973914',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 RWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20RWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 46785,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'MALBB51BLFM646921',
 'year': 2014}
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520RWJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:54 [bca.uk] INFO: Saving data for WN14%20RWJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774610124.16595, 'last_price_update_time': 1774697214.229131}
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520RWJ') HTTP/1.1" 204 0
2026-03-28 11:26:54 [bca.uk] INFO: Found listing with ID: MV18%20FNM
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520FNM%27 HTTP/1.1" 200 None
2026-03-28 11:26:54 [bca.uk] INFO: Scrape type for MV18%20FNM: 2
2026-03-28 11:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ced878e-df8c-5d54-b6fb-e959e7bde652 with identifier: MV18%20FNM
2026-03-28 11:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ced878e-df8c-5d54-b6fb-e959e7bde652 with scrape type 2
2026-03-28 11:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ced878e-df8c-5d54-b6fb-e959e7bde652 with scrape type 2
2026-03-28 11:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ced878e-df8c-5d54-b6fb-e959e7bde652, identifier: MV18%20FNM
2026-03-28 11:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed41b388-43e0-5062-b0ce-d48ef8cbc8b8 with identifier: YR22%20AMO
2026-03-28 11:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed41b388-43e0-5062-b0ce-d48ef8cbc8b8 with identifier: YR22%20AMO
2026-03-28 11:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed41b388-43e0-5062-b0ce-d48ef8cbc8b8 with identifier: YR22%20AMO to the API
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20AMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed41b388-43e0-5062-b0ce-d48ef8cbc8b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 AMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20AMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 46860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 40 TDI 204 QUATTRO BLACK ED.ST Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI 204 QUATTRO BLACK ED.ST',
 'vin': 'WAUZZZF48NA026906',
 'year': 2022}
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520AMO%27 HTTP/1.1" 200 None
2026-03-28 11:26:54 [bca.uk] INFO: Saving data for YR22%20AMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610142.179774, 'last_price_update_time': 1774697214.769924}
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520AMO') HTTP/1.1" 204 0
2026-03-28 11:26:54 [bca.uk] INFO: Found listing with ID: KY62%20VVF
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520VVF%27 HTTP/1.1" 200 None
2026-03-28 11:26:54 [bca.uk] INFO: Scrape type for KY62%20VVF: 2
2026-03-28 11:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db157bab-6f1c-5688-bc6e-f40fd941858d with identifier: KY62%20VVF
2026-03-28 11:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db157bab-6f1c-5688-bc6e-f40fd941858d with scrape type 2
2026-03-28 11:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db157bab-6f1c-5688-bc6e-f40fd941858d with scrape type 2
2026-03-28 11:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db157bab-6f1c-5688-bc6e-f40fd941858d, identifier: KY62%20VVF
2026-03-28 11:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ced878e-df8c-5d54-b6fb-e959e7bde652 with identifier: MV18%20FNM
2026-03-28 11:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ced878e-df8c-5d54-b6fb-e959e7bde652 with identifier: MV18%20FNM
2026-03-28 11:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ced878e-df8c-5d54-b6fb-e959e7bde652 with identifier: MV18%20FNM to the API
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV18%20FNM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ced878e-df8c-5d54-b6fb-e959e7bde652',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV18 FNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV18%20FNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 66049,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LJJ598581',
 'year': 2018}
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520FNM%27 HTTP/1.1" 200 None
2026-03-28 11:26:55 [bca.uk] INFO: Saving data for MV18%20FNM: {'auction_closing_time': 1774864800.0, 'created_time': 1773827094.709232, 'last_price_update_time': 1774697215.195952}
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV18%2520FNM') HTTP/1.1" 204 0
2026-03-28 11:26:55 [bca.uk] INFO: Found listing with ID: DV24%20YML
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520YML%27 HTTP/1.1" 200 None
2026-03-28 11:26:55 [bca.uk] INFO: Scrape type for DV24%20YML: 2
2026-03-28 11:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8 with identifier: DV24%20YML
2026-03-28 11:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8 with scrape type 2
2026-03-28 11:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8 with scrape type 2
2026-03-28 11:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8, identifier: DV24%20YML
2026-03-28 11:26:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db157bab-6f1c-5688-bc6e-f40fd941858d with identifier: KY62%20VVF
2026-03-28 11:26:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db157bab-6f1c-5688-bc6e-f40fd941858d with identifier: KY62%20VVF
2026-03-28 11:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db157bab-6f1c-5688-bc6e-f40fd941858d with identifier: KY62%20VVF to the API
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY62%20VVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db157bab-6f1c-5688-bc6e-f40fd941858d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY62 VVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY62%20VVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 148644,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 HDI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'HDI ACTIVE',
 'vin': 'VF3CC8HR0CW083754',
 'year': 2012}
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520VVF%27 HTTP/1.1" 200 None
2026-03-28 11:26:55 [bca.uk] INFO: Saving data for KY62%20VVF: {'auction_closing_time': 1774778400.0, 'created_time': 1774610125.471258, 'last_price_update_time': 1774697215.592028}
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY62%2520VVF') HTTP/1.1" 204 0
2026-03-28 11:26:55 [bca.uk] INFO: Found listing with ID: GN16%20UPX
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520UPX%27 HTTP/1.1" 200 None
2026-03-28 11:26:55 [bca.uk] INFO: Scrape type for GN16%20UPX: 0
2026-03-28 11:26:55 [bca.uk] INFO: Found listing with ID: GF59%20OOU
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF59%2520OOU%27 HTTP/1.1" 200 None
2026-03-28 11:26:55 [bca.uk] INFO: Scrape type for GF59%20OOU: 2
2026-03-28 11:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 882c57ac-3df2-5f72-bb16-46756ddb5a81 with identifier: GF59%20OOU
2026-03-28 11:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882c57ac-3df2-5f72-bb16-46756ddb5a81 with scrape type 2
2026-03-28 11:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 882c57ac-3df2-5f72-bb16-46756ddb5a81 with scrape type 2
2026-03-28 11:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 882c57ac-3df2-5f72-bb16-46756ddb5a81, identifier: GF59%20OOU
2026-03-28 11:26:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8 with identifier: DV24%20YML
2026-03-28 11:26:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8 with identifier: DV24%20YML
2026-03-28 11:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8 with identifier: DV24%20YML to the API
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20YML-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e38dd7d2-f3bd-5f6e-815e-ada5bfe6a3a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 YML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20YML&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 16332,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 MH ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 MH ACENTA PREMIUM',
 'vin': 'SJNTAAJ12U1451681',
 'year': 2024}
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520YML%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Saving data for DV24%20YML: {'auction_closing_time': 1774864800.0, 'created_time': 1774610144.125969, 'last_price_update_time': 1774697216.024221}
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520YML') HTTP/1.1" 204 0
2026-03-28 11:26:56 [bca.uk] INFO: Found listing with ID: P17%20SKD
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P17%2520SKD%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Scrape type for P17%20SKD: 2
2026-03-28 11:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eea6c24b-0dcf-5cb8-bb2b-c9d44a098838 with identifier: P17%20SKD
2026-03-28 11:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eea6c24b-0dcf-5cb8-bb2b-c9d44a098838 with scrape type 2
2026-03-28 11:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eea6c24b-0dcf-5cb8-bb2b-c9d44a098838 with scrape type 2
2026-03-28 11:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eea6c24b-0dcf-5cb8-bb2b-c9d44a098838, identifier: P17%20SKD
2026-03-28 11:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 882c57ac-3df2-5f72-bb16-46756ddb5a81 with identifier: GF59%20OOU
2026-03-28 11:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 882c57ac-3df2-5f72-bb16-46756ddb5a81 with identifier: GF59%20OOU
2026-03-28 11:26:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 882c57ac-3df2-5f72-bb16-46756ddb5a81 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF59%20OOU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '882c57ac-3df2-5f72-bb16-46756ddb5a81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF59 OOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF59%20OOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 130975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 1 Hatchback',
 'transmission': 'automatic',
 'trim': '1',
 'vin': 'U5YHB512MAL193126',
 'year': 2009}
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF59%2520OOU%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Saving data for GF59%20OOU: {'auction_closing_time': 1774692000.0, 'created_time': 1773828704.871269, 'last_price_update_time': 1774697216.173561}
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF59%2520OOU') HTTP/1.1" 204 0
2026-03-28 11:26:56 [bca.uk] INFO: Found listing with ID: FX23%20YXL
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520YXL%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Scrape type for FX23%20YXL: 0
2026-03-28 11:26:56 [bca.uk] INFO: Found listing with ID: RV20%20BHF
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520BHF%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Scrape type for RV20%20BHF: 2
2026-03-28 11:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e04546a-6435-5c79-8a59-7fb5bd9d81ca with identifier: RV20%20BHF
2026-03-28 11:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e04546a-6435-5c79-8a59-7fb5bd9d81ca with scrape type 2
2026-03-28 11:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e04546a-6435-5c79-8a59-7fb5bd9d81ca with scrape type 2
2026-03-28 11:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e04546a-6435-5c79-8a59-7fb5bd9d81ca, identifier: RV20%20BHF
2026-03-28 11:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eea6c24b-0dcf-5cb8-bb2b-c9d44a098838 with identifier: P17%20SKD
2026-03-28 11:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eea6c24b-0dcf-5cb8-bb2b-c9d44a098838 with identifier: P17%20SKD
2026-03-28 11:26:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eea6c24b-0dcf-5cb8-bb2b-c9d44a098838 with identifier: P17%20SKD to the API
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P17%20SKD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eea6c24b-0dcf-5cb8-bb2b-c9d44a098838',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'P17 SKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=P17%20SKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 131292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.6 TDI 80 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 80 SE',
 'vin': 'WVWZZZAWZKU035952',
 'year': 2019}
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P17%2520SKD%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Saving data for P17%20SKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774610098.468041, 'last_price_update_time': 1774697216.633235}
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P17%2520SKD') HTTP/1.1" 204 0
2026-03-28 11:26:56 [bca.uk] INFO: Found listing with ID: HV10%20PHJ
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV10%2520PHJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Scrape type for HV10%20PHJ: 0
2026-03-28 11:26:56 [bca.uk] INFO: Found listing with ID: KF54%20RYD
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF54%2520RYD%27 HTTP/1.1" 200 None
2026-03-28 11:26:56 [bca.uk] INFO: Scrape type for KF54%20RYD: 2
2026-03-28 11:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61728cf5-5012-52bf-a140-a88205dbd84f with identifier: KF54%20RYD
2026-03-28 11:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61728cf5-5012-52bf-a140-a88205dbd84f with scrape type 2
2026-03-28 11:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61728cf5-5012-52bf-a140-a88205dbd84f with scrape type 2
2026-03-28 11:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61728cf5-5012-52bf-a140-a88205dbd84f, identifier: KF54%20RYD
2026-03-28 11:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e04546a-6435-5c79-8a59-7fb5bd9d81ca with identifier: RV20%20BHF
2026-03-28 11:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e04546a-6435-5c79-8a59-7fb5bd9d81ca with identifier: RV20%20BHF
2026-03-28 11:26:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e04546a-6435-5c79-8a59-7fb5bd9d81ca with identifier: RV20%20BHF to the API
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV20%20BHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5e04546a-6435-5c79-8a59-7fb5bd9d81ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV20 BHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV20%20BHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 53211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T5 262 PHEV INSCRIPTION G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 262 PHEV INSCRIPTION G/T',
 'vin': 'YV1XZBBVFL2321591',
 'year': 2020}
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520BHF%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Saving data for RV20%20BHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610083.509513, 'last_price_update_time': 1774697217.08725}
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV20%2520BHF') HTTP/1.1" 204 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: LN66%20NPX
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520NPX%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for LN66%20NPX: 2
2026-03-28 11:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb230eb3-19cf-5186-b735-c986cf7c9492 with identifier: LN66%20NPX
2026-03-28 11:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb230eb3-19cf-5186-b735-c986cf7c9492 with scrape type 2
2026-03-28 11:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb230eb3-19cf-5186-b735-c986cf7c9492 with scrape type 2
2026-03-28 11:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb230eb3-19cf-5186-b735-c986cf7c9492, identifier: LN66%20NPX
2026-03-28 11:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61728cf5-5012-52bf-a140-a88205dbd84f with identifier: KF54%20RYD
2026-03-28 11:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61728cf5-5012-52bf-a140-a88205dbd84f with identifier: KF54%20RYD
2026-03-28 11:26:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 61728cf5-5012-52bf-a140-a88205dbd84f with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF54%20RYD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61728cf5-5012-52bf-a140-a88205dbd84f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF54 RYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF54%20RYD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'FREELANDER',
 'odometer': 98228,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2.0 TD4 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 HSE',
 'vin': 'SALLNABE14A439159',
 'year': 2004}
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF54%2520RYD%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Saving data for KF54%20RYD: {'auction_closing_time': 1774692000.0, 'created_time': 1774478031.772191, 'last_price_update_time': 1774697217.244273}
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF54%2520RYD') HTTP/1.1" 204 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: BT73%20GMG
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520GMG%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for BT73%20GMG: 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: HF64%20OET
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF64%2520OET%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for HF64%20OET: 2
2026-03-28 11:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f678b167-ef96-57fa-8ed3-1e8aa85fb5eb with identifier: HF64%20OET
2026-03-28 11:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f678b167-ef96-57fa-8ed3-1e8aa85fb5eb with scrape type 2
2026-03-28 11:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f678b167-ef96-57fa-8ed3-1e8aa85fb5eb with scrape type 2
2026-03-28 11:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f678b167-ef96-57fa-8ed3-1e8aa85fb5eb, identifier: HF64%20OET
2026-03-28 11:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb230eb3-19cf-5186-b735-c986cf7c9492 with identifier: LN66%20NPX
2026-03-28 11:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb230eb3-19cf-5186-b735-c986cf7c9492 with identifier: LN66%20NPX
2026-03-28 11:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb230eb3-19cf-5186-b735-c986cf7c9492 with identifier: LN66%20NPX to the API
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN66%20NPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb230eb3-19cf-5186-b735-c986cf7c9492',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN66 NPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN66%20NPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 51010,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT LINE MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 GT LINE',
 'vin': 'VF3CUHNYMGY163631',
 'year': 2016}
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520NPX%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Saving data for LN66%20NPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774610099.65432, 'last_price_update_time': 1774697217.755965}
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN66%2520NPX') HTTP/1.1" 204 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: LG61%20TGV
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520TGV%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for LG61%20TGV: 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: SN13%20WPW
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520WPW%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for SN13%20WPW: 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: CA62%20HNC
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA62%2520HNC%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for CA62%20HNC: 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: YF64%20GUD
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520GUD%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for YF64%20GUD: 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: GL17%20EKJ
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520EKJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for GL17%20EKJ: 0
2026-03-28 11:26:57 [bca.uk] INFO: Found listing with ID: DC18%20ETO
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ETO%27 HTTP/1.1" 200 None
2026-03-28 11:26:57 [bca.uk] INFO: Scrape type for DC18%20ETO: 2
2026-03-28 11:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abff20be-bceb-5261-b4f9-3de3c260b248 with identifier: DC18%20ETO
2026-03-28 11:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abff20be-bceb-5261-b4f9-3de3c260b248 with scrape type 2
2026-03-28 11:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abff20be-bceb-5261-b4f9-3de3c260b248 with scrape type 2
2026-03-28 11:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abff20be-bceb-5261-b4f9-3de3c260b248, identifier: DC18%20ETO
2026-03-28 11:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f678b167-ef96-57fa-8ed3-1e8aa85fb5eb with identifier: HF64%20OET
2026-03-28 11:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f678b167-ef96-57fa-8ed3-1e8aa85fb5eb with identifier: HF64%20OET
2026-03-28 11:26:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f678b167-ef96-57fa-8ed3-1e8aa85fb5eb with identifier: HF64%20OET to the API
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF64%20OET-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f678b167-ef96-57fa-8ed3-1e8aa85fb5eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF64 OET',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF64%20OET&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 66098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 250 2.1 CDI B/E TIP Roadster',
 'transmission': 'manual',
 'trim': 'CDI B/E TIP',
 'vin': 'WDD1724032F096556',
 'year': 2014}
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF64%2520OET%27 HTTP/1.1" 200 None
2026-03-28 11:26:58 [bca.uk] INFO: Saving data for HF64%20OET: {'auction_closing_time': 1774864800.0, 'created_time': 1774610117.432447, 'last_price_update_time': 1774697218.403852}
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF64%2520OET') HTTP/1.1" 204 0
2026-03-28 11:26:58 [bca.uk] INFO: Found listing with ID: PL66%20BYF
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL66%2520BYF%27 HTTP/1.1" 200 None
2026-03-28 11:26:58 [bca.uk] INFO: Scrape type for PL66%20BYF: 2
2026-03-28 11:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436f7221-6310-53d4-9ab6-8fb660a19c4d with identifier: PL66%20BYF
2026-03-28 11:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436f7221-6310-53d4-9ab6-8fb660a19c4d with scrape type 2
2026-03-28 11:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436f7221-6310-53d4-9ab6-8fb660a19c4d with scrape type 2
2026-03-28 11:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 436f7221-6310-53d4-9ab6-8fb660a19c4d, identifier: PL66%20BYF
2026-03-28 11:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abff20be-bceb-5261-b4f9-3de3c260b248 with identifier: DC18%20ETO
2026-03-28 11:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abff20be-bceb-5261-b4f9-3de3c260b248 with identifier: DC18%20ETO
2026-03-28 11:26:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abff20be-bceb-5261-b4f9-3de3c260b248 with identifier: DC18%20ETO to the API
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC18%20ETO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'abff20be-bceb-5261-b4f9-3de3c260b248',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC18 ETO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC18%20ETO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 61066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DCI 130 N-CONNECTA (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 N-CONNECTA (5ST)',
 'vin': 'JN1TCAT32U0111234',
 'year': 2018}
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ETO%27 HTTP/1.1" 200 None
2026-03-28 11:26:58 [bca.uk] INFO: Saving data for DC18%20ETO: {'auction_closing_time': 1774951200.0, 'created_time': 1774610377.286742, 'last_price_update_time': 1774697218.812014}
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC18%2520ETO') HTTP/1.1" 204 0
2026-03-28 11:26:58 [bca.uk] INFO: Found listing with ID: DN72%20USZ
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520USZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:58 [bca.uk] INFO: Scrape type for DN72%20USZ: 2
2026-03-28 11:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41d86480-7d00-521b-89f9-5e4334883141 with identifier: DN72%20USZ
2026-03-28 11:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41d86480-7d00-521b-89f9-5e4334883141 with scrape type 2
2026-03-28 11:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41d86480-7d00-521b-89f9-5e4334883141 with scrape type 2
2026-03-28 11:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41d86480-7d00-521b-89f9-5e4334883141, identifier: DN72%20USZ
2026-03-28 11:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 436f7221-6310-53d4-9ab6-8fb660a19c4d with identifier: PL66%20BYF
2026-03-28 11:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 436f7221-6310-53d4-9ab6-8fb660a19c4d with identifier: PL66%20BYF
2026-03-28 11:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 436f7221-6310-53d4-9ab6-8fb660a19c4d with identifier: PL66%20BYF to the API
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL66%20BYF-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '436f7221-6310-53d4-9ab6-8fb660a19c4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL66 BYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL66%20BYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FIAT',
 'model': '500',
 'odometer': 96902,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J672859',
 'year': 2016}
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL66%2520BYF%27 HTTP/1.1" 200 None
2026-03-28 11:26:59 [bca.uk] INFO: Saving data for PL66%20BYF: {'auction_closing_time': 1774778400.0, 'created_time': 1774610097.097713, 'last_price_update_time': 1774697219.228389}
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL66%2520BYF') HTTP/1.1" 204 0
2026-03-28 11:26:59 [bca.uk] INFO: Found listing with ID: NA08%20AXO
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA08%2520AXO%27 HTTP/1.1" 200 None
2026-03-28 11:26:59 [bca.uk] INFO: Scrape type for NA08%20AXO: 2
2026-03-28 11:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40db56fd-1860-548f-8e26-eb4765f13aba with identifier: NA08%20AXO
2026-03-28 11:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40db56fd-1860-548f-8e26-eb4765f13aba with scrape type 2
2026-03-28 11:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40db56fd-1860-548f-8e26-eb4765f13aba with scrape type 2
2026-03-28 11:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40db56fd-1860-548f-8e26-eb4765f13aba, identifier: NA08%20AXO
2026-03-28 11:26:59 [bca.uk] INFO: Total items found: 100
2026-03-28 11:26:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded
2026-03-28 11:26:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:26:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41d86480-7d00-521b-89f9-5e4334883141 with identifier: DN72%20USZ
2026-03-28 11:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41d86480-7d00-521b-89f9-5e4334883141 with identifier: DN72%20USZ
2026-03-28 11:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41d86480-7d00-521b-89f9-5e4334883141 with identifier: DN72%20USZ to the API
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:26:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN72%20USZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '41d86480-7d00-521b-89f9-5e4334883141',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN72 USZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN72%20USZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 82296,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH TROPHY LR',
 'vin': 'LSJWH4099NN184338',
 'year': 2022}
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520USZ%27 HTTP/1.1" 200 None
2026-03-28 11:26:59 [bca.uk] INFO: Saving data for DN72%20USZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610119.987115, 'last_price_update_time': 1774697219.728779}
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN72%2520USZ') HTTP/1.1" 204 0
2026-03-28 11:26:59 [bca.uk] INFO: Found listing with ID: MV07%20KUJ
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV07%2520KUJ%27 HTTP/1.1" 200 None
2026-03-28 11:26:59 [bca.uk] INFO: Scrape type for MV07%20KUJ: 2
2026-03-28 11:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3920723a-4d05-5298-bf3c-5d265017144b with identifier: MV07%20KUJ
2026-03-28 11:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3920723a-4d05-5298-bf3c-5d265017144b with scrape type 2
2026-03-28 11:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3920723a-4d05-5298-bf3c-5d265017144b with scrape type 2
2026-03-28 11:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3920723a-4d05-5298-bf3c-5d265017144b, identifier: MV07%20KUJ
2026-03-28 11:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40db56fd-1860-548f-8e26-eb4765f13aba with identifier: NA08%20AXO
2026-03-28 11:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40db56fd-1860-548f-8e26-eb4765f13aba with identifier: NA08%20AXO
2026-03-28 11:26:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 40db56fd-1860-548f-8e26-eb4765f13aba with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA08%20AXO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40db56fd-1860-548f-8e26-eb4765f13aba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA08 AXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA08%20AXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SUBARU',
 'model': 'FORESTER',
 'odometer': 111288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'SUBARU FORESTER 2.0 X Estate',
 'transmission': 'manual',
 'trim': 'X',
 'vin': 'JF1SG5KW48G100917',
 'year': 2008}
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA08%2520AXO%27 HTTP/1.1" 200 None
2026-03-28 11:26:59 [bca.uk] INFO: Saving data for NA08%20AXO: {'auction_closing_time': 1774692000.0, 'created_time': 1774610375.402424, 'last_price_update_time': 1774697219.981474}
2026-03-28 11:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA08%2520AXO') HTTP/1.1" 204 0
2026-03-28 11:27:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: FM73%20TOU
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM73%2520TOU%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for FM73%20TOU: 2
2026-03-28 11:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b72d06e1-594c-5ddc-98bd-0bc2b9f330ae with identifier: FM73%20TOU
2026-03-28 11:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b72d06e1-594c-5ddc-98bd-0bc2b9f330ae with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b72d06e1-594c-5ddc-98bd-0bc2b9f330ae with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b72d06e1-594c-5ddc-98bd-0bc2b9f330ae, identifier: FM73%20TOU
2026-03-28 11:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3920723a-4d05-5298-bf3c-5d265017144b with identifier: MV07%20KUJ
2026-03-28 11:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3920723a-4d05-5298-bf3c-5d265017144b with identifier: MV07%20KUJ
2026-03-28 11:27:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3920723a-4d05-5298-bf3c-5d265017144b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV07%20KUJ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3920723a-4d05-5298-bf3c-5d265017144b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV07 KUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV07%20KUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '318I',
 'odometer': 111767,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 SE Saloon',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'WBAVA52080VA96301',
 'year': 2007}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV07%2520KUJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Saving data for MV07%20KUJ: {'auction_closing_time': 1774692000.0, 'created_time': 1774505167.434103, 'last_price_update_time': 1774697220.186358}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV07%2520KUJ') HTTP/1.1" 204 0
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: NX66%20KPU
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX66%2520KPU%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for NX66%20KPU: 0
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: OU16%20LHG
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for OU16%20LHG: 2
2026-03-28 11:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fec0b771-3e00-5718-83e5-2d08ae2aa4f4 with identifier: OU16%20LHG
2026-03-28 11:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fec0b771-3e00-5718-83e5-2d08ae2aa4f4 with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fec0b771-3e00-5718-83e5-2d08ae2aa4f4 with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fec0b771-3e00-5718-83e5-2d08ae2aa4f4, identifier: OU16%20LHG
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: DU20%20SFJ
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520SFJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for DU20%20SFJ: 0
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: DS63%20ZFJ
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS63%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for DS63%20ZFJ: 0
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: KR60%20FNZ
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520FNZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for KR60%20FNZ: 2
2026-03-28 11:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4173daf-162b-5e69-834b-a7a0ed4d3bda with identifier: KR60%20FNZ
2026-03-28 11:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4173daf-162b-5e69-834b-a7a0ed4d3bda with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4173daf-162b-5e69-834b-a7a0ed4d3bda with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4173daf-162b-5e69-834b-a7a0ed4d3bda, identifier: KR60%20FNZ
2026-03-28 11:27:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b72d06e1-594c-5ddc-98bd-0bc2b9f330ae with identifier: FM73%20TOU
2026-03-28 11:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b72d06e1-594c-5ddc-98bd-0bc2b9f330ae with identifier: FM73%20TOU
2026-03-28 11:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b72d06e1-594c-5ddc-98bd-0bc2b9f330ae with identifier: FM73%20TOU to the API
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM73%20TOU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b72d06e1-594c-5ddc-98bd-0bc2b9f330ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FM73 TOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM73%20TOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 25509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI TROPHY DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI TROPHY DCT',
 'vin': 'LSJA24U98PN098804',
 'year': 2023}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM73%2520TOU%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Saving data for FM73%20TOU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610042.851482, 'last_price_update_time': 1774697220.762754}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM73%2520TOU') HTTP/1.1" 204 0
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: BW66%20GVP
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520GVP%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Scrape type for BW66%20GVP: 2
2026-03-28 11:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47bd9a09-4063-5618-a487-2305f481d5e5 with identifier: BW66%20GVP
2026-03-28 11:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47bd9a09-4063-5618-a487-2305f481d5e5 with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47bd9a09-4063-5618-a487-2305f481d5e5 with scrape type 2
2026-03-28 11:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47bd9a09-4063-5618-a487-2305f481d5e5, identifier: BW66%20GVP
2026-03-28 11:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fec0b771-3e00-5718-83e5-2d08ae2aa4f4 with identifier: OU16%20LHG
2026-03-28 11:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fec0b771-3e00-5718-83e5-2d08ae2aa4f4 with identifier: OU16%20LHG
2026-03-28 11:27:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: fec0b771-3e00-5718-83e5-2d08ae2aa4f4 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU16%20LHG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.9L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fec0b771-3e00-5718-83e5-2d08ae2aa4f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU16 LHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU16%20LHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'ALFA ROMEO',
 'model': 'MITO',
 'odometer': 125745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO MITO 0.9 TB T/AIR 105 PROGRESSION Hatchback',
 'transmission': 'manual',
 'trim': 'TB T/AIR 105 PROGRESSION',
 'vin': 'ZAR9550000X048980',
 'year': 2016}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520LHG%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Saving data for OU16%20LHG: {'auction_closing_time': 1774692000.0, 'created_time': 1774610377.751366, 'last_price_update_time': 1774697220.932077}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU16%2520LHG') HTTP/1.1" 204 0
2026-03-28 11:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4173daf-162b-5e69-834b-a7a0ed4d3bda with identifier: KR60%20FNZ
2026-03-28 11:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4173daf-162b-5e69-834b-a7a0ed4d3bda with identifier: KR60%20FNZ
2026-03-28 11:27:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f4173daf-162b-5e69-834b-a7a0ed4d3bda with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR60%20FNZ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4173daf-162b-5e69-834b-a7a0ed4d3bda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR60 FNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR60%20FNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'C3 PICASSO',
 'odometer': 130551,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 PICASSO 1.6 HDI 8V 90 AIRDREAM+ MPV',
 'transmission': 'manual',
 'trim': 'HDI 8V 90 AIRDREAM+',
 'vin': 'VF7SH9HP0AT561881',
 'year': 2010}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520FNZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:00 [bca.uk] INFO: Saving data for KR60%20FNZ: {'auction_closing_time': 1774692000.0, 'created_time': 1774478435.077382, 'last_price_update_time': 1774697220.967917}
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR60%2520FNZ') HTTP/1.1" 204 0
2026-03-28 11:27:00 [bca.uk] INFO: Found listing with ID: KS23%20HSD
2026-03-28 11:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HSD%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Scrape type for KS23%20HSD: 2
2026-03-28 11:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f02290ea-ab32-5c63-aeec-41da3892edaf with identifier: KS23%20HSD
2026-03-28 11:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f02290ea-ab32-5c63-aeec-41da3892edaf with scrape type 2
2026-03-28 11:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f02290ea-ab32-5c63-aeec-41da3892edaf with scrape type 2
2026-03-28 11:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f02290ea-ab32-5c63-aeec-41da3892edaf, identifier: KS23%20HSD
2026-03-28 11:27:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47bd9a09-4063-5618-a487-2305f481d5e5 with identifier: BW66%20GVP
2026-03-28 11:27:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47bd9a09-4063-5618-a487-2305f481d5e5 with identifier: BW66%20GVP
2026-03-28 11:27:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47bd9a09-4063-5618-a487-2305f481d5e5 with identifier: BW66%20GVP to the API
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW66%20GVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47bd9a09-4063-5618-a487-2305f481d5e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW66 GVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW66%20GVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 94339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 BLUEHDI 120 GT LINE Estate',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 GT LINE',
 'vin': 'VF3LCBHZ3GS292568',
 'year': 2017}
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520GVP%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Saving data for BW66%20GVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774610091.217384, 'last_price_update_time': 1774697221.413914}
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW66%2520GVP') HTTP/1.1" 204 0
2026-03-28 11:27:01 [bca.uk] INFO: Found listing with ID: BP21%20OPC
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520OPC%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Scrape type for BP21%20OPC: 0
2026-03-28 11:27:01 [bca.uk] INFO: Found listing with ID: MF67%20EYS
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520EYS%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Scrape type for MF67%20EYS: 0
2026-03-28 11:27:01 [bca.uk] INFO: Found listing with ID: WJ60%20UWG
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520UWG%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Scrape type for WJ60%20UWG: 2
2026-03-28 11:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbc8a766-e293-5e45-be5d-6d61b3d9c7b0 with identifier: WJ60%20UWG
2026-03-28 11:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbc8a766-e293-5e45-be5d-6d61b3d9c7b0 with scrape type 2
2026-03-28 11:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbc8a766-e293-5e45-be5d-6d61b3d9c7b0 with scrape type 2
2026-03-28 11:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbc8a766-e293-5e45-be5d-6d61b3d9c7b0, identifier: WJ60%20UWG
2026-03-28 11:27:01 [bca.uk] INFO: Found listing with ID: LK07%20AUF
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK07%2520AUF%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Scrape type for LK07%20AUF: 2
2026-03-28 11:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea02714d-3436-56b6-8bb3-c1a8278afd70 with identifier: LK07%20AUF
2026-03-28 11:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea02714d-3436-56b6-8bb3-c1a8278afd70 with scrape type 2
2026-03-28 11:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea02714d-3436-56b6-8bb3-c1a8278afd70 with scrape type 2
2026-03-28 11:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea02714d-3436-56b6-8bb3-c1a8278afd70, identifier: LK07%20AUF
2026-03-28 11:27:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f02290ea-ab32-5c63-aeec-41da3892edaf with identifier: KS23%20HSD
2026-03-28 11:27:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f02290ea-ab32-5c63-aeec-41da3892edaf with identifier: KS23%20HSD
2026-03-28 11:27:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f02290ea-ab32-5c63-aeec-41da3892edaf with identifier: KS23%20HSD to the API
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS23%20HSD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f02290ea-ab32-5c63-aeec-41da3892edaf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KS23 HSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS23%20HSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 36185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U96PN106656',
 'year': 2023}
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HSD%27 HTTP/1.1" 200 None
2026-03-28 11:27:01 [bca.uk] INFO: Saving data for KS23%20HSD: {'auction_closing_time': 1774864800.0, 'created_time': 1774610055.212833, 'last_price_update_time': 1774697221.996332}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS23%2520HSD') HTTP/1.1" 204 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: YK68%20ZBN
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520ZBN%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for YK68%20ZBN: 2
2026-03-28 11:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9f04df-e6ff-5801-b146-171579524d03 with identifier: YK68%20ZBN
2026-03-28 11:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9f04df-e6ff-5801-b146-171579524d03 with scrape type 2
2026-03-28 11:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b9f04df-e6ff-5801-b146-171579524d03 with scrape type 2
2026-03-28 11:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b9f04df-e6ff-5801-b146-171579524d03, identifier: YK68%20ZBN
2026-03-28 11:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbc8a766-e293-5e45-be5d-6d61b3d9c7b0 with identifier: WJ60%20UWG
2026-03-28 11:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbc8a766-e293-5e45-be5d-6d61b3d9c7b0 with identifier: WJ60%20UWG
2026-03-28 11:27:02 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: dbc8a766-e293-5e45-be5d-6d61b3d9c7b0 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ60%20UWG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dbc8a766-e293-5e45-be5d-6d61b3d9c7b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ60 UWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ60%20UWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 223022,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D5 205 SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 205 SE LUX G/T',
 'vin': 'YV1DZ7056B2157353',
 'year': 2010}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ60%2520UWG%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Saving data for WJ60%20UWG: {'auction_closing_time': 1774692000.0, 'created_time': 1773930232.017688, 'last_price_update_time': 1774697222.28203}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ60%2520UWG') HTTP/1.1" 204 0
2026-03-28 11:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea02714d-3436-56b6-8bb3-c1a8278afd70 with identifier: LK07%20AUF
2026-03-28 11:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea02714d-3436-56b6-8bb3-c1a8278afd70 with identifier: LK07%20AUF
2026-03-28 11:27:02 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ea02714d-3436-56b6-8bb3-c1a8278afd70 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK07%20AUF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea02714d-3436-56b6-8bb3-c1a8278afd70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK07 AUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK07%20AUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 78877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.4 AMBIENTE 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'AMBIENTE 16V',
 'vin': 'TMBNC46Y874186214',
 'year': 2007}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK07%2520AUF%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Saving data for LK07%20AUF: {'auction_closing_time': 1774692000.0, 'created_time': 1774478521.440643, 'last_price_update_time': 1774697222.31549}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK07%2520AUF') HTTP/1.1" 204 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: KU70%20WME
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520WME%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for KU70%20WME: 2
2026-03-28 11:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 024a7e68-a233-505e-93eb-e07e0f80b22f with identifier: KU70%20WME
2026-03-28 11:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024a7e68-a233-505e-93eb-e07e0f80b22f with scrape type 2
2026-03-28 11:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 024a7e68-a233-505e-93eb-e07e0f80b22f with scrape type 2
2026-03-28 11:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 024a7e68-a233-505e-93eb-e07e0f80b22f, identifier: KU70%20WME
2026-03-28 11:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b9f04df-e6ff-5801-b146-171579524d03 with identifier: YK68%20ZBN
2026-03-28 11:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b9f04df-e6ff-5801-b146-171579524d03 with identifier: YK68%20ZBN
2026-03-28 11:27:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b9f04df-e6ff-5801-b146-171579524d03 with identifier: YK68%20ZBN to the API
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK68%20ZBN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b9f04df-e6ff-5801-b146-171579524d03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK68 ZBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK68%20ZBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'X6',
 'odometer': 65624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X6 3.0 XDRIVE 40D M SPORT STEP Coupe',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT STEP',
 'vin': 'WBAKV420500W65987',
 'year': 2018}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520ZBN%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Saving data for YK68%20ZBN: {'auction_closing_time': 1774951200.0, 'created_time': 1774610089.00362, 'last_price_update_time': 1774697222.782442}
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK68%2520ZBN') HTTP/1.1" 204 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: DV10%20NXK
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV10%2520NXK%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for DV10%20NXK: 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: RY07%20SLU
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY07%2520SLU%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for RY07%20SLU: 2
2026-03-28 11:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fed14b1e-d890-5eef-8a03-2620596b3c01 with identifier: RY07%20SLU
2026-03-28 11:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fed14b1e-d890-5eef-8a03-2620596b3c01 with scrape type 2
2026-03-28 11:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fed14b1e-d890-5eef-8a03-2620596b3c01 with scrape type 2
2026-03-28 11:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fed14b1e-d890-5eef-8a03-2620596b3c01, identifier: RY07%20SLU
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: MD14%20BZS
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD14%2520BZS%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for MD14%20BZS: 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: MF10%20XKL
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF10%2520XKL%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for MF10%20XKL: 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: PJ60%20OUY
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ60%2520OUY%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for PJ60%20OUY: 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: PX03%20LZR
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX03%2520LZR%27 HTTP/1.1" 200 None
2026-03-28 11:27:02 [bca.uk] INFO: Scrape type for PX03%20LZR: 0
2026-03-28 11:27:02 [bca.uk] INFO: Found listing with ID: CF69%20RKX
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520RKX%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for CF69%20RKX: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: FP64%20JRV
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520JRV%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for FP64%20JRV: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: EK64%20YCP
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK64%2520YCP%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for EK64%20YCP: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: FL21%20RVA
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520RVA%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for FL21%20RVA: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: DG19%20ALO
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520ALO%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for DG19%20ALO: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: PK17%20DWG
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520DWG%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for PK17%20DWG: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: DC18%20ZFK
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ZFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for DC18%20ZFK: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: YP24%20XMV
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XMV%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for YP24%20XMV: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: YP24%20TVC
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVC%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for YP24%20TVC: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: E6%20STJ
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E6%2520STJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for E6%20STJ: 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: HN74%20OOV
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OOV%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for HN74%20OOV: 2
2026-03-28 11:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea83cd82-08c3-5b1c-a9de-067eb9b4889e with identifier: HN74%20OOV
2026-03-28 11:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea83cd82-08c3-5b1c-a9de-067eb9b4889e with scrape type 2
2026-03-28 11:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea83cd82-08c3-5b1c-a9de-067eb9b4889e with scrape type 2
2026-03-28 11:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea83cd82-08c3-5b1c-a9de-067eb9b4889e, identifier: HN74%20OOV
2026-03-28 11:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 024a7e68-a233-505e-93eb-e07e0f80b22f with identifier: KU70%20WME
2026-03-28 11:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 024a7e68-a233-505e-93eb-e07e0f80b22f with identifier: KU70%20WME
2026-03-28 11:27:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 024a7e68-a233-505e-93eb-e07e0f80b22f with identifier: KU70%20WME to the API
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU70%20WME-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '024a7e68-a233-505e-93eb-e07e0f80b22f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU70 WME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU70%20WME&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 75380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN1LH880382',
 'year': 2020}
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520WME%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Saving data for KU70%20WME: {'auction_closing_time': 1774864800.0, 'created_time': 1774188114.869946, 'last_price_update_time': 1774697223.603261}
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU70%2520WME') HTTP/1.1" 204 0
2026-03-28 11:27:03 [bca.uk] INFO: Found listing with ID: YD21%20EDM
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD21%2520EDM%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Scrape type for YD21%20EDM: 2
2026-03-28 11:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44699bc1-1549-52f7-a636-12e66d7b5b41 with identifier: YD21%20EDM
2026-03-28 11:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44699bc1-1549-52f7-a636-12e66d7b5b41 with scrape type 2
2026-03-28 11:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44699bc1-1549-52f7-a636-12e66d7b5b41 with scrape type 2
2026-03-28 11:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44699bc1-1549-52f7-a636-12e66d7b5b41, identifier: YD21%20EDM
2026-03-28 11:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fed14b1e-d890-5eef-8a03-2620596b3c01 with identifier: RY07%20SLU
2026-03-28 11:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fed14b1e-d890-5eef-8a03-2620596b3c01 with identifier: RY07%20SLU
2026-03-28 11:27:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: fed14b1e-d890-5eef-8a03-2620596b3c01 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY07%20SLU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fed14b1e-d890-5eef-8a03-2620596b3c01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY07 SLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY07%20SLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 102541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 2.0 ZETEC MPV',
 'transmission': 'automatic',
 'trim': 'ZETEC',
 'vin': 'WF0EXXGCDE7S86297',
 'year': 2007}
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY07%2520SLU%27 HTTP/1.1" 200 None
2026-03-28 11:27:03 [bca.uk] INFO: Saving data for RY07%20SLU: {'auction_closing_time': 1774692000.0, 'created_time': 1773960355.87807, 'last_price_update_time': 1774697223.8655}
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY07%2520SLU') HTTP/1.1" 204 0
2026-03-28 11:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea83cd82-08c3-5b1c-a9de-067eb9b4889e with identifier: HN74%20OOV
2026-03-28 11:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea83cd82-08c3-5b1c-a9de-067eb9b4889e with identifier: HN74%20OOV
2026-03-28 11:27:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea83cd82-08c3-5b1c-a9de-067eb9b4889e with identifier: HN74%20OOV to the API
2026-03-28 11:27:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN74%20OOV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea83cd82-08c3-5b1c-a9de-067eb9b4889e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN74 OOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN74%20OOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 18136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 TREND',
 'vin': 'WF0RXXTAXRRL64559',
 'year': 2024}
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OOV%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Saving data for HN74%20OOV: {'auction_closing_time': 1774951200.0, 'created_time': 1774610820.343854, 'last_price_update_time': 1774697224.179638}
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN74%2520OOV') HTTP/1.1" 204 0
2026-03-28 11:27:04 [bca.uk] INFO: Found listing with ID: WA22%20YCC
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520YCC%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Scrape type for WA22%20YCC: 2
2026-03-28 11:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a26cd430-f422-5ff1-91f7-1cc89d6c0ba0 with identifier: WA22%20YCC
2026-03-28 11:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a26cd430-f422-5ff1-91f7-1cc89d6c0ba0 with scrape type 2
2026-03-28 11:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a26cd430-f422-5ff1-91f7-1cc89d6c0ba0 with scrape type 2
2026-03-28 11:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a26cd430-f422-5ff1-91f7-1cc89d6c0ba0, identifier: WA22%20YCC
2026-03-28 11:27:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44699bc1-1549-52f7-a636-12e66d7b5b41 with identifier: YD21%20EDM
2026-03-28 11:27:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44699bc1-1549-52f7-a636-12e66d7b5b41 with identifier: YD21%20EDM
2026-03-28 11:27:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44699bc1-1549-52f7-a636-12e66d7b5b41 with identifier: YD21%20EDM to the API
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD21%20EDM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '44699bc1-1549-52f7-a636-12e66d7b5b41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD21 EDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD21%20EDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 34104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGY6MA048628',
 'year': 2021}
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD21%2520EDM%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Saving data for YD21%20EDM: {'auction_closing_time': 1774951200.0, 'created_time': 1774610080.057946, 'last_price_update_time': 1774697224.633603}
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD21%2520EDM') HTTP/1.1" 204 0
2026-03-28 11:27:04 [bca.uk] INFO: Found listing with ID: VN10%20HZJ
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN10%2520HZJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Scrape type for VN10%20HZJ: 0
2026-03-28 11:27:04 [bca.uk] INFO: Found listing with ID: VN63%20OZK
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520OZK%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Scrape type for VN63%20OZK: 2
2026-03-28 11:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01a76f4b-62b4-59bc-b56b-315e0c8522d7 with identifier: VN63%20OZK
2026-03-28 11:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01a76f4b-62b4-59bc-b56b-315e0c8522d7 with scrape type 2
2026-03-28 11:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01a76f4b-62b4-59bc-b56b-315e0c8522d7 with scrape type 2
2026-03-28 11:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01a76f4b-62b4-59bc-b56b-315e0c8522d7, identifier: VN63%20OZK
2026-03-28 11:27:04 [bca.uk] INFO: Found listing with ID: BJ57%20AXO
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ57%2520AXO%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Scrape type for BJ57%20AXO: 0
2026-03-28 11:27:04 [bca.uk] INFO: Found listing with ID: KX15%20XDG
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520XDG%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Scrape type for KX15%20XDG: 0
2026-03-28 11:27:04 [bca.uk] INFO: Found listing with ID: LL16%20ONE
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520ONE%27 HTTP/1.1" 200 None
2026-03-28 11:27:04 [bca.uk] INFO: Scrape type for LL16%20ONE: 2
2026-03-28 11:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b445a8e-ab53-5aa8-948a-b41c18e23d6f with identifier: LL16%20ONE
2026-03-28 11:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b445a8e-ab53-5aa8-948a-b41c18e23d6f with scrape type 2
2026-03-28 11:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b445a8e-ab53-5aa8-948a-b41c18e23d6f with scrape type 2
2026-03-28 11:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b445a8e-ab53-5aa8-948a-b41c18e23d6f, identifier: LL16%20ONE
2026-03-28 11:27:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a26cd430-f422-5ff1-91f7-1cc89d6c0ba0 with identifier: WA22%20YCC
2026-03-28 11:27:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a26cd430-f422-5ff1-91f7-1cc89d6c0ba0 with identifier: WA22%20YCC
2026-03-28 11:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a26cd430-f422-5ff1-91f7-1cc89d6c0ba0 with identifier: WA22%20YCC to the API
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 54,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA22%20YCC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a26cd430-f422-5ff1-91f7-1cc89d6c0ba0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA22 YCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA22%20YCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 E',
 'odometer': 48327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 E 2.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'W1N2539532V352132',
 'year': 2022}
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520YCC%27 HTTP/1.1" 200 None
2026-03-28 11:27:05 [bca.uk] INFO: Saving data for WA22%20YCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774610286.524842, 'last_price_update_time': 1774697225.296812}
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA22%2520YCC') HTTP/1.1" 204 0
2026-03-28 11:27:05 [bca.uk] INFO: Found listing with ID: GL20%20UHO
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:27:05 [bca.uk] INFO: Scrape type for GL20%20UHO: 2
2026-03-28 11:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070d34d7-788a-5f66-ad76-7c3fc5ea3490 with identifier: GL20%20UHO
2026-03-28 11:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070d34d7-788a-5f66-ad76-7c3fc5ea3490 with scrape type 2
2026-03-28 11:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070d34d7-788a-5f66-ad76-7c3fc5ea3490 with scrape type 2
2026-03-28 11:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070d34d7-788a-5f66-ad76-7c3fc5ea3490, identifier: GL20%20UHO
2026-03-28 11:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01a76f4b-62b4-59bc-b56b-315e0c8522d7 with identifier: VN63%20OZK
2026-03-28 11:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01a76f4b-62b4-59bc-b56b-315e0c8522d7 with identifier: VN63%20OZK
2026-03-28 11:27:05 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 01a76f4b-62b4-59bc-b56b-315e0c8522d7 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN63%20OZK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01a76f4b-62b4-59bc-b56b-315e0c8522d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN63 OZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN63%20OZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 110997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 TFSI 122 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 122 SPORT',
 'vin': 'WAUZZZ8V9EA107810',
 'year': 2014}
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520OZK%27 HTTP/1.1" 200 None
2026-03-28 11:27:05 [bca.uk] INFO: Saving data for VN63%20OZK: {'auction_closing_time': 1774692000.0, 'created_time': 1774610394.507801, 'last_price_update_time': 1774697225.496724}
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN63%2520OZK') HTTP/1.1" 204 0
2026-03-28 11:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b445a8e-ab53-5aa8-948a-b41c18e23d6f with identifier: LL16%20ONE
2026-03-28 11:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b445a8e-ab53-5aa8-948a-b41c18e23d6f with identifier: LL16%20ONE
2026-03-28 11:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b445a8e-ab53-5aa8-948a-b41c18e23d6f with identifier: LL16%20ONE to the API
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL16%20ONE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b445a8e-ab53-5aa8-948a-b41c18e23d6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL16 ONE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL16%20ONE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 70489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.3 TCE 140 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 ICONIC',
 'vin': 'VF1RFE00362626981',
 'year': 2019}
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520ONE%27 HTTP/1.1" 200 None
2026-03-28 11:27:05 [bca.uk] INFO: Saving data for LL16%20ONE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610824.459775, 'last_price_update_time': 1774697225.819865}
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL16%2520ONE') HTTP/1.1" 204 0
2026-03-28 11:27:05 [bca.uk] INFO: Found listing with ID: AJ72%20LNE
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520LNE%27 HTTP/1.1" 200 None
2026-03-28 11:27:05 [bca.uk] INFO: Scrape type for AJ72%20LNE: 2
2026-03-28 11:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdcdd53b-0014-577a-ab45-557acb74d30d with identifier: AJ72%20LNE
2026-03-28 11:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdcdd53b-0014-577a-ab45-557acb74d30d with scrape type 2
2026-03-28 11:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdcdd53b-0014-577a-ab45-557acb74d30d with scrape type 2
2026-03-28 11:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdcdd53b-0014-577a-ab45-557acb74d30d, identifier: AJ72%20LNE
2026-03-28 11:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070d34d7-788a-5f66-ad76-7c3fc5ea3490 with identifier: GL20%20UHO
2026-03-28 11:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070d34d7-788a-5f66-ad76-7c3fc5ea3490 with identifier: GL20%20UHO
2026-03-28 11:27:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 070d34d7-788a-5f66-ad76-7c3fc5ea3490 with identifier: GL20%20UHO to the API
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL20%20UHO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '070d34d7-788a-5f66-ad76-7c3fc5ea3490',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL20 UHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL20%20UHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 50403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 115 TEKNA+ DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 115 TEKNA+ DCT',
 'vin': 'SJNFAAF16U1054842',
 'year': 2020}
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:27:06 [bca.uk] INFO: Saving data for GL20%20UHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610074.650986, 'last_price_update_time': 1774697226.331783}
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL20%2520UHO') HTTP/1.1" 204 0
2026-03-28 11:27:06 [bca.uk] INFO: Found listing with ID: MT11%20LOV
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT11%2520LOV%27 HTTP/1.1" 200 None
2026-03-28 11:27:06 [bca.uk] INFO: Scrape type for MT11%20LOV: 2
2026-03-28 11:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7baa70cf-00fd-5b47-9eb8-af18ba3362b5 with identifier: MT11%20LOV
2026-03-28 11:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7baa70cf-00fd-5b47-9eb8-af18ba3362b5 with scrape type 2
2026-03-28 11:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7baa70cf-00fd-5b47-9eb8-af18ba3362b5 with scrape type 2
2026-03-28 11:27:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7baa70cf-00fd-5b47-9eb8-af18ba3362b5, identifier: MT11%20LOV
2026-03-28 11:27:06 [bca.uk] INFO: Found listing with ID: GC65%20RHO
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520RHO%27 HTTP/1.1" 200 None
2026-03-28 11:27:06 [bca.uk] INFO: Scrape type for GC65%20RHO: 0
2026-03-28 11:27:06 [bca.uk] INFO: Found listing with ID: MM74%20YRN
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YRN%27 HTTP/1.1" 200 None
2026-03-28 11:27:06 [bca.uk] INFO: Scrape type for MM74%20YRN: 2
2026-03-28 11:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0125135-14e3-508a-9741-1928c881ad56 with identifier: MM74%20YRN
2026-03-28 11:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0125135-14e3-508a-9741-1928c881ad56 with scrape type 2
2026-03-28 11:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0125135-14e3-508a-9741-1928c881ad56 with scrape type 2
2026-03-28 11:27:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0125135-14e3-508a-9741-1928c881ad56, identifier: MM74%20YRN
2026-03-28 11:27:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdcdd53b-0014-577a-ab45-557acb74d30d with identifier: AJ72%20LNE
2026-03-28 11:27:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdcdd53b-0014-577a-ab45-557acb74d30d with identifier: AJ72%20LNE
2026-03-28 11:27:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdcdd53b-0014-577a-ab45-557acb74d30d with identifier: AJ72%20LNE to the API
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ72%20LNE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fdcdd53b-0014-577a-ab45-557acb74d30d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ72 LNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ72%20LNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 39614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B PHEV 2WD ST-LINE X ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD ST-LINE X ED.',
 'vin': 'WF0FXXWPMHNB44472',
 'year': 2023}
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520LNE%27 HTTP/1.1" 200 None
2026-03-28 11:27:06 [bca.uk] INFO: Saving data for AJ72%20LNE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610199.436155, 'last_price_update_time': 1774697226.985716}
2026-03-28 11:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520LNE') HTTP/1.1" 204 0
2026-03-28 11:27:07 [bca.uk] INFO: Found listing with ID: GM18%20UHK
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM18%2520UHK%27 HTTP/1.1" 200 None
2026-03-28 11:27:07 [bca.uk] INFO: Scrape type for GM18%20UHK: 2
2026-03-28 11:27:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c with identifier: GM18%20UHK
2026-03-28 11:27:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c with scrape type 2
2026-03-28 11:27:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c with scrape type 2
2026-03-28 11:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c, identifier: GM18%20UHK
2026-03-28 11:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7baa70cf-00fd-5b47-9eb8-af18ba3362b5 with identifier: MT11%20LOV
2026-03-28 11:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7baa70cf-00fd-5b47-9eb8-af18ba3362b5 with identifier: MT11%20LOV
2026-03-28 11:27:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7baa70cf-00fd-5b47-9eb8-af18ba3362b5 with identifier: MT11%20LOV to the API
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT11%20LOV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7baa70cf-00fd-5b47-9eb8-af18ba3362b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT11 LOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT11%20LOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 73847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE EXECUTIVE 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE 4M DCT',
 'vin': 'WDC1569052J219199',
 'year': 2015}
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT11%2520LOV%27 HTTP/1.1" 200 None
2026-03-28 11:27:07 [bca.uk] INFO: Saving data for MT11%20LOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774276782.679319, 'last_price_update_time': 1774697227.590343}
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT11%2520LOV') HTTP/1.1" 204 0
2026-03-28 11:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0125135-14e3-508a-9741-1928c881ad56 with identifier: MM74%20YRN
2026-03-28 11:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0125135-14e3-508a-9741-1928c881ad56 with identifier: MM74%20YRN
2026-03-28 11:27:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0125135-14e3-508a-9741-1928c881ad56 with identifier: MM74%20YRN to the API
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20YRN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0125135-14e3-508a-9741-1928c881ad56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM74 YRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20YRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA7RRL60940',
 'year': 2024}
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YRN%27 HTTP/1.1" 200 None
2026-03-28 11:27:07 [bca.uk] INFO: Saving data for MM74%20YRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774610812.331107, 'last_price_update_time': 1774697227.987829}
2026-03-28 11:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YRN') HTTP/1.1" 204 0
2026-03-28 11:27:08 [bca.uk] INFO: Found listing with ID: EF18%20AOO
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520AOO%27 HTTP/1.1" 200 None
2026-03-28 11:27:08 [bca.uk] INFO: Scrape type for EF18%20AOO: 2
2026-03-28 11:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 733b9371-dd9f-5bd1-8712-d7f1427730a9 with identifier: EF18%20AOO
2026-03-28 11:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 733b9371-dd9f-5bd1-8712-d7f1427730a9 with scrape type 2
2026-03-28 11:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 733b9371-dd9f-5bd1-8712-d7f1427730a9 with scrape type 2
2026-03-28 11:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 733b9371-dd9f-5bd1-8712-d7f1427730a9, identifier: EF18%20AOO
2026-03-28 11:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c with identifier: GM18%20UHK
2026-03-28 11:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c with identifier: GM18%20UHK
2026-03-28 11:27:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c with identifier: GM18%20UHK to the API
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM18%20UHK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7e52a0f9-0d00-5a4b-a2f5-688c5bf2555c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM18 UHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM18%20UHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 48285,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 125 BMT SE NAV DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 125 BMT SE NAV DSG',
 'vin': 'WVWZZZAUZJW216941',
 'year': 2018}
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM18%2520UHK%27 HTTP/1.1" 200 None
2026-03-28 11:27:08 [bca.uk] INFO: Saving data for GM18%20UHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774610282.101827, 'last_price_update_time': 1774697228.44247}
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM18%2520UHK') HTTP/1.1" 204 0
2026-03-28 11:27:08 [bca.uk] INFO: Found listing with ID: FR19%20BJZ
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520BJZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:08 [bca.uk] INFO: Scrape type for FR19%20BJZ: 2
2026-03-28 11:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ
2026-03-28 11:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with scrape type 2
2026-03-28 11:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with scrape type 2
2026-03-28 11:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f, identifier: FR19%20BJZ
2026-03-28 11:27:08 [bca.uk] INFO: Found listing with ID: EF13%20UOK
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF13%2520UOK%27 HTTP/1.1" 200 None
2026-03-28 11:27:08 [bca.uk] INFO: Scrape type for EF13%20UOK: 0
2026-03-28 11:27:08 [bca.uk] INFO: Found listing with ID: AF14%20OUN
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520OUN%27 HTTP/1.1" 200 None
2026-03-28 11:27:08 [bca.uk] INFO: Scrape type for AF14%20OUN: 0
2026-03-28 11:27:08 [bca.uk] INFO: Found listing with ID: MM74%20YOJ
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:08 [bca.uk] INFO: Scrape type for MM74%20YOJ: 2
2026-03-28 11:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b754658b-bbd4-52f3-b817-236a6345f492 with identifier: MM74%20YOJ
2026-03-28 11:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b754658b-bbd4-52f3-b817-236a6345f492 with scrape type 2
2026-03-28 11:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b754658b-bbd4-52f3-b817-236a6345f492 with scrape type 2
2026-03-28 11:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b754658b-bbd4-52f3-b817-236a6345f492, identifier: MM74%20YOJ
2026-03-28 11:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 733b9371-dd9f-5bd1-8712-d7f1427730a9 with identifier: EF18%20AOO
2026-03-28 11:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 733b9371-dd9f-5bd1-8712-d7f1427730a9 with identifier: EF18%20AOO
2026-03-28 11:27:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 733b9371-dd9f-5bd1-8712-d7f1427730a9 with identifier: EF18%20AOO to the API
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 64,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '733b9371-dd9f-5bd1-8712-d7f1427730a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF18 AOO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF18%20AOO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 69988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E AUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AY7JA198913',
 'year': 2018}
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520AOO%27 HTTP/1.1" 200 None
2026-03-28 11:27:09 [bca.uk] INFO: Saving data for EF18%20AOO: {'auction_closing_time': 1775037600.0, 'created_time': 1774044622.401635, 'last_price_update_time': 1774697229.022257}
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF18%2520AOO') HTTP/1.1" 204 0
2026-03-28 11:27:09 [bca.uk] INFO: Found listing with ID: NV17%20UXW
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:27:09 [bca.uk] INFO: Scrape type for NV17%20UXW: 2
2026-03-28 11:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6 with identifier: NV17%20UXW
2026-03-28 11:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6 with scrape type 2
2026-03-28 11:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6 with scrape type 2
2026-03-28 11:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6, identifier: NV17%20UXW
2026-03-28 11:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ
2026-03-28 11:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ
2026-03-28 11:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61fef4c9-0fd1-5c30-8b6c-b5bae794e36f with identifier: FR19%20BJZ to the API
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR19%20BJZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61fef4c9-0fd1-5c30-8b6c-b5bae794e36f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FR19 BJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR19%20BJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 58004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE Van',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALRACAN7K2407653',
 'year': 2019}
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520BJZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:09 [bca.uk] INFO: Saving data for FR19%20BJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773824860.571472, 'last_price_update_time': 1774697229.470564}
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR19%2520BJZ') HTTP/1.1" 204 0
2026-03-28 11:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b754658b-bbd4-52f3-b817-236a6345f492 with identifier: MM74%20YOJ
2026-03-28 11:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b754658b-bbd4-52f3-b817-236a6345f492 with identifier: MM74%20YOJ
2026-03-28 11:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b754658b-bbd4-52f3-b817-236a6345f492 with identifier: MM74%20YOJ to the API
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20YOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b754658b-bbd4-52f3-b817-236a6345f492',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM74 YOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20YOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 16342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RRD36718',
 'year': 2024}
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:09 [bca.uk] INFO: Saving data for MM74%20YOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774610417.044064, 'last_price_update_time': 1774697229.799777}
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YOJ') HTTP/1.1" 204 0
2026-03-28 11:27:09 [bca.uk] INFO: Found listing with ID: BG74%20UWW
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520UWW%27 HTTP/1.1" 200 None
2026-03-28 11:27:09 [bca.uk] INFO: Scrape type for BG74%20UWW: 2
2026-03-28 11:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f336668-2633-5ca4-a967-94c28856e624 with identifier: BG74%20UWW
2026-03-28 11:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f336668-2633-5ca4-a967-94c28856e624 with scrape type 2
2026-03-28 11:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f336668-2633-5ca4-a967-94c28856e624 with scrape type 2
2026-03-28 11:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f336668-2633-5ca4-a967-94c28856e624, identifier: BG74%20UWW
2026-03-28 11:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6 with identifier: NV17%20UXW
2026-03-28 11:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6 with identifier: NV17%20UXW
2026-03-28 11:27:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10e8d4f5-23e8-5017-bff4-9f64ed8f08d6 with identifier: NV17%20UXW to the API
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV17%20UXW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '10e8d4f5-23e8-5017-bff4-9f64ed8f08d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV17 UXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV17%20UXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 108156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 2.0 CRDI AWD KX-2 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI AWD KX-2',
 'vin': 'U5YPH813SHL220941',
 'year': 2017}
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:27:10 [bca.uk] INFO: Saving data for NV17%20UXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610281.160995, 'last_price_update_time': 1774697230.243926}
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV17%2520UXW') HTTP/1.1" 204 0
2026-03-28 11:27:10 [bca.uk] INFO: Found listing with ID: YF11%20RLZ
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520RLZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:10 [bca.uk] INFO: Scrape type for YF11%20RLZ: 2
2026-03-28 11:27:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36c1a52b-0f87-5a37-aa25-289d3756764c with identifier: YF11%20RLZ
2026-03-28 11:27:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36c1a52b-0f87-5a37-aa25-289d3756764c with scrape type 2
2026-03-28 11:27:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36c1a52b-0f87-5a37-aa25-289d3756764c with scrape type 2
2026-03-28 11:27:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36c1a52b-0f87-5a37-aa25-289d3756764c, identifier: YF11%20RLZ
2026-03-28 11:27:10 [bca.uk] INFO: Found listing with ID: DU07%20WUE
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU07%2520WUE%27 HTTP/1.1" 200 None
2026-03-28 11:27:10 [bca.uk] INFO: Scrape type for DU07%20WUE: 2
2026-03-28 11:27:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f20fc3c-155f-5ae7-9060-5194a7823acb with identifier: DU07%20WUE
2026-03-28 11:27:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f20fc3c-155f-5ae7-9060-5194a7823acb with scrape type 2
2026-03-28 11:27:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f20fc3c-155f-5ae7-9060-5194a7823acb with scrape type 2
2026-03-28 11:27:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f20fc3c-155f-5ae7-9060-5194a7823acb, identifier: DU07%20WUE
2026-03-28 11:27:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f336668-2633-5ca4-a967-94c28856e624 with identifier: BG74%20UWW
2026-03-28 11:27:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f336668-2633-5ca4-a967-94c28856e624 with identifier: BG74%20UWW
2026-03-28 11:27:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f336668-2633-5ca4-a967-94c28856e624 with identifier: BG74%20UWW to the API
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG74%20UWW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2f336668-2633-5ca4-a967-94c28856e624',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG74 UWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG74%20UWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 21846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P270E 4WD DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P270E 4WD DYNAMIC HSE',
 'vin': 'SALZA2AT0SH273915',
 'year': 2024}
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520UWW%27 HTTP/1.1" 200 None
2026-03-28 11:27:10 [bca.uk] INFO: Saving data for BG74%20UWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610223.159196, 'last_price_update_time': 1774697230.776811}
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG74%2520UWW') HTTP/1.1" 204 0
2026-03-28 11:27:10 [bca.uk] INFO: Found listing with ID: EK18%20FGN
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520FGN%27 HTTP/1.1" 200 None
2026-03-28 11:27:10 [bca.uk] INFO: Scrape type for EK18%20FGN: 2
2026-03-28 11:27:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe5fd98f-9946-5f9a-8db9-79c385c6ea8f with identifier: EK18%20FGN
2026-03-28 11:27:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe5fd98f-9946-5f9a-8db9-79c385c6ea8f with scrape type 2
2026-03-28 11:27:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe5fd98f-9946-5f9a-8db9-79c385c6ea8f with scrape type 2
2026-03-28 11:27:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe5fd98f-9946-5f9a-8db9-79c385c6ea8f, identifier: EK18%20FGN
2026-03-28 11:27:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36c1a52b-0f87-5a37-aa25-289d3756764c with identifier: YF11%20RLZ
2026-03-28 11:27:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36c1a52b-0f87-5a37-aa25-289d3756764c with identifier: YF11%20RLZ
2026-03-28 11:27:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36c1a52b-0f87-5a37-aa25-289d3756764c with identifier: YF11%20RLZ to the API
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF11%20RLZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36c1a52b-0f87-5a37-aa25-289d3756764c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF11 RLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF11%20RLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '107',
 'odometer': 134394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 107 1.0 URBAN Hatchback',
 'transmission': 'manual',
 'trim': 'URBAN',
 'vin': 'VF3PNCFB488583129',
 'year': 2011}
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520RLZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Saving data for YF11%20RLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774006180.415728, 'last_price_update_time': 1774697231.228717}
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF11%2520RLZ') HTTP/1.1" 204 0
2026-03-28 11:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f20fc3c-155f-5ae7-9060-5194a7823acb with identifier: DU07%20WUE
2026-03-28 11:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f20fc3c-155f-5ae7-9060-5194a7823acb with identifier: DU07%20WUE
2026-03-28 11:27:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8f20fc3c-155f-5ae7-9060-5194a7823acb with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU07%20WUE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f20fc3c-155f-5ae7-9060-5194a7823acb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU07 WUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU07%20WUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'CITROEN',
 'model': 'C2',
 'odometer': 58804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'CITROEN C2 1.4 FURIO Hatchback',
 'transmission': 'manual',
 'trim': 'FURIO',
 'vin': 'VF7JMKFVC97437201',
 'year': 2007}
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU07%2520WUE%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Saving data for DU07%20WUE: {'auction_closing_time': 1774692000.0, 'created_time': 1774610803.605297, 'last_price_update_time': 1774697231.389113}
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU07%2520WUE') HTTP/1.1" 204 0
2026-03-28 11:27:11 [scrapy.extensions.logstats] INFO: Crawled 269 pages (at 2 pages/min), scraped 1200 items (at 118 items/min)
2026-03-28 11:27:11 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:27:11 [bca.uk] INFO: Found listing with ID: LD69%20CKV
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520CKV%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Scrape type for LD69%20CKV: 0
2026-03-28 11:27:11 [bca.uk] INFO: Found listing with ID: KU68%20KXC
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520KXC%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Scrape type for KU68%20KXC: 2
2026-03-28 11:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 953ab5dc-2677-5114-9eb6-47383fc82308 with identifier: KU68%20KXC
2026-03-28 11:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 953ab5dc-2677-5114-9eb6-47383fc82308 with scrape type 2
2026-03-28 11:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 953ab5dc-2677-5114-9eb6-47383fc82308 with scrape type 2
2026-03-28 11:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 953ab5dc-2677-5114-9eb6-47383fc82308, identifier: KU68%20KXC
2026-03-28 11:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe5fd98f-9946-5f9a-8db9-79c385c6ea8f with identifier: EK18%20FGN
2026-03-28 11:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe5fd98f-9946-5f9a-8db9-79c385c6ea8f with identifier: EK18%20FGN
2026-03-28 11:27:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe5fd98f-9946-5f9a-8db9-79c385c6ea8f with identifier: EK18%20FGN to the API
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK18%20FGN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fe5fd98f-9946-5f9a-8db9-79c385c6ea8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK18 FGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK18%20FGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 109523,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA KAROQ 2.0 TDI 150 4X4 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 4X4 SE L DSG',
 'vin': 'TMBMJ7NU2J2013065',
 'year': 2018}
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520FGN%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Saving data for EK18%20FGN: {'auction_closing_time': 1774951200.0, 'created_time': 1774610281.518533, 'last_price_update_time': 1774697231.827836}
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK18%2520FGN') HTTP/1.1" 204 0
2026-03-28 11:27:11 [bca.uk] INFO: Found listing with ID: BV70%20TKC
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520TKC%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Scrape type for BV70%20TKC: 2
2026-03-28 11:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 652b3a16-463a-5ab6-ab80-dc421ee6309a with identifier: BV70%20TKC
2026-03-28 11:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 652b3a16-463a-5ab6-ab80-dc421ee6309a with scrape type 2
2026-03-28 11:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 652b3a16-463a-5ab6-ab80-dc421ee6309a with scrape type 2
2026-03-28 11:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 652b3a16-463a-5ab6-ab80-dc421ee6309a, identifier: BV70%20TKC
2026-03-28 11:27:11 [bca.uk] INFO: Found listing with ID: FP02%20KHZ
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP02%2520KHZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:11 [bca.uk] INFO: Scrape type for FP02%20KHZ: 2
2026-03-28 11:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 041ae945-3a04-5f17-85a9-7ad463ffb4ad with identifier: FP02%20KHZ
2026-03-28 11:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 041ae945-3a04-5f17-85a9-7ad463ffb4ad with scrape type 2
2026-03-28 11:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 041ae945-3a04-5f17-85a9-7ad463ffb4ad with scrape type 2
2026-03-28 11:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 041ae945-3a04-5f17-85a9-7ad463ffb4ad, identifier: FP02%20KHZ
2026-03-28 11:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 953ab5dc-2677-5114-9eb6-47383fc82308 with identifier: KU68%20KXC
2026-03-28 11:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 953ab5dc-2677-5114-9eb6-47383fc82308 with identifier: KU68%20KXC
2026-03-28 11:27:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 953ab5dc-2677-5114-9eb6-47383fc82308 with identifier: KU68%20KXC to the API
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU68%20KXC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '953ab5dc-2677-5114-9eb6-47383fc82308',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU68 KXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU68%20KXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 51348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2325196',
 'year': 2018}
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520KXC%27 HTTP/1.1" 200 None
2026-03-28 11:27:12 [bca.uk] INFO: Saving data for KU68%20KXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390707.820004, 'last_price_update_time': 1774697232.410413}
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU68%2520KXC') HTTP/1.1" 204 0
2026-03-28 11:27:12 [bca.uk] INFO: Found listing with ID: DE64%20BKG
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BKG%27 HTTP/1.1" 200 None
2026-03-28 11:27:12 [bca.uk] INFO: Scrape type for DE64%20BKG: 2
2026-03-28 11:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3996211e-f780-5dba-8548-b7c2befa6d50 with identifier: DE64%20BKG
2026-03-28 11:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3996211e-f780-5dba-8548-b7c2befa6d50 with scrape type 2
2026-03-28 11:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3996211e-f780-5dba-8548-b7c2befa6d50 with scrape type 2
2026-03-28 11:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3996211e-f780-5dba-8548-b7c2befa6d50, identifier: DE64%20BKG
2026-03-28 11:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 652b3a16-463a-5ab6-ab80-dc421ee6309a with identifier: BV70%20TKC
2026-03-28 11:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 652b3a16-463a-5ab6-ab80-dc421ee6309a with identifier: BV70%20TKC
2026-03-28 11:27:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 652b3a16-463a-5ab6-ab80-dc421ee6309a with identifier: BV70%20TKC to the API
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV70%20TKC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '652b3a16-463a-5ab6-ab80-dc421ee6309a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV70 TKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV70%20TKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 73471,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.0 T GDI 120 2 ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 2 ISG',
 'vin': 'U5YH2511LLL099784',
 'year': 2020}
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520TKC%27 HTTP/1.1" 200 None
2026-03-28 11:27:12 [bca.uk] INFO: Saving data for BV70%20TKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774276718.877389, 'last_price_update_time': 1774697232.842745}
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV70%2520TKC') HTTP/1.1" 204 0
2026-03-28 11:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 041ae945-3a04-5f17-85a9-7ad463ffb4ad with identifier: FP02%20KHZ
2026-03-28 11:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 041ae945-3a04-5f17-85a9-7ad463ffb4ad with identifier: FP02%20KHZ
2026-03-28 11:27:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 041ae945-3a04-5f17-85a9-7ad463ffb4ad with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP02%20KHZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '041ae945-3a04-5f17-85a9-7ad463ffb4ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP02 KHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP02%20KHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 101263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.0 S VVTI 16V Hatchback',
 'transmission': 'manual',
 'trim': 'S VVTI 16V',
 'vin': 'VNKJV13330A120717',
 'year': 2002}
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP02%2520KHZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:12 [bca.uk] INFO: Saving data for FP02%20KHZ: {'auction_closing_time': 1774692000.0, 'created_time': 1774610804.658748, 'last_price_update_time': 1774697232.877849}
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP02%2520KHZ') HTTP/1.1" 204 0
2026-03-28 11:27:12 [bca.uk] INFO: Found listing with ID: LP22%20EUY
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520EUY%27 HTTP/1.1" 200 None
2026-03-28 11:27:12 [bca.uk] INFO: Scrape type for LP22%20EUY: 2
2026-03-28 11:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4 with identifier: LP22%20EUY
2026-03-28 11:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4 with scrape type 2
2026-03-28 11:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4 with scrape type 2
2026-03-28 11:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4, identifier: LP22%20EUY
2026-03-28 11:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3996211e-f780-5dba-8548-b7c2befa6d50 with identifier: DE64%20BKG
2026-03-28 11:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3996211e-f780-5dba-8548-b7c2befa6d50 with identifier: DE64%20BKG
2026-03-28 11:27:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3996211e-f780-5dba-8548-b7c2befa6d50 with identifier: DE64%20BKG to the API
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE64%20BKG-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3996211e-f780-5dba-8548-b7c2befa6d50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE64 BKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE64%20BKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 95022,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA SC 1.4 30 YEARS Coupe',
 'transmission': 'manual',
 'trim': '30 YEARS',
 'vin': 'VSSZZZ6JZFR011800',
 'year': 2014}
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BKG%27 HTTP/1.1" 200 None
2026-03-28 11:27:13 [bca.uk] INFO: Saving data for DE64%20BKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774610273.783628, 'last_price_update_time': 1774697233.292319}
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE64%2520BKG') HTTP/1.1" 204 0
2026-03-28 11:27:13 [bca.uk] INFO: Found listing with ID: LB68%20LZH
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520LZH%27 HTTP/1.1" 200 None
2026-03-28 11:27:13 [bca.uk] INFO: Scrape type for LB68%20LZH: 2
2026-03-28 11:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08912a33-a30e-59a5-9764-c01d77327e8b with identifier: LB68%20LZH
2026-03-28 11:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08912a33-a30e-59a5-9764-c01d77327e8b with scrape type 2
2026-03-28 11:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08912a33-a30e-59a5-9764-c01d77327e8b with scrape type 2
2026-03-28 11:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08912a33-a30e-59a5-9764-c01d77327e8b, identifier: LB68%20LZH
2026-03-28 11:27:13 [bca.uk] INFO: Found listing with ID: MF06%20CZV
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF06%2520CZV%27 HTTP/1.1" 200 None
2026-03-28 11:27:13 [bca.uk] INFO: Scrape type for MF06%20CZV: 2
2026-03-28 11:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d with identifier: MF06%20CZV
2026-03-28 11:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d with scrape type 2
2026-03-28 11:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d with scrape type 2
2026-03-28 11:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d, identifier: MF06%20CZV
2026-03-28 11:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4 with identifier: LP22%20EUY
2026-03-28 11:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4 with identifier: LP22%20EUY
2026-03-28 11:27:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b3dd5a8-575f-53bf-94b9-5d895c0b90f4 with identifier: LP22%20EUY to the API
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP22%20EUY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b3dd5a8-575f-53bf-94b9-5d895c0b90f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP22 EUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP22%20EUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 33201,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJW74U95NZ144022',
 'year': 2022}
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520EUY%27 HTTP/1.1" 200 None
2026-03-28 11:27:13 [bca.uk] INFO: Saving data for LP22%20EUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774354497.648837, 'last_price_update_time': 1774697233.833827}
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP22%2520EUY') HTTP/1.1" 204 0
2026-03-28 11:27:13 [bca.uk] INFO: Found listing with ID: SB09%20SYX
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB09%2520SYX%27 HTTP/1.1" 200 None
2026-03-28 11:27:13 [bca.uk] INFO: Scrape type for SB09%20SYX: 0
2026-03-28 11:27:13 [bca.uk] INFO: Found listing with ID: FD67%20HXJ
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520HXJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:13 [bca.uk] INFO: Scrape type for FD67%20HXJ: 2
2026-03-28 11:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6eee75-769b-5560-99fa-2ce33cc8ce81 with identifier: FD67%20HXJ
2026-03-28 11:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6eee75-769b-5560-99fa-2ce33cc8ce81 with scrape type 2
2026-03-28 11:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6eee75-769b-5560-99fa-2ce33cc8ce81 with scrape type 2
2026-03-28 11:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d6eee75-769b-5560-99fa-2ce33cc8ce81, identifier: FD67%20HXJ
2026-03-28 11:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08912a33-a30e-59a5-9764-c01d77327e8b with identifier: LB68%20LZH
2026-03-28 11:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08912a33-a30e-59a5-9764-c01d77327e8b with identifier: LB68%20LZH
2026-03-28 11:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08912a33-a30e-59a5-9764-c01d77327e8b with identifier: LB68%20LZH to the API
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB68%20LZH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08912a33-a30e-59a5-9764-c01d77327e8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB68 LZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB68%20LZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 73292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 2 ISG',
 'vin': 'U5YPH812LKL576745',
 'year': 2019}
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520LZH%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Saving data for LB68%20LZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774305281.365854, 'last_price_update_time': 1774697234.319644}
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB68%2520LZH') HTTP/1.1" 204 0
2026-03-28 11:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d with identifier: MF06%20CZV
2026-03-28 11:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d with identifier: MF06%20CZV
2026-03-28 11:27:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5352e3c7-6925-57d2-b0e5-aaeee6cedd4d with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF06%20CZV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5352e3c7-6925-57d2-b0e5-aaeee6cedd4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF06 CZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF06%20CZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 94614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 EXTREME Hatchback',
 'transmission': 'manual',
 'trim': 'EXTREME',
 'vin': 'VF1CR1J0H35408714',
 'year': 2006}
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF06%2520CZV%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Saving data for MF06%20CZV: {'auction_closing_time': 1774692000.0, 'created_time': 1774610806.409955, 'last_price_update_time': 1774697234.361208}
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF06%2520CZV') HTTP/1.1" 204 0
2026-03-28 11:27:14 [bca.uk] INFO: Found listing with ID: YP04%20LFK
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP04%2520LFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Scrape type for YP04%20LFK: 2
2026-03-28 11:27:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3 with identifier: YP04%20LFK
2026-03-28 11:27:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3 with scrape type 2
2026-03-28 11:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3 with scrape type 2
2026-03-28 11:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3, identifier: YP04%20LFK
2026-03-28 11:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d6eee75-769b-5560-99fa-2ce33cc8ce81 with identifier: FD67%20HXJ
2026-03-28 11:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d6eee75-769b-5560-99fa-2ce33cc8ce81 with identifier: FD67%20HXJ
2026-03-28 11:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d6eee75-769b-5560-99fa-2ce33cc8ce81 with identifier: FD67%20HXJ to the API
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD67%20HXJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d6eee75-769b-5560-99fa-2ce33cc8ce81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD67 HXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD67%20HXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 96246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 163 PRESTIGE Saloon',
 'transmission': 'automatic',
 'trim': 'D 163 PRESTIGE',
 'vin': 'SAJAB4AN1HCP00234',
 'year': 2018}
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520HXJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Saving data for FD67%20HXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610280.368833, 'last_price_update_time': 1774697234.805544}
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD67%2520HXJ') HTTP/1.1" 204 0
2026-03-28 11:27:14 [bca.uk] INFO: Found listing with ID: PN14%20XWK
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN14%2520XWK%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Scrape type for PN14%20XWK: 0
2026-03-28 11:27:14 [bca.uk] INFO: Found listing with ID: NX22%20YRE
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520YRE%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Scrape type for NX22%20YRE: 0
2026-03-28 11:27:14 [bca.uk] INFO: Found listing with ID: HT04%20EMV
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT04%2520EMV%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Scrape type for HT04%20EMV: 0
2026-03-28 11:27:14 [bca.uk] INFO: Found listing with ID: SF63%20KLO
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520KLO%27 HTTP/1.1" 200 None
2026-03-28 11:27:14 [bca.uk] INFO: Scrape type for SF63%20KLO: 2
2026-03-28 11:27:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86e43edd-100d-5332-84af-64d2908363f8 with identifier: SF63%20KLO
2026-03-28 11:27:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86e43edd-100d-5332-84af-64d2908363f8 with scrape type 2
2026-03-28 11:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86e43edd-100d-5332-84af-64d2908363f8 with scrape type 2
2026-03-28 11:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86e43edd-100d-5332-84af-64d2908363f8, identifier: SF63%20KLO
2026-03-28 11:27:15 [bca.uk] INFO: Found listing with ID: VN56%20JMO
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN56%2520JMO%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Scrape type for VN56%20JMO: 2
2026-03-28 11:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd911250-bf02-5104-b05b-aabe63452a21 with identifier: VN56%20JMO
2026-03-28 11:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd911250-bf02-5104-b05b-aabe63452a21 with scrape type 2
2026-03-28 11:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd911250-bf02-5104-b05b-aabe63452a21 with scrape type 2
2026-03-28 11:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd911250-bf02-5104-b05b-aabe63452a21, identifier: VN56%20JMO
2026-03-28 11:27:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3 with identifier: YP04%20LFK
2026-03-28 11:27:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3 with identifier: YP04%20LFK
2026-03-28 11:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04dc95d3-cfb1-5f38-ba8c-719faf5c43f3 with identifier: YP04%20LFK to the API
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP04%20LFK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04dc95d3-cfb1-5f38-ba8c-719faf5c43f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP04 LFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP04%20LFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 136211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 1.8 LX 16V Hatchback',
 'transmission': 'manual',
 'trim': 'LX 16V',
 'vin': 'WF05XXGBB54A40881',
 'year': 2004}
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP04%2520LFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Saving data for YP04%20LFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774610224.846334, 'last_price_update_time': 1774697235.4522}
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP04%2520LFK') HTTP/1.1" 204 0
2026-03-28 11:27:15 [bca.uk] INFO: Found listing with ID: LS07%20DVF
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS07%2520DVF%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Scrape type for LS07%20DVF: 0
2026-03-28 11:27:15 [bca.uk] INFO: Found listing with ID: SM15%20MWL
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520MWL%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Scrape type for SM15%20MWL: 2
2026-03-28 11:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43431193-0588-5b03-a2d6-b4a65c7dd698 with identifier: SM15%20MWL
2026-03-28 11:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43431193-0588-5b03-a2d6-b4a65c7dd698 with scrape type 2
2026-03-28 11:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43431193-0588-5b03-a2d6-b4a65c7dd698 with scrape type 2
2026-03-28 11:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43431193-0588-5b03-a2d6-b4a65c7dd698, identifier: SM15%20MWL
2026-03-28 11:27:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86e43edd-100d-5332-84af-64d2908363f8 with identifier: SF63%20KLO
2026-03-28 11:27:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86e43edd-100d-5332-84af-64d2908363f8 with identifier: SF63%20KLO
2026-03-28 11:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86e43edd-100d-5332-84af-64d2908363f8 with identifier: SF63%20KLO to the API
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF63%20KLO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '86e43edd-100d-5332-84af-64d2908363f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF63 KLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF63%20KLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 120236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'MALBB51BLDM564860',
 'year': 2013}
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520KLO%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Saving data for SF63%20KLO: {'auction_closing_time': 1774864800.0, 'created_time': 1773825159.044662, 'last_price_update_time': 1774697235.900326}
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF63%2520KLO') HTTP/1.1" 204 0
2026-03-28 11:27:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd911250-bf02-5104-b05b-aabe63452a21 with identifier: VN56%20JMO
2026-03-28 11:27:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd911250-bf02-5104-b05b-aabe63452a21 with identifier: VN56%20JMO
2026-03-28 11:27:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bd911250-bf02-5104-b05b-aabe63452a21 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN56%20JMO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bd911250-bf02-5104-b05b-aabe63452a21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN56 JMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN56%20JMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 78559,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 64HP 12V CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': '64HP 12V CLASSIC',
 'vin': 'TMBPY46Y874130624',
 'year': 2007}
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN56%2520JMO%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Saving data for VN56%20JMO: {'auction_closing_time': 1774692000.0, 'created_time': 1774610806.029539, 'last_price_update_time': 1774697235.931373}
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN56%2520JMO') HTTP/1.1" 204 0
2026-03-28 11:27:15 [bca.uk] INFO: Found listing with ID: SG22%20YLV
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YLV%27 HTTP/1.1" 200 None
2026-03-28 11:27:15 [bca.uk] INFO: Scrape type for SG22%20YLV: 2
2026-03-28 11:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ccf9094-b64b-5725-894d-647cdd2c52f8 with identifier: SG22%20YLV
2026-03-28 11:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ccf9094-b64b-5725-894d-647cdd2c52f8 with scrape type 2
2026-03-28 11:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ccf9094-b64b-5725-894d-647cdd2c52f8 with scrape type 2
2026-03-28 11:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ccf9094-b64b-5725-894d-647cdd2c52f8, identifier: SG22%20YLV
2026-03-28 11:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43431193-0588-5b03-a2d6-b4a65c7dd698 with identifier: SM15%20MWL
2026-03-28 11:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43431193-0588-5b03-a2d6-b4a65c7dd698 with identifier: SM15%20MWL
2026-03-28 11:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43431193-0588-5b03-a2d6-b4a65c7dd698 with identifier: SM15%20MWL to the API
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM15%20MWL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43431193-0588-5b03-a2d6-b4a65c7dd698',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM15 MWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM15%20MWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'S3 SPORTBACK',
 'odometer': 103356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI S3 SPORTBACK 2.0 TFSI 300 QUATTRO Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 300 QUATTRO',
 'vin': 'WAUZZZ8V6FA169439',
 'year': 2015}
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520MWL%27 HTTP/1.1" 200 None
2026-03-28 11:27:16 [bca.uk] INFO: Saving data for SM15%20MWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610277.985029, 'last_price_update_time': 1774697236.388489}
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM15%2520MWL') HTTP/1.1" 204 0
2026-03-28 11:27:16 [bca.uk] INFO: Found listing with ID: DL70%20DFN
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520DFN%27 HTTP/1.1" 200 None
2026-03-28 11:27:16 [bca.uk] INFO: Scrape type for DL70%20DFN: 2
2026-03-28 11:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea with identifier: DL70%20DFN
2026-03-28 11:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea with scrape type 2
2026-03-28 11:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea with scrape type 2
2026-03-28 11:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea, identifier: DL70%20DFN
2026-03-28 11:27:16 [bca.uk] INFO: Found listing with ID: LG14%20KBG
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520KBG%27 HTTP/1.1" 200 None
2026-03-28 11:27:16 [bca.uk] INFO: Scrape type for LG14%20KBG: 2
2026-03-28 11:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb with identifier: LG14%20KBG
2026-03-28 11:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb with scrape type 2
2026-03-28 11:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb with scrape type 2
2026-03-28 11:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb, identifier: LG14%20KBG
2026-03-28 11:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ccf9094-b64b-5725-894d-647cdd2c52f8 with identifier: SG22%20YLV
2026-03-28 11:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ccf9094-b64b-5725-894d-647cdd2c52f8 with identifier: SG22%20YLV
2026-03-28 11:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ccf9094-b64b-5725-894d-647cdd2c52f8 with identifier: SG22%20YLV to the API
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20YLV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6ccf9094-b64b-5725-894d-647cdd2c52f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 YLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20YLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 39441,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74097MZ263002',
 'year': 2022}
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YLV%27 HTTP/1.1" 200 None
2026-03-28 11:27:16 [bca.uk] INFO: Saving data for SG22%20YLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610184.353206, 'last_price_update_time': 1774697236.959064}
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520YLV') HTTP/1.1" 204 0
2026-03-28 11:27:16 [bca.uk] INFO: Found listing with ID: YA11%20RXW
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520RXW%27 HTTP/1.1" 200 None
2026-03-28 11:27:16 [bca.uk] INFO: Scrape type for YA11%20RXW: 0
2026-03-28 11:27:16 [bca.uk] INFO: Found listing with ID: FX72%20NNZ
2026-03-28 11:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520NNZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for FX72%20NNZ: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: GJ18%20XZK
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XZK%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for GJ18%20XZK: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: GV66%20PZS
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520PZS%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for GV66%20PZS: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: HG17%20OPK
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520OPK%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for HG17%20OPK: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: HX64%20XJN
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520XJN%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for HX64%20XJN: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: KM18%20SUY
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520SUY%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for KM18%20SUY: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: KO21%20FML
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO21%2520FML%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for KO21%20FML: 0
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: KR65%20TVW
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520TVW%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for KR65%20TVW: 2
2026-03-28 11:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 155da448-4d23-5a88-8d05-ecdb780bf6c7 with identifier: KR65%20TVW
2026-03-28 11:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 155da448-4d23-5a88-8d05-ecdb780bf6c7 with scrape type 2
2026-03-28 11:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 155da448-4d23-5a88-8d05-ecdb780bf6c7 with scrape type 2
2026-03-28 11:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 155da448-4d23-5a88-8d05-ecdb780bf6c7, identifier: KR65%20TVW
2026-03-28 11:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea with identifier: DL70%20DFN
2026-03-28 11:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea with identifier: DL70%20DFN
2026-03-28 11:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea with identifier: DL70%20DFN to the API
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL70%20DFN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc7fd5cc-3e72-5ec5-a3f6-3a25c86ef8ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL70 DFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL70%20DFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 42678,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 SE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'SE PREMIUM',
 'vin': 'VXKUPHMHDL4416396',
 'year': 2020}
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520DFN%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Saving data for DL70%20DFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774276474.885567, 'last_price_update_time': 1774697237.482251}
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520DFN') HTTP/1.1" 204 0
2026-03-28 11:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb with identifier: LG14%20KBG
2026-03-28 11:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb with identifier: LG14%20KBG
2026-03-28 11:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb with identifier: LG14%20KBG to the API
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG14%20KBG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cbcfdd00-0d64-5ba7-beb2-ef01c84cc2fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG14 KBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG14%20KBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 90430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ECOTEC DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 ECOTEC DESIGN',
 'vin': 'W0VJC7E85KB744046',
 'year': 2018}
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520KBG%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Saving data for LG14%20KBG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610795.758989, 'last_price_update_time': 1774697237.876949}
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG14%2520KBG') HTTP/1.1" 204 0
2026-03-28 11:27:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:27:17 [bca.uk] INFO: Found listing with ID: SL22%20FMJ
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FMJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:17 [bca.uk] INFO: Scrape type for SL22%20FMJ: 2
2026-03-28 11:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9a972ed-9757-5d45-a0af-205c6a799960 with identifier: SL22%20FMJ
2026-03-28 11:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a972ed-9757-5d45-a0af-205c6a799960 with scrape type 2
2026-03-28 11:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9a972ed-9757-5d45-a0af-205c6a799960 with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9a972ed-9757-5d45-a0af-205c6a799960, identifier: SL22%20FMJ
2026-03-28 11:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 155da448-4d23-5a88-8d05-ecdb780bf6c7 with identifier: KR65%20TVW
2026-03-28 11:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 155da448-4d23-5a88-8d05-ecdb780bf6c7 with identifier: KR65%20TVW
2026-03-28 11:27:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 155da448-4d23-5a88-8d05-ecdb780bf6c7 with identifier: KR65%20TVW to the API
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR65%20TVW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '155da448-4d23-5a88-8d05-ecdb780bf6c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR65 TVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR65%20TVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 111001,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 2.0 TDI 150 FR Estate',
 'transmission': 'manual',
 'trim': 'TDI 150 FR',
 'vin': 'VSSZZZ5FZGR090757',
 'year': 2016}
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520TVW%27 HTTP/1.1" 200 None
2026-03-28 11:27:18 [bca.uk] INFO: Saving data for KR65%20TVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774610279.109772, 'last_price_update_time': 1774697238.293716}
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR65%2520TVW') HTTP/1.1" 204 0
2026-03-28 11:27:18 [bca.uk] INFO: Found listing with ID: MD19%20MXJ
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520MXJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:18 [bca.uk] INFO: Scrape type for MD19%20MXJ: 2
2026-03-28 11:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 694efc74-7148-5eb7-a9ed-637bf2b6db36 with identifier: MD19%20MXJ
2026-03-28 11:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 694efc74-7148-5eb7-a9ed-637bf2b6db36 with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 694efc74-7148-5eb7-a9ed-637bf2b6db36 with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 694efc74-7148-5eb7-a9ed-637bf2b6db36, identifier: MD19%20MXJ
2026-03-28 11:27:18 [bca.uk] INFO: Found listing with ID: BD68%20FXZ
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520FXZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:18 [bca.uk] INFO: Scrape type for BD68%20FXZ: 2
2026-03-28 11:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4382c03e-ec02-51b0-ae86-f64befdc23c9 with identifier: BD68%20FXZ
2026-03-28 11:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4382c03e-ec02-51b0-ae86-f64befdc23c9 with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4382c03e-ec02-51b0-ae86-f64befdc23c9 with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4382c03e-ec02-51b0-ae86-f64befdc23c9, identifier: BD68%20FXZ
2026-03-28 11:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9a972ed-9757-5d45-a0af-205c6a799960 with identifier: SL22%20FMJ
2026-03-28 11:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9a972ed-9757-5d45-a0af-205c6a799960 with identifier: SL22%20FMJ
2026-03-28 11:27:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9a972ed-9757-5d45-a0af-205c6a799960 with identifier: SL22%20FMJ to the API
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20FMJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b9a972ed-9757-5d45-a0af-205c6a799960',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 FMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20FMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 13235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74093MZ263014',
 'year': 2022}
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FMJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:18 [bca.uk] INFO: Saving data for SL22%20FMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774276641.863187, 'last_price_update_time': 1774697238.836083}
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520FMJ') HTTP/1.1" 204 0
2026-03-28 11:27:18 [bca.uk] INFO: Found listing with ID: LD19%20UXW
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:27:18 [bca.uk] INFO: Scrape type for LD19%20UXW: 0
2026-03-28 11:27:18 [bca.uk] INFO: Found listing with ID: LM70%20LDF
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520LDF%27 HTTP/1.1" 200 None
2026-03-28 11:27:18 [bca.uk] INFO: Scrape type for LM70%20LDF: 2
2026-03-28 11:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0244121c-e6c4-5464-ae00-dfa3d51aae5a with identifier: LM70%20LDF
2026-03-28 11:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0244121c-e6c4-5464-ae00-dfa3d51aae5a with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0244121c-e6c4-5464-ae00-dfa3d51aae5a with scrape type 2
2026-03-28 11:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0244121c-e6c4-5464-ae00-dfa3d51aae5a, identifier: LM70%20LDF
2026-03-28 11:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 694efc74-7148-5eb7-a9ed-637bf2b6db36 with identifier: MD19%20MXJ
2026-03-28 11:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 694efc74-7148-5eb7-a9ed-637bf2b6db36 with identifier: MD19%20MXJ
2026-03-28 11:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 694efc74-7148-5eb7-a9ed-637bf2b6db36 with identifier: MD19%20MXJ to the API
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20MXJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '694efc74-7148-5eb7-a9ed-637bf2b6db36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD19 MXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20MXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 57035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI SPORT',
 'vin': 'WAUZZZGB8KR043036',
 'year': 2019}
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520MXJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:19 [bca.uk] INFO: Saving data for MD19%20MXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774478089.995846, 'last_price_update_time': 1774697239.268546}
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520MXJ') HTTP/1.1" 204 0
2026-03-28 11:27:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4382c03e-ec02-51b0-ae86-f64befdc23c9 with identifier: BD68%20FXZ
2026-03-28 11:27:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4382c03e-ec02-51b0-ae86-f64befdc23c9 with identifier: BD68%20FXZ
2026-03-28 11:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4382c03e-ec02-51b0-ae86-f64befdc23c9 with identifier: BD68%20FXZ to the API
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD68%20FXZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4382c03e-ec02-51b0-ae86-f64befdc23c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD68 FXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD68%20FXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 66271,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AN6K1Z42021',
 'year': 2018}
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520FXZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:19 [bca.uk] INFO: Saving data for BD68%20FXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610797.248827, 'last_price_update_time': 1774697239.597083}
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD68%2520FXZ') HTTP/1.1" 204 0
2026-03-28 11:27:19 [bca.uk] INFO: Found listing with ID: BT73%20HSO
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520HSO%27 HTTP/1.1" 200 None
2026-03-28 11:27:19 [bca.uk] INFO: Scrape type for BT73%20HSO: 2
2026-03-28 11:27:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71da6c93-2915-5dfe-91a8-7195938a27bc with identifier: BT73%20HSO
2026-03-28 11:27:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71da6c93-2915-5dfe-91a8-7195938a27bc with scrape type 2
2026-03-28 11:27:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71da6c93-2915-5dfe-91a8-7195938a27bc with scrape type 2
2026-03-28 11:27:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71da6c93-2915-5dfe-91a8-7195938a27bc, identifier: BT73%20HSO
2026-03-28 11:27:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0244121c-e6c4-5464-ae00-dfa3d51aae5a with identifier: LM70%20LDF
2026-03-28 11:27:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0244121c-e6c4-5464-ae00-dfa3d51aae5a with identifier: LM70%20LDF
2026-03-28 11:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0244121c-e6c4-5464-ae00-dfa3d51aae5a with identifier: LM70%20LDF to the API
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM70%20LDF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0244121c-e6c4-5464-ae00-dfa3d51aae5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM70 LDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM70%20LDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 53605,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 35 TDI S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': '35 TDI S LINE S-T',
 'vin': 'WAUZZZF57MA007173',
 'year': 2020}
2026-03-28 11:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520LDF%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Saving data for LM70%20LDF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610287.36692, 'last_price_update_time': 1774697240.002981}
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM70%2520LDF') HTTP/1.1" 204 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: WF18%20VYG
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF18%2520VYG%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for WF18%20VYG: 2
2026-03-28 11:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4426a241-c5f5-51bd-bda7-3c95e3945179 with identifier: WF18%20VYG
2026-03-28 11:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4426a241-c5f5-51bd-bda7-3c95e3945179 with scrape type 2
2026-03-28 11:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4426a241-c5f5-51bd-bda7-3c95e3945179 with scrape type 2
2026-03-28 11:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4426a241-c5f5-51bd-bda7-3c95e3945179, identifier: WF18%20VYG
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: LG18%20LYT
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520LYT%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for LG18%20LYT: 2
2026-03-28 11:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a79feb1c-274a-52a2-88b0-131ecfeeaf58 with identifier: LG18%20LYT
2026-03-28 11:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79feb1c-274a-52a2-88b0-131ecfeeaf58 with scrape type 2
2026-03-28 11:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a79feb1c-274a-52a2-88b0-131ecfeeaf58 with scrape type 2
2026-03-28 11:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a79feb1c-274a-52a2-88b0-131ecfeeaf58, identifier: LG18%20LYT
2026-03-28 11:27:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71da6c93-2915-5dfe-91a8-7195938a27bc with identifier: BT73%20HSO
2026-03-28 11:27:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71da6c93-2915-5dfe-91a8-7195938a27bc with identifier: BT73%20HSO
2026-03-28 11:27:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71da6c93-2915-5dfe-91a8-7195938a27bc with identifier: BT73%20HSO to the API
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT73%20HSO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '71da6c93-2915-5dfe-91a8-7195938a27bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT73 HSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT73%20HSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 9785,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMRL130838',
 'year': 2024}
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520HSO%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Saving data for BT73%20HSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610230.686607, 'last_price_update_time': 1774697240.492172}
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT73%2520HSO') HTTP/1.1" 204 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: LO64%20XFE
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520XFE%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for LO64%20XFE: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: ML24%20DWU
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520DWU%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for ML24%20DWU: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: ML66%20MYS
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520MYS%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for ML66%20MYS: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: OE73%20NXH
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE73%2520NXH%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for OE73%20NXH: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: OV18%20XBN
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520XBN%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for OV18%20XBN: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: PN66%20WSJ
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WSJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for PN66%20WSJ: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: RA18%20LAA
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520LAA%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for RA18%20LAA: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: ST68%20YPN
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520YPN%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for ST68%20YPN: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: VF69%20KCZ
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520KCZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for VF69%20KCZ: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: VK22%20VYN
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520VYN%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for VK22%20VYN: 0
2026-03-28 11:27:20 [bca.uk] INFO: Found listing with ID: VK61%20WXM
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520WXM%27 HTTP/1.1" 200 None
2026-03-28 11:27:20 [bca.uk] INFO: Scrape type for VK61%20WXM: 2
2026-03-28 11:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c2576c-5a03-5e53-a5af-361d38ae6456 with identifier: VK61%20WXM
2026-03-28 11:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c2576c-5a03-5e53-a5af-361d38ae6456 with scrape type 2
2026-03-28 11:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22c2576c-5a03-5e53-a5af-361d38ae6456 with scrape type 2
2026-03-28 11:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22c2576c-5a03-5e53-a5af-361d38ae6456, identifier: VK61%20WXM
2026-03-28 11:27:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4426a241-c5f5-51bd-bda7-3c95e3945179 with identifier: WF18%20VYG
2026-03-28 11:27:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4426a241-c5f5-51bd-bda7-3c95e3945179 with identifier: WF18%20VYG
2026-03-28 11:27:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4426a241-c5f5-51bd-bda7-3c95e3945179 with identifier: WF18%20VYG to the API
2026-03-28 11:27:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF18%20VYG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4426a241-c5f5-51bd-bda7-3c95e3945179',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF18 VYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF18%20VYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 101187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE 9G Estate',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2132042A336602',
 'year': 2018}
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF18%2520VYG%27 HTTP/1.1" 200 None
2026-03-28 11:27:22 [bca.uk] INFO: Saving data for WF18%20VYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774276706.986305, 'last_price_update_time': 1774697242.110133}
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF18%2520VYG') HTTP/1.1" 204 0
2026-03-28 11:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a79feb1c-274a-52a2-88b0-131ecfeeaf58 with identifier: LG18%20LYT
2026-03-28 11:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a79feb1c-274a-52a2-88b0-131ecfeeaf58 with identifier: LG18%20LYT
2026-03-28 11:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a79feb1c-274a-52a2-88b0-131ecfeeaf58 with identifier: LG18%20LYT to the API
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20LYT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a79feb1c-274a-52a2-88b0-131ecfeeaf58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 LYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20LYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'CEED SW',
 'odometer': 99552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA CEED SW 1.6 CRDI 134 GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'CRDI 134 GT-LINE ISG',
 'vin': 'U5YHN816LJL249242',
 'year': 2018}
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520LYT%27 HTTP/1.1" 200 None
2026-03-28 11:27:22 [bca.uk] INFO: Saving data for LG18%20LYT: {'auction_closing_time': 1774864800.0, 'created_time': 1774610798.44124, 'last_price_update_time': 1774697242.628531}
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520LYT') HTTP/1.1" 204 0
2026-03-28 11:27:22 [bca.uk] INFO: Found listing with ID: DC68%20BUJ
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC68%2520BUJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:22 [bca.uk] INFO: Scrape type for DC68%20BUJ: 0
2026-03-28 11:27:22 [bca.uk] INFO: Found listing with ID: MA22%20BYG
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520BYG%27 HTTP/1.1" 200 None
2026-03-28 11:27:22 [bca.uk] INFO: Scrape type for MA22%20BYG: 2
2026-03-28 11:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47b975f6-d3aa-5cab-95c5-35f4877cb5e3 with identifier: MA22%20BYG
2026-03-28 11:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47b975f6-d3aa-5cab-95c5-35f4877cb5e3 with scrape type 2
2026-03-28 11:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47b975f6-d3aa-5cab-95c5-35f4877cb5e3 with scrape type 2
2026-03-28 11:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47b975f6-d3aa-5cab-95c5-35f4877cb5e3, identifier: MA22%20BYG
2026-03-28 11:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22c2576c-5a03-5e53-a5af-361d38ae6456 with identifier: VK61%20WXM
2026-03-28 11:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22c2576c-5a03-5e53-a5af-361d38ae6456 with identifier: VK61%20WXM
2026-03-28 11:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22c2576c-5a03-5e53-a5af-361d38ae6456 with identifier: VK61%20WXM to the API
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22c2576c-5a03-5e53-a5af-361d38ae6456',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK61 WXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK61%20WXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 73318,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 MATCH',
 'vin': 'WVWZZZ1KZCW045896',
 'year': 2011}
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520WXM%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Saving data for VK61%20WXM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610280.781034, 'last_price_update_time': 1774697243.052982}
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK61%2520WXM') HTTP/1.1" 204 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: DC17%20XSD
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC17%2520XSD%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for DC17%20XSD: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: VA21%20XJO
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XJO%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for VA21%20XJO: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: LL71%20FHM
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FHM%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for LL71%20FHM: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: CA70%20WXZ
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA70%2520WXZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for CA70%20WXZ: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: LF19%20UDK
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520UDK%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for LF19%20UDK: 2
2026-03-28 11:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf with identifier: LF19%20UDK
2026-03-28 11:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf with scrape type 2
2026-03-28 11:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf with scrape type 2
2026-03-28 11:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf, identifier: LF19%20UDK
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: RE18%20HPL
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520HPL%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for RE18%20HPL: 2
2026-03-28 11:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57187341-7f02-5a80-bb49-ed467325d3ba with identifier: RE18%20HPL
2026-03-28 11:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57187341-7f02-5a80-bb49-ed467325d3ba with scrape type 2
2026-03-28 11:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57187341-7f02-5a80-bb49-ed467325d3ba with scrape type 2
2026-03-28 11:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57187341-7f02-5a80-bb49-ed467325d3ba, identifier: RE18%20HPL
2026-03-28 11:27:23 [bca.uk] INFO: Total items found: 100
2026-03-28 11:27:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded
2026-03-28 11:27:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:27:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47b975f6-d3aa-5cab-95c5-35f4877cb5e3 with identifier: MA22%20BYG
2026-03-28 11:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47b975f6-d3aa-5cab-95c5-35f4877cb5e3 with identifier: MA22%20BYG
2026-03-28 11:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47b975f6-d3aa-5cab-95c5-35f4877cb5e3 with identifier: MA22%20BYG to the API
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20BYG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '47b975f6-d3aa-5cab-95c5-35f4877cb5e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 BYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20BYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 91368,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACB81CVN5526580',
 'year': 2022}
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520BYG%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Saving data for MA22%20BYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610182.303959, 'last_price_update_time': 1774697243.652596}
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520BYG') HTTP/1.1" 204 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: VK69%20SMU
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520SMU%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for VK69%20SMU: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: VN71%20HKB
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520HKB%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for VN71%20HKB: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: VN72%20URC
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520URC%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for VN72%20URC: 0
2026-03-28 11:27:23 [bca.uk] INFO: Found listing with ID: VT19%20NMU
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520NMU%27 HTTP/1.1" 200 None
2026-03-28 11:27:23 [bca.uk] INFO: Scrape type for VT19%20NMU: 2
2026-03-28 11:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d4ead1f-22a7-5088-a356-1a80f1ebba0d with identifier: VT19%20NMU
2026-03-28 11:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d4ead1f-22a7-5088-a356-1a80f1ebba0d with scrape type 2
2026-03-28 11:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d4ead1f-22a7-5088-a356-1a80f1ebba0d with scrape type 2
2026-03-28 11:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d4ead1f-22a7-5088-a356-1a80f1ebba0d, identifier: VT19%20NMU
2026-03-28 11:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf with identifier: LF19%20UDK
2026-03-28 11:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf with identifier: LF19%20UDK
2026-03-28 11:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24157bc3-ac6d-5d6b-aa4d-9881a982dbcf with identifier: LF19%20UDK to the API
2026-03-28 11:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF19%20UDK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24157bc3-ac6d-5d6b-aa4d-9881a982dbcf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF19 UDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF19%20UDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 62860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND SPACETOUR 2.0 BLUEHDI 160 FLAIR EAT8 MPV',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 160 FLAIR EAT8',
 'vin': 'VF73AEHYRJJ855323',
 'year': 2019}
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520UDK%27 HTTP/1.1" 200 None
2026-03-28 11:27:24 [bca.uk] INFO: Saving data for LF19%20UDK: {'auction_closing_time': 1774864800.0, 'created_time': 1773828088.52077, 'last_price_update_time': 1774697244.120489}
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520UDK') HTTP/1.1" 204 0
2026-03-28 11:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57187341-7f02-5a80-bb49-ed467325d3ba with identifier: RE18%20HPL
2026-03-28 11:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57187341-7f02-5a80-bb49-ed467325d3ba with identifier: RE18%20HPL
2026-03-28 11:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57187341-7f02-5a80-bb49-ed467325d3ba with identifier: RE18%20HPL to the API
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE18%20HPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '57187341-7f02-5a80-bb49-ed467325d3ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE18 HPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE18%20HPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 52952,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 TFSI 190 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 190 S LINE S-T',
 'vin': 'WAUZZZF54JA100759',
 'year': 2018}
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520HPL%27 HTTP/1.1" 200 None
2026-03-28 11:27:24 [bca.uk] INFO: Saving data for RE18%20HPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610774.701403, 'last_price_update_time': 1774697244.558093}
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE18%2520HPL') HTTP/1.1" 204 0
2026-03-28 11:27:24 [bca.uk] INFO: Found listing with ID: DG21%20OMM
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG21%2520OMM%27 HTTP/1.1" 200 None
2026-03-28 11:27:24 [bca.uk] INFO: Scrape type for DG21%20OMM: 2
2026-03-28 11:27:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea59644a-38b5-5e3a-9143-41f0ab21f630 with identifier: DG21%20OMM
2026-03-28 11:27:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea59644a-38b5-5e3a-9143-41f0ab21f630 with scrape type 2
2026-03-28 11:27:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea59644a-38b5-5e3a-9143-41f0ab21f630 with scrape type 2
2026-03-28 11:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea59644a-38b5-5e3a-9143-41f0ab21f630, identifier: DG21%20OMM
2026-03-28 11:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d4ead1f-22a7-5088-a356-1a80f1ebba0d with identifier: VT19%20NMU
2026-03-28 11:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d4ead1f-22a7-5088-a356-1a80f1ebba0d with identifier: VT19%20NMU
2026-03-28 11:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d4ead1f-22a7-5088-a356-1a80f1ebba0d with identifier: VT19%20NMU to the API
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VT19%20NMU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d4ead1f-22a7-5088-a356-1a80f1ebba0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VT19 NMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VT19%20NMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 98937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 SE NAV Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE NAV',
 'vin': 'WVWZZZAUZJP149676',
 'year': 2019}
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520NMU%27 HTTP/1.1" 200 None
2026-03-28 11:27:24 [bca.uk] INFO: Saving data for VT19%20NMU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610275.690894, 'last_price_update_time': 1774697244.942659}
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VT19%2520NMU') HTTP/1.1" 204 0
2026-03-28 11:27:24 [bca.uk] INFO: Found listing with ID: NG15%20EOO
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520EOO%27 HTTP/1.1" 200 None
2026-03-28 11:27:24 [bca.uk] INFO: Scrape type for NG15%20EOO: 0
2026-03-28 11:27:24 [bca.uk] INFO: Found listing with ID: BV60%20HHM
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520HHM%27 HTTP/1.1" 200 None
2026-03-28 11:27:24 [bca.uk] INFO: Scrape type for BV60%20HHM: 0
2026-03-28 11:27:24 [bca.uk] INFO: Found listing with ID: YR12%20MFX
2026-03-28 11:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR12%2520MFX%27 HTTP/1.1" 200 None
2026-03-28 11:27:25 [bca.uk] INFO: Scrape type for YR12%20MFX: 0
2026-03-28 11:27:25 [bca.uk] INFO: Found listing with ID: DC66%20NTY
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520NTY%27 HTTP/1.1" 200 None
2026-03-28 11:27:25 [bca.uk] INFO: Scrape type for DC66%20NTY: 2
2026-03-28 11:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a70176fe-b6e4-5e73-8965-25d71f3eb54c with identifier: DC66%20NTY
2026-03-28 11:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a70176fe-b6e4-5e73-8965-25d71f3eb54c with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a70176fe-b6e4-5e73-8965-25d71f3eb54c with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a70176fe-b6e4-5e73-8965-25d71f3eb54c, identifier: DC66%20NTY
2026-03-28 11:27:25 [bca.uk] INFO: Found listing with ID: RE66%20ZXR
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520ZXR%27 HTTP/1.1" 200 None
2026-03-28 11:27:25 [bca.uk] INFO: Scrape type for RE66%20ZXR: 2
2026-03-28 11:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c1cafc0-ca99-5a87-9710-1717c6ecd305 with identifier: RE66%20ZXR
2026-03-28 11:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c1cafc0-ca99-5a87-9710-1717c6ecd305 with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c1cafc0-ca99-5a87-9710-1717c6ecd305 with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c1cafc0-ca99-5a87-9710-1717c6ecd305, identifier: RE66%20ZXR
2026-03-28 11:27:25 [bca.uk] INFO: Found listing with ID: LP72%20TEV
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520TEV%27 HTTP/1.1" 200 None
2026-03-28 11:27:25 [bca.uk] INFO: Scrape type for LP72%20TEV: 2
2026-03-28 11:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43e7098a-f316-5c2b-8ced-16af8c91ffc0 with identifier: LP72%20TEV
2026-03-28 11:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43e7098a-f316-5c2b-8ced-16af8c91ffc0 with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43e7098a-f316-5c2b-8ced-16af8c91ffc0 with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43e7098a-f316-5c2b-8ced-16af8c91ffc0, identifier: LP72%20TEV
2026-03-28 11:27:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea59644a-38b5-5e3a-9143-41f0ab21f630 with identifier: DG21%20OMM
2026-03-28 11:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea59644a-38b5-5e3a-9143-41f0ab21f630 with identifier: DG21%20OMM
2026-03-28 11:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea59644a-38b5-5e3a-9143-41f0ab21f630 with identifier: DG21%20OMM to the API
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG21%20OMM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ea59644a-38b5-5e3a-9143-41f0ab21f630',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG21 OMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG21%20OMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 68940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA E-NIRO 150KW 64KWH 4+ Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 4+',
 'vin': 'KNACC81GUM5083326',
 'year': 2021}
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG21%2520OMM%27 HTTP/1.1" 200 None
2026-03-28 11:27:25 [bca.uk] INFO: Saving data for DG21%20OMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774610208.553999, 'last_price_update_time': 1774697245.64275}
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG21%2520OMM') HTTP/1.1" 204 0
2026-03-28 11:27:25 [bca.uk] INFO: Found listing with ID: WJ14%20CHL
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520CHL%27 HTTP/1.1" 200 None
2026-03-28 11:27:25 [bca.uk] INFO: Scrape type for WJ14%20CHL: 2
2026-03-28 11:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519034c6-5a74-52e3-b2e9-2a6add67af03 with identifier: WJ14%20CHL
2026-03-28 11:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519034c6-5a74-52e3-b2e9-2a6add67af03 with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519034c6-5a74-52e3-b2e9-2a6add67af03 with scrape type 2
2026-03-28 11:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 519034c6-5a74-52e3-b2e9-2a6add67af03, identifier: WJ14%20CHL
2026-03-28 11:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a70176fe-b6e4-5e73-8965-25d71f3eb54c with identifier: DC66%20NTY
2026-03-28 11:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a70176fe-b6e4-5e73-8965-25d71f3eb54c with identifier: DC66%20NTY
2026-03-28 11:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a70176fe-b6e4-5e73-8965-25d71f3eb54c with identifier: DC66%20NTY to the API
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC66%20NTY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a70176fe-b6e4-5e73-8965-25d71f3eb54c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC66 NTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC66%20NTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 84411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760122V173521',
 'year': 2017}
2026-03-28 11:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520NTY%27 HTTP/1.1" 200 None
2026-03-28 11:27:26 [bca.uk] INFO: Saving data for DC66%20NTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774276443.978467, 'last_price_update_time': 1774697246.130127}
2026-03-28 11:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC66%2520NTY') HTTP/1.1" 204 0
2026-03-28 11:27:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c1cafc0-ca99-5a87-9710-1717c6ecd305 with identifier: RE66%20ZXR
2026-03-28 11:27:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c1cafc0-ca99-5a87-9710-1717c6ecd305 with identifier: RE66%20ZXR
2026-03-28 11:27:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c1cafc0-ca99-5a87-9710-1717c6ecd305 with identifier: RE66%20ZXR to the API
2026-03-28 11:27:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE66%20ZXR-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c1cafc0-ca99-5a87-9710-1717c6ecd305',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE66 ZXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE66%20ZXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 74811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.6 E-TORQ 110 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'E-TORQ 110 LONGITUDE',
 'vin': '1C4BU0000HPE56584',
 'year': 2016}
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520ZXR%27 HTTP/1.1" 200 None
2026-03-28 11:27:27 [bca.uk] INFO: Saving data for RE66%20ZXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774610775.682119, 'last_price_update_time': 1774697247.15569}
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE66%2520ZXR') HTTP/1.1" 204 0
2026-03-28 11:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43e7098a-f316-5c2b-8ced-16af8c91ffc0 with identifier: LP72%20TEV
2026-03-28 11:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43e7098a-f316-5c2b-8ced-16af8c91ffc0 with identifier: LP72%20TEV
2026-03-28 11:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43e7098a-f316-5c2b-8ced-16af8c91ffc0 with identifier: LP72%20TEV to the API
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20TEV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '43e7098a-f316-5c2b-8ced-16af8c91ffc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP72 TEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20TEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 34308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTK33BX80R249587',
 'year': 2023}
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520TEV%27 HTTP/1.1" 200 None
2026-03-28 11:27:27 [bca.uk] INFO: Saving data for LP72%20TEV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610746.689274, 'last_price_update_time': 1774697247.54065}
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520TEV') HTTP/1.1" 204 0
2026-03-28 11:27:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:27:27 [bca.uk] INFO: Found listing with ID: DA23%20MKK
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MKK%27 HTTP/1.1" 200 None
2026-03-28 11:27:27 [bca.uk] INFO: Scrape type for DA23%20MKK: 0
2026-03-28 11:27:27 [bca.uk] INFO: Found listing with ID: SV22%20UBY
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520UBY%27 HTTP/1.1" 200 None
2026-03-28 11:27:27 [bca.uk] INFO: Scrape type for SV22%20UBY: 2
2026-03-28 11:27:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51d01518-2a6d-582a-a22c-1c07ae4051b0 with identifier: SV22%20UBY
2026-03-28 11:27:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51d01518-2a6d-582a-a22c-1c07ae4051b0 with scrape type 2
2026-03-28 11:27:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51d01518-2a6d-582a-a22c-1c07ae4051b0 with scrape type 2
2026-03-28 11:27:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51d01518-2a6d-582a-a22c-1c07ae4051b0, identifier: SV22%20UBY
2026-03-28 11:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 519034c6-5a74-52e3-b2e9-2a6add67af03 with identifier: WJ14%20CHL
2026-03-28 11:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 519034c6-5a74-52e3-b2e9-2a6add67af03 with identifier: WJ14%20CHL
2026-03-28 11:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 519034c6-5a74-52e3-b2e9-2a6add67af03 with identifier: WJ14%20CHL to the API
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ14%20CHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '519034c6-5a74-52e3-b2e9-2a6add67af03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ14 CHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ14%20CHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 71596,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX35 1.7 CRDI SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI SE 2WD',
 'vin': 'TMAJU81ULEJ542435',
 'year': 2014}
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520CHL%27 HTTP/1.1" 200 None
2026-03-28 11:27:27 [bca.uk] INFO: Saving data for WJ14%20CHL: {'auction_closing_time': 1775037600.0, 'created_time': 1774610252.633644, 'last_price_update_time': 1774697247.994864}
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520CHL') HTTP/1.1" 204 0
2026-03-28 11:27:28 [bca.uk] INFO: Found listing with ID: FV15%20VCK
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520VCK%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Scrape type for FV15%20VCK: 0
2026-03-28 11:27:28 [bca.uk] INFO: Found listing with ID: WH19%20UDG
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UDG%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Scrape type for WH19%20UDG: 2
2026-03-28 11:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65688e0e-802a-5d43-8b21-2378b8f9cedd with identifier: WH19%20UDG
2026-03-28 11:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65688e0e-802a-5d43-8b21-2378b8f9cedd with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65688e0e-802a-5d43-8b21-2378b8f9cedd with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65688e0e-802a-5d43-8b21-2378b8f9cedd, identifier: WH19%20UDG
2026-03-28 11:27:28 [bca.uk] INFO: Found listing with ID: AV09%20DHO
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520DHO%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Scrape type for AV09%20DHO: 2
2026-03-28 11:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d30cc9e5-a311-5ffb-bc29-15346f5acc0c with identifier: AV09%20DHO
2026-03-28 11:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d30cc9e5-a311-5ffb-bc29-15346f5acc0c with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d30cc9e5-a311-5ffb-bc29-15346f5acc0c with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d30cc9e5-a311-5ffb-bc29-15346f5acc0c, identifier: AV09%20DHO
2026-03-28 11:27:28 [bca.uk] INFO: Found listing with ID: ND61%20NTN
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520NTN%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Scrape type for ND61%20NTN: 2
2026-03-28 11:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fe4302e-1b08-5a2d-928c-4b1a85999de3 with identifier: ND61%20NTN
2026-03-28 11:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fe4302e-1b08-5a2d-928c-4b1a85999de3 with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fe4302e-1b08-5a2d-928c-4b1a85999de3 with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fe4302e-1b08-5a2d-928c-4b1a85999de3, identifier: ND61%20NTN
2026-03-28 11:27:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51d01518-2a6d-582a-a22c-1c07ae4051b0 with identifier: SV22%20UBY
2026-03-28 11:27:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51d01518-2a6d-582a-a22c-1c07ae4051b0 with identifier: SV22%20UBY
2026-03-28 11:27:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51d01518-2a6d-582a-a22c-1c07ae4051b0 with identifier: SV22%20UBY to the API
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV22%20UBY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51d01518-2a6d-582a-a22c-1c07ae4051b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV22 UBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV22%20UBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 19883,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U96MS147856',
 'year': 2022}
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520UBY%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Saving data for SV22%20UBY: {'auction_closing_time': 1774864800.0, 'created_time': 1774610170.532509, 'last_price_update_time': 1774697248.64938}
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV22%2520UBY') HTTP/1.1" 204 0
2026-03-28 11:27:28 [bca.uk] INFO: Found listing with ID: WU74%20LCA
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU74%2520LCA%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Scrape type for WU74%20LCA: 0
2026-03-28 11:27:28 [bca.uk] INFO: Found listing with ID: YD18%20PMC
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520PMC%27 HTTP/1.1" 200 None
2026-03-28 11:27:28 [bca.uk] INFO: Scrape type for YD18%20PMC: 2
2026-03-28 11:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15ad3086-0a79-5d48-a270-a4720630fe57 with identifier: YD18%20PMC
2026-03-28 11:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15ad3086-0a79-5d48-a270-a4720630fe57 with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15ad3086-0a79-5d48-a270-a4720630fe57 with scrape type 2
2026-03-28 11:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15ad3086-0a79-5d48-a270-a4720630fe57, identifier: YD18%20PMC
2026-03-28 11:27:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65688e0e-802a-5d43-8b21-2378b8f9cedd with identifier: WH19%20UDG
2026-03-28 11:27:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65688e0e-802a-5d43-8b21-2378b8f9cedd with identifier: WH19%20UDG
2026-03-28 11:27:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65688e0e-802a-5d43-8b21-2378b8f9cedd with identifier: WH19%20UDG to the API
2026-03-28 11:27:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH19%20UDG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65688e0e-802a-5d43-8b21-2378b8f9cedd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH19 UDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH19%20UDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 56820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF01XXERK1KC78397',
 'year': 2019}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UDG%27 HTTP/1.1" 200 None
2026-03-28 11:27:29 [bca.uk] INFO: Saving data for WH19%20UDG: {'auction_closing_time': 1774864800.0, 'created_time': 1774276332.672392, 'last_price_update_time': 1774697249.182706}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520UDG') HTTP/1.1" 204 0
2026-03-28 11:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d30cc9e5-a311-5ffb-bc29-15346f5acc0c with identifier: AV09%20DHO
2026-03-28 11:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d30cc9e5-a311-5ffb-bc29-15346f5acc0c with identifier: AV09%20DHO
2026-03-28 11:27:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d30cc9e5-a311-5ffb-bc29-15346f5acc0c with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV09%20DHO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd30cc9e5-a311-5ffb-bc29-15346f5acc0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV09 DHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV09%20DHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 132075,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.4 GRAPHITE Hatchback',
 'transmission': 'manual',
 'trim': 'GRAPHITE',
 'vin': 'WMWME32030TM62968',
 'year': 2009}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520DHO%27 HTTP/1.1" 200 None
2026-03-28 11:27:29 [bca.uk] INFO: Saving data for AV09%20DHO: {'auction_closing_time': 1774692000.0, 'created_time': 1774610778.237644, 'last_price_update_time': 1774697249.21742}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV09%2520DHO') HTTP/1.1" 204 0
2026-03-28 11:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fe4302e-1b08-5a2d-928c-4b1a85999de3 with identifier: ND61%20NTN
2026-03-28 11:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fe4302e-1b08-5a2d-928c-4b1a85999de3 with identifier: ND61%20NTN
2026-03-28 11:27:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fe4302e-1b08-5a2d-928c-4b1a85999de3 with identifier: ND61%20NTN to the API
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND61%20NTN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4fe4302e-1b08-5a2d-928c-4b1a85999de3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND61 NTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND61%20NTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 132731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D-4D XT-R StationWagon',
 'transmission': 'manual',
 'trim': 'D-4D XT-R',
 'vin': 'JTMBC31V80D083553',
 'year': 2011}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520NTN%27 HTTP/1.1" 200 None
2026-03-28 11:27:29 [bca.uk] INFO: Saving data for ND61%20NTN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610725.709284, 'last_price_update_time': 1774697249.575213}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND61%2520NTN') HTTP/1.1" 204 0
2026-03-28 11:27:29 [bca.uk] INFO: Found listing with ID: BJ22%20KSE
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520KSE%27 HTTP/1.1" 200 None
2026-03-28 11:27:29 [bca.uk] INFO: Scrape type for BJ22%20KSE: 2
2026-03-28 11:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9879e91-c5f6-510b-9e3a-307c7cf9c304 with identifier: BJ22%20KSE
2026-03-28 11:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9879e91-c5f6-510b-9e3a-307c7cf9c304 with scrape type 2
2026-03-28 11:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9879e91-c5f6-510b-9e3a-307c7cf9c304 with scrape type 2
2026-03-28 11:27:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9879e91-c5f6-510b-9e3a-307c7cf9c304, identifier: BJ22%20KSE
2026-03-28 11:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15ad3086-0a79-5d48-a270-a4720630fe57 with identifier: YD18%20PMC
2026-03-28 11:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15ad3086-0a79-5d48-a270-a4720630fe57 with identifier: YD18%20PMC
2026-03-28 11:27:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15ad3086-0a79-5d48-a270-a4720630fe57 with identifier: YD18%20PMC to the API
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD18%20PMC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15ad3086-0a79-5d48-a270-a4720630fe57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD18 PMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD18%20PMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 84646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 190 QUATTRO BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZF43JA218423',
 'year': 2018}
2026-03-28 11:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520PMC%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Saving data for YD18%20PMC: {'auction_closing_time': 1775037600.0, 'created_time': 1774610249.41792, 'last_price_update_time': 1774697250.003636}
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD18%2520PMC') HTTP/1.1" 204 0
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: MD15%20UJX
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520UJX%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for MD15%20UJX: 0
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: FP22%20KUF
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520KUF%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for FP22%20KUF: 2
2026-03-28 11:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd with identifier: FP22%20KUF
2026-03-28 11:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd, identifier: FP22%20KUF
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: GJ60%20RTV
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520RTV%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for GJ60%20RTV: 2
2026-03-28 11:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b4480d-caf2-5a99-b09d-b0ee01943ebf with identifier: GJ60%20RTV
2026-03-28 11:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b4480d-caf2-5a99-b09d-b0ee01943ebf with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b4480d-caf2-5a99-b09d-b0ee01943ebf with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43b4480d-caf2-5a99-b09d-b0ee01943ebf, identifier: GJ60%20RTV
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: OU17%20WPF
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520WPF%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for OU17%20WPF: 2
2026-03-28 11:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf6c380-484d-5281-92d5-09f3f819f862 with identifier: OU17%20WPF
2026-03-28 11:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf6c380-484d-5281-92d5-09f3f819f862 with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf6c380-484d-5281-92d5-09f3f819f862 with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddf6c380-484d-5281-92d5-09f3f819f862, identifier: OU17%20WPF
2026-03-28 11:27:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9879e91-c5f6-510b-9e3a-307c7cf9c304 with identifier: BJ22%20KSE
2026-03-28 11:27:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9879e91-c5f6-510b-9e3a-307c7cf9c304 with identifier: BJ22%20KSE
2026-03-28 11:27:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9879e91-c5f6-510b-9e3a-307c7cf9c304 with identifier: BJ22%20KSE to the API
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ22%20KSE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e9879e91-c5f6-510b-9e3a-307c7cf9c304',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ22 KSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ22%20KSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 40244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUNU150220',
 'year': 2022}
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520KSE%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Saving data for BJ22%20KSE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610213.22225, 'last_price_update_time': 1774697250.660858}
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520KSE') HTTP/1.1" 204 0
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: YN69%20VUR
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520VUR%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for YN69%20VUR: 0
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: YO68%20OYN
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520OYN%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for YO68%20OYN: 0
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: YS60%20OGO
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS60%2520OGO%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for YS60%20OGO: 0
2026-03-28 11:27:30 [bca.uk] INFO: Found listing with ID: YS70%20YHL
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520YHL%27 HTTP/1.1" 200 None
2026-03-28 11:27:30 [bca.uk] INFO: Scrape type for YS70%20YHL: 2
2026-03-28 11:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1332fc0-5f6c-5538-9a2f-58e7811d0ad1 with identifier: YS70%20YHL
2026-03-28 11:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1332fc0-5f6c-5538-9a2f-58e7811d0ad1 with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1332fc0-5f6c-5538-9a2f-58e7811d0ad1 with scrape type 2
2026-03-28 11:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1332fc0-5f6c-5538-9a2f-58e7811d0ad1, identifier: YS70%20YHL
2026-03-28 11:27:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd with identifier: FP22%20KUF
2026-03-28 11:27:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd with identifier: FP22%20KUF
2026-03-28 11:27:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd with identifier: FP22%20KUF to the API
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP22%20KUF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bbd6e6aa-dd5d-502a-8e4d-fdad56ca79fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FP22 KUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP22%20KUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 12423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0154149',
 'year': 2022}
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520KUF%27 HTTP/1.1" 200 None
2026-03-28 11:27:31 [bca.uk] INFO: Saving data for FP22%20KUF: {'auction_closing_time': 1774864800.0, 'created_time': 1774278118.799612, 'last_price_update_time': 1774697251.360993}
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP22%2520KUF') HTTP/1.1" 204 0
2026-03-28 11:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43b4480d-caf2-5a99-b09d-b0ee01943ebf with identifier: GJ60%20RTV
2026-03-28 11:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43b4480d-caf2-5a99-b09d-b0ee01943ebf with identifier: GJ60%20RTV
2026-03-28 11:27:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 43b4480d-caf2-5a99-b09d-b0ee01943ebf with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ60%20RTV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43b4480d-caf2-5a99-b09d-b0ee01943ebf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ60 RTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ60%20RTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 108297,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAN51CLAM704191',
 'year': 2010}
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ60%2520RTV%27 HTTP/1.1" 200 None
2026-03-28 11:27:31 [bca.uk] INFO: Saving data for GJ60%20RTV: {'auction_closing_time': 1774692000.0, 'created_time': 1774610750.635175, 'last_price_update_time': 1774697251.486622}
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ60%2520RTV') HTTP/1.1" 204 0
2026-03-28 11:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddf6c380-484d-5281-92d5-09f3f819f862 with identifier: OU17%20WPF
2026-03-28 11:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddf6c380-484d-5281-92d5-09f3f819f862 with identifier: OU17%20WPF
2026-03-28 11:27:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddf6c380-484d-5281-92d5-09f3f819f862 with identifier: OU17%20WPF to the API
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU17%20WPF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ddf6c380-484d-5281-92d5-09f3f819f862',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU17 WPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU17%20WPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 102070,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 V6 S/C S Saloon',
 'transmission': 'automatic',
 'trim': 'V6 S/C S',
 'vin': 'SAJBB4AV3HCY49524',
 'year': 2017}
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520WPF%27 HTTP/1.1" 200 None
2026-03-28 11:27:31 [bca.uk] INFO: Saving data for OU17%20WPF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610737.89513, 'last_price_update_time': 1774697251.76955}
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU17%2520WPF') HTTP/1.1" 204 0
2026-03-28 11:27:31 [bca.uk] INFO: Found listing with ID: GN22%20ULG
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN22%2520ULG%27 HTTP/1.1" 200 None
2026-03-28 11:27:31 [bca.uk] INFO: Scrape type for GN22%20ULG: 2
2026-03-28 11:27:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dab9c68b-a220-5e2b-89d1-1a7d2b705ef4 with identifier: GN22%20ULG
2026-03-28 11:27:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dab9c68b-a220-5e2b-89d1-1a7d2b705ef4 with scrape type 2
2026-03-28 11:27:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dab9c68b-a220-5e2b-89d1-1a7d2b705ef4 with scrape type 2
2026-03-28 11:27:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dab9c68b-a220-5e2b-89d1-1a7d2b705ef4, identifier: GN22%20ULG
2026-03-28 11:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1332fc0-5f6c-5538-9a2f-58e7811d0ad1 with identifier: YS70%20YHL
2026-03-28 11:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1332fc0-5f6c-5538-9a2f-58e7811d0ad1 with identifier: YS70%20YHL
2026-03-28 11:27:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1332fc0-5f6c-5538-9a2f-58e7811d0ad1 with identifier: YS70%20YHL to the API
2026-03-28 11:27:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS70%20YHL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1332fc0-5f6c-5538-9a2f-58e7811d0ad1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS70 YHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS70%20YHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 44873,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 ACENTA PREMIUM',
 'vin': 'SJNFFAJ11U2907834',
 'year': 2020}
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520YHL%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Saving data for YS70%20YHL: {'auction_closing_time': 1775037600.0, 'created_time': 1774610251.461639, 'last_price_update_time': 1774697252.164537}
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS70%2520YHL') HTTP/1.1" 204 0
2026-03-28 11:27:32 [bca.uk] INFO: Found listing with ID: HW18%20FKF
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW18%2520FKF%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Scrape type for HW18%20FKF: 2
2026-03-28 11:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f17c9d3-fd67-5c5a-9703-203dc38f29d5 with identifier: HW18%20FKF
2026-03-28 11:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f17c9d3-fd67-5c5a-9703-203dc38f29d5 with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f17c9d3-fd67-5c5a-9703-203dc38f29d5 with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f17c9d3-fd67-5c5a-9703-203dc38f29d5, identifier: HW18%20FKF
2026-03-28 11:27:32 [bca.uk] INFO: Found listing with ID: GV07%20NCU
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520NCU%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Scrape type for GV07%20NCU: 2
2026-03-28 11:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46a89d26-55d3-5610-b657-cefffd6c11ff with identifier: GV07%20NCU
2026-03-28 11:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46a89d26-55d3-5610-b657-cefffd6c11ff with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46a89d26-55d3-5610-b657-cefffd6c11ff with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46a89d26-55d3-5610-b657-cefffd6c11ff, identifier: GV07%20NCU
2026-03-28 11:27:32 [bca.uk] INFO: Found listing with ID: OV67%20FVO
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520FVO%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Scrape type for OV67%20FVO: 2
2026-03-28 11:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331 with identifier: OV67%20FVO
2026-03-28 11:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331 with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331 with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331, identifier: OV67%20FVO
2026-03-28 11:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dab9c68b-a220-5e2b-89d1-1a7d2b705ef4 with identifier: GN22%20ULG
2026-03-28 11:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dab9c68b-a220-5e2b-89d1-1a7d2b705ef4 with identifier: GN22%20ULG
2026-03-28 11:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dab9c68b-a220-5e2b-89d1-1a7d2b705ef4 with identifier: GN22%20ULG to the API
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN22%20ULG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dab9c68b-a220-5e2b-89d1-1a7d2b705ef4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GN22 ULG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN22%20ULG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 74058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 385KW 111KWH XD50 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '385KW 111KWH XD50 M SPORT',
 'vin': 'WBY22CF040CK02106',
 'year': 2022}
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN22%2520ULG%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Saving data for GN22%20ULG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610215.719893, 'last_price_update_time': 1774697252.79367}
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN22%2520ULG') HTTP/1.1" 204 0
2026-03-28 11:27:32 [bca.uk] INFO: Found listing with ID: YY17%20UPO
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520UPO%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Scrape type for YY17%20UPO: 0
2026-03-28 11:27:32 [bca.uk] INFO: Found listing with ID: AE69%20BSV
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520BSV%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Scrape type for AE69%20BSV: 0
2026-03-28 11:27:32 [bca.uk] INFO: Found listing with ID: AK58%20ZZW
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520ZZW%27 HTTP/1.1" 200 None
2026-03-28 11:27:32 [bca.uk] INFO: Scrape type for AK58%20ZZW: 2
2026-03-28 11:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8 with identifier: AK58%20ZZW
2026-03-28 11:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8 with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8 with scrape type 2
2026-03-28 11:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8, identifier: AK58%20ZZW
2026-03-28 11:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f17c9d3-fd67-5c5a-9703-203dc38f29d5 with identifier: HW18%20FKF
2026-03-28 11:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f17c9d3-fd67-5c5a-9703-203dc38f29d5 with identifier: HW18%20FKF
2026-03-28 11:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f17c9d3-fd67-5c5a-9703-203dc38f29d5 with identifier: HW18%20FKF to the API
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW18%20FKF-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f17c9d3-fd67-5c5a-9703-203dc38f29d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW18 FKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW18%20FKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 37734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.6 BLUEHDI 120 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 FLAIR',
 'vin': 'VF72CBHZHJ4324630',
 'year': 2018}
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW18%2520FKF%27 HTTP/1.1" 200 None
2026-03-28 11:27:33 [bca.uk] INFO: Saving data for HW18%20FKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774354472.553328, 'last_price_update_time': 1774697253.221532}
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW18%2520FKF') HTTP/1.1" 204 0
2026-03-28 11:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46a89d26-55d3-5610-b657-cefffd6c11ff with identifier: GV07%20NCU
2026-03-28 11:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46a89d26-55d3-5610-b657-cefffd6c11ff with identifier: GV07%20NCU
2026-03-28 11:27:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 46a89d26-55d3-5610-b657-cefffd6c11ff with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV07%20NCU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '46a89d26-55d3-5610-b657-cefffd6c11ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV07 NCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV07%20NCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 97742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I + Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I +',
 'vin': 'JTDKG18C40N141942',
 'year': 2007}
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520NCU%27 HTTP/1.1" 200 None
2026-03-28 11:27:33 [bca.uk] INFO: Saving data for GV07%20NCU: {'auction_closing_time': 1774692000.0, 'created_time': 1774610764.328836, 'last_price_update_time': 1774697253.257145}
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV07%2520NCU') HTTP/1.1" 204 0
2026-03-28 11:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331 with identifier: OV67%20FVO
2026-03-28 11:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331 with identifier: OV67%20FVO
2026-03-28 11:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875d9a3b-3fe5-5a55-ad1b-a973ff6a9331 with identifier: OV67%20FVO to the API
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV67%20FVO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '875d9a3b-3fe5-5a55-ad1b-a973ff6a9331',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV67 FVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV67%20FVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 66616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2AN5JH728232',
 'year': 2017}
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520FVO%27 HTTP/1.1" 200 None
2026-03-28 11:27:33 [bca.uk] INFO: Saving data for OV67%20FVO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610747.12887, 'last_price_update_time': 1774697253.572616}
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV67%2520FVO') HTTP/1.1" 204 0
2026-03-28 11:27:33 [bca.uk] INFO: Found listing with ID: SP23%20HFK
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:33 [bca.uk] INFO: Scrape type for SP23%20HFK: 2
2026-03-28 11:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 759d19e8-2f39-5617-84f2-61b4e331caac with identifier: SP23%20HFK
2026-03-28 11:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 759d19e8-2f39-5617-84f2-61b4e331caac with scrape type 2
2026-03-28 11:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 759d19e8-2f39-5617-84f2-61b4e331caac with scrape type 2
2026-03-28 11:27:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 759d19e8-2f39-5617-84f2-61b4e331caac, identifier: SP23%20HFK
2026-03-28 11:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8 with identifier: AK58%20ZZW
2026-03-28 11:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8 with identifier: AK58%20ZZW
2026-03-28 11:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 020b2ca5-6fb6-524e-82f7-b2b7d21b92c8 with identifier: AK58%20ZZW to the API
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK58%20ZZW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '020b2ca5-6fb6-524e-82f7-b2b7d21b92c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK58 ZZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK58%20ZZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 147744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.9 TDI 105 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 MATCH',
 'vin': 'WVWZZZ1KZ9W098667',
 'year': 2008}
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520ZZW%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Saving data for AK58%20ZZW: {'auction_closing_time': 1775037600.0, 'created_time': 1774610260.498653, 'last_price_update_time': 1774697254.044832}
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK58%2520ZZW') HTTP/1.1" 204 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: WM19%20NVK
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520NVK%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for WM19%20NVK: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: DA11%20DLN
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520DLN%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for DA11%20DLN: 2
2026-03-28 11:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae34f221-633a-5869-8fc5-73379769e82a with identifier: DA11%20DLN
2026-03-28 11:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae34f221-633a-5869-8fc5-73379769e82a with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae34f221-633a-5869-8fc5-73379769e82a with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae34f221-633a-5869-8fc5-73379769e82a, identifier: DA11%20DLN
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: KL07%20FYJ
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL07%2520FYJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for KL07%20FYJ: 2
2026-03-28 11:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae607a5-e168-5967-ae9d-275044bdfc98 with identifier: KL07%20FYJ
2026-03-28 11:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae607a5-e168-5967-ae9d-275044bdfc98 with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae607a5-e168-5967-ae9d-275044bdfc98 with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ae607a5-e168-5967-ae9d-275044bdfc98, identifier: KL07%20FYJ
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: RE16%20KYH
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520KYH%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for RE16%20KYH: 2
2026-03-28 11:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6152cdc0-bfeb-5be8-9047-2cd328cd9d23 with identifier: RE16%20KYH
2026-03-28 11:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6152cdc0-bfeb-5be8-9047-2cd328cd9d23 with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6152cdc0-bfeb-5be8-9047-2cd328cd9d23 with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6152cdc0-bfeb-5be8-9047-2cd328cd9d23, identifier: RE16%20KYH
2026-03-28 11:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 759d19e8-2f39-5617-84f2-61b4e331caac with identifier: SP23%20HFK
2026-03-28 11:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 759d19e8-2f39-5617-84f2-61b4e331caac with identifier: SP23%20HFK
2026-03-28 11:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 759d19e8-2f39-5617-84f2-61b4e331caac with identifier: SP23%20HFK to the API
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP23%20HFK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '759d19e8-2f39-5617-84f2-61b4e331caac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SP23 HFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP23%20HFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 43630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SE-L LUX',
 'vin': 'JMZDM6WH601321872',
 'year': 2023}
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Saving data for SP23%20HFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774610216.365598, 'last_price_update_time': 1774697254.701308}
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP23%2520HFK') HTTP/1.1" 204 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: AK69%20YVY
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520YVY%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for AK69%20YVY: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: AV18%20FHT
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520FHT%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for AV18%20FHT: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: AY24%20WZV
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY24%2520WZV%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for AY24%20WZV: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: BD24%20OPB
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OPB%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for BD24%20OPB: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: BF67%20FMX
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520FMX%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for BF67%20FMX: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: BJ20%20CFA
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520CFA%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for BJ20%20CFA: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: BJ70%20ZYT
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520ZYT%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for BJ70%20ZYT: 0
2026-03-28 11:27:34 [bca.uk] INFO: Found listing with ID: BN58%20YXR
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN58%2520YXR%27 HTTP/1.1" 200 None
2026-03-28 11:27:34 [bca.uk] INFO: Scrape type for BN58%20YXR: 2
2026-03-28 11:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d897ce-6668-5309-85e5-16dc17698397 with identifier: BN58%20YXR
2026-03-28 11:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d897ce-6668-5309-85e5-16dc17698397 with scrape type 2
2026-03-28 11:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1d897ce-6668-5309-85e5-16dc17698397 with scrape type 2
2026-03-28 11:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1d897ce-6668-5309-85e5-16dc17698397, identifier: BN58%20YXR
2026-03-28 11:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae34f221-633a-5869-8fc5-73379769e82a with identifier: DA11%20DLN
2026-03-28 11:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae34f221-633a-5869-8fc5-73379769e82a with identifier: DA11%20DLN
2026-03-28 11:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae34f221-633a-5869-8fc5-73379769e82a with identifier: DA11%20DLN to the API
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA11%20DLN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae34f221-633a-5869-8fc5-73379769e82a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA11 DLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA11%20DLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 87974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 1.6 TAKUYA Hatchback',
 'transmission': 'manual',
 'trim': 'TAKUYA',
 'vin': 'JMZBLA4Z201258662',
 'year': 2011}
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520DLN%27 HTTP/1.1" 200 None
2026-03-28 11:27:35 [bca.uk] INFO: Saving data for DA11%20DLN: {'auction_closing_time': 1774864800.0, 'created_time': 1774005985.680824, 'last_price_update_time': 1774697255.309852}
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA11%2520DLN') HTTP/1.1" 204 0
2026-03-28 11:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ae607a5-e168-5967-ae9d-275044bdfc98 with identifier: KL07%20FYJ
2026-03-28 11:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ae607a5-e168-5967-ae9d-275044bdfc98 with identifier: KL07%20FYJ
2026-03-28 11:27:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6ae607a5-e168-5967-ae9d-275044bdfc98 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KL07%20FYJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ae607a5-e168-5967-ae9d-275044bdfc98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KL07 FYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KL07%20FYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 120612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.8 CLUB MPV',
 'transmission': 'manual',
 'trim': 'CLUB',
 'vin': 'W0L0AHM7572139133',
 'year': 2007}
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL07%2520FYJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:35 [bca.uk] INFO: Saving data for KL07%20FYJ: {'auction_closing_time': 1774692000.0, 'created_time': 1774610749.346632, 'last_price_update_time': 1774697255.344331}
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KL07%2520FYJ') HTTP/1.1" 204 0
2026-03-28 11:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6152cdc0-bfeb-5be8-9047-2cd328cd9d23 with identifier: RE16%20KYH
2026-03-28 11:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6152cdc0-bfeb-5be8-9047-2cd328cd9d23 with identifier: RE16%20KYH
2026-03-28 11:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6152cdc0-bfeb-5be8-9047-2cd328cd9d23 with identifier: RE16%20KYH to the API
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE16%20KYH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6152cdc0-bfeb-5be8-9047-2cd328cd9d23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE16 KYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE16%20KYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 112732,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 BLUEHDI 120 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ALLURE',
 'vin': 'VF30UBHZMGS023757',
 'year': 2016}
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520KYH%27 HTTP/1.1" 200 None
2026-03-28 11:27:35 [bca.uk] INFO: Saving data for RE16%20KYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774610737.077658, 'last_price_update_time': 1774697255.712175}
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE16%2520KYH') HTTP/1.1" 204 0
2026-03-28 11:27:35 [bca.uk] INFO: Found listing with ID: SP23%20HYC
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HYC%27 HTTP/1.1" 200 None
2026-03-28 11:27:35 [bca.uk] INFO: Scrape type for SP23%20HYC: 2
2026-03-28 11:27:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2696f332-8146-57e4-b38b-c453b01b8a0e with identifier: SP23%20HYC
2026-03-28 11:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2696f332-8146-57e4-b38b-c453b01b8a0e with scrape type 2
2026-03-28 11:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2696f332-8146-57e4-b38b-c453b01b8a0e with scrape type 2
2026-03-28 11:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2696f332-8146-57e4-b38b-c453b01b8a0e, identifier: SP23%20HYC
2026-03-28 11:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1d897ce-6668-5309-85e5-16dc17698397 with identifier: BN58%20YXR
2026-03-28 11:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1d897ce-6668-5309-85e5-16dc17698397 with identifier: BN58%20YXR
2026-03-28 11:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1d897ce-6668-5309-85e5-16dc17698397 with identifier: BN58%20YXR to the API
2026-03-28 11:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN58%20YXR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1d897ce-6668-5309-85e5-16dc17698397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN58 YXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN58%20YXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 195495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNFCAE11U1306899',
 'year': 2008}
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN58%2520YXR%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Saving data for BN58%20YXR: {'auction_closing_time': 1775037600.0, 'created_time': 1774610259.676116, 'last_price_update_time': 1774697256.118587}
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN58%2520YXR') HTTP/1.1" 204 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: KU66%20YWT
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520YWT%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for KU66%20YWT: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: CV68%20UMS
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520UMS%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for CV68%20UMS: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: OV17%20LZD
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520LZD%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for OV17%20LZD: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: HK20%20OCF
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK20%2520OCF%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for HK20%20OCF: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: WX66%20UZD
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520UZD%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for WX66%20UZD: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: BL70%20UTV
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520UTV%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for BL70%20UTV: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: AO16%20DUJ
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO16%2520DUJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for AO16%20DUJ: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: CA24%20VRW
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA24%2520VRW%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for CA24%20VRW: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: BG10%20VSL
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG10%2520VSL%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for BG10%20VSL: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: LL10%20KTP
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL10%2520KTP%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for LL10%20KTP: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: SG58%20EVK
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG58%2520EVK%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for SG58%20EVK: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: WR11%20TDX
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR11%2520TDX%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for WR11%20TDX: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: NJ70%20ZZO
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ70%2520ZZO%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for NJ70%20ZZO: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: BL63%20XPE
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520XPE%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for BL63%20XPE: 0
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: HX22%20GKO
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520GKO%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for HX22%20GKO: 2
2026-03-28 11:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce103f83-fbeb-5919-aaee-3af8e52ca98b with identifier: HX22%20GKO
2026-03-28 11:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce103f83-fbeb-5919-aaee-3af8e52ca98b with scrape type 2
2026-03-28 11:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce103f83-fbeb-5919-aaee-3af8e52ca98b with scrape type 2
2026-03-28 11:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce103f83-fbeb-5919-aaee-3af8e52ca98b, identifier: HX22%20GKO
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: SA12%20WBO
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA12%2520WBO%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for SA12%20WBO: 2
2026-03-28 11:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bd31522-1009-5c74-aede-f40abea172d0 with identifier: SA12%20WBO
2026-03-28 11:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bd31522-1009-5c74-aede-f40abea172d0 with scrape type 2
2026-03-28 11:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bd31522-1009-5c74-aede-f40abea172d0 with scrape type 2
2026-03-28 11:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bd31522-1009-5c74-aede-f40abea172d0, identifier: SA12%20WBO
2026-03-28 11:27:36 [bca.uk] INFO: Found listing with ID: RE67%20WVT
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520WVT%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Scrape type for RE67%20WVT: 2
2026-03-28 11:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33 with identifier: RE67%20WVT
2026-03-28 11:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33 with scrape type 2
2026-03-28 11:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33 with scrape type 2
2026-03-28 11:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33, identifier: RE67%20WVT
2026-03-28 11:27:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2696f332-8146-57e4-b38b-c453b01b8a0e with identifier: SP23%20HYC
2026-03-28 11:27:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2696f332-8146-57e4-b38b-c453b01b8a0e with identifier: SP23%20HYC
2026-03-28 11:27:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2696f332-8146-57e4-b38b-c453b01b8a0e with identifier: SP23%20HYC to the API
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP23%20HYC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2696f332-8146-57e4-b38b-c453b01b8a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SP23 HYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP23%20HYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 17561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 SKY-G 75 SE-L Hatchback',
 'transmission': 'manual',
 'trim': 'SKY-G 75 SE-L',
 'vin': 'JMZDJ6HA601376282',
 'year': 2023}
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HYC%27 HTTP/1.1" 200 None
2026-03-28 11:27:36 [bca.uk] INFO: Saving data for SP23%20HYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774610193.00757, 'last_price_update_time': 1774697256.982468}
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP23%2520HYC') HTTP/1.1" 204 0
2026-03-28 11:27:37 [bca.uk] INFO: Found listing with ID: BP19%20ULV
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520ULV%27 HTTP/1.1" 200 None
2026-03-28 11:27:37 [bca.uk] INFO: Scrape type for BP19%20ULV: 2
2026-03-28 11:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7 with identifier: BP19%20ULV
2026-03-28 11:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7 with scrape type 2
2026-03-28 11:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7 with scrape type 2
2026-03-28 11:27:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7, identifier: BP19%20ULV
2026-03-28 11:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce103f83-fbeb-5919-aaee-3af8e52ca98b with identifier: HX22%20GKO
2026-03-28 11:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce103f83-fbeb-5919-aaee-3af8e52ca98b with identifier: HX22%20GKO
2026-03-28 11:27:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce103f83-fbeb-5919-aaee-3af8e52ca98b with identifier: HX22%20GKO to the API
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX22%20GKO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce103f83-fbeb-5919-aaee-3af8e52ca98b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX22 GKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX22%20GKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FIAT',
 'model': 'SCUDO',
 'odometer': 48074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT SCUDO 1.5 M/JET 100 L1 SX PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 100 L1 SX',
 'vin': 'VXFVBYHRMNZ024448',
 'year': 2022}
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520GKO%27 HTTP/1.1" 200 None
2026-03-28 11:27:37 [bca.uk] INFO: Saving data for HX22%20GKO: {'auction_closing_time': 1774864800.0, 'created_time': 1773838364.254081, 'last_price_update_time': 1774697257.499525}
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX22%2520GKO') HTTP/1.1" 204 0
2026-03-28 11:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bd31522-1009-5c74-aede-f40abea172d0 with identifier: SA12%20WBO
2026-03-28 11:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bd31522-1009-5c74-aede-f40abea172d0 with identifier: SA12%20WBO
2026-03-28 11:27:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8bd31522-1009-5c74-aede-f40abea172d0 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA12%20WBO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8bd31522-1009-5c74-aede-f40abea172d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA12 WBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA12%20WBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 111809,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 207 1.4 SPORTIUM Hatchback',
 'transmission': 'manual',
 'trim': 'SPORTIUM',
 'vin': 'VF3WCKFT0BW076893',
 'year': 2012}
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA12%2520WBO%27 HTTP/1.1" 200 None
2026-03-28 11:27:37 [bca.uk] INFO: Saving data for SA12%20WBO: {'auction_closing_time': 1774692000.0, 'created_time': 1774610765.745303, 'last_price_update_time': 1774697257.552899}
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA12%2520WBO') HTTP/1.1" 204 0
2026-03-28 11:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33 with identifier: RE67%20WVT
2026-03-28 11:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33 with identifier: RE67%20WVT
2026-03-28 11:27:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5901b9dd-4c9c-5156-8d26-e5f1a84c4d33 with identifier: RE67%20WVT to the API
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE67%20WVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5901b9dd-4c9c-5156-8d26-e5f1a84c4d33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE67 WVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE67%20WVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 108760,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SHARAN 2.0 TDI 150 BMT SE NAV DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT SE NAV DSG',
 'vin': 'WVWZZZ7NZJV003182',
 'year': 2017}
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520WVT%27 HTTP/1.1" 200 None
2026-03-28 11:27:37 [bca.uk] INFO: Saving data for RE67%20WVT: {'auction_closing_time': 1775037600.0, 'created_time': 1774610734.513281, 'last_price_update_time': 1774697257.844808}
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE67%2520WVT') HTTP/1.1" 204 0
2026-03-28 11:27:37 [bca.uk] INFO: Found listing with ID: W111%20CWT
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W111%2520CWT%27 HTTP/1.1" 200 None
2026-03-28 11:27:37 [bca.uk] INFO: Scrape type for W111%20CWT: 2
2026-03-28 11:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f76fe9a5-400b-58e8-b6c4-61476a282491 with identifier: W111%20CWT
2026-03-28 11:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f76fe9a5-400b-58e8-b6c4-61476a282491 with scrape type 2
2026-03-28 11:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f76fe9a5-400b-58e8-b6c4-61476a282491 with scrape type 2
2026-03-28 11:27:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f76fe9a5-400b-58e8-b6c4-61476a282491, identifier: W111%20CWT
2026-03-28 11:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7 with identifier: BP19%20ULV
2026-03-28 11:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7 with identifier: BP19%20ULV
2026-03-28 11:27:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7 with identifier: BP19%20ULV to the API
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP19%20ULV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d4a5105-16b5-5b8e-9f9b-addc2c96a9c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP19 ULV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP19%20ULV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 74814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 82 TECH EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 TECH EDITION',
 'vin': 'VF3CCHMRPKW026304',
 'year': 2019}
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520ULV%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Saving data for BP19%20ULV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610261.398431, 'last_price_update_time': 1774697258.25329}
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP19%2520ULV') HTTP/1.1" 204 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: FL18%20WSJ
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520WSJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for FL18%20WSJ: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: YX10%20HNG
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520HNG%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for YX10%20HNG: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: KV17%20XKT
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for KV17%20XKT: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: VN61%20NXL
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520NXL%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for VN61%20NXL: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: MD64%20TMO
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD64%2520TMO%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for MD64%20TMO: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: EA17%20YTW
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520YTW%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for EA17%20YTW: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: WG66%20FCJ
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520FCJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for WG66%20FCJ: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: ND63%20FOJ
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND63%2520FOJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for ND63%20FOJ: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: AU09%20ZDF
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU09%2520ZDF%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for AU09%20ZDF: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: LB14%20SVU
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB14%2520SVU%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for LB14%20SVU: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: GJ65%20YOD
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520YOD%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for GJ65%20YOD: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: GU14%20UUR
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU14%2520UUR%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for GU14%20UUR: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: ME19%20EHK
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520EHK%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for ME19%20EHK: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: DE15%20OXC
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520OXC%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for DE15%20OXC: 0
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: NL15%20OMT
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520OMT%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for NL15%20OMT: 2
2026-03-28 11:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc2e7c32-5873-57e4-bb20-0ec2e75d298a with identifier: NL15%20OMT
2026-03-28 11:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc2e7c32-5873-57e4-bb20-0ec2e75d298a with scrape type 2
2026-03-28 11:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc2e7c32-5873-57e4-bb20-0ec2e75d298a with scrape type 2
2026-03-28 11:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc2e7c32-5873-57e4-bb20-0ec2e75d298a, identifier: NL15%20OMT
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: VN09%20TZU
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN09%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for VN09%20TZU: 2
2026-03-28 11:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093 with identifier: VN09%20TZU
2026-03-28 11:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093 with scrape type 2
2026-03-28 11:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093 with scrape type 2
2026-03-28 11:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093, identifier: VN09%20TZU
2026-03-28 11:27:38 [bca.uk] INFO: Found listing with ID: RJ14%20XAL
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520XAL%27 HTTP/1.1" 200 None
2026-03-28 11:27:38 [bca.uk] INFO: Scrape type for RJ14%20XAL: 2
2026-03-28 11:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc66731e-375f-5ab6-adca-efeab4530b70 with identifier: RJ14%20XAL
2026-03-28 11:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc66731e-375f-5ab6-adca-efeab4530b70 with scrape type 2
2026-03-28 11:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc66731e-375f-5ab6-adca-efeab4530b70 with scrape type 2
2026-03-28 11:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc66731e-375f-5ab6-adca-efeab4530b70, identifier: RJ14%20XAL
2026-03-28 11:27:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f76fe9a5-400b-58e8-b6c4-61476a282491 with identifier: W111%20CWT
2026-03-28 11:27:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f76fe9a5-400b-58e8-b6c4-61476a282491 with identifier: W111%20CWT
2026-03-28 11:27:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f76fe9a5-400b-58e8-b6c4-61476a282491 with identifier: W111%20CWT to the API
2026-03-28 11:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=W111%20CWT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f76fe9a5-400b-58e8-b6c4-61476a282491',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'W111 CWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=W111%20CWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 31824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJW74U96NZ193942',
 'year': 2022}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W111%2520CWT%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Saving data for W111%20CWT: {'auction_closing_time': 1774864800.0, 'created_time': 1774610156.877109, 'last_price_update_time': 1774697259.136323}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W111%2520CWT') HTTP/1.1" 204 0
2026-03-28 11:27:39 [bca.uk] INFO: Found listing with ID: BW23%20MME
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW23%2520MME%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Scrape type for BW23%20MME: 0
2026-03-28 11:27:39 [bca.uk] INFO: Found listing with ID: CY15%20FSD
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520FSD%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Scrape type for CY15%20FSD: 0
2026-03-28 11:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc2e7c32-5873-57e4-bb20-0ec2e75d298a with identifier: NL15%20OMT
2026-03-28 11:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc2e7c32-5873-57e4-bb20-0ec2e75d298a with identifier: NL15%20OMT
2026-03-28 11:27:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc2e7c32-5873-57e4-bb20-0ec2e75d298a with identifier: NL15%20OMT to the API
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL15%20OMT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc2e7c32-5873-57e4-bb20-0ec2e75d298a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL15 OMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL15%20OMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 62396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 EXCLUSIV 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 EXCLUSIV 2WD S/S',
 'vin': 'W0LJC7E80FB130245',
 'year': 2015}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520OMT%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Saving data for NL15%20OMT: {'auction_closing_time': 1774864800.0, 'created_time': 1774610847.704214, 'last_price_update_time': 1774697259.556641}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL15%2520OMT') HTTP/1.1" 204 0
2026-03-28 11:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093 with identifier: VN09%20TZU
2026-03-28 11:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093 with identifier: VN09%20TZU
2026-03-28 11:27:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN09%20TZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b1a3fa5-1a9c-5632-bfb7-954dcb1e8093',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN09 TZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN09%20TZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 200173,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 TDI 70 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 70 MATCH',
 'vin': 'WVWZZZ9NZAB006829',
 'year': 2009}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN09%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Saving data for VN09%20TZU: {'auction_closing_time': 1774692000.0, 'created_time': 1774610764.73986, 'last_price_update_time': 1774697259.592271}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN09%2520TZU') HTTP/1.1" 204 0
2026-03-28 11:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc66731e-375f-5ab6-adca-efeab4530b70 with identifier: RJ14%20XAL
2026-03-28 11:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc66731e-375f-5ab6-adca-efeab4530b70 with identifier: RJ14%20XAL
2026-03-28 11:27:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc66731e-375f-5ab6-adca-efeab4530b70 with identifier: RJ14%20XAL to the API
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ14%20XAL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc66731e-375f-5ab6-adca-efeab4530b70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ14 XAL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ14%20XAL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 19172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 VR7 Hatchback',
 'transmission': 'manual',
 'trim': 'VR7',
 'vin': 'KNABX511LET819068',
 'year': 2014}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520XAL%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Saving data for RJ14%20XAL: {'auction_closing_time': 1775037600.0, 'created_time': 1774610734.088903, 'last_price_update_time': 1774697259.883635}
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ14%2520XAL') HTTP/1.1" 204 0
2026-03-28 11:27:39 [bca.uk] INFO: Found listing with ID: YH20%20USV
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520USV%27 HTTP/1.1" 200 None
2026-03-28 11:27:39 [bca.uk] INFO: Scrape type for YH20%20USV: 2
2026-03-28 11:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b22a2fe4-5465-59b4-8148-c3cda7219a8a with identifier: YH20%20USV
2026-03-28 11:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b22a2fe4-5465-59b4-8148-c3cda7219a8a with scrape type 2
2026-03-28 11:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b22a2fe4-5465-59b4-8148-c3cda7219a8a with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b22a2fe4-5465-59b4-8148-c3cda7219a8a, identifier: YH20%20USV
2026-03-28 11:27:40 [bca.uk] INFO: Found listing with ID: BX06%20EYS
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX06%2520EYS%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Scrape type for BX06%20EYS: 0
2026-03-28 11:27:40 [bca.uk] INFO: Found listing with ID: YY15%20EWR
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520EWR%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Scrape type for YY15%20EWR: 2
2026-03-28 11:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59637b78-4def-5f4e-a39e-903e454dd9a9 with identifier: YY15%20EWR
2026-03-28 11:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59637b78-4def-5f4e-a39e-903e454dd9a9 with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59637b78-4def-5f4e-a39e-903e454dd9a9 with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59637b78-4def-5f4e-a39e-903e454dd9a9, identifier: YY15%20EWR
2026-03-28 11:27:40 [bca.uk] INFO: Found listing with ID: VU12%20KHL
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU12%2520KHL%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Scrape type for VU12%20KHL: 2
2026-03-28 11:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2175e3ad-1bd6-58c3-9341-e817d631d9f2 with identifier: VU12%20KHL
2026-03-28 11:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2175e3ad-1bd6-58c3-9341-e817d631d9f2 with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2175e3ad-1bd6-58c3-9341-e817d631d9f2 with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2175e3ad-1bd6-58c3-9341-e817d631d9f2, identifier: VU12%20KHL
2026-03-28 11:27:40 [bca.uk] INFO: Found listing with ID: RJ18%20WPP
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520WPP%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Scrape type for RJ18%20WPP: 2
2026-03-28 11:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d60bbab-27e0-5864-8819-c69be3338b45 with identifier: RJ18%20WPP
2026-03-28 11:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d60bbab-27e0-5864-8819-c69be3338b45 with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d60bbab-27e0-5864-8819-c69be3338b45 with scrape type 2
2026-03-28 11:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d60bbab-27e0-5864-8819-c69be3338b45, identifier: RJ18%20WPP
2026-03-28 11:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b22a2fe4-5465-59b4-8148-c3cda7219a8a with identifier: YH20%20USV
2026-03-28 11:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b22a2fe4-5465-59b4-8148-c3cda7219a8a with identifier: YH20%20USV
2026-03-28 11:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b22a2fe4-5465-59b4-8148-c3cda7219a8a with identifier: YH20%20USV to the API
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH20%20USV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b22a2fe4-5465-59b4-8148-c3cda7219a8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH20 USV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH20%20USV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 78380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': '5YJ3F7EB4LF687780',
 'year': 2020}
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520USV%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Saving data for YH20%20USV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390720.758248, 'last_price_update_time': 1774697260.670006}
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH20%2520USV') HTTP/1.1" 204 0
2026-03-28 11:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59637b78-4def-5f4e-a39e-903e454dd9a9 with identifier: YY15%20EWR
2026-03-28 11:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59637b78-4def-5f4e-a39e-903e454dd9a9 with identifier: YY15%20EWR
2026-03-28 11:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59637b78-4def-5f4e-a39e-903e454dd9a9 with identifier: YY15%20EWR to the API
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY15%20EWR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59637b78-4def-5f4e-a39e-903e454dd9a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY15 EWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY15%20EWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 111538,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 1.6 T3 150 R DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'T3 150 R DESIGN',
 'vin': 'YV1MV4551F2244379',
 'year': 2015}
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520EWR%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Saving data for YY15%20EWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774610849.416761, 'last_price_update_time': 1774697260.958501}
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY15%2520EWR') HTTP/1.1" 204 0
2026-03-28 11:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2175e3ad-1bd6-58c3-9341-e817d631d9f2 with identifier: VU12%20KHL
2026-03-28 11:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2175e3ad-1bd6-58c3-9341-e817d631d9f2 with identifier: VU12%20KHL
2026-03-28 11:27:40 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2175e3ad-1bd6-58c3-9341-e817d631d9f2 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU12%20KHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2175e3ad-1bd6-58c3-9341-e817d631d9f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU12 KHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU12%20KHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 316380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 105 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 105 ELEGANCE',
 'vin': 'TMBBE21Z1C2151702',
 'year': 2012}
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU12%2520KHL%27 HTTP/1.1" 200 None
2026-03-28 11:27:40 [bca.uk] INFO: Saving data for VU12%20KHL: {'auction_closing_time': 1774692000.0, 'created_time': 1774610765.356739, 'last_price_update_time': 1774697260.990479}
2026-03-28 11:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU12%2520KHL') HTTP/1.1" 204 0
2026-03-28 11:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d60bbab-27e0-5864-8819-c69be3338b45 with identifier: RJ18%20WPP
2026-03-28 11:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d60bbab-27e0-5864-8819-c69be3338b45 with identifier: RJ18%20WPP
2026-03-28 11:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d60bbab-27e0-5864-8819-c69be3338b45 with identifier: RJ18%20WPP to the API
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ18%20WPP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d60bbab-27e0-5864-8819-c69be3338b45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ18 WPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ18%20WPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 160418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNAB2511LJT263008',
 'year': 2018}
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520WPP%27 HTTP/1.1" 200 None
2026-03-28 11:27:41 [bca.uk] INFO: Saving data for RJ18%20WPP: {'auction_closing_time': 1775037600.0, 'created_time': 1774610734.958844, 'last_price_update_time': 1774697261.328902}
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ18%2520WPP') HTTP/1.1" 204 0
2026-03-28 11:27:41 [bca.uk] INFO: Found listing with ID: YN19%20NTG
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520NTG%27 HTTP/1.1" 200 None
2026-03-28 11:27:41 [bca.uk] INFO: Scrape type for YN19%20NTG: 2
2026-03-28 11:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05bf0157-ef19-5e5e-8475-d696b4e2be5e with identifier: YN19%20NTG
2026-03-28 11:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05bf0157-ef19-5e5e-8475-d696b4e2be5e with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05bf0157-ef19-5e5e-8475-d696b4e2be5e with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05bf0157-ef19-5e5e-8475-d696b4e2be5e, identifier: YN19%20NTG
2026-03-28 11:27:41 [bca.uk] INFO: Found listing with ID: HK73%20GXE
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520GXE%27 HTTP/1.1" 200 None
2026-03-28 11:27:41 [bca.uk] INFO: Scrape type for HK73%20GXE: 2
2026-03-28 11:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9 with identifier: HK73%20GXE
2026-03-28 11:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9 with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9 with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9, identifier: HK73%20GXE
2026-03-28 11:27:41 [bca.uk] INFO: Found listing with ID: LN14%20AZJ
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520AZJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:41 [bca.uk] INFO: Scrape type for LN14%20AZJ: 2
2026-03-28 11:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e03d21d7-0acd-58dd-93f3-8bf79c52a1aa with identifier: LN14%20AZJ
2026-03-28 11:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e03d21d7-0acd-58dd-93f3-8bf79c52a1aa with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e03d21d7-0acd-58dd-93f3-8bf79c52a1aa with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e03d21d7-0acd-58dd-93f3-8bf79c52a1aa, identifier: LN14%20AZJ
2026-03-28 11:27:41 [bca.uk] INFO: Found listing with ID: RK64%20JXN
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520JXN%27 HTTP/1.1" 200 None
2026-03-28 11:27:41 [bca.uk] INFO: Scrape type for RK64%20JXN: 2
2026-03-28 11:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f4cdad-8c74-57ab-8974-39478d9d8037 with identifier: RK64%20JXN
2026-03-28 11:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f4cdad-8c74-57ab-8974-39478d9d8037 with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f4cdad-8c74-57ab-8974-39478d9d8037 with scrape type 2
2026-03-28 11:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4f4cdad-8c74-57ab-8974-39478d9d8037, identifier: RK64%20JXN
2026-03-28 11:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05bf0157-ef19-5e5e-8475-d696b4e2be5e with identifier: YN19%20NTG
2026-03-28 11:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05bf0157-ef19-5e5e-8475-d696b4e2be5e with identifier: YN19%20NTG
2026-03-28 11:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05bf0157-ef19-5e5e-8475-d696b4e2be5e with identifier: YN19%20NTG to the API
2026-03-28 11:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN19%20NTG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05bf0157-ef19-5e5e-8475-d696b4e2be5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN19 NTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN19%20NTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 88682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 D4 190 AWD INSCRIPTION PRO G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'D4 190 AWD INSCRIPTION PRO G/T',
 'vin': 'YV1XZA6VCL2193586',
 'year': 2019}
2026-03-28 11:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520NTG%27 HTTP/1.1" 200 None
2026-03-28 11:27:42 [bca.uk] INFO: Saving data for YN19%20NTG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610195.525522, 'last_price_update_time': 1774697262.115832}
2026-03-28 11:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN19%2520NTG') HTTP/1.1" 204 0
2026-03-28 11:27:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9 with identifier: HK73%20GXE
2026-03-28 11:27:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9 with identifier: HK73%20GXE
2026-03-28 11:27:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9 with identifier: HK73%20GXE to the API
2026-03-28 11:27:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK73%20GXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f6b485e-d6fc-5049-91a5-8f9dc8dc09c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK73 GXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK73%20GXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 34983,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 M SPORT (LCP)STEP',
 'vin': 'WBA7K320507N54677',
 'year': 2023}
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520GXE%27 HTTP/1.1" 200 None
2026-03-28 11:27:43 [bca.uk] INFO: Saving data for HK73%20GXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774610400.390387, 'last_price_update_time': 1774697263.381341}
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK73%2520GXE') HTTP/1.1" 204 0
2026-03-28 11:27:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e03d21d7-0acd-58dd-93f3-8bf79c52a1aa with identifier: LN14%20AZJ
2026-03-28 11:27:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e03d21d7-0acd-58dd-93f3-8bf79c52a1aa with identifier: LN14%20AZJ
2026-03-28 11:27:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e03d21d7-0acd-58dd-93f3-8bf79c52a1aa with identifier: LN14%20AZJ to the API
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN14%20AZJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e03d21d7-0acd-58dd-93f3-8bf79c52a1aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN14 AZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN14%20AZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 70053,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFAAJ11U1151254',
 'year': 2014}
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520AZJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:43 [bca.uk] INFO: Saving data for LN14%20AZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610747.5145, 'last_price_update_time': 1774697263.68826}
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN14%2520AZJ') HTTP/1.1" 204 0
2026-03-28 11:27:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4f4cdad-8c74-57ab-8974-39478d9d8037 with identifier: RK64%20JXN
2026-03-28 11:27:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4f4cdad-8c74-57ab-8974-39478d9d8037 with identifier: RK64%20JXN
2026-03-28 11:27:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4f4cdad-8c74-57ab-8974-39478d9d8037 with identifier: RK64%20JXN to the API
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK64%20JXN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4f4cdad-8c74-57ab-8974-39478d9d8037',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK64 JXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK64%20JXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 101598,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDIE 136 SE TECHNIK Estate',
 'transmission': 'manual',
 'trim': 'TDIE 136 SE TECHNIK',
 'vin': 'WAUZZZ8K8FA022559',
 'year': 2014}
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520JXN%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Saving data for RK64%20JXN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610725.296716, 'last_price_update_time': 1774697264.000029}
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK64%2520JXN') HTTP/1.1" 204 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: DU21%20XHZ
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XHZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for DU21%20XHZ: 2
2026-03-28 11:27:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29e66c72-30d8-5ad6-afe5-c2c16972edb1 with identifier: DU21%20XHZ
2026-03-28 11:27:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29e66c72-30d8-5ad6-afe5-c2c16972edb1 with scrape type 2
2026-03-28 11:27:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29e66c72-30d8-5ad6-afe5-c2c16972edb1 with scrape type 2
2026-03-28 11:27:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29e66c72-30d8-5ad6-afe5-c2c16972edb1, identifier: DU21%20XHZ
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: FT07%20BTO
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT07%2520BTO%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for FT07%20BTO: 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: SJ63%20LCL
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520LCL%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for SJ63%20LCL: 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: YF14%20ZYR
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520ZYR%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for YF14%20ZYR: 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: MF63%20OGB
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520OGB%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for MF63%20OGB: 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: YY14%20JWG
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY14%2520JWG%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for YY14%20JWG: 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: MM74%20YOL
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOL%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for MM74%20YOL: 0
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: EF57%20VBM
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF57%2520VBM%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for EF57%20VBM: 2
2026-03-28 11:27:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677 with identifier: EF57%20VBM
2026-03-28 11:27:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677 with scrape type 2
2026-03-28 11:27:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677 with scrape type 2
2026-03-28 11:27:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677, identifier: EF57%20VBM
2026-03-28 11:27:44 [bca.uk] INFO: Found listing with ID: RV66%20FOK
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520FOK%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Scrape type for RV66%20FOK: 2
2026-03-28 11:27:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a343998e-e851-575e-86cc-06c6baba3ad7 with identifier: RV66%20FOK
2026-03-28 11:27:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a343998e-e851-575e-86cc-06c6baba3ad7 with scrape type 2
2026-03-28 11:27:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a343998e-e851-575e-86cc-06c6baba3ad7 with scrape type 2
2026-03-28 11:27:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a343998e-e851-575e-86cc-06c6baba3ad7, identifier: RV66%20FOK
2026-03-28 11:27:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29e66c72-30d8-5ad6-afe5-c2c16972edb1 with identifier: DU21%20XHZ
2026-03-28 11:27:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29e66c72-30d8-5ad6-afe5-c2c16972edb1 with identifier: DU21%20XHZ
2026-03-28 11:27:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29e66c72-30d8-5ad6-afe5-c2c16972edb1 with identifier: DU21%20XHZ to the API
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU21%20XHZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '29e66c72-30d8-5ad6-afe5-c2c16972edb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DU21 XHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU21%20XHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 49861,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.3 TCE 140 GT LINE EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'TCE 140 GT LINE EDC',
 'vin': 'VF1RFE00X66976214',
 'year': 2021}
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XHZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Saving data for DU21%20XHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610149.307808, 'last_price_update_time': 1774697264.729859}
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU21%2520XHZ') HTTP/1.1" 204 0
2026-03-28 11:27:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677 with identifier: EF57%20VBM
2026-03-28 11:27:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677 with identifier: EF57%20VBM
2026-03-28 11:27:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF57%20VBM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d49e7a6-ca23-5b4c-b9fa-c7bd51f8b677',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF57 VBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF57%20VBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 88172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMF32000TT19375',
 'year': 2007}
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF57%2520VBM%27 HTTP/1.1" 200 None
2026-03-28 11:27:44 [bca.uk] INFO: Saving data for EF57%20VBM: {'auction_closing_time': 1774692000.0, 'created_time': 1774610852.001206, 'last_price_update_time': 1774697264.762756}
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF57%2520VBM') HTTP/1.1" 204 0
2026-03-28 11:27:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a343998e-e851-575e-86cc-06c6baba3ad7 with identifier: RV66%20FOK
2026-03-28 11:27:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a343998e-e851-575e-86cc-06c6baba3ad7 with identifier: RV66%20FOK
2026-03-28 11:27:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a343998e-e851-575e-86cc-06c6baba3ad7 with identifier: RV66%20FOK to the API
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV66%20FOK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a343998e-e851-575e-86cc-06c6baba3ad7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV66 FOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV66%20FOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 36023,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZBN646601502743',
 'year': 2016}
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520FOK%27 HTTP/1.1" 200 None
2026-03-28 11:27:45 [bca.uk] INFO: Saving data for RV66%20FOK: {'auction_closing_time': 1775037600.0, 'created_time': 1774610716.465552, 'last_price_update_time': 1774697265.041638}
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV66%2520FOK') HTTP/1.1" 204 0
2026-03-28 11:27:45 [bca.uk] INFO: Found listing with ID: WX21%20YFF
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YFF%27 HTTP/1.1" 200 None
2026-03-28 11:27:45 [bca.uk] INFO: Scrape type for WX21%20YFF: 2
2026-03-28 11:27:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35 with identifier: WX21%20YFF
2026-03-28 11:27:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35 with scrape type 2
2026-03-28 11:27:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35 with scrape type 2
2026-03-28 11:27:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35, identifier: WX21%20YFF
2026-03-28 11:27:45 [bca.uk] INFO: Found listing with ID: KE06%20FFB
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE06%2520FFB%27 HTTP/1.1" 200 None
2026-03-28 11:27:45 [bca.uk] INFO: Scrape type for KE06%20FFB: 2
2026-03-28 11:27:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bef6a95-af6b-5944-aab2-b436cfddf21b with identifier: KE06%20FFB
2026-03-28 11:27:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bef6a95-af6b-5944-aab2-b436cfddf21b with scrape type 2
2026-03-28 11:27:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bef6a95-af6b-5944-aab2-b436cfddf21b with scrape type 2
2026-03-28 11:27:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bef6a95-af6b-5944-aab2-b436cfddf21b, identifier: KE06%20FFB
2026-03-28 11:27:45 [bca.uk] INFO: Found listing with ID: RY66%20OYC
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:27:45 [bca.uk] INFO: Scrape type for RY66%20OYC: 2
2026-03-28 11:27:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da4df01e-54e1-575a-b1fe-7e0c5995cd8c with identifier: RY66%20OYC
2026-03-28 11:27:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da4df01e-54e1-575a-b1fe-7e0c5995cd8c with scrape type 2
2026-03-28 11:27:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da4df01e-54e1-575a-b1fe-7e0c5995cd8c with scrape type 2
2026-03-28 11:27:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da4df01e-54e1-575a-b1fe-7e0c5995cd8c, identifier: RY66%20OYC
2026-03-28 11:27:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35 with identifier: WX21%20YFF
2026-03-28 11:27:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35 with identifier: WX21%20YFF
2026-03-28 11:27:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99b66ce7-1e99-5c8e-a4ca-2c494eec5f35 with identifier: WX21%20YFF to the API
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX21%20YFF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99b66ce7-1e99-5c8e-a4ca-2c494eec5f35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WX21 YFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX21%20YFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 EQ-B',
 'odometer': 48783,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 EQ-B 1.5 AMG LINE ED.9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.9G',
 'vin': 'W1K2050772R616454',
 'year': 2021}
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YFF%27 HTTP/1.1" 200 None
2026-03-28 11:27:45 [bca.uk] INFO: Saving data for WX21%20YFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610176.381122, 'last_price_update_time': 1774697265.66861}
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX21%2520YFF') HTTP/1.1" 204 0
2026-03-28 11:27:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bef6a95-af6b-5944-aab2-b436cfddf21b with identifier: KE06%20FFB
2026-03-28 11:27:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bef6a95-af6b-5944-aab2-b436cfddf21b with identifier: KE06%20FFB
2026-03-28 11:27:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9bef6a95-af6b-5944-aab2-b436cfddf21b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE06%20FFB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bef6a95-af6b-5944-aab2-b436cfddf21b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE06 FFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE06%20FFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 100740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 GHIA Hatchback',
 'transmission': 'manual',
 'trim': 'GHIA',
 'vin': 'WF0HXXWPJH6Y51973',
 'year': 2006}
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE06%2520FFB%27 HTTP/1.1" 200 None
2026-03-28 11:27:45 [bca.uk] INFO: Saving data for KE06%20FFB: {'auction_closing_time': 1774692000.0, 'created_time': 1774610828.521078, 'last_price_update_time': 1774697265.805561}
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE06%2520FFB') HTTP/1.1" 204 0
2026-03-28 11:27:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da4df01e-54e1-575a-b1fe-7e0c5995cd8c with identifier: RY66%20OYC
2026-03-28 11:27:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da4df01e-54e1-575a-b1fe-7e0c5995cd8c with identifier: RY66%20OYC
2026-03-28 11:27:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da4df01e-54e1-575a-b1fe-7e0c5995cd8c with identifier: RY66%20OYC to the API
2026-03-28 11:27:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY66%20OYC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'da4df01e-54e1-575a-b1fe-7e0c5995cd8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY66 OYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY66%20OYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 65360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 30KWH ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH ACENTA',
 'vin': 'SJNFAAZE0U6053407',
 'year': 2016}
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:27:46 [bca.uk] INFO: Saving data for RY66%20OYC: {'auction_closing_time': 1775037600.0, 'created_time': 1774610721.204181, 'last_price_update_time': 1774697266.147553}
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY66%2520OYC') HTTP/1.1" 204 0
2026-03-28 11:27:46 [bca.uk] INFO: Found listing with ID: HV22%20OHW
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OHW%27 HTTP/1.1" 200 None
2026-03-28 11:27:46 [bca.uk] INFO: Scrape type for HV22%20OHW: 2
2026-03-28 11:27:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83442750-8358-5e02-b4c9-c5ae716fe2fc with identifier: HV22%20OHW
2026-03-28 11:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83442750-8358-5e02-b4c9-c5ae716fe2fc with scrape type 2
2026-03-28 11:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83442750-8358-5e02-b4c9-c5ae716fe2fc with scrape type 2
2026-03-28 11:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83442750-8358-5e02-b4c9-c5ae716fe2fc, identifier: HV22%20OHW
2026-03-28 11:27:46 [bca.uk] INFO: Found listing with ID: LX02%20XHC
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX02%2520XHC%27 HTTP/1.1" 200 None
2026-03-28 11:27:46 [bca.uk] INFO: Scrape type for LX02%20XHC: 2
2026-03-28 11:27:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 547924c9-4847-5ee3-97ac-5a9be9f4445d with identifier: LX02%20XHC
2026-03-28 11:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 547924c9-4847-5ee3-97ac-5a9be9f4445d with scrape type 2
2026-03-28 11:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 547924c9-4847-5ee3-97ac-5a9be9f4445d with scrape type 2
2026-03-28 11:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 547924c9-4847-5ee3-97ac-5a9be9f4445d, identifier: LX02%20XHC
2026-03-28 11:27:46 [bca.uk] INFO: Found listing with ID: SC66%20HZA
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520HZA%27 HTTP/1.1" 200 None
2026-03-28 11:27:46 [bca.uk] INFO: Scrape type for SC66%20HZA: 2
2026-03-28 11:27:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971dc058-2849-50cc-b434-047e8f0a3db2 with identifier: SC66%20HZA
2026-03-28 11:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971dc058-2849-50cc-b434-047e8f0a3db2 with scrape type 2
2026-03-28 11:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 971dc058-2849-50cc-b434-047e8f0a3db2 with scrape type 2
2026-03-28 11:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 971dc058-2849-50cc-b434-047e8f0a3db2, identifier: SC66%20HZA
2026-03-28 11:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83442750-8358-5e02-b4c9-c5ae716fe2fc with identifier: HV22%20OHW
2026-03-28 11:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83442750-8358-5e02-b4c9-c5ae716fe2fc with identifier: HV22%20OHW
2026-03-28 11:27:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83442750-8358-5e02-b4c9-c5ae716fe2fc with identifier: HV22%20OHW to the API
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20OHW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83442750-8358-5e02-b4c9-c5ae716fe2fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 OHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20OHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 49161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'WMW32DK0002S28433',
 'year': 2022}
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OHW%27 HTTP/1.1" 200 None
2026-03-28 11:27:46 [bca.uk] INFO: Saving data for HV22%20OHW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610145.675887, 'last_price_update_time': 1774697266.807864}
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520OHW') HTTP/1.1" 204 0
2026-03-28 11:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 547924c9-4847-5ee3-97ac-5a9be9f4445d with identifier: LX02%20XHC
2026-03-28 11:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 547924c9-4847-5ee3-97ac-5a9be9f4445d with identifier: LX02%20XHC
2026-03-28 11:27:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 547924c9-4847-5ee3-97ac-5a9be9f4445d with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX02%20XHC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '547924c9-4847-5ee3-97ac-5a9be9f4445d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX02 XHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX02%20XHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '206',
 'odometer': 55466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 206 1.1 LOOK Hatchback',
 'transmission': 'manual',
 'trim': 'LOOK',
 'vin': 'VF32AHFXF42095470',
 'year': 2002}
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX02%2520XHC%27 HTTP/1.1" 200 None
2026-03-28 11:27:46 [bca.uk] INFO: Saving data for LX02%20XHC: {'auction_closing_time': 1774692000.0, 'created_time': 1774610838.787913, 'last_price_update_time': 1774697266.843956}
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX02%2520XHC') HTTP/1.1" 204 0
2026-03-28 11:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 971dc058-2849-50cc-b434-047e8f0a3db2 with identifier: SC66%20HZA
2026-03-28 11:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 971dc058-2849-50cc-b434-047e8f0a3db2 with identifier: SC66%20HZA
2026-03-28 11:27:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 971dc058-2849-50cc-b434-047e8f0a3db2 with identifier: SC66%20HZA to the API
2026-03-28 11:27:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC66%20HZA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '971dc058-2849-50cc-b434-047e8f0a3db2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC66 HZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC66%20HZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 36419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.0 T-GDI 100 PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI 100 PREMIUM',
 'vin': 'NLHB351ALGZ151449',
 'year': 2016}
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520HZA%27 HTTP/1.1" 200 None
2026-03-28 11:27:47 [bca.uk] INFO: Saving data for SC66%20HZA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610720.786631, 'last_price_update_time': 1774697267.141701}
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC66%2520HZA') HTTP/1.1" 204 0
2026-03-28 11:27:47 [bca.uk] INFO: Found listing with ID: PE22%20ZHB
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520ZHB%27 HTTP/1.1" 200 None
2026-03-28 11:27:47 [bca.uk] INFO: Scrape type for PE22%20ZHB: 2
2026-03-28 11:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cb81866-ff80-59cb-964c-3f61ccbd5565 with identifier: PE22%20ZHB
2026-03-28 11:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cb81866-ff80-59cb-964c-3f61ccbd5565 with scrape type 2
2026-03-28 11:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cb81866-ff80-59cb-964c-3f61ccbd5565 with scrape type 2
2026-03-28 11:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cb81866-ff80-59cb-964c-3f61ccbd5565, identifier: PE22%20ZHB
2026-03-28 11:27:47 [bca.uk] INFO: Found listing with ID: LY08%20LVD
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY08%2520LVD%27 HTTP/1.1" 200 None
2026-03-28 11:27:47 [bca.uk] INFO: Scrape type for LY08%20LVD: 2
2026-03-28 11:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d9a044-2410-58ee-a293-1bd9e1003382 with identifier: LY08%20LVD
2026-03-28 11:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0d9a044-2410-58ee-a293-1bd9e1003382 with scrape type 2
2026-03-28 11:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0d9a044-2410-58ee-a293-1bd9e1003382 with scrape type 2
2026-03-28 11:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0d9a044-2410-58ee-a293-1bd9e1003382, identifier: LY08%20LVD
2026-03-28 11:27:47 [bca.uk] INFO: Found listing with ID: VA12%20KAK
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA12%2520KAK%27 HTTP/1.1" 200 None
2026-03-28 11:27:47 [bca.uk] INFO: Scrape type for VA12%20KAK: 2
2026-03-28 11:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70a33fc0-e0f1-5458-9701-a29b21c1ef16 with identifier: VA12%20KAK
2026-03-28 11:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70a33fc0-e0f1-5458-9701-a29b21c1ef16 with scrape type 2
2026-03-28 11:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70a33fc0-e0f1-5458-9701-a29b21c1ef16 with scrape type 2
2026-03-28 11:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70a33fc0-e0f1-5458-9701-a29b21c1ef16, identifier: VA12%20KAK
2026-03-28 11:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cb81866-ff80-59cb-964c-3f61ccbd5565 with identifier: PE22%20ZHB
2026-03-28 11:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cb81866-ff80-59cb-964c-3f61ccbd5565 with identifier: PE22%20ZHB
2026-03-28 11:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cb81866-ff80-59cb-964c-3f61ccbd5565 with identifier: PE22%20ZHB to the API
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE22%20ZHB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5cb81866-ff80-59cb-964c-3f61ccbd5565',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PE22 ZHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE22%20ZHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 50155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.3 AMG LINE PREMIUM PLUS DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'W1K1183842N295159',
 'year': 2022}
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520ZHB%27 HTTP/1.1" 200 None
2026-03-28 11:27:47 [bca.uk] INFO: Saving data for PE22%20ZHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774610177.565465, 'last_price_update_time': 1774697267.757687}
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE22%2520ZHB') HTTP/1.1" 204 0
2026-03-28 11:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0d9a044-2410-58ee-a293-1bd9e1003382 with identifier: LY08%20LVD
2026-03-28 11:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0d9a044-2410-58ee-a293-1bd9e1003382 with identifier: LY08%20LVD
2026-03-28 11:27:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c0d9a044-2410-58ee-a293-1bd9e1003382 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY08%20LVD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c0d9a044-2410-58ee-a293-1bd9e1003382',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY08 LVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY08%20LVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 61217,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 CODE Hatchback',
 'transmission': 'manual',
 'trim': 'CODE',
 'vin': 'VF7PNCFAC89243123',
 'year': 2008}
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY08%2520LVD%27 HTTP/1.1" 200 None
2026-03-28 11:27:47 [bca.uk] INFO: Saving data for LY08%20LVD: {'auction_closing_time': 1774692000.0, 'created_time': 1774610839.664993, 'last_price_update_time': 1774697267.78982}
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY08%2520LVD') HTTP/1.1" 204 0
2026-03-28 11:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70a33fc0-e0f1-5458-9701-a29b21c1ef16 with identifier: VA12%20KAK
2026-03-28 11:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70a33fc0-e0f1-5458-9701-a29b21c1ef16 with identifier: VA12%20KAK
2026-03-28 11:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70a33fc0-e0f1-5458-9701-a29b21c1ef16 with identifier: VA12%20KAK to the API
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA12%20KAK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70a33fc0-e0f1-5458-9701-a29b21c1ef16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA12 KAK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA12%20KAK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF CABRIOLET',
 'odometer': 84586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF CABRIOLET 2.0 TDI 140 BMT GT Convertible',
 'transmission': 'manual',
 'trim': 'TDI 140 BMT GT',
 'vin': 'WVWZZZ1KZDK001982',
 'year': 2012}
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA12%2520KAK%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Saving data for VA12%20KAK: {'auction_closing_time': 1775037600.0, 'created_time': 1774610562.292123, 'last_price_update_time': 1774697268.133111}
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA12%2520KAK') HTTP/1.1" 204 0
2026-03-28 11:27:48 [bca.uk] INFO: Found listing with ID: PY72%20HDG
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520HDG%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Scrape type for PY72%20HDG: 2
2026-03-28 11:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 889fc83a-1bcb-53ab-ba92-0a01ef113b8e with identifier: PY72%20HDG
2026-03-28 11:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 889fc83a-1bcb-53ab-ba92-0a01ef113b8e with scrape type 2
2026-03-28 11:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 889fc83a-1bcb-53ab-ba92-0a01ef113b8e with scrape type 2
2026-03-28 11:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 889fc83a-1bcb-53ab-ba92-0a01ef113b8e, identifier: PY72%20HDG
2026-03-28 11:27:48 [bca.uk] INFO: Found listing with ID: HV74%20FYM
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520FYM%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Scrape type for HV74%20FYM: 0
2026-03-28 11:27:48 [bca.uk] INFO: Found listing with ID: NJ16%20OZV
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520OZV%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Scrape type for NJ16%20OZV: 0
2026-03-28 11:27:48 [bca.uk] INFO: Found listing with ID: HV09%20EEY
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520EEY%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Scrape type for HV09%20EEY: 2
2026-03-28 11:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21560076-623a-5531-bdec-1c98ed53bdb7 with identifier: HV09%20EEY
2026-03-28 11:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21560076-623a-5531-bdec-1c98ed53bdb7 with scrape type 2
2026-03-28 11:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21560076-623a-5531-bdec-1c98ed53bdb7 with scrape type 2
2026-03-28 11:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21560076-623a-5531-bdec-1c98ed53bdb7, identifier: HV09%20EEY
2026-03-28 11:27:48 [bca.uk] INFO: Found listing with ID: VK19%20YHY
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520YHY%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Scrape type for VK19%20YHY: 2
2026-03-28 11:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5341104-8550-518d-b7d1-58b266c49594 with identifier: VK19%20YHY
2026-03-28 11:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5341104-8550-518d-b7d1-58b266c49594 with scrape type 2
2026-03-28 11:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5341104-8550-518d-b7d1-58b266c49594 with scrape type 2
2026-03-28 11:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5341104-8550-518d-b7d1-58b266c49594, identifier: VK19%20YHY
2026-03-28 11:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 889fc83a-1bcb-53ab-ba92-0a01ef113b8e with identifier: PY72%20HDG
2026-03-28 11:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 889fc83a-1bcb-53ab-ba92-0a01ef113b8e with identifier: PY72%20HDG
2026-03-28 11:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 889fc83a-1bcb-53ab-ba92-0a01ef113b8e with identifier: PY72%20HDG to the API
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '889fc83a-1bcb-53ab-ba92-0a01ef113b8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY72 HDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY72%20HDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'PROACE CITY E',
 'odometer': 24442,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY E 100KW 50KWH L1 ICON Van',
 'transmission': 'automatic',
 'trim': '100KW 50KWH L1 ICON',
 'vin': 'YAREAZKXZGJ013537',
 'year': 2023}
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520HDG%27 HTTP/1.1" 200 None
2026-03-28 11:27:48 [bca.uk] INFO: Saving data for PY72%20HDG: {'auction_closing_time': 1775037600.0, 'created_time': 1774610159.71402, 'last_price_update_time': 1774697268.789112}
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY72%2520HDG') HTTP/1.1" 204 0
2026-03-28 11:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21560076-623a-5531-bdec-1c98ed53bdb7 with identifier: HV09%20EEY
2026-03-28 11:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21560076-623a-5531-bdec-1c98ed53bdb7 with identifier: HV09%20EEY
2026-03-28 11:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21560076-623a-5531-bdec-1c98ed53bdb7 with identifier: HV09%20EEY to the API
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV09%20EEY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21560076-623a-5531-bdec-1c98ed53bdb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV09 EEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV09%20EEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '320D',
 'odometer': 180409,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAWD12030PM40543',
 'year': 2009}
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520EEY%27 HTTP/1.1" 200 None
2026-03-28 11:27:49 [bca.uk] INFO: Saving data for HV09%20EEY: {'auction_closing_time': 1774951200.0, 'created_time': 1774610840.440764, 'last_price_update_time': 1774697269.190733}
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV09%2520EEY') HTTP/1.1" 204 0
2026-03-28 11:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5341104-8550-518d-b7d1-58b266c49594 with identifier: VK19%20YHY
2026-03-28 11:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5341104-8550-518d-b7d1-58b266c49594 with identifier: VK19%20YHY
2026-03-28 11:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5341104-8550-518d-b7d1-58b266c49594 with identifier: VK19%20YHY to the API
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK19%20YHY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5341104-8550-518d-b7d1-58b266c49594',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK19 YHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK19%20YHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 45012,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 ACENTA PREMIUM',
 'vin': 'SJNFFAJ11U2543001',
 'year': 2019}
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520YHY%27 HTTP/1.1" 200 None
2026-03-28 11:27:49 [bca.uk] INFO: Saving data for VK19%20YHY: {'auction_closing_time': 1775037600.0, 'created_time': 1774610552.454013, 'last_price_update_time': 1774697269.496309}
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK19%2520YHY') HTTP/1.1" 204 0
2026-03-28 11:27:49 [bca.uk] INFO: Total items found: 100
2026-03-28 11:27:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded
2026-03-28 11:27:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:27:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:49 [bca.uk] INFO: Found listing with ID: YG22%20NTE
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520NTE%27 HTTP/1.1" 200 None
2026-03-28 11:27:49 [bca.uk] INFO: Scrape type for YG22%20NTE: 2
2026-03-28 11:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b3fe195-97a8-5bef-8452-a54cb5f6025a with identifier: YG22%20NTE
2026-03-28 11:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b3fe195-97a8-5bef-8452-a54cb5f6025a with scrape type 2
2026-03-28 11:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b3fe195-97a8-5bef-8452-a54cb5f6025a with scrape type 2
2026-03-28 11:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b3fe195-97a8-5bef-8452-a54cb5f6025a, identifier: YG22%20NTE
2026-03-28 11:27:49 [bca.uk] INFO: Found listing with ID: MK10%20YRG
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520YRG%27 HTTP/1.1" 200 None
2026-03-28 11:27:49 [bca.uk] INFO: Scrape type for MK10%20YRG: 2
2026-03-28 11:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72738d6e-0d1c-5d40-833f-4197294b0421 with identifier: MK10%20YRG
2026-03-28 11:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72738d6e-0d1c-5d40-833f-4197294b0421 with scrape type 2
2026-03-28 11:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72738d6e-0d1c-5d40-833f-4197294b0421 with scrape type 2
2026-03-28 11:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72738d6e-0d1c-5d40-833f-4197294b0421, identifier: MK10%20YRG
2026-03-28 11:27:49 [bca.uk] INFO: Found listing with ID: WF65%20YUA
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520YUA%27 HTTP/1.1" 200 None
2026-03-28 11:27:49 [bca.uk] INFO: Scrape type for WF65%20YUA: 2
2026-03-28 11:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57e8775-b79f-5df3-bba2-eaa7cc4e3700 with identifier: WF65%20YUA
2026-03-28 11:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57e8775-b79f-5df3-bba2-eaa7cc4e3700 with scrape type 2
2026-03-28 11:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b57e8775-b79f-5df3-bba2-eaa7cc4e3700 with scrape type 2
2026-03-28 11:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b57e8775-b79f-5df3-bba2-eaa7cc4e3700, identifier: WF65%20YUA
2026-03-28 11:27:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b3fe195-97a8-5bef-8452-a54cb5f6025a with identifier: YG22%20NTE
2026-03-28 11:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b3fe195-97a8-5bef-8452-a54cb5f6025a with identifier: YG22%20NTE
2026-03-28 11:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b3fe195-97a8-5bef-8452-a54cb5f6025a with identifier: YG22%20NTE to the API
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20NTE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9b3fe195-97a8-5bef-8452-a54cb5f6025a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG22 NTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20NTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 13388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV INSCRIPTION',
 'vin': 'YV1XZBBVFN2749404',
 'year': 2022}
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520NTE%27 HTTP/1.1" 200 None
2026-03-28 11:27:50 [bca.uk] INFO: Saving data for YG22%20NTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610155.231821, 'last_price_update_time': 1774697270.267622}
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520NTE') HTTP/1.1" 204 0
2026-03-28 11:27:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72738d6e-0d1c-5d40-833f-4197294b0421 with identifier: MK10%20YRG
2026-03-28 11:27:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72738d6e-0d1c-5d40-833f-4197294b0421 with identifier: MK10%20YRG
2026-03-28 11:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72738d6e-0d1c-5d40-833f-4197294b0421 with identifier: MK10%20YRG to the API
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK10%20YRG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72738d6e-0d1c-5d40-833f-4197294b0421',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK10 YRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK10%20YRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 72194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA 1.8 16V EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': '16V EXCLUSIV',
 'vin': 'W0LGM6EC1A1075325',
 'year': 2010}
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520YRG%27 HTTP/1.1" 200 None
2026-03-28 11:27:50 [bca.uk] INFO: Saving data for MK10%20YRG: {'auction_closing_time': 1774951200.0, 'created_time': 1774610843.470506, 'last_price_update_time': 1774697270.579391}
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK10%2520YRG') HTTP/1.1" 204 0
2026-03-28 11:27:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b57e8775-b79f-5df3-bba2-eaa7cc4e3700 with identifier: WF65%20YUA
2026-03-28 11:27:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b57e8775-b79f-5df3-bba2-eaa7cc4e3700 with identifier: WF65%20YUA
2026-03-28 11:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b57e8775-b79f-5df3-bba2-eaa7cc4e3700 with identifier: WF65%20YUA to the API
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF65%20YUA-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b57e8775-b79f-5df3-bba2-eaa7cc4e3700',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF65 YUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF65%20YUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 56069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 2.0 M/JET 140 LIMITED 4WD Hatchback',
 'transmission': 'automatic',
 'trim': 'M/JET 140 LIMITED 4WD',
 'vin': '1C4BU0000FPC11114',
 'year': 2015}
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520YUA%27 HTTP/1.1" 200 None
2026-03-28 11:27:50 [bca.uk] INFO: Saving data for WF65%20YUA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610527.588618, 'last_price_update_time': 1774697270.878128}
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF65%2520YUA') HTTP/1.1" 204 0
2026-03-28 11:27:50 [bca.uk] INFO: Found listing with ID: LFZ%207493
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LFZ%25207493%27 HTTP/1.1" 200 None
2026-03-28 11:27:50 [bca.uk] INFO: Scrape type for LFZ%207493: 2
2026-03-28 11:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c22efefa-7f36-5942-bd02-c1c84be6fa34 with identifier: LFZ%207493
2026-03-28 11:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c22efefa-7f36-5942-bd02-c1c84be6fa34 with scrape type 2
2026-03-28 11:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c22efefa-7f36-5942-bd02-c1c84be6fa34 with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c22efefa-7f36-5942-bd02-c1c84be6fa34, identifier: LFZ%207493
2026-03-28 11:27:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:27:51 [bca.uk] INFO: Found listing with ID: FX22%20UBM
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520UBM%27 HTTP/1.1" 200 None
2026-03-28 11:27:51 [bca.uk] INFO: Scrape type for FX22%20UBM: 2
2026-03-28 11:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b394efc-058f-5907-9eb3-ced14a0fc893 with identifier: FX22%20UBM
2026-03-28 11:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b394efc-058f-5907-9eb3-ced14a0fc893 with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b394efc-058f-5907-9eb3-ced14a0fc893 with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b394efc-058f-5907-9eb3-ced14a0fc893, identifier: FX22%20UBM
2026-03-28 11:27:51 [bca.uk] INFO: Found listing with ID: YP74%20VUX
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VUX%27 HTTP/1.1" 200 None
2026-03-28 11:27:51 [bca.uk] INFO: Scrape type for YP74%20VUX: 0
2026-03-28 11:27:51 [bca.uk] INFO: Found listing with ID: YH18%20ZEU
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520ZEU%27 HTTP/1.1" 200 None
2026-03-28 11:27:51 [bca.uk] INFO: Scrape type for YH18%20ZEU: 2
2026-03-28 11:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d393c7-01e9-5f2f-946c-ded8e461f7fa with identifier: YH18%20ZEU
2026-03-28 11:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d393c7-01e9-5f2f-946c-ded8e461f7fa with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d393c7-01e9-5f2f-946c-ded8e461f7fa with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8d393c7-01e9-5f2f-946c-ded8e461f7fa, identifier: YH18%20ZEU
2026-03-28 11:27:51 [bca.uk] INFO: Found listing with ID: WG18%20XYN
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XYN%27 HTTP/1.1" 200 None
2026-03-28 11:27:51 [bca.uk] INFO: Scrape type for WG18%20XYN: 2
2026-03-28 11:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ec2761-e450-5757-a95b-4fd8ca3e2a52 with identifier: WG18%20XYN
2026-03-28 11:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ec2761-e450-5757-a95b-4fd8ca3e2a52 with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ec2761-e450-5757-a95b-4fd8ca3e2a52 with scrape type 2
2026-03-28 11:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ec2761-e450-5757-a95b-4fd8ca3e2a52, identifier: WG18%20XYN
2026-03-28 11:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c22efefa-7f36-5942-bd02-c1c84be6fa34 with identifier: LFZ%207493
2026-03-28 11:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c22efefa-7f36-5942-bd02-c1c84be6fa34 with identifier: LFZ%207493
2026-03-28 11:27:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c22efefa-7f36-5942-bd02-c1c84be6fa34 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LFZ%207493-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c22efefa-7f36-5942-bd02-c1c84be6fa34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LFZ 7493',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LFZ%207493&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS CC',
 'odometer': 95696,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS CC 2.0 3 Convertible',
 'transmission': 'manual',
 'trim': '3',
 'vin': 'WF0XXXLUDX7M14694',
 'year': 2008}
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LFZ%25207493%27 HTTP/1.1" 200 None
2026-03-28 11:27:51 [bca.uk] INFO: Saving data for LFZ%207493: {'auction_closing_time': 1774692000.0, 'created_time': 1774610524.246841, 'last_price_update_time': 1774697271.426311}
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LFZ%25207493') HTTP/1.1" 204 0
2026-03-28 11:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b394efc-058f-5907-9eb3-ced14a0fc893 with identifier: FX22%20UBM
2026-03-28 11:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b394efc-058f-5907-9eb3-ced14a0fc893 with identifier: FX22%20UBM
2026-03-28 11:27:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b394efc-058f-5907-9eb3-ced14a0fc893 with identifier: FX22%20UBM to the API
2026-03-28 11:27:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX22%20UBM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5b394efc-058f-5907-9eb3-ced14a0fc893',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX22 UBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX22%20UBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 55037,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 61KWH EXCLUSIVE EV Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH EXCLUSIVE EV',
 'vin': 'LSJE24099MG093019',
 'year': 2022}
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520UBM%27 HTTP/1.1" 200 None
2026-03-28 11:27:52 [bca.uk] INFO: Saving data for FX22%20UBM: {'auction_closing_time': 1774864800.0, 'created_time': 1774610137.881375, 'last_price_update_time': 1774697272.167262}
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX22%2520UBM') HTTP/1.1" 204 0
2026-03-28 11:27:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8d393c7-01e9-5f2f-946c-ded8e461f7fa with identifier: YH18%20ZEU
2026-03-28 11:27:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8d393c7-01e9-5f2f-946c-ded8e461f7fa with identifier: YH18%20ZEU
2026-03-28 11:27:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8d393c7-01e9-5f2f-946c-ded8e461f7fa with identifier: YH18%20ZEU to the API
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH18%20ZEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8d393c7-01e9-5f2f-946c-ded8e461f7fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH18 ZEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH18%20ZEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 67944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 THP 165 GT LINE EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'THP 165 GT LINE EAT6',
 'vin': 'VF3M45GZWJS320856',
 'year': 2018}
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520ZEU%27 HTTP/1.1" 200 None
2026-03-28 11:27:52 [bca.uk] INFO: Saving data for YH18%20ZEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610846.799433, 'last_price_update_time': 1774697272.477978}
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520ZEU') HTTP/1.1" 204 0
2026-03-28 11:27:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ec2761-e450-5757-a95b-4fd8ca3e2a52 with identifier: WG18%20XYN
2026-03-28 11:27:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ec2761-e450-5757-a95b-4fd8ca3e2a52 with identifier: WG18%20XYN
2026-03-28 11:27:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ec2761-e450-5757-a95b-4fd8ca3e2a52 with identifier: WG18%20XYN to the API
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG18%20XYN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1ec2761-e450-5757-a95b-4fd8ca3e2a52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG18 XYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG18%20XYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 59254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.4 TSI 125 FR TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 125 FR TECHNOLOGY',
 'vin': 'VSSZZZ5FZJR152656',
 'year': 2018}
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XYN%27 HTTP/1.1" 200 None
2026-03-28 11:27:52 [bca.uk] INFO: Saving data for WG18%20XYN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610521.38929, 'last_price_update_time': 1774697272.81752}
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520XYN') HTTP/1.1" 204 0
2026-03-28 11:27:52 [bca.uk] INFO: Found listing with ID: SB60%20YKX
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520YKX%27 HTTP/1.1" 200 None
2026-03-28 11:27:52 [bca.uk] INFO: Scrape type for SB60%20YKX: 2
2026-03-28 11:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30716d3f-fdd6-5414-a877-4823cc6a3e41 with identifier: SB60%20YKX
2026-03-28 11:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30716d3f-fdd6-5414-a877-4823cc6a3e41 with scrape type 2
2026-03-28 11:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30716d3f-fdd6-5414-a877-4823cc6a3e41 with scrape type 2
2026-03-28 11:27:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30716d3f-fdd6-5414-a877-4823cc6a3e41, identifier: SB60%20YKX
2026-03-28 11:27:52 [bca.uk] INFO: Found listing with ID: YG22%20XHN
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520XHN%27 HTTP/1.1" 200 None
2026-03-28 11:27:52 [bca.uk] INFO: Scrape type for YG22%20XHN: 2
2026-03-28 11:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7 with identifier: YG22%20XHN
2026-03-28 11:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7 with scrape type 2
2026-03-28 11:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7 with scrape type 2
2026-03-28 11:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7, identifier: YG22%20XHN
2026-03-28 11:27:53 [bca.uk] INFO: Found listing with ID: GD17%20CKF
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520CKF%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Scrape type for GD17%20CKF: 0
2026-03-28 11:27:53 [bca.uk] INFO: Found listing with ID: RX74%20EFT
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520EFT%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Scrape type for RX74%20EFT: 0
2026-03-28 11:27:53 [bca.uk] INFO: Found listing with ID: EG18%20BHD
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG18%2520BHD%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Scrape type for EG18%20BHD: 0
2026-03-28 11:27:53 [bca.uk] INFO: Found listing with ID: RX74%20CEO
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CEO%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Scrape type for RX74%20CEO: 0
2026-03-28 11:27:53 [bca.uk] INFO: Found listing with ID: AK14%20EHJ
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK14%2520EHJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Scrape type for AK14%20EHJ: 2
2026-03-28 11:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bdb2dba-5a49-555b-ba94-ee49843d78db with identifier: AK14%20EHJ
2026-03-28 11:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bdb2dba-5a49-555b-ba94-ee49843d78db with scrape type 2
2026-03-28 11:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bdb2dba-5a49-555b-ba94-ee49843d78db with scrape type 2
2026-03-28 11:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bdb2dba-5a49-555b-ba94-ee49843d78db, identifier: AK14%20EHJ
2026-03-28 11:27:53 [bca.uk] INFO: Found listing with ID: WJ18%20JFK
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520JFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Scrape type for WJ18%20JFK: 2
2026-03-28 11:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 854b0359-05ac-5d39-be7f-8ed12b5dba64 with identifier: WJ18%20JFK
2026-03-28 11:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 854b0359-05ac-5d39-be7f-8ed12b5dba64 with scrape type 2
2026-03-28 11:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 854b0359-05ac-5d39-be7f-8ed12b5dba64 with scrape type 2
2026-03-28 11:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 854b0359-05ac-5d39-be7f-8ed12b5dba64, identifier: WJ18%20JFK
2026-03-28 11:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30716d3f-fdd6-5414-a877-4823cc6a3e41 with identifier: SB60%20YKX
2026-03-28 11:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30716d3f-fdd6-5414-a877-4823cc6a3e41 with identifier: SB60%20YKX
2026-03-28 11:27:53 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 30716d3f-fdd6-5414-a877-4823cc6a3e41 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB60%20YKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30716d3f-fdd6-5414-a877-4823cc6a3e41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB60 YKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB60%20YKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 81729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.0 12V E/F S Hatchback',
 'transmission': 'manual',
 'trim': '12V E/F S',
 'vin': 'W0L0SDL08B6014151',
 'year': 2011}
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520YKX%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Saving data for SB60%20YKX: {'auction_closing_time': 1774692000.0, 'created_time': 1774610525.277152, 'last_price_update_time': 1774697273.394861}
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB60%2520YKX') HTTP/1.1" 204 0
2026-03-28 11:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7 with identifier: YG22%20XHN
2026-03-28 11:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7 with identifier: YG22%20XHN
2026-03-28 11:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7 with identifier: YG22%20XHN to the API
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20XHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fd7449c7-b3b5-5619-96e2-e6c5cc3cbaf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG22 XHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20XHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 65138,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-G MHEV SPORT LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SPORT LUX',
 'vin': 'JMZDM6WE600306101',
 'year': 2022}
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520XHN%27 HTTP/1.1" 200 None
2026-03-28 11:27:53 [bca.uk] INFO: Saving data for YG22%20XHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610140.714045, 'last_price_update_time': 1774697273.798747}
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520XHN') HTTP/1.1" 204 0
2026-03-28 11:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bdb2dba-5a49-555b-ba94-ee49843d78db with identifier: AK14%20EHJ
2026-03-28 11:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bdb2dba-5a49-555b-ba94-ee49843d78db with identifier: AK14%20EHJ
2026-03-28 11:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bdb2dba-5a49-555b-ba94-ee49843d78db with identifier: AK14%20EHJ to the API
2026-03-28 11:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK14%20EHJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9bdb2dba-5a49-555b-ba94-ee49843d78db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK14 EHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK14%20EHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'CC',
 'odometer': 79560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CC 2.0 TDI CR 140 BMT GT Saloon',
 'transmission': 'manual',
 'trim': 'TDI CR 140 BMT GT',
 'vin': 'WVWZZZ3CZEE535004',
 'year': 2014}
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK14%2520EHJ%27 HTTP/1.1" 200 None
2026-03-28 11:27:54 [bca.uk] INFO: Saving data for AK14%20EHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610846.039223, 'last_price_update_time': 1774697274.154585}
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK14%2520EHJ') HTTP/1.1" 204 0
2026-03-28 11:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 854b0359-05ac-5d39-be7f-8ed12b5dba64 with identifier: WJ18%20JFK
2026-03-28 11:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 854b0359-05ac-5d39-be7f-8ed12b5dba64 with identifier: WJ18%20JFK
2026-03-28 11:27:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 854b0359-05ac-5d39-be7f-8ed12b5dba64 with identifier: WJ18%20JFK to the API
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20JFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '854b0359-05ac-5d39-be7f-8ed12b5dba64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ18 JFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20JFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 83853,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620500W99643',
 'year': 2018}
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520JFK%27 HTTP/1.1" 200 None
2026-03-28 11:27:54 [bca.uk] INFO: Saving data for WJ18%20JFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774610519.509659, 'last_price_update_time': 1774697274.471554}
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520JFK') HTTP/1.1" 204 0
2026-03-28 11:27:54 [bca.uk] INFO: Found listing with ID: DG68%20MTX
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520MTX%27 HTTP/1.1" 200 None
2026-03-28 11:27:54 [bca.uk] INFO: Scrape type for DG68%20MTX: 2
2026-03-28 11:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62fe987-0754-511d-bac3-3f1c7890a870 with identifier: DG68%20MTX
2026-03-28 11:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62fe987-0754-511d-bac3-3f1c7890a870 with scrape type 2
2026-03-28 11:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62fe987-0754-511d-bac3-3f1c7890a870 with scrape type 2
2026-03-28 11:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d62fe987-0754-511d-bac3-3f1c7890a870, identifier: DG68%20MTX
2026-03-28 11:27:54 [bca.uk] INFO: Found listing with ID: BK74%20APV
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520APV%27 HTTP/1.1" 200 None
2026-03-28 11:27:54 [bca.uk] INFO: Scrape type for BK74%20APV: 0
2026-03-28 11:27:54 [bca.uk] INFO: Found listing with ID: SG66%20AYS
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520AYS%27 HTTP/1.1" 200 None
2026-03-28 11:27:54 [bca.uk] INFO: Scrape type for SG66%20AYS: 2
2026-03-28 11:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f81e9a2-9fe9-5590-931a-32d364718e6b with identifier: SG66%20AYS
2026-03-28 11:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f81e9a2-9fe9-5590-931a-32d364718e6b with scrape type 2
2026-03-28 11:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f81e9a2-9fe9-5590-931a-32d364718e6b with scrape type 2
2026-03-28 11:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f81e9a2-9fe9-5590-931a-32d364718e6b, identifier: SG66%20AYS
2026-03-28 11:27:54 [bca.uk] INFO: Found listing with ID: WJ69%20EFS
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520EFS%27 HTTP/1.1" 200 None
2026-03-28 11:27:54 [bca.uk] INFO: Scrape type for WJ69%20EFS: 2
2026-03-28 11:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 061ed135-57f5-5d16-8589-f706dd605f1d with identifier: WJ69%20EFS
2026-03-28 11:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 061ed135-57f5-5d16-8589-f706dd605f1d with scrape type 2
2026-03-28 11:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 061ed135-57f5-5d16-8589-f706dd605f1d with scrape type 2
2026-03-28 11:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 061ed135-57f5-5d16-8589-f706dd605f1d, identifier: WJ69%20EFS
2026-03-28 11:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d62fe987-0754-511d-bac3-3f1c7890a870 with identifier: DG68%20MTX
2026-03-28 11:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d62fe987-0754-511d-bac3-3f1c7890a870 with identifier: DG68%20MTX
2026-03-28 11:27:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d62fe987-0754-511d-bac3-3f1c7890a870 with identifier: DG68%20MTX to the API
2026-03-28 11:27:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG68%20MTX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd62fe987-0754-511d-bac3-3f1c7890a870',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG68 MTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG68%20MTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 95375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 T 100 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 ENERGY',
 'vin': 'W0V0XEP68K4028364',
 'year': 2018}
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520MTX%27 HTTP/1.1" 200 None
2026-03-28 11:27:55 [bca.uk] INFO: Saving data for DG68%20MTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774610527.198934, 'last_price_update_time': 1774697275.178054}
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG68%2520MTX') HTTP/1.1" 204 0
2026-03-28 11:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f81e9a2-9fe9-5590-931a-32d364718e6b with identifier: SG66%20AYS
2026-03-28 11:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f81e9a2-9fe9-5590-931a-32d364718e6b with identifier: SG66%20AYS
2026-03-28 11:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f81e9a2-9fe9-5590-931a-32d364718e6b with identifier: SG66%20AYS to the API
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG66%20AYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f81e9a2-9fe9-5590-931a-32d364718e6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG66 AYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG66%20AYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 71388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC LUX Convertible',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC LUX',
 'vin': 'SALVA5AN9HH176206',
 'year': 2016}
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520AYS%27 HTTP/1.1" 200 None
2026-03-28 11:27:55 [bca.uk] INFO: Saving data for SG66%20AYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774610792.731385, 'last_price_update_time': 1774697275.468577}
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG66%2520AYS') HTTP/1.1" 204 0
2026-03-28 11:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 061ed135-57f5-5d16-8589-f706dd605f1d with identifier: WJ69%20EFS
2026-03-28 11:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 061ed135-57f5-5d16-8589-f706dd605f1d with identifier: WJ69%20EFS
2026-03-28 11:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 061ed135-57f5-5d16-8589-f706dd605f1d with identifier: WJ69%20EFS to the API
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ69%20EFS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '061ed135-57f5-5d16-8589-f706dd605f1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ69 EFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ69%20EFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 88291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.5 TSI EVO 130 FR BLACK ED.EZ Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 130 FR BLACK ED.EZ',
 'vin': 'VSSZZZ5FZLR003191',
 'year': 2019}
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520EFS%27 HTTP/1.1" 200 None
2026-03-28 11:27:55 [bca.uk] INFO: Saving data for WJ69%20EFS: {'auction_closing_time': 1775037600.0, 'created_time': 1774610541.886976, 'last_price_update_time': 1774697275.862451}
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ69%2520EFS') HTTP/1.1" 204 0
2026-03-28 11:27:55 [bca.uk] INFO: Found listing with ID: CN71%20UJT
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520UJT%27 HTTP/1.1" 200 None
2026-03-28 11:27:55 [bca.uk] INFO: Scrape type for CN71%20UJT: 2
2026-03-28 11:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76ac5314-b61f-5e9b-84cd-5d50d7334b97 with identifier: CN71%20UJT
2026-03-28 11:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76ac5314-b61f-5e9b-84cd-5d50d7334b97 with scrape type 2
2026-03-28 11:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76ac5314-b61f-5e9b-84cd-5d50d7334b97 with scrape type 2
2026-03-28 11:27:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76ac5314-b61f-5e9b-84cd-5d50d7334b97, identifier: CN71%20UJT
2026-03-28 11:27:56 [bca.uk] INFO: Found listing with ID: FE10%20PNK
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE10%2520PNK%27 HTTP/1.1" 200 None
2026-03-28 11:27:56 [bca.uk] INFO: Scrape type for FE10%20PNK: 2
2026-03-28 11:27:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b with identifier: FE10%20PNK
2026-03-28 11:27:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b with scrape type 2
2026-03-28 11:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b with scrape type 2
2026-03-28 11:27:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b, identifier: FE10%20PNK
2026-03-28 11:27:56 [bca.uk] INFO: Found listing with ID: WP11%20FNY
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520FNY%27 HTTP/1.1" 200 None
2026-03-28 11:27:56 [bca.uk] INFO: Scrape type for WP11%20FNY: 2
2026-03-28 11:27:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ad7c6b9-4127-592f-94a1-f67679f39cd8 with identifier: WP11%20FNY
2026-03-28 11:27:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ad7c6b9-4127-592f-94a1-f67679f39cd8 with scrape type 2
2026-03-28 11:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ad7c6b9-4127-592f-94a1-f67679f39cd8 with scrape type 2
2026-03-28 11:27:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ad7c6b9-4127-592f-94a1-f67679f39cd8, identifier: WP11%20FNY
2026-03-28 11:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76ac5314-b61f-5e9b-84cd-5d50d7334b97 with identifier: CN71%20UJT
2026-03-28 11:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76ac5314-b61f-5e9b-84cd-5d50d7334b97 with identifier: CN71%20UJT
2026-03-28 11:27:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76ac5314-b61f-5e9b-84cd-5d50d7334b97 with identifier: CN71%20UJT to the API
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN71%20UJT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76ac5314-b61f-5e9b-84cd-5d50d7334b97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN71 UJT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN71%20UJT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 35909,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS87JMT010078',
 'year': 2021}
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520UJT%27 HTTP/1.1" 200 None
2026-03-28 11:27:56 [bca.uk] INFO: Saving data for CN71%20UJT: {'auction_closing_time': 1774951200.0, 'created_time': 1773833658.30085, 'last_price_update_time': 1774697276.556957}
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520UJT') HTTP/1.1" 204 0
2026-03-28 11:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b with identifier: FE10%20PNK
2026-03-28 11:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b with identifier: FE10%20PNK
2026-03-28 11:27:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE10%20PNK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf22cf8e-df1d-5503-bb3e-dca48d2ddb4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE10 PNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE10%20PNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 115193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT PANDA 1.1 ACTIVE ECO Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE ECO',
 'vin': 'ZFA16900001673924',
 'year': 2010}
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE10%2520PNK%27 HTTP/1.1" 200 None
2026-03-28 11:27:56 [bca.uk] INFO: Saving data for FE10%20PNK: {'auction_closing_time': 1774692000.0, 'created_time': 1774610821.138539, 'last_price_update_time': 1774697276.593232}
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE10%2520PNK') HTTP/1.1" 204 0
2026-03-28 11:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ad7c6b9-4127-592f-94a1-f67679f39cd8 with identifier: WP11%20FNY
2026-03-28 11:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ad7c6b9-4127-592f-94a1-f67679f39cd8 with identifier: WP11%20FNY
2026-03-28 11:27:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ad7c6b9-4127-592f-94a1-f67679f39cd8 with identifier: WP11%20FNY to the API
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP11%20FNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ad7c6b9-4127-592f-94a1-f67679f39cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP11 FNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP11%20FNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 79375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 TSI 105 SE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI 105 SE DSG',
 'vin': 'TMBKN25J4C3021282',
 'year': 2011}
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520FNY%27 HTTP/1.1" 200 None
2026-03-28 11:27:56 [bca.uk] INFO: Saving data for WP11%20FNY: {'auction_closing_time': 1775037600.0, 'created_time': 1774610531.011054, 'last_price_update_time': 1774697276.888942}
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP11%2520FNY') HTTP/1.1" 204 0
2026-03-28 11:27:56 [bca.uk] INFO: Found listing with ID: SW17%20XJF
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520XJF%27 HTTP/1.1" 200 None
2026-03-28 11:27:56 [bca.uk] INFO: Scrape type for SW17%20XJF: 2
2026-03-28 11:27:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eaa3242-6914-57bc-a8b7-07756de0b765 with identifier: SW17%20XJF
2026-03-28 11:27:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eaa3242-6914-57bc-a8b7-07756de0b765 with scrape type 2
2026-03-28 11:27:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eaa3242-6914-57bc-a8b7-07756de0b765 with scrape type 2
2026-03-28 11:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1eaa3242-6914-57bc-a8b7-07756de0b765, identifier: SW17%20XJF
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: MT59%20DZO
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT59%2520DZO%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for MT59%20DZO: 2
2026-03-28 11:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c with identifier: MT59%20DZO
2026-03-28 11:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c with scrape type 2
2026-03-28 11:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c with scrape type 2
2026-03-28 11:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c, identifier: MT59%20DZO
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: WT19%20MWC
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MWC%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for WT19%20MWC: 2
2026-03-28 11:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0d368f9-98a1-5cb7-b104-f5b43ba7aaca with identifier: WT19%20MWC
2026-03-28 11:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0d368f9-98a1-5cb7-b104-f5b43ba7aaca with scrape type 2
2026-03-28 11:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0d368f9-98a1-5cb7-b104-f5b43ba7aaca with scrape type 2
2026-03-28 11:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0d368f9-98a1-5cb7-b104-f5b43ba7aaca, identifier: WT19%20MWC
2026-03-28 11:27:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1eaa3242-6914-57bc-a8b7-07756de0b765 with identifier: SW17%20XJF
2026-03-28 11:27:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1eaa3242-6914-57bc-a8b7-07756de0b765 with identifier: SW17%20XJF
2026-03-28 11:27:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1eaa3242-6914-57bc-a8b7-07756de0b765 with identifier: SW17%20XJF to the API
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW17%20XJF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1eaa3242-6914-57bc-a8b7-07756de0b765',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW17 XJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW17%20XJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 101019,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1760082V188451',
 'year': 2017}
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520XJF%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Saving data for SW17%20XJF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610518.571018, 'last_price_update_time': 1774697277.547804}
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW17%2520XJF') HTTP/1.1" 204 0
2026-03-28 11:27:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c with identifier: MT59%20DZO
2026-03-28 11:27:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c with identifier: MT59%20DZO
2026-03-28 11:27:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT59%20DZO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca8849c4-29c7-5bf2-8728-8b6bf9bd8a6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT59 DZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT59%20DZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 98346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.5 CRDI 1 Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 1',
 'vin': 'KNADG514LA6604836',
 'year': 2009}
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT59%2520DZO%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Saving data for MT59%20DZO: {'auction_closing_time': 1774692000.0, 'created_time': 1774610822.059589, 'last_price_update_time': 1774697277.583834}
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT59%2520DZO') HTTP/1.1" 204 0
2026-03-28 11:27:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0d368f9-98a1-5cb7-b104-f5b43ba7aaca with identifier: WT19%20MWC
2026-03-28 11:27:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0d368f9-98a1-5cb7-b104-f5b43ba7aaca with identifier: WT19%20MWC
2026-03-28 11:27:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0d368f9-98a1-5cb7-b104-f5b43ba7aaca with identifier: WT19%20MWC to the API
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20MWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0d368f9-98a1-5cb7-b104-f5b43ba7aaca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT19 MWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20MWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 94843,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 2.0 CRDI 48V MHD 4WD PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 48V MHD 4WD PREMIUM DCT',
 'vin': 'TMAJ381ASKJ791456',
 'year': 2019}
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MWC%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Saving data for WT19%20MWC: {'auction_closing_time': 1775037600.0, 'created_time': 1774610489.287998, 'last_price_update_time': 1774697277.883921}
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520MWC') HTTP/1.1" 204 0
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: MT23%20CCV
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520CCV%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for MT23%20CCV: 0
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: MX69%20CCU
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520CCU%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for MX69%20CCU: 0
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: SA21%20JPF
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for SA21%20JPF: 0
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: BG15%20OHA
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG15%2520OHA%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for BG15%20OHA: 0
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: BG66%20LNE
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520LNE%27 HTTP/1.1" 200 None
2026-03-28 11:27:57 [bca.uk] INFO: Scrape type for BG66%20LNE: 0
2026-03-28 11:27:57 [bca.uk] INFO: Found listing with ID: BU72%20HBA
2026-03-28 11:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520HBA%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for BU72%20HBA: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: DG69%20HMV
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520HMV%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for DG69%20HMV: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: DN20%20OSK
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OSK%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for DN20%20OSK: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: FG20%20LJA
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520LJA%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for FG20%20LJA: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: KR22%20BYL
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520BYL%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for KR22%20BYL: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: KW68%20ZDH
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZDH%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for KW68%20ZDH: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: LL69%20JHU
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520JHU%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for LL69%20JHU: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: MF22%20PFN
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520PFN%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for MF22%20PFN: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: ML70%20FSO
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520FSO%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for ML70%20FSO: 0
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: OE17%20WBN
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for OE17%20WBN: 2
2026-03-28 11:27:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 723750a6-9775-5777-a9a0-554e92bfee0b with identifier: OE17%20WBN
2026-03-28 11:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 723750a6-9775-5777-a9a0-554e92bfee0b with scrape type 2
2026-03-28 11:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 723750a6-9775-5777-a9a0-554e92bfee0b with scrape type 2
2026-03-28 11:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 723750a6-9775-5777-a9a0-554e92bfee0b, identifier: OE17%20WBN
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: VN57%20MHZ
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN57%2520MHZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for VN57%20MHZ: 2
2026-03-28 11:27:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a239363f-8719-5961-bc2d-4dc4c7820e05 with identifier: VN57%20MHZ
2026-03-28 11:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a239363f-8719-5961-bc2d-4dc4c7820e05 with scrape type 2
2026-03-28 11:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a239363f-8719-5961-bc2d-4dc4c7820e05 with scrape type 2
2026-03-28 11:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a239363f-8719-5961-bc2d-4dc4c7820e05, identifier: VN57%20MHZ
2026-03-28 11:27:58 [bca.uk] INFO: Found listing with ID: BG65%20LKA
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520LKA%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Scrape type for BG65%20LKA: 2
2026-03-28 11:27:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cd62bae-84cd-5b87-8c7f-db2499e9283f with identifier: BG65%20LKA
2026-03-28 11:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd62bae-84cd-5b87-8c7f-db2499e9283f with scrape type 2
2026-03-28 11:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cd62bae-84cd-5b87-8c7f-db2499e9283f with scrape type 2
2026-03-28 11:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cd62bae-84cd-5b87-8c7f-db2499e9283f, identifier: BG65%20LKA
2026-03-28 11:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 723750a6-9775-5777-a9a0-554e92bfee0b with identifier: OE17%20WBN
2026-03-28 11:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 723750a6-9775-5777-a9a0-554e92bfee0b with identifier: OE17%20WBN
2026-03-28 11:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 723750a6-9775-5777-a9a0-554e92bfee0b with identifier: OE17%20WBN to the API
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE17%20WBN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '723750a6-9775-5777-a9a0-554e92bfee0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE17 WBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE17%20WBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 99062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760122J640980',
 'year': 2017}
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520WBN%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Saving data for OE17%20WBN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610515.542883, 'last_price_update_time': 1774697278.782209}
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE17%2520WBN') HTTP/1.1" 204 0
2026-03-28 11:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a239363f-8719-5961-bc2d-4dc4c7820e05 with identifier: VN57%20MHZ
2026-03-28 11:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a239363f-8719-5961-bc2d-4dc4c7820e05 with identifier: VN57%20MHZ
2026-03-28 11:27:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a239363f-8719-5961-bc2d-4dc4c7820e05 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN57%20MHZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a239363f-8719-5961-bc2d-4dc4c7820e05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN57 MHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN57%20MHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 107572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 207 1.6 HDI 90 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 90 SPORT',
 'vin': 'VF3WC9HXC34028432',
 'year': 2007}
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN57%2520MHZ%27 HTTP/1.1" 200 None
2026-03-28 11:27:58 [bca.uk] INFO: Saving data for VN57%20MHZ: {'auction_closing_time': 1774692000.0, 'created_time': 1774610790.68563, 'last_price_update_time': 1774697278.914153}
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN57%2520MHZ') HTTP/1.1" 204 0
2026-03-28 11:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cd62bae-84cd-5b87-8c7f-db2499e9283f with identifier: BG65%20LKA
2026-03-28 11:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cd62bae-84cd-5b87-8c7f-db2499e9283f with identifier: BG65%20LKA
2026-03-28 11:27:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cd62bae-84cd-5b87-8c7f-db2499e9283f with identifier: BG65%20LKA to the API
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:27:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG65%20LKA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9cd62bae-84cd-5b87-8c7f-db2499e9283f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG65 LKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG65%20LKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 66623,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D5 220 AWD SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 220 AWD SE LUX G/T',
 'vin': 'YV1DZ97C6G2850831',
 'year': 2015}
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520LKA%27 HTTP/1.1" 200 None
2026-03-28 11:27:59 [bca.uk] INFO: Saving data for BG65%20LKA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610509.347717, 'last_price_update_time': 1774697279.216551}
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG65%2520LKA') HTTP/1.1" 204 0
2026-03-28 11:27:59 [bca.uk] INFO: Found listing with ID: KC57%20NGE
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC57%2520NGE%27 HTTP/1.1" 200 None
2026-03-28 11:27:59 [bca.uk] INFO: Scrape type for KC57%20NGE: 2
2026-03-28 11:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d58033d2-3f1c-5c15-b4c7-d9251ff58596 with identifier: KC57%20NGE
2026-03-28 11:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d58033d2-3f1c-5c15-b4c7-d9251ff58596 with scrape type 2
2026-03-28 11:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d58033d2-3f1c-5c15-b4c7-d9251ff58596 with scrape type 2
2026-03-28 11:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d58033d2-3f1c-5c15-b4c7-d9251ff58596, identifier: KC57%20NGE
2026-03-28 11:27:59 [bca.uk] INFO: Found listing with ID: WG08%20HTF
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520HTF%27 HTTP/1.1" 200 None
2026-03-28 11:27:59 [bca.uk] INFO: Scrape type for WG08%20HTF: 2
2026-03-28 11:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0 with identifier: WG08%20HTF
2026-03-28 11:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0 with scrape type 2
2026-03-28 11:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0 with scrape type 2
2026-03-28 11:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0, identifier: WG08%20HTF
2026-03-28 11:27:59 [bca.uk] INFO: Found listing with ID: BG66%20AOL
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520AOL%27 HTTP/1.1" 200 None
2026-03-28 11:27:59 [bca.uk] INFO: Scrape type for BG66%20AOL: 2
2026-03-28 11:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56d0dd58-7420-58de-a622-9dc695610f06 with identifier: BG66%20AOL
2026-03-28 11:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56d0dd58-7420-58de-a622-9dc695610f06 with scrape type 2
2026-03-28 11:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56d0dd58-7420-58de-a622-9dc695610f06 with scrape type 2
2026-03-28 11:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56d0dd58-7420-58de-a622-9dc695610f06, identifier: BG66%20AOL
2026-03-28 11:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d58033d2-3f1c-5c15-b4c7-d9251ff58596 with identifier: KC57%20NGE
2026-03-28 11:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d58033d2-3f1c-5c15-b4c7-d9251ff58596 with identifier: KC57%20NGE
2026-03-28 11:27:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d58033d2-3f1c-5c15-b4c7-d9251ff58596 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KC57%20NGE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd58033d2-3f1c-5c15-b4c7-d9251ff58596',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KC57 NGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KC57%20NGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 120297,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.8 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'WF05XXWPD57T53468',
 'year': 2007}
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC57%2520NGE%27 HTTP/1.1" 200 None
2026-03-28 11:27:59 [bca.uk] INFO: Saving data for KC57%20NGE: {'auction_closing_time': 1774692000.0, 'created_time': 1774610514.262591, 'last_price_update_time': 1774697279.690786}
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KC57%2520NGE') HTTP/1.1" 204 0
2026-03-28 11:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0 with identifier: WG08%20HTF
2026-03-28 11:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0 with identifier: WG08%20HTF
2026-03-28 11:27:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG08%20HTF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0c961c2-afeb-55b1-a0f8-9fc98d7c8aa0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG08 HTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG08%20HTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 152721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0PXXWPDP8A37408',
 'year': 2008}
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520HTF%27 HTTP/1.1" 200 None
2026-03-28 11:27:59 [bca.uk] INFO: Saving data for WG08%20HTF: {'auction_closing_time': 1774692000.0, 'created_time': 1774610822.939829, 'last_price_update_time': 1774697279.727302}
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG08%2520HTF') HTTP/1.1" 204 0
2026-03-28 11:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56d0dd58-7420-58de-a622-9dc695610f06 with identifier: BG66%20AOL
2026-03-28 11:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56d0dd58-7420-58de-a622-9dc695610f06 with identifier: BG66%20AOL
2026-03-28 11:27:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56d0dd58-7420-58de-a622-9dc695610f06 with identifier: BG66%20AOL to the API
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:27:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG66%20AOL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '56d0dd58-7420-58de-a622-9dc695610f06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG66 AOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG66%20AOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 76583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.0 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3PSCFBCGR120236',
 'year': 2016}
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520AOL%27 HTTP/1.1" 200 None
2026-03-28 11:28:00 [bca.uk] INFO: Saving data for BG66%20AOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610501.480006, 'last_price_update_time': 1774697280.059625}
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG66%2520AOL') HTTP/1.1" 204 0
2026-03-28 11:28:00 [bca.uk] INFO: Found listing with ID: LV06%20NNX
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV06%2520NNX%27 HTTP/1.1" 200 None
2026-03-28 11:28:00 [bca.uk] INFO: Scrape type for LV06%20NNX: 2
2026-03-28 11:28:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bead76b-3630-56e6-ac0e-45f958479e43 with identifier: LV06%20NNX
2026-03-28 11:28:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bead76b-3630-56e6-ac0e-45f958479e43 with scrape type 2
2026-03-28 11:28:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bead76b-3630-56e6-ac0e-45f958479e43 with scrape type 2
2026-03-28 11:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bead76b-3630-56e6-ac0e-45f958479e43, identifier: LV06%20NNX
2026-03-28 11:28:00 [bca.uk] INFO: Found listing with ID: CN15%20OVR
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN15%2520OVR%27 HTTP/1.1" 200 None
2026-03-28 11:28:00 [bca.uk] INFO: Scrape type for CN15%20OVR: 2
2026-03-28 11:28:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c29f74c1-794f-5efc-bb08-3c03cbe34a7a with identifier: CN15%20OVR
2026-03-28 11:28:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c29f74c1-794f-5efc-bb08-3c03cbe34a7a with scrape type 2
2026-03-28 11:28:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c29f74c1-794f-5efc-bb08-3c03cbe34a7a with scrape type 2
2026-03-28 11:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c29f74c1-794f-5efc-bb08-3c03cbe34a7a, identifier: CN15%20OVR
2026-03-28 11:28:00 [bca.uk] INFO: Found listing with ID: BJ68%20MKO
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520MKO%27 HTTP/1.1" 200 None
2026-03-28 11:28:00 [bca.uk] INFO: Scrape type for BJ68%20MKO: 2
2026-03-28 11:28:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26dfb74e-f459-5f65-8a7c-394a29f9add0 with identifier: BJ68%20MKO
2026-03-28 11:28:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26dfb74e-f459-5f65-8a7c-394a29f9add0 with scrape type 2
2026-03-28 11:28:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26dfb74e-f459-5f65-8a7c-394a29f9add0 with scrape type 2
2026-03-28 11:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26dfb74e-f459-5f65-8a7c-394a29f9add0, identifier: BJ68%20MKO
2026-03-28 11:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bead76b-3630-56e6-ac0e-45f958479e43 with identifier: LV06%20NNX
2026-03-28 11:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bead76b-3630-56e6-ac0e-45f958479e43 with identifier: LV06%20NNX
2026-03-28 11:28:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1bead76b-3630-56e6-ac0e-45f958479e43 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV06%20NNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1bead76b-3630-56e6-ac0e-45f958479e43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV06 NNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV06%20NNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 140562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 FSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'FSI SE',
 'vin': 'WVWZZZ1KZ6B162608',
 'year': 2006}
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV06%2520NNX%27 HTTP/1.1" 200 None
2026-03-28 11:28:00 [bca.uk] INFO: Saving data for LV06%20NNX: {'auction_closing_time': 1774692000.0, 'created_time': 1774610499.218749, 'last_price_update_time': 1774697280.492688}
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV06%2520NNX') HTTP/1.1" 204 0
2026-03-28 11:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c29f74c1-794f-5efc-bb08-3c03cbe34a7a with identifier: CN15%20OVR
2026-03-28 11:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c29f74c1-794f-5efc-bb08-3c03cbe34a7a with identifier: CN15%20OVR
2026-03-28 11:28:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c29f74c1-794f-5efc-bb08-3c03cbe34a7a with identifier: CN15%20OVR to the API
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN15%20OVR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c29f74c1-794f-5efc-bb08-3c03cbe34a7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN15 OVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN15%20OVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 116933,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM',
 'vin': 'WF0AXXWPMAEG51219',
 'year': 2015}
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN15%2520OVR%27 HTTP/1.1" 200 None
2026-03-28 11:28:00 [bca.uk] INFO: Saving data for CN15%20OVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774610781.413103, 'last_price_update_time': 1774697280.872851}
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN15%2520OVR') HTTP/1.1" 204 0
2026-03-28 11:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26dfb74e-f459-5f65-8a7c-394a29f9add0 with identifier: BJ68%20MKO
2026-03-28 11:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26dfb74e-f459-5f65-8a7c-394a29f9add0 with identifier: BJ68%20MKO
2026-03-28 11:28:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26dfb74e-f459-5f65-8a7c-394a29f9add0 with identifier: BJ68%20MKO to the API
2026-03-28 11:28:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ68%20MKO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26dfb74e-f459-5f65-8a7c-394a29f9add0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ68 MKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ68%20MKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF SPORTBRAKE',
 'odometer': 35248,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF SPORTBRAKE 2.0 T(I4) 250 PORTFOLIO Estate',
 'transmission': 'automatic',
 'trim': 'T(I4) 250 PORTFOLIO',
 'vin': 'SAJBB2AX0KCY76595',
 'year': 2018}
2026-03-28 11:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520MKO%27 HTTP/1.1" 200 None
2026-03-28 11:28:01 [bca.uk] INFO: Saving data for BJ68%20MKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610490.990598, 'last_price_update_time': 1774697281.990687}
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ68%2520MKO') HTTP/1.1" 204 0
2026-03-28 11:28:02 [bca.uk] INFO: Found listing with ID: LK16%20OFO
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK16%2520OFO%27 HTTP/1.1" 200 None
2026-03-28 11:28:02 [bca.uk] INFO: Scrape type for LK16%20OFO: 2
2026-03-28 11:28:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f75c775-e748-55a4-9322-96d11983c6a3 with identifier: LK16%20OFO
2026-03-28 11:28:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f75c775-e748-55a4-9322-96d11983c6a3 with scrape type 2
2026-03-28 11:28:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f75c775-e748-55a4-9322-96d11983c6a3 with scrape type 2
2026-03-28 11:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f75c775-e748-55a4-9322-96d11983c6a3, identifier: LK16%20OFO
2026-03-28 11:28:02 [bca.uk] INFO: Found listing with ID: DL74%20VCU
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VCU%27 HTTP/1.1" 200 None
2026-03-28 11:28:02 [bca.uk] INFO: Scrape type for DL74%20VCU: 2
2026-03-28 11:28:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1620fd5-bcb2-5d67-8049-303cb1feca43 with identifier: DL74%20VCU
2026-03-28 11:28:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1620fd5-bcb2-5d67-8049-303cb1feca43 with scrape type 2
2026-03-28 11:28:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1620fd5-bcb2-5d67-8049-303cb1feca43 with scrape type 2
2026-03-28 11:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1620fd5-bcb2-5d67-8049-303cb1feca43, identifier: DL74%20VCU
2026-03-28 11:28:02 [bca.uk] INFO: Found listing with ID: BT65%20RKY
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT65%2520RKY%27 HTTP/1.1" 200 None
2026-03-28 11:28:02 [bca.uk] INFO: Scrape type for BT65%20RKY: 2
2026-03-28 11:28:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b42e81-9db4-553f-93af-4cc33d18b6b6 with identifier: BT65%20RKY
2026-03-28 11:28:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b42e81-9db4-553f-93af-4cc33d18b6b6 with scrape type 2
2026-03-28 11:28:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b42e81-9db4-553f-93af-4cc33d18b6b6 with scrape type 2
2026-03-28 11:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b42e81-9db4-553f-93af-4cc33d18b6b6, identifier: BT65%20RKY
2026-03-28 11:28:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f75c775-e748-55a4-9322-96d11983c6a3 with identifier: LK16%20OFO
2026-03-28 11:28:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f75c775-e748-55a4-9322-96d11983c6a3 with identifier: LK16%20OFO
2026-03-28 11:28:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f75c775-e748-55a4-9322-96d11983c6a3 with identifier: LK16%20OFO to the API
2026-03-28 11:28:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK16%20OFO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1f75c775-e748-55a4-9322-96d11983c6a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK16 OFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK16%20OFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 104092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI Hatchback',
 'transmission': 'automatic',
 'trim': 'T 16V 150 SRI',
 'vin': 'W0LBF6ECXGG058145',
 'year': 2016}
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK16%2520OFO%27 HTTP/1.1" 200 None
2026-03-28 11:28:03 [bca.uk] INFO: Saving data for LK16%20OFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610498.586805, 'last_price_update_time': 1774697283.451408}
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK16%2520OFO') HTTP/1.1" 204 0
2026-03-28 11:28:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1620fd5-bcb2-5d67-8049-303cb1feca43 with identifier: DL74%20VCU
2026-03-28 11:28:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1620fd5-bcb2-5d67-8049-303cb1feca43 with identifier: DL74%20VCU
2026-03-28 11:28:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1620fd5-bcb2-5d67-8049-303cb1feca43 with identifier: DL74%20VCU to the API
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20VCU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c1620fd5-bcb2-5d67-8049-303cb1feca43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 VCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20VCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 13106,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY2R6057047',
 'year': 2024}
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VCU%27 HTTP/1.1" 200 None
2026-03-28 11:28:03 [bca.uk] INFO: Saving data for DL74%20VCU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610826.809912, 'last_price_update_time': 1774697283.749876}
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520VCU') HTTP/1.1" 204 0
2026-03-28 11:28:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b42e81-9db4-553f-93af-4cc33d18b6b6 with identifier: BT65%20RKY
2026-03-28 11:28:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b42e81-9db4-553f-93af-4cc33d18b6b6 with identifier: BT65%20RKY
2026-03-28 11:28:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b42e81-9db4-553f-93af-4cc33d18b6b6 with identifier: BT65%20RKY to the API
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT65%20RKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '79b42e81-9db4-553f-93af-4cc33d18b6b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT65 RKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT65%20RKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 65955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T ACENTA',
 'vin': 'SJNFEAJ11U1558833',
 'year': 2015}
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT65%2520RKY%27 HTTP/1.1" 200 None
2026-03-28 11:28:04 [bca.uk] INFO: Saving data for BT65%20RKY: {'auction_closing_time': 1775037600.0, 'created_time': 1774610844.009913, 'last_price_update_time': 1774697284.065396}
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT65%2520RKY') HTTP/1.1" 204 0
2026-03-28 11:28:04 [bca.uk] INFO: Found listing with ID: RJ51%20FZS
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ51%2520FZS%27 HTTP/1.1" 200 None
2026-03-28 11:28:04 [bca.uk] INFO: Scrape type for RJ51%20FZS: 2
2026-03-28 11:28:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4035c147-d71d-550b-909b-e0d400557980 with identifier: RJ51%20FZS
2026-03-28 11:28:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4035c147-d71d-550b-909b-e0d400557980 with scrape type 2
2026-03-28 11:28:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4035c147-d71d-550b-909b-e0d400557980 with scrape type 2
2026-03-28 11:28:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4035c147-d71d-550b-909b-e0d400557980, identifier: RJ51%20FZS
2026-03-28 11:28:04 [bca.uk] INFO: Found listing with ID: KV14%20NEN
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520NEN%27 HTTP/1.1" 200 None
2026-03-28 11:28:04 [bca.uk] INFO: Scrape type for KV14%20NEN: 2
2026-03-28 11:28:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeb03e71-39a0-57ee-89eb-b422f3f481ec with identifier: KV14%20NEN
2026-03-28 11:28:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeb03e71-39a0-57ee-89eb-b422f3f481ec with scrape type 2
2026-03-28 11:28:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeb03e71-39a0-57ee-89eb-b422f3f481ec with scrape type 2
2026-03-28 11:28:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aeb03e71-39a0-57ee-89eb-b422f3f481ec, identifier: KV14%20NEN
2026-03-28 11:28:04 [bca.uk] INFO: Found listing with ID: DK12%20ZWB
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZWB%27 HTTP/1.1" 200 None
2026-03-28 11:28:04 [bca.uk] INFO: Scrape type for DK12%20ZWB: 2
2026-03-28 11:28:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a8140c3-6c73-5f71-a603-cbaaa6614ccd with identifier: DK12%20ZWB
2026-03-28 11:28:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8140c3-6c73-5f71-a603-cbaaa6614ccd with scrape type 2
2026-03-28 11:28:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a8140c3-6c73-5f71-a603-cbaaa6614ccd with scrape type 2
2026-03-28 11:28:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a8140c3-6c73-5f71-a603-cbaaa6614ccd, identifier: DK12%20ZWB
2026-03-28 11:28:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4035c147-d71d-550b-909b-e0d400557980 with identifier: RJ51%20FZS
2026-03-28 11:28:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4035c147-d71d-550b-909b-e0d400557980 with identifier: RJ51%20FZS
2026-03-28 11:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4035c147-d71d-550b-909b-e0d400557980 with identifier: RJ51%20FZS to the API
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ51%20FZS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4035c147-d71d-550b-909b-e0d400557980',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ51 FZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ51%20FZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 107550,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2001-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 VTEC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC SE',
 'vin': 'JHMEU68401S202800',
 'year': 2001}
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ51%2520FZS%27 HTTP/1.1" 200 None
2026-03-28 11:28:04 [bca.uk] INFO: Saving data for RJ51%20FZS: {'auction_closing_time': 1774951200.0, 'created_time': 1774610497.612961, 'last_price_update_time': 1774697284.756553}
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ51%2520FZS') HTTP/1.1" 204 0
2026-03-28 11:28:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aeb03e71-39a0-57ee-89eb-b422f3f481ec with identifier: KV14%20NEN
2026-03-28 11:28:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aeb03e71-39a0-57ee-89eb-b422f3f481ec with identifier: KV14%20NEN
2026-03-28 11:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aeb03e71-39a0-57ee-89eb-b422f3f481ec with identifier: KV14%20NEN to the API
2026-03-28 11:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV14%20NEN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aeb03e71-39a0-57ee-89eb-b422f3f481ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV14 NEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV14%20NEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 83751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.6 B/E SE Hatchback',
 'transmission': 'manual',
 'trim': 'B/E SE',
 'vin': 'WDD1760422V011302',
 'year': 2014}
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520NEN%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Saving data for KV14%20NEN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610826.056653, 'last_price_update_time': 1774697285.136739}
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV14%2520NEN') HTTP/1.1" 204 0
2026-03-28 11:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a8140c3-6c73-5f71-a603-cbaaa6614ccd with identifier: DK12%20ZWB
2026-03-28 11:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a8140c3-6c73-5f71-a603-cbaaa6614ccd with identifier: DK12%20ZWB
2026-03-28 11:28:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a8140c3-6c73-5f71-a603-cbaaa6614ccd with identifier: DK12%20ZWB to the API
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK12%20ZWB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a8140c3-6c73-5f71-a603-cbaaa6614ccd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK12 ZWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK12%20ZWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 91575,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFCAJ10U2554557',
 'year': 2012}
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZWB%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Saving data for DK12%20ZWB: {'auction_closing_time': 1775037600.0, 'created_time': 1774610810.824783, 'last_price_update_time': 1774697285.498526}
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK12%2520ZWB') HTTP/1.1" 204 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: YP18%20ZJN
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520ZJN%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for YP18%20ZJN: 2
2026-03-28 11:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28 with identifier: YP18%20ZJN
2026-03-28 11:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28 with scrape type 2
2026-03-28 11:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28 with scrape type 2
2026-03-28 11:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28, identifier: YP18%20ZJN
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: FN17%20EEP
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520EEP%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for FN17%20EEP: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: LJ16%20SLU
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520SLU%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for LJ16%20SLU: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: OU19%20XBC
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520XBC%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for OU19%20XBC: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: RJ16%20TMX
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520TMX%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for RJ16%20TMX: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: RV15%20KDZ
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV15%2520KDZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for RV15%20KDZ: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: SF19%20WCN
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520WCN%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for SF19%20WCN: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: SH66%20XBF
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520XBF%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for SH66%20XBF: 0
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: SJ18%20WBU
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ18%2520WBU%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for SJ18%20WBU: 2
2026-03-28 11:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca437ab3-fdb0-5514-8580-4a0980ad289d with identifier: SJ18%20WBU
2026-03-28 11:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca437ab3-fdb0-5514-8580-4a0980ad289d with scrape type 2
2026-03-28 11:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca437ab3-fdb0-5514-8580-4a0980ad289d with scrape type 2
2026-03-28 11:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca437ab3-fdb0-5514-8580-4a0980ad289d, identifier: SJ18%20WBU
2026-03-28 11:28:05 [bca.uk] INFO: Found listing with ID: DS14%20ATY
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS14%2520ATY%27 HTTP/1.1" 200 None
2026-03-28 11:28:05 [bca.uk] INFO: Scrape type for DS14%20ATY: 2
2026-03-28 11:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51cbfc19-9553-54e8-a5c5-5c313b7405ab with identifier: DS14%20ATY
2026-03-28 11:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51cbfc19-9553-54e8-a5c5-5c313b7405ab with scrape type 2
2026-03-28 11:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51cbfc19-9553-54e8-a5c5-5c313b7405ab with scrape type 2
2026-03-28 11:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51cbfc19-9553-54e8-a5c5-5c313b7405ab, identifier: DS14%20ATY
2026-03-28 11:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28 with identifier: YP18%20ZJN
2026-03-28 11:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28 with identifier: YP18%20ZJN
2026-03-28 11:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28 with identifier: YP18%20ZJN to the API
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP18%20ZJN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba954ca9-4dc5-5ee5-a3da-2ea6134c1f28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP18 ZJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP18%20ZJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 109965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 140 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE',
 'vin': 'WF05XXGCC5JT34826',
 'year': 2018}
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520ZJN%27 HTTP/1.1" 200 None
2026-03-28 11:28:06 [bca.uk] INFO: Saving data for YP18%20ZJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610477.041701, 'last_price_update_time': 1774697286.32392}
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP18%2520ZJN') HTTP/1.1" 204 0
2026-03-28 11:28:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca437ab3-fdb0-5514-8580-4a0980ad289d with identifier: SJ18%20WBU
2026-03-28 11:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca437ab3-fdb0-5514-8580-4a0980ad289d with identifier: SJ18%20WBU
2026-03-28 11:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca437ab3-fdb0-5514-8580-4a0980ad289d with identifier: SJ18%20WBU to the API
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ18%20WBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca437ab3-fdb0-5514-8580-4a0980ad289d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ18 WBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ18%20WBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 120901,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2AK8JA196812',
 'year': 2018}
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ18%2520WBU%27 HTTP/1.1" 200 None
2026-03-28 11:28:06 [bca.uk] INFO: Saving data for SJ18%20WBU: {'auction_closing_time': 1774864800.0, 'created_time': 1773958191.653816, 'last_price_update_time': 1774697286.653196}
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ18%2520WBU') HTTP/1.1" 204 0
2026-03-28 11:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51cbfc19-9553-54e8-a5c5-5c313b7405ab with identifier: DS14%20ATY
2026-03-28 11:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51cbfc19-9553-54e8-a5c5-5c313b7405ab with identifier: DS14%20ATY
2026-03-28 11:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51cbfc19-9553-54e8-a5c5-5c313b7405ab with identifier: DS14%20ATY to the API
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS14%20ATY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51cbfc19-9553-54e8-a5c5-5c313b7405ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS14 ATY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS14%20ATY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 101896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.6 E/B 180 4WD TITANIUM X StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B 180 4WD TITANIUM X',
 'vin': 'WF0AXXWPMAES80369',
 'year': 2014}
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS14%2520ATY%27 HTTP/1.1" 200 None
2026-03-28 11:28:06 [bca.uk] INFO: Saving data for DS14%20ATY: {'auction_closing_time': 1775037600.0, 'created_time': 1774610829.362671, 'last_price_update_time': 1774697286.982496}
2026-03-28 11:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS14%2520ATY') HTTP/1.1" 204 0
2026-03-28 11:28:07 [bca.uk] INFO: Found listing with ID: HG64%20PJU
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520PJU%27 HTTP/1.1" 200 None
2026-03-28 11:28:07 [bca.uk] INFO: Scrape type for HG64%20PJU: 2
2026-03-28 11:28:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d with identifier: HG64%20PJU
2026-03-28 11:28:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d with scrape type 2
2026-03-28 11:28:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d with scrape type 2
2026-03-28 11:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d, identifier: HG64%20PJU
2026-03-28 11:28:07 [bca.uk] INFO: Found listing with ID: WG19%20EJF
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520EJF%27 HTTP/1.1" 200 None
2026-03-28 11:28:07 [bca.uk] INFO: Scrape type for WG19%20EJF: 0
2026-03-28 11:28:07 [bca.uk] INFO: Found listing with ID: WH19%20HPZ
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:07 [bca.uk] INFO: Scrape type for WH19%20HPZ: 0
2026-03-28 11:28:07 [bca.uk] INFO: Found listing with ID: WT19%20UJM
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520UJM%27 HTTP/1.1" 200 None
2026-03-28 11:28:07 [bca.uk] INFO: Scrape type for WT19%20UJM: 2
2026-03-28 11:28:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a3c03b0-26e3-5389-b107-db48b4d127ec with identifier: WT19%20UJM
2026-03-28 11:28:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a3c03b0-26e3-5389-b107-db48b4d127ec with scrape type 2
2026-03-28 11:28:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a3c03b0-26e3-5389-b107-db48b4d127ec with scrape type 2
2026-03-28 11:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a3c03b0-26e3-5389-b107-db48b4d127ec, identifier: WT19%20UJM
2026-03-28 11:28:07 [bca.uk] INFO: Found listing with ID: DX16%20BHE
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520BHE%27 HTTP/1.1" 200 None
2026-03-28 11:28:07 [bca.uk] INFO: Scrape type for DX16%20BHE: 2
2026-03-28 11:28:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f46951-00ed-52fa-9baa-d5aee1160094 with identifier: DX16%20BHE
2026-03-28 11:28:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f46951-00ed-52fa-9baa-d5aee1160094 with scrape type 2
2026-03-28 11:28:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f46951-00ed-52fa-9baa-d5aee1160094 with scrape type 2
2026-03-28 11:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3f46951-00ed-52fa-9baa-d5aee1160094, identifier: DX16%20BHE
2026-03-28 11:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d with identifier: HG64%20PJU
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange%2Fblack HTTP/1.1" 200 None
2026-03-28 11:28:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d with identifier: HG64%20PJU
2026-03-28 11:28:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d with identifier: HG64%20PJU to the API
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG64%20PJU-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c9bf13a-c2fc-56d0-afdd-10b3e72ff68d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG64 PJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG64%20PJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 88612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE S',
 'vin': 'VF12RFL1H51976802',
 'year': 2015}
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520PJU%27 HTTP/1.1" 200 None
2026-03-28 11:28:07 [bca.uk] INFO: Saving data for HG64%20PJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610500.21796, 'last_price_update_time': 1774697287.84756}
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG64%2520PJU') HTTP/1.1" 204 0
2026-03-28 11:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a3c03b0-26e3-5389-b107-db48b4d127ec with identifier: WT19%20UJM
2026-03-28 11:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a3c03b0-26e3-5389-b107-db48b4d127ec with identifier: WT19%20UJM
2026-03-28 11:28:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a3c03b0-26e3-5389-b107-db48b4d127ec with identifier: WT19%20UJM to the API
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20UJM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a3c03b0-26e3-5389-b107-db48b4d127ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT19 UJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20UJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 59335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA3120000JB97159',
 'year': 2019}
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520UJM%27 HTTP/1.1" 200 None
2026-03-28 11:28:08 [bca.uk] INFO: Saving data for WT19%20UJM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610805.166467, 'last_price_update_time': 1774697288.26157}
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520UJM') HTTP/1.1" 204 0
2026-03-28 11:28:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3f46951-00ed-52fa-9baa-d5aee1160094 with identifier: DX16%20BHE
2026-03-28 11:28:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3f46951-00ed-52fa-9baa-d5aee1160094 with identifier: DX16%20BHE
2026-03-28 11:28:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3f46951-00ed-52fa-9baa-d5aee1160094 with identifier: DX16%20BHE to the API
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX16%20BHE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e3f46951-00ed-52fa-9baa-d5aee1160094',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX16 BHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX16%20BHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 89845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': '90 DESIGN',
 'vin': 'W0L0XEP68G4168153',
 'year': 2016}
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520BHE%27 HTTP/1.1" 200 None
2026-03-28 11:28:08 [bca.uk] INFO: Saving data for DX16%20BHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774610790.242691, 'last_price_update_time': 1774697288.578573}
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX16%2520BHE') HTTP/1.1" 204 0
2026-03-28 11:28:08 [bca.uk] INFO: Found listing with ID: GF16%20UZD
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520UZD%27 HTTP/1.1" 200 None
2026-03-28 11:28:08 [bca.uk] INFO: Scrape type for GF16%20UZD: 2
2026-03-28 11:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d379e1-cd5e-5a6c-80b1-7aa807487079 with identifier: GF16%20UZD
2026-03-28 11:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20d379e1-cd5e-5a6c-80b1-7aa807487079 with scrape type 2
2026-03-28 11:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20d379e1-cd5e-5a6c-80b1-7aa807487079 with scrape type 2
2026-03-28 11:28:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20d379e1-cd5e-5a6c-80b1-7aa807487079, identifier: GF16%20UZD
2026-03-28 11:28:08 [bca.uk] INFO: Found listing with ID: YA21%20GZM
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520GZM%27 HTTP/1.1" 200 None
2026-03-28 11:28:08 [bca.uk] INFO: Scrape type for YA21%20GZM: 2
2026-03-28 11:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e090ca81-ed86-556a-b714-e0c8c8fef1b1 with identifier: YA21%20GZM
2026-03-28 11:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e090ca81-ed86-556a-b714-e0c8c8fef1b1 with scrape type 2
2026-03-28 11:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e090ca81-ed86-556a-b714-e0c8c8fef1b1 with scrape type 2
2026-03-28 11:28:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e090ca81-ed86-556a-b714-e0c8c8fef1b1, identifier: YA21%20GZM
2026-03-28 11:28:08 [bca.uk] INFO: Found listing with ID: EA66%20NHF
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520NHF%27 HTTP/1.1" 200 None
2026-03-28 11:28:08 [bca.uk] INFO: Scrape type for EA66%20NHF: 2
2026-03-28 11:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22073cb2-8c82-5803-8a73-d906855dc3f0 with identifier: EA66%20NHF
2026-03-28 11:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22073cb2-8c82-5803-8a73-d906855dc3f0 with scrape type 2
2026-03-28 11:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22073cb2-8c82-5803-8a73-d906855dc3f0 with scrape type 2
2026-03-28 11:28:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22073cb2-8c82-5803-8a73-d906855dc3f0, identifier: EA66%20NHF
2026-03-28 11:28:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20d379e1-cd5e-5a6c-80b1-7aa807487079 with identifier: GF16%20UZD
2026-03-28 11:28:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20d379e1-cd5e-5a6c-80b1-7aa807487079 with identifier: GF16%20UZD
2026-03-28 11:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20d379e1-cd5e-5a6c-80b1-7aa807487079 with identifier: GF16%20UZD to the API
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF16%20UZD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20d379e1-cd5e-5a6c-80b1-7aa807487079',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF16 UZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF16%20UZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 63320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 BLUEHDI 120 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ALLURE',
 'vin': 'VF3CUBHZMGY030700',
 'year': 2016}
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520UZD%27 HTTP/1.1" 200 None
2026-03-28 11:28:09 [bca.uk] INFO: Saving data for GF16%20UZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774610503.013929, 'last_price_update_time': 1774697289.214709}
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF16%2520UZD') HTTP/1.1" 204 0
2026-03-28 11:28:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e090ca81-ed86-556a-b714-e0c8c8fef1b1 with identifier: YA21%20GZM
2026-03-28 11:28:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e090ca81-ed86-556a-b714-e0c8c8fef1b1 with identifier: YA21%20GZM
2026-03-28 11:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e090ca81-ed86-556a-b714-e0c8c8fef1b1 with identifier: YA21%20GZM to the API
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 52,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA21%20GZM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e090ca81-ed86-556a-b714-e0c8c8fef1b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA21 GZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA21%20GZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 110014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT STEP',
 'vin': 'WBATS120509G61819',
 'year': 2021}
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520GZM%27 HTTP/1.1" 200 None
2026-03-28 11:28:09 [bca.uk] INFO: Saving data for YA21%20GZM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610799.779499, 'last_price_update_time': 1774697289.633452}
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA21%2520GZM') HTTP/1.1" 204 0
2026-03-28 11:28:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22073cb2-8c82-5803-8a73-d906855dc3f0 with identifier: EA66%20NHF
2026-03-28 11:28:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22073cb2-8c82-5803-8a73-d906855dc3f0 with identifier: EA66%20NHF
2026-03-28 11:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22073cb2-8c82-5803-8a73-d906855dc3f0 with identifier: EA66%20NHF to the API
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA66%20NHF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '22073cb2-8c82-5803-8a73-d906855dc3f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA66 NHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA66%20NHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 80209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7288822',
 'year': 2016}
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520NHF%27 HTTP/1.1" 200 None
2026-03-28 11:28:09 [bca.uk] INFO: Saving data for EA66%20NHF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610811.252566, 'last_price_update_time': 1774697289.916886}
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA66%2520NHF') HTTP/1.1" 204 0
2026-03-28 11:28:09 [bca.uk] INFO: Found listing with ID: LV14%20UDJ
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520UDJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:09 [bca.uk] INFO: Scrape type for LV14%20UDJ: 2
2026-03-28 11:28:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb with identifier: LV14%20UDJ
2026-03-28 11:28:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb with scrape type 2
2026-03-28 11:28:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb with scrape type 2
2026-03-28 11:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb, identifier: LV14%20UDJ
2026-03-28 11:28:10 [bca.uk] INFO: Total items found: 100
2026-03-28 11:28:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded
2026-03-28 11:28:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:28:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:28:10 [bca.uk] INFO: Found listing with ID: YB10%20MYN
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520MYN%27 HTTP/1.1" 200 None
2026-03-28 11:28:10 [bca.uk] INFO: Scrape type for YB10%20MYN: 2
2026-03-28 11:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7 with identifier: YB10%20MYN
2026-03-28 11:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7 with scrape type 2
2026-03-28 11:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7 with scrape type 2
2026-03-28 11:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7, identifier: YB10%20MYN
2026-03-28 11:28:10 [bca.uk] INFO: Found listing with ID: EO69%20CAU
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520CAU%27 HTTP/1.1" 200 None
2026-03-28 11:28:10 [bca.uk] INFO: Scrape type for EO69%20CAU: 2
2026-03-28 11:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5d6af8-9d13-5ced-a872-db5a04a4880d with identifier: EO69%20CAU
2026-03-28 11:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5d6af8-9d13-5ced-a872-db5a04a4880d with scrape type 2
2026-03-28 11:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f5d6af8-9d13-5ced-a872-db5a04a4880d with scrape type 2
2026-03-28 11:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f5d6af8-9d13-5ced-a872-db5a04a4880d, identifier: EO69%20CAU
2026-03-28 11:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb with identifier: LV14%20UDJ
2026-03-28 11:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb with identifier: LV14%20UDJ
2026-03-28 11:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95b6ddb8-2e70-574b-bfdb-7b0acd829ecb with identifier: LV14%20UDJ to the API
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV14%20UDJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '95b6ddb8-2e70-574b-bfdb-7b0acd829ecb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV14 UDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV14%20UDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 93170,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.0 TDV6 VOGUE SE StationWagon',
 'transmission': 'manual',
 'trim': 'TDV6 VOGUE SE',
 'vin': 'SALGA2KE8EA171993',
 'year': 2014}
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520UDJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:10 [bca.uk] INFO: Saving data for LV14%20UDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610502.1101649, 'last_price_update_time': 1774697290.590325}
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV14%2520UDJ') HTTP/1.1" 204 0
2026-03-28 11:28:10 [scrapy.extensions.logstats] INFO: Crawled 272 pages (at 3 pages/min), scraped 1309 items (at 109 items/min)
2026-03-28 11:28:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:28:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:28:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7 with identifier: YB10%20MYN
2026-03-28 11:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7 with identifier: YB10%20MYN
2026-03-28 11:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7 with identifier: YB10%20MYN to the API
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB10%20MYN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f63ed78-87f7-5d0e-a2ac-1c60c6cec4a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB10 MYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB10%20MYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 153819,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EFFICIENTDYNAMICS Saloon',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBAPP52080A897581',
 'year': 2010}
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520MYN%27 HTTP/1.1" 200 None
2026-03-28 11:28:10 [bca.uk] INFO: Saving data for YB10%20MYN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610786.101138, 'last_price_update_time': 1774697290.887809}
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB10%2520MYN') HTTP/1.1" 204 0
2026-03-28 11:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f5d6af8-9d13-5ced-a872-db5a04a4880d with identifier: EO69%20CAU
2026-03-28 11:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f5d6af8-9d13-5ced-a872-db5a04a4880d with identifier: EO69%20CAU
2026-03-28 11:28:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f5d6af8-9d13-5ced-a872-db5a04a4880d with identifier: EO69%20CAU to the API
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO69%20CAU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f5d6af8-9d13-5ced-a872-db5a04a4880d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO69 CAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO69%20CAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 123215,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 2.0 CRDI 48V MHD 4WD PREMIUM SE DC StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 48V MHD 4WD PREMIUM SE DC',
 'vin': 'TMAJ381ASKJ791625',
 'year': 2019}
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520CAU%27 HTTP/1.1" 200 None
2026-03-28 11:28:11 [bca.uk] INFO: Saving data for EO69%20CAU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610780.706314, 'last_price_update_time': 1774697291.21246}
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO69%2520CAU') HTTP/1.1" 204 0
2026-03-28 11:28:11 [bca.uk] INFO: Found listing with ID: FX64%20LSF
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520LSF%27 HTTP/1.1" 200 None
2026-03-28 11:28:11 [bca.uk] INFO: Scrape type for FX64%20LSF: 2
2026-03-28 11:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a966ea-4b0d-5794-b355-b4426ea970dd with identifier: FX64%20LSF
2026-03-28 11:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a966ea-4b0d-5794-b355-b4426ea970dd with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a966ea-4b0d-5794-b355-b4426ea970dd with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03a966ea-4b0d-5794-b355-b4426ea970dd, identifier: FX64%20LSF
2026-03-28 11:28:11 [bca.uk] INFO: Found listing with ID: CF69%20BNV
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520BNV%27 HTTP/1.1" 200 None
2026-03-28 11:28:11 [bca.uk] INFO: Scrape type for CF69%20BNV: 0
2026-03-28 11:28:11 [bca.uk] INFO: Found listing with ID: LD68%20TUY
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520TUY%27 HTTP/1.1" 200 None
2026-03-28 11:28:11 [bca.uk] INFO: Scrape type for LD68%20TUY: 2
2026-03-28 11:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d87f237-cc24-55a7-b91b-2e22ad42da58 with identifier: LD68%20TUY
2026-03-28 11:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d87f237-cc24-55a7-b91b-2e22ad42da58 with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d87f237-cc24-55a7-b91b-2e22ad42da58 with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d87f237-cc24-55a7-b91b-2e22ad42da58, identifier: LD68%20TUY
2026-03-28 11:28:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:28:11 [bca.uk] INFO: Found listing with ID: YJ15%20GSP
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520GSP%27 HTTP/1.1" 200 None
2026-03-28 11:28:11 [bca.uk] INFO: Scrape type for YJ15%20GSP: 2
2026-03-28 11:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c3976c6-da5c-59a5-b3e5-f26582e99cb6 with identifier: YJ15%20GSP
2026-03-28 11:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c3976c6-da5c-59a5-b3e5-f26582e99cb6 with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c3976c6-da5c-59a5-b3e5-f26582e99cb6 with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c3976c6-da5c-59a5-b3e5-f26582e99cb6, identifier: YJ15%20GSP
2026-03-28 11:28:11 [bca.uk] INFO: Found listing with ID: FE12%20GVZ
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520GVZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:11 [bca.uk] INFO: Scrape type for FE12%20GVZ: 2
2026-03-28 11:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0336cd0-6cdb-5416-8c5c-b333a60e9f63 with identifier: FE12%20GVZ
2026-03-28 11:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0336cd0-6cdb-5416-8c5c-b333a60e9f63 with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0336cd0-6cdb-5416-8c5c-b333a60e9f63 with scrape type 2
2026-03-28 11:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0336cd0-6cdb-5416-8c5c-b333a60e9f63, identifier: FE12%20GVZ
2026-03-28 11:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03a966ea-4b0d-5794-b355-b4426ea970dd with identifier: FX64%20LSF
2026-03-28 11:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03a966ea-4b0d-5794-b355-b4426ea970dd with identifier: FX64%20LSF
2026-03-28 11:28:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03a966ea-4b0d-5794-b355-b4426ea970dd with identifier: FX64%20LSF to the API
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX64%20LSF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03a966ea-4b0d-5794-b355-b4426ea970dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX64 LSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX64%20LSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 64625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.0 T E/B 250 ST-3 Hatchback',
 'transmission': 'manual',
 'trim': 'T E/B 250 ST-3',
 'vin': 'WF0KXXGCBKEY88699',
 'year': 2014}
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520LSF%27 HTTP/1.1" 200 None
2026-03-28 11:28:12 [bca.uk] INFO: Saving data for FX64%20LSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610503.989007, 'last_price_update_time': 1774697292.03769}
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX64%2520LSF') HTTP/1.1" 204 0
2026-03-28 11:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d87f237-cc24-55a7-b91b-2e22ad42da58 with identifier: LD68%20TUY
2026-03-28 11:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d87f237-cc24-55a7-b91b-2e22ad42da58 with identifier: LD68%20TUY
2026-03-28 11:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d87f237-cc24-55a7-b91b-2e22ad42da58 with identifier: LD68%20TUY to the API
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD68%20TUY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d87f237-cc24-55a7-b91b-2e22ad42da58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD68 TUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD68%20TUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 70829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO L1 1.6 BLUEHDI 100 850KG ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 850KG ENTERPRISE',
 'vin': 'VF77DBHY6JN543177',
 'year': 2018}
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520TUY%27 HTTP/1.1" 200 None
2026-03-28 11:28:12 [bca.uk] INFO: Saving data for LD68%20TUY: {'auction_closing_time': 1774778400.0, 'created_time': 1774610677.499334, 'last_price_update_time': 1774697292.427209}
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD68%2520TUY') HTTP/1.1" 204 0
2026-03-28 11:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c3976c6-da5c-59a5-b3e5-f26582e99cb6 with identifier: YJ15%20GSP
2026-03-28 11:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c3976c6-da5c-59a5-b3e5-f26582e99cb6 with identifier: YJ15%20GSP
2026-03-28 11:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c3976c6-da5c-59a5-b3e5-f26582e99cb6 with identifier: YJ15%20GSP to the API
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ15%20GSP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c3976c6-da5c-59a5-b3e5-f26582e99cb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ15 GSP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ15%20GSP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 55613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAFY54499',
 'year': 2015}
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520GSP%27 HTTP/1.1" 200 None
2026-03-28 11:28:12 [bca.uk] INFO: Saving data for YJ15%20GSP: {'auction_closing_time': 1775037600.0, 'created_time': 1774610751.997642, 'last_price_update_time': 1774697292.75397}
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ15%2520GSP') HTTP/1.1" 204 0
2026-03-28 11:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0336cd0-6cdb-5416-8c5c-b333a60e9f63 with identifier: FE12%20GVZ
2026-03-28 11:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0336cd0-6cdb-5416-8c5c-b333a60e9f63 with identifier: FE12%20GVZ
2026-03-28 11:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0336cd0-6cdb-5416-8c5c-b333a60e9f63 with identifier: FE12%20GVZ to the API
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE12%20GVZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b0336cd0-6cdb-5416-8c5c-b333a60e9f63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE12 GVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE12%20GVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LEXUS',
 'model': 'CT 200H',
 'odometer': 102412,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'LEXUS CT 200H 1.8 SE-L Hatchback',
 'transmission': 'automatic',
 'trim': 'SE-L',
 'vin': 'JTHKD5BHX02078530',
 'year': 2012}
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520GVZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Saving data for FE12%20GVZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774610809.285105, 'last_price_update_time': 1774697293.056518}
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE12%2520GVZ') HTTP/1.1" 204 0
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: FC16%20EOG
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520EOG%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for FC16%20EOG: 2
2026-03-28 11:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c with identifier: FC16%20EOG
2026-03-28 11:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c, identifier: FC16%20EOG
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: LX54%20EFM
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX54%2520EFM%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for LX54%20EFM: 0
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: MM69%20AFJ
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520AFJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for MM69%20AFJ: 0
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: YX17%20UST
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX17%2520UST%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for YX17%20UST: 0
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: NG71%20LLC
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520LLC%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for NG71%20LLC: 0
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: DY22%20USJ
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520USJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for DY22%20USJ: 0
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: F28%20FXY
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F28%2520FXY%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for F28%20FXY: 2
2026-03-28 11:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY
2026-03-28 11:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1938b2c-c784-564d-af83-f69f55a74e07 with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1938b2c-c784-564d-af83-f69f55a74e07 with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1938b2c-c784-564d-af83-f69f55a74e07, identifier: F28%20FXY
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: YR14%20MVX
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520MVX%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for YR14%20MVX: 2
2026-03-28 11:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c58cfb9b-f09c-5234-8ee3-864c78a54c96 with identifier: YR14%20MVX
2026-03-28 11:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c58cfb9b-f09c-5234-8ee3-864c78a54c96 with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c58cfb9b-f09c-5234-8ee3-864c78a54c96 with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c58cfb9b-f09c-5234-8ee3-864c78a54c96, identifier: YR14%20MVX
2026-03-28 11:28:13 [bca.uk] INFO: Found listing with ID: GC19%20HMG
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520HMG%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Scrape type for GC19%20HMG: 2
2026-03-28 11:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83eeca1f-baf0-5a20-98cf-303be34637e1 with identifier: GC19%20HMG
2026-03-28 11:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83eeca1f-baf0-5a20-98cf-303be34637e1 with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83eeca1f-baf0-5a20-98cf-303be34637e1 with scrape type 2
2026-03-28 11:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83eeca1f-baf0-5a20-98cf-303be34637e1, identifier: GC19%20HMG
2026-03-28 11:28:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c with identifier: FC16%20EOG
2026-03-28 11:28:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c with identifier: FC16%20EOG
2026-03-28 11:28:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c with identifier: FC16%20EOG to the API
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FC16%20EOG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba9fc805-dd4e-5c78-8bff-fbf38ef2b50c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FC16 EOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FC16%20EOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 88728,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.5 DCI 110 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE',
 'vin': 'VF1RFE00055962813',
 'year': 2016}
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520EOG%27 HTTP/1.1" 200 None
2026-03-28 11:28:13 [bca.uk] INFO: Saving data for FC16%20EOG: {'auction_closing_time': 1774864800.0, 'created_time': 1774610504.390008, 'last_price_update_time': 1774697293.898759}
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FC16%2520EOG') HTTP/1.1" 204 0
2026-03-28 11:28:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY
2026-03-28 11:28:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY
2026-03-28 11:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1938b2c-c784-564d-af83-f69f55a74e07 with identifier: F28%20FXY to the API
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=F28%20FXY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1938b2c-c784-564d-af83-f69f55a74e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'F28 FXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=F28%20FXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 50723,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H3 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 TREND',
 'vin': 'WF0EXXTTREMD39393',
 'year': 2022}
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F28%2520FXY%27 HTTP/1.1" 200 None
2026-03-28 11:28:14 [bca.uk] INFO: Saving data for F28%20FXY: {'auction_closing_time': 1774778400.0, 'created_time': 1773909289.183423, 'last_price_update_time': 1774697294.222065}
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='F28%2520FXY') HTTP/1.1" 204 0
2026-03-28 11:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c58cfb9b-f09c-5234-8ee3-864c78a54c96 with identifier: YR14%20MVX
2026-03-28 11:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c58cfb9b-f09c-5234-8ee3-864c78a54c96 with identifier: YR14%20MVX
2026-03-28 11:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c58cfb9b-f09c-5234-8ee3-864c78a54c96 with identifier: YR14%20MVX to the API
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR14%20MVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c58cfb9b-f09c-5234-8ee3-864c78a54c96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR14 MVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR14%20MVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 90164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.0 E/B 125 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0HXXWPBHEY57913',
 'year': 2014}
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520MVX%27 HTTP/1.1" 200 None
2026-03-28 11:28:14 [bca.uk] INFO: Saving data for YR14%20MVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610787.882514, 'last_price_update_time': 1774697294.539338}
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR14%2520MVX') HTTP/1.1" 204 0
2026-03-28 11:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83eeca1f-baf0-5a20-98cf-303be34637e1 with identifier: GC19%20HMG
2026-03-28 11:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83eeca1f-baf0-5a20-98cf-303be34637e1 with identifier: GC19%20HMG
2026-03-28 11:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83eeca1f-baf0-5a20-98cf-303be34637e1 with identifier: GC19%20HMG to the API
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC19%20HMG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83eeca1f-baf0-5a20-98cf-303be34637e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC19 HMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC19%20HMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 70998,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 ACENTA PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 ACENTA PREMIUM DCT',
 'vin': 'SJNFFAJ11U2640118',
 'year': 2019}
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520HMG%27 HTTP/1.1" 200 None
2026-03-28 11:28:14 [bca.uk] INFO: Saving data for GC19%20HMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774265440.675625, 'last_price_update_time': 1774697294.822796}
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC19%2520HMG') HTTP/1.1" 204 0
2026-03-28 11:28:14 [bca.uk] INFO: Found listing with ID: LG66%20TVC
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520TVC%27 HTTP/1.1" 200 None
2026-03-28 11:28:14 [bca.uk] INFO: Scrape type for LG66%20TVC: 2
2026-03-28 11:28:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a133430c-0b2a-5000-bdf3-c62fbc4531e2 with identifier: LG66%20TVC
2026-03-28 11:28:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a133430c-0b2a-5000-bdf3-c62fbc4531e2 with scrape type 2
2026-03-28 11:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a133430c-0b2a-5000-bdf3-c62fbc4531e2 with scrape type 2
2026-03-28 11:28:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a133430c-0b2a-5000-bdf3-c62fbc4531e2, identifier: LG66%20TVC
2026-03-28 11:28:14 [bca.uk] INFO: Found listing with ID: GM65%20LOF
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520LOF%27 HTTP/1.1" 200 None
2026-03-28 11:28:14 [bca.uk] INFO: Scrape type for GM65%20LOF: 0
2026-03-28 11:28:14 [bca.uk] INFO: Found listing with ID: LP25%20CGX
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP25%2520CGX%27 HTTP/1.1" 200 None
2026-03-28 11:28:14 [bca.uk] INFO: Scrape type for LP25%20CGX: 0
2026-03-28 11:28:14 [bca.uk] INFO: Found listing with ID: AX19%20CUA
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520CUA%27 HTTP/1.1" 200 None
2026-03-28 11:28:15 [bca.uk] INFO: Scrape type for AX19%20CUA: 2
2026-03-28 11:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1c6ebc3-8e39-5795-9182-e93ca09f22ee with identifier: AX19%20CUA
2026-03-28 11:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c6ebc3-8e39-5795-9182-e93ca09f22ee with scrape type 2
2026-03-28 11:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1c6ebc3-8e39-5795-9182-e93ca09f22ee with scrape type 2
2026-03-28 11:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1c6ebc3-8e39-5795-9182-e93ca09f22ee, identifier: AX19%20CUA
2026-03-28 11:28:15 [bca.uk] INFO: Found listing with ID: HV12%20ANR
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520ANR%27 HTTP/1.1" 200 None
2026-03-28 11:28:15 [bca.uk] INFO: Scrape type for HV12%20ANR: 2
2026-03-28 11:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf2667cb-215c-549c-872a-14ce07d239b8 with identifier: HV12%20ANR
2026-03-28 11:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf2667cb-215c-549c-872a-14ce07d239b8 with scrape type 2
2026-03-28 11:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf2667cb-215c-549c-872a-14ce07d239b8 with scrape type 2
2026-03-28 11:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf2667cb-215c-549c-872a-14ce07d239b8, identifier: HV12%20ANR
2026-03-28 11:28:15 [bca.uk] INFO: Found listing with ID: GF72%20YGV
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520YGV%27 HTTP/1.1" 200 None
2026-03-28 11:28:15 [bca.uk] INFO: Scrape type for GF72%20YGV: 2
2026-03-28 11:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd937cc-1dbf-59c1-8e50-034c5b708058 with identifier: GF72%20YGV
2026-03-28 11:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd937cc-1dbf-59c1-8e50-034c5b708058 with scrape type 2
2026-03-28 11:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd937cc-1dbf-59c1-8e50-034c5b708058 with scrape type 2
2026-03-28 11:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fd937cc-1dbf-59c1-8e50-034c5b708058, identifier: GF72%20YGV
2026-03-28 11:28:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a133430c-0b2a-5000-bdf3-c62fbc4531e2 with identifier: LG66%20TVC
2026-03-28 11:28:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a133430c-0b2a-5000-bdf3-c62fbc4531e2 with identifier: LG66%20TVC
2026-03-28 11:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a133430c-0b2a-5000-bdf3-c62fbc4531e2 with identifier: LG66%20TVC to the API
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG66%20TVC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a133430c-0b2a-5000-bdf3-c62fbc4531e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG66 TVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG66%20TVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 97260,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 130 N-CONNECTA',
 'vin': 'SJNFDAJ11U1809079',
 'year': 2016}
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520TVC%27 HTTP/1.1" 200 None
2026-03-28 11:28:15 [bca.uk] INFO: Saving data for LG66%20TVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774610486.023911, 'last_price_update_time': 1774697295.67529}
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG66%2520TVC') HTTP/1.1" 204 0
2026-03-28 11:28:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1c6ebc3-8e39-5795-9182-e93ca09f22ee with identifier: AX19%20CUA
2026-03-28 11:28:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1c6ebc3-8e39-5795-9182-e93ca09f22ee with identifier: AX19%20CUA
2026-03-28 11:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1c6ebc3-8e39-5795-9182-e93ca09f22ee with identifier: AX19%20CUA to the API
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX19%20CUA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1c6ebc3-8e39-5795-9182-e93ca09f22ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX19 CUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX19%20CUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 171965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 114 2.1 CDI LONG 7G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI LONG 7G',
 'vin': 'WDF44760323530673',
 'year': 2019}
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520CUA%27 HTTP/1.1" 200 None
2026-03-28 11:28:16 [bca.uk] INFO: Saving data for AX19%20CUA: {'auction_closing_time': 1774778400.0, 'created_time': 1774610702.023046, 'last_price_update_time': 1774697296.127198}
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX19%2520CUA') HTTP/1.1" 204 0
2026-03-28 11:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf2667cb-215c-549c-872a-14ce07d239b8 with identifier: HV12%20ANR
2026-03-28 11:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf2667cb-215c-549c-872a-14ce07d239b8 with identifier: HV12%20ANR
2026-03-28 11:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf2667cb-215c-549c-872a-14ce07d239b8 with identifier: HV12%20ANR to the API
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV12%20ANR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf2667cb-215c-549c-872a-14ce07d239b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV12 ANR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV12%20ANR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 98621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWZM320X0T130860',
 'year': 2012}
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520ANR%27 HTTP/1.1" 200 None
2026-03-28 11:28:16 [bca.uk] INFO: Saving data for HV12%20ANR: {'auction_closing_time': 1775037600.0, 'created_time': 1774303836.024912, 'last_price_update_time': 1774697296.45854}
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV12%2520ANR') HTTP/1.1" 204 0
2026-03-28 11:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fd937cc-1dbf-59c1-8e50-034c5b708058 with identifier: GF72%20YGV
2026-03-28 11:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fd937cc-1dbf-59c1-8e50-034c5b708058 with identifier: GF72%20YGV
2026-03-28 11:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fd937cc-1dbf-59c1-8e50-034c5b708058 with identifier: GF72%20YGV to the API
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF72%20YGV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9fd937cc-1dbf-59c1-8e50-034c5b708058',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF72 YGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF72%20YGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 44720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB40A115069',
 'year': 2023}
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520YGV%27 HTTP/1.1" 200 None
2026-03-28 11:28:16 [bca.uk] INFO: Saving data for GF72%20YGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610784.975633, 'last_price_update_time': 1774697296.816042}
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF72%2520YGV') HTTP/1.1" 204 0
2026-03-28 11:28:16 [bca.uk] INFO: Found listing with ID: LRZ%20411
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LRZ%2520411%27 HTTP/1.1" 200 None
2026-03-28 11:28:16 [bca.uk] INFO: Scrape type for LRZ%20411: 2
2026-03-28 11:28:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82aa906e-f4f8-5708-b80a-735bce5d431c with identifier: LRZ%20411
2026-03-28 11:28:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82aa906e-f4f8-5708-b80a-735bce5d431c with scrape type 2
2026-03-28 11:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82aa906e-f4f8-5708-b80a-735bce5d431c with scrape type 2
2026-03-28 11:28:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82aa906e-f4f8-5708-b80a-735bce5d431c, identifier: LRZ%20411
2026-03-28 11:28:16 [bca.uk] INFO: Found listing with ID: CK20%20XRD
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK20%2520XRD%27 HTTP/1.1" 200 None
2026-03-28 11:28:16 [bca.uk] INFO: Scrape type for CK20%20XRD: 0
2026-03-28 11:28:16 [bca.uk] INFO: Found listing with ID: YB70%20ZRK
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520ZRK%27 HTTP/1.1" 200 None
2026-03-28 11:28:16 [bca.uk] INFO: Scrape type for YB70%20ZRK: 0
2026-03-28 11:28:16 [bca.uk] INFO: Found listing with ID: YG17%20XZK
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520XZK%27 HTTP/1.1" 200 None
2026-03-28 11:28:17 [bca.uk] INFO: Scrape type for YG17%20XZK: 0
2026-03-28 11:28:17 [bca.uk] INFO: Found listing with ID: BP16%20MLK
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP16%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:28:17 [bca.uk] INFO: Scrape type for BP16%20MLK: 2
2026-03-28 11:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 110d94c8-c34f-5d4a-ac06-7dc067455476 with identifier: BP16%20MLK
2026-03-28 11:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 110d94c8-c34f-5d4a-ac06-7dc067455476 with scrape type 2
2026-03-28 11:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 110d94c8-c34f-5d4a-ac06-7dc067455476 with scrape type 2
2026-03-28 11:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 110d94c8-c34f-5d4a-ac06-7dc067455476, identifier: BP16%20MLK
2026-03-28 11:28:17 [bca.uk] INFO: Found listing with ID: HV22%20XSR
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520XSR%27 HTTP/1.1" 200 None
2026-03-28 11:28:17 [bca.uk] INFO: Scrape type for HV22%20XSR: 2
2026-03-28 11:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365 with identifier: HV22%20XSR
2026-03-28 11:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365 with scrape type 2
2026-03-28 11:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365 with scrape type 2
2026-03-28 11:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365, identifier: HV22%20XSR
2026-03-28 11:28:17 [bca.uk] INFO: Found listing with ID: GN06%20ZJU
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN06%2520ZJU%27 HTTP/1.1" 200 None
2026-03-28 11:28:17 [bca.uk] INFO: Scrape type for GN06%20ZJU: 2
2026-03-28 11:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99e41c7b-c46f-55a6-8737-bd5f48c4f1db with identifier: GN06%20ZJU
2026-03-28 11:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99e41c7b-c46f-55a6-8737-bd5f48c4f1db with scrape type 2
2026-03-28 11:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99e41c7b-c46f-55a6-8737-bd5f48c4f1db with scrape type 2
2026-03-28 11:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99e41c7b-c46f-55a6-8737-bd5f48c4f1db, identifier: GN06%20ZJU
2026-03-28 11:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82aa906e-f4f8-5708-b80a-735bce5d431c with identifier: LRZ%20411
2026-03-28 11:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82aa906e-f4f8-5708-b80a-735bce5d431c with identifier: LRZ%20411
2026-03-28 11:28:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82aa906e-f4f8-5708-b80a-735bce5d431c with identifier: LRZ%20411 to the API
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LRZ%20411-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82aa906e-f4f8-5708-b80a-735bce5d431c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LRZ 411',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LRZ%20411&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 88250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TFSI 230 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI 230 QUATTRO S LINE S-T',
 'vin': 'TRUZZZFV8F1021143',
 'year': 2015}
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LRZ%2520411%27 HTTP/1.1" 200 None
2026-03-28 11:28:17 [bca.uk] INFO: Saving data for LRZ%20411: {'auction_closing_time': 1774864800.0, 'created_time': 1774610485.213856, 'last_price_update_time': 1774697297.981045}
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LRZ%2520411') HTTP/1.1" 204 0
2026-03-28 11:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 110d94c8-c34f-5d4a-ac06-7dc067455476 with identifier: BP16%20MLK
2026-03-28 11:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 110d94c8-c34f-5d4a-ac06-7dc067455476 with identifier: BP16%20MLK
2026-03-28 11:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 110d94c8-c34f-5d4a-ac06-7dc067455476 with identifier: BP16%20MLK to the API
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP16%20MLK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '110d94c8-c34f-5d4a-ac06-7dc067455476',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP16 MLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP16%20MLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'NP300 NAVARA',
 'odometer': 85275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NP300 NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0019272',
 'year': 2016}
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP16%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:28:18 [bca.uk] INFO: Saving data for BP16%20MLK: {'auction_closing_time': 1774778400.0, 'created_time': 1774390934.859973, 'last_price_update_time': 1774697298.272911}
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP16%2520MLK') HTTP/1.1" 204 0
2026-03-28 11:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365 with identifier: HV22%20XSR
2026-03-28 11:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365 with identifier: HV22%20XSR
2026-03-28 11:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9854f2c4-8a61-55b5-aad5-4b1ec9bd2365 with identifier: HV22%20XSR to the API
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20XSR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9854f2c4-8a61-55b5-aad5-4b1ec9bd2365',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV22 XSR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20XSR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 32118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 E-SKY-X 186 GT SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 GT SPORT',
 'vin': 'JM4BP6HH601305157',
 'year': 2022}
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520XSR%27 HTTP/1.1" 200 None
2026-03-28 11:28:18 [bca.uk] INFO: Saving data for HV22%20XSR: {'auction_closing_time': 1775037600.0, 'created_time': 1774610772.880068, 'last_price_update_time': 1774697298.587079}
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520XSR') HTTP/1.1" 204 0
2026-03-28 11:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99e41c7b-c46f-55a6-8737-bd5f48c4f1db with identifier: GN06%20ZJU
2026-03-28 11:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99e41c7b-c46f-55a6-8737-bd5f48c4f1db with identifier: GN06%20ZJU
2026-03-28 11:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99e41c7b-c46f-55a6-8737-bd5f48c4f1db with identifier: GN06%20ZJU to the API
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN06%20ZJU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99e41c7b-c46f-55a6-8737-bd5f48c4f1db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN06 ZJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN06%20ZJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'MX-5',
 'odometer': 99774,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 1.8  Roadster',
 'transmission': 'manual',
 'trim': '',
 'vin': 'JMZNC188200107745',
 'year': 2006}
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN06%2520ZJU%27 HTTP/1.1" 200 None
2026-03-28 11:28:18 [bca.uk] INFO: Saving data for GN06%20ZJU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610760.887183, 'last_price_update_time': 1774697298.874548}
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN06%2520ZJU') HTTP/1.1" 204 0
2026-03-28 11:28:18 [bca.uk] INFO: Found listing with ID: BU14%20KCK
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU14%2520KCK%27 HTTP/1.1" 200 None
2026-03-28 11:28:18 [bca.uk] INFO: Scrape type for BU14%20KCK: 2
2026-03-28 11:28:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f960cfdb-2486-5195-99c9-c0eda743aa0f with identifier: BU14%20KCK
2026-03-28 11:28:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f960cfdb-2486-5195-99c9-c0eda743aa0f with scrape type 2
2026-03-28 11:28:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f960cfdb-2486-5195-99c9-c0eda743aa0f with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f960cfdb-2486-5195-99c9-c0eda743aa0f, identifier: BU14%20KCK
2026-03-28 11:28:19 [bca.uk] INFO: Found listing with ID: PF67%20WMU
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF67%2520WMU%27 HTTP/1.1" 200 None
2026-03-28 11:28:19 [bca.uk] INFO: Scrape type for PF67%20WMU: 2
2026-03-28 11:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070e714d-c03f-55cb-b5d4-b3c382648ef5 with identifier: PF67%20WMU
2026-03-28 11:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070e714d-c03f-55cb-b5d4-b3c382648ef5 with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070e714d-c03f-55cb-b5d4-b3c382648ef5 with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070e714d-c03f-55cb-b5d4-b3c382648ef5, identifier: PF67%20WMU
2026-03-28 11:28:19 [bca.uk] INFO: Found listing with ID: HV60%20WCK
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV60%2520WCK%27 HTTP/1.1" 200 None
2026-03-28 11:28:19 [bca.uk] INFO: Scrape type for HV60%20WCK: 2
2026-03-28 11:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70020289-8a91-5078-91c7-232b0b44ae2e with identifier: HV60%20WCK
2026-03-28 11:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70020289-8a91-5078-91c7-232b0b44ae2e with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70020289-8a91-5078-91c7-232b0b44ae2e with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70020289-8a91-5078-91c7-232b0b44ae2e, identifier: HV60%20WCK
2026-03-28 11:28:19 [bca.uk] INFO: Found listing with ID: GN66%20OBA
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520OBA%27 HTTP/1.1" 200 None
2026-03-28 11:28:19 [bca.uk] INFO: Scrape type for GN66%20OBA: 2
2026-03-28 11:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3211d75f-abeb-54a0-99b9-0ae230430139 with identifier: GN66%20OBA
2026-03-28 11:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3211d75f-abeb-54a0-99b9-0ae230430139 with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3211d75f-abeb-54a0-99b9-0ae230430139 with scrape type 2
2026-03-28 11:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3211d75f-abeb-54a0-99b9-0ae230430139, identifier: GN66%20OBA
2026-03-28 11:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f960cfdb-2486-5195-99c9-c0eda743aa0f with identifier: BU14%20KCK
2026-03-28 11:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f960cfdb-2486-5195-99c9-c0eda743aa0f with identifier: BU14%20KCK
2026-03-28 11:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f960cfdb-2486-5195-99c9-c0eda743aa0f with identifier: BU14%20KCK to the API
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU14%20KCK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f960cfdb-2486-5195-99c9-c0eda743aa0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU14 KCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU14%20KCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 110681,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 TDI 177 BLACK ED. Coupe',
 'transmission': 'manual',
 'trim': 'TDI 177 BLACK ED.',
 'vin': 'WAUZZZ8T4EA046218',
 'year': 2014}
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU14%2520KCK%27 HTTP/1.1" 200 None
2026-03-28 11:28:19 [bca.uk] INFO: Saving data for BU14%20KCK: {'auction_closing_time': 1774864800.0, 'created_time': 1774610484.850862, 'last_price_update_time': 1774697299.618093}
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU14%2520KCK') HTTP/1.1" 204 0
2026-03-28 11:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070e714d-c03f-55cb-b5d4-b3c382648ef5 with identifier: PF67%20WMU
2026-03-28 11:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070e714d-c03f-55cb-b5d4-b3c382648ef5 with identifier: PF67%20WMU
2026-03-28 11:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 070e714d-c03f-55cb-b5d4-b3c382648ef5 with identifier: PF67%20WMU to the API
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF67%20WMU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '070e714d-c03f-55cb-b5d4-b3c382648ef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF67 WMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF67%20WMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 108085,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PHC18200',
 'year': 2018}
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF67%2520WMU%27 HTTP/1.1" 200 None
2026-03-28 11:28:19 [bca.uk] INFO: Saving data for PF67%20WMU: {'auction_closing_time': 1774778400.0, 'created_time': 1774610580.107069, 'last_price_update_time': 1774697299.996943}
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF67%2520WMU') HTTP/1.1" 204 0
2026-03-28 11:28:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70020289-8a91-5078-91c7-232b0b44ae2e with identifier: HV60%20WCK
2026-03-28 11:28:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70020289-8a91-5078-91c7-232b0b44ae2e with identifier: HV60%20WCK
2026-03-28 11:28:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70020289-8a91-5078-91c7-232b0b44ae2e with identifier: HV60%20WCK to the API
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV60%20WCK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70020289-8a91-5078-91c7-232b0b44ae2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV60 WCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV60%20WCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 180K',
 'odometer': 98493,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLC 180K 1.8 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDB2037462E086625',
 'year': 2010}
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV60%2520WCK%27 HTTP/1.1" 200 None
2026-03-28 11:28:20 [bca.uk] INFO: Saving data for HV60%20WCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774610777.646806, 'last_price_update_time': 1774697300.28947}
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV60%2520WCK') HTTP/1.1" 204 0
2026-03-28 11:28:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3211d75f-abeb-54a0-99b9-0ae230430139 with identifier: GN66%20OBA
2026-03-28 11:28:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3211d75f-abeb-54a0-99b9-0ae230430139 with identifier: GN66%20OBA
2026-03-28 11:28:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3211d75f-abeb-54a0-99b9-0ae230430139 with identifier: GN66%20OBA to the API
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN66%20OBA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3211d75f-abeb-54a0-99b9-0ae230430139',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN66 OBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN66%20OBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 100645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 180 TITANIUM P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 180 TITANIUM P/S',
 'vin': 'WF0EXXWPCEGK68075',
 'year': 2016}
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520OBA%27 HTTP/1.1" 200 None
2026-03-28 11:28:20 [bca.uk] INFO: Saving data for GN66%20OBA: {'auction_closing_time': 1775037600.0, 'created_time': 1774610787.096033, 'last_price_update_time': 1774697300.62331}
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN66%2520OBA') HTTP/1.1" 204 0
2026-03-28 11:28:20 [bca.uk] INFO: Found listing with ID: GX16%20VXR
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VXR%27 HTTP/1.1" 200 None
2026-03-28 11:28:20 [bca.uk] INFO: Scrape type for GX16%20VXR: 2
2026-03-28 11:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efd266a1-b237-5014-985e-9a752f0433ac with identifier: GX16%20VXR
2026-03-28 11:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efd266a1-b237-5014-985e-9a752f0433ac with scrape type 2
2026-03-28 11:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efd266a1-b237-5014-985e-9a752f0433ac with scrape type 2
2026-03-28 11:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efd266a1-b237-5014-985e-9a752f0433ac, identifier: GX16%20VXR
2026-03-28 11:28:20 [bca.uk] INFO: Found listing with ID: PY16%20CPF
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520CPF%27 HTTP/1.1" 200 None
2026-03-28 11:28:20 [bca.uk] INFO: Scrape type for PY16%20CPF: 2
2026-03-28 11:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c9091ab-981c-51a6-b833-b05303626e3a with identifier: PY16%20CPF
2026-03-28 11:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c9091ab-981c-51a6-b833-b05303626e3a with scrape type 2
2026-03-28 11:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c9091ab-981c-51a6-b833-b05303626e3a with scrape type 2
2026-03-28 11:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c9091ab-981c-51a6-b833-b05303626e3a, identifier: PY16%20CPF
2026-03-28 11:28:20 [bca.uk] INFO: Found listing with ID: HV67%20PYU
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520PYU%27 HTTP/1.1" 200 None
2026-03-28 11:28:20 [bca.uk] INFO: Scrape type for HV67%20PYU: 2
2026-03-28 11:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97c54bda-a988-5bd7-912f-b7075bcd55f8 with identifier: HV67%20PYU
2026-03-28 11:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97c54bda-a988-5bd7-912f-b7075bcd55f8 with scrape type 2
2026-03-28 11:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97c54bda-a988-5bd7-912f-b7075bcd55f8 with scrape type 2
2026-03-28 11:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97c54bda-a988-5bd7-912f-b7075bcd55f8, identifier: HV67%20PYU
2026-03-28 11:28:21 [bca.uk] INFO: Found listing with ID: HD18%20LRO
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD18%2520LRO%27 HTTP/1.1" 200 None
2026-03-28 11:28:21 [bca.uk] INFO: Scrape type for HD18%20LRO: 2
2026-03-28 11:28:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd1b4b07-e1d3-512c-a7be-95a15ace8a8e with identifier: HD18%20LRO
2026-03-28 11:28:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd1b4b07-e1d3-512c-a7be-95a15ace8a8e with scrape type 2
2026-03-28 11:28:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd1b4b07-e1d3-512c-a7be-95a15ace8a8e with scrape type 2
2026-03-28 11:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd1b4b07-e1d3-512c-a7be-95a15ace8a8e, identifier: HD18%20LRO
2026-03-28 11:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efd266a1-b237-5014-985e-9a752f0433ac with identifier: GX16%20VXR
2026-03-28 11:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efd266a1-b237-5014-985e-9a752f0433ac with identifier: GX16%20VXR
2026-03-28 11:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efd266a1-b237-5014-985e-9a752f0433ac with identifier: GX16%20VXR to the API
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX16%20VXR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'efd266a1-b237-5014-985e-9a752f0433ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX16 VXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX16%20VXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 107752,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2ANXGH128212',
 'year': 2016}
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VXR%27 HTTP/1.1" 200 None
2026-03-28 11:28:21 [bca.uk] INFO: Saving data for GX16%20VXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774610486.673951, 'last_price_update_time': 1774697301.494371}
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX16%2520VXR') HTTP/1.1" 204 0
2026-03-28 11:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c9091ab-981c-51a6-b833-b05303626e3a with identifier: PY16%20CPF
2026-03-28 11:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c9091ab-981c-51a6-b833-b05303626e3a with identifier: PY16%20CPF
2026-03-28 11:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c9091ab-981c-51a6-b833-b05303626e3a with identifier: PY16%20CPF to the API
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY16%20CPF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c9091ab-981c-51a6-b833-b05303626e3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY16 CPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY16%20CPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 153152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.2 TDCI 155 MWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 155 MWB H/R',
 'vin': 'WF0XXXTTGXGR00478',
 'year': 2016}
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520CPF%27 HTTP/1.1" 200 None
2026-03-28 11:28:21 [bca.uk] INFO: Saving data for PY16%20CPF: {'auction_closing_time': 1774778400.0, 'created_time': 1774610678.332227, 'last_price_update_time': 1774697301.852089}
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY16%2520CPF') HTTP/1.1" 204 0
2026-03-28 11:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97c54bda-a988-5bd7-912f-b7075bcd55f8 with identifier: HV67%20PYU
2026-03-28 11:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97c54bda-a988-5bd7-912f-b7075bcd55f8 with identifier: HV67%20PYU
2026-03-28 11:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97c54bda-a988-5bd7-912f-b7075bcd55f8 with identifier: HV67%20PYU to the API
2026-03-28 11:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20PYU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '97c54bda-a988-5bd7-912f-b7075bcd55f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 PYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20PYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 114559,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 190 2WD R DESIGN Estate',
 'transmission': 'manual',
 'trim': 'D4 190 2WD R DESIGN',
 'vin': 'YV1DZA8C1H2232523',
 'year': 2017}
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520PYU%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Saving data for HV67%20PYU: {'auction_closing_time': 1775037600.0, 'created_time': 1774610766.997622, 'last_price_update_time': 1774697302.27189}
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520PYU') HTTP/1.1" 204 0
2026-03-28 11:28:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd1b4b07-e1d3-512c-a7be-95a15ace8a8e with identifier: HD18%20LRO
2026-03-28 11:28:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd1b4b07-e1d3-512c-a7be-95a15ace8a8e with identifier: HD18%20LRO
2026-03-28 11:28:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd1b4b07-e1d3-512c-a7be-95a15ace8a8e with identifier: HD18%20LRO to the API
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD18%20LRO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd1b4b07-e1d3-512c-a7be-95a15ace8a8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD18 LRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD18%20LRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 106769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 190 AWD INSCRIPTION PRO G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'D4 190 AWD INSCRIPTION PRO G/T',
 'vin': 'YV1UZA8UCJ1123214',
 'year': 2018}
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD18%2520LRO%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Saving data for HD18%20LRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610759.657797, 'last_price_update_time': 1774697302.648668}
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD18%2520LRO') HTTP/1.1" 204 0
2026-03-28 11:28:22 [bca.uk] INFO: Found listing with ID: SE66%20WBO
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520WBO%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Scrape type for SE66%20WBO: 2
2026-03-28 11:28:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54 with identifier: SE66%20WBO
2026-03-28 11:28:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54 with scrape type 2
2026-03-28 11:28:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54 with scrape type 2
2026-03-28 11:28:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54, identifier: SE66%20WBO
2026-03-28 11:28:22 [bca.uk] INFO: Found listing with ID: FH17%20FGP
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FGP%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Scrape type for FH17%20FGP: 0
2026-03-28 11:28:22 [bca.uk] INFO: Found listing with ID: SY14%20WZE
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520WZE%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Scrape type for SY14%20WZE: 0
2026-03-28 11:28:22 [bca.uk] INFO: Found listing with ID: VN73%20YJD
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN73%2520YJD%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Scrape type for VN73%20YJD: 2
2026-03-28 11:28:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484875c1-df6f-55ea-a14e-7c843a4d82e2 with identifier: VN73%20YJD
2026-03-28 11:28:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484875c1-df6f-55ea-a14e-7c843a4d82e2 with scrape type 2
2026-03-28 11:28:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 484875c1-df6f-55ea-a14e-7c843a4d82e2 with scrape type 2
2026-03-28 11:28:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 484875c1-df6f-55ea-a14e-7c843a4d82e2, identifier: VN73%20YJD
2026-03-28 11:28:22 [bca.uk] INFO: Found listing with ID: HY15%20YZC
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520YZC%27 HTTP/1.1" 200 None
2026-03-28 11:28:22 [bca.uk] INFO: Scrape type for HY15%20YZC: 2
2026-03-28 11:28:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89346c9c-41d1-563a-8b9a-80e830102956 with identifier: HY15%20YZC
2026-03-28 11:28:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89346c9c-41d1-563a-8b9a-80e830102956 with scrape type 2
2026-03-28 11:28:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89346c9c-41d1-563a-8b9a-80e830102956 with scrape type 2
2026-03-28 11:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89346c9c-41d1-563a-8b9a-80e830102956, identifier: HY15%20YZC
2026-03-28 11:28:23 [bca.uk] INFO: Found listing with ID: HG19%20YXO
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:28:23 [bca.uk] INFO: Scrape type for HG19%20YXO: 2
2026-03-28 11:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5637c8dd-2edd-5756-8ab7-825487cecd99 with identifier: HG19%20YXO
2026-03-28 11:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5637c8dd-2edd-5756-8ab7-825487cecd99 with scrape type 2
2026-03-28 11:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5637c8dd-2edd-5756-8ab7-825487cecd99 with scrape type 2
2026-03-28 11:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5637c8dd-2edd-5756-8ab7-825487cecd99, identifier: HG19%20YXO
2026-03-28 11:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54 with identifier: SE66%20WBO
2026-03-28 11:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54 with identifier: SE66%20WBO
2026-03-28 11:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54 with identifier: SE66%20WBO to the API
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE66%20WBO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dff88b6e-2ec3-5c0c-a3bd-941fadcb4b54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE66 WBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE66%20WBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 60675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 TDI 190 S LINE M-T Coupe',
 'transmission': 'manual',
 'trim': 'TDI 190 S LINE M-T',
 'vin': 'WAUZZZ8T3GA060176',
 'year': 2016}
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520WBO%27 HTTP/1.1" 200 None
2026-03-28 11:28:23 [bca.uk] INFO: Saving data for SE66%20WBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610481.071803, 'last_price_update_time': 1774697303.479392}
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE66%2520WBO') HTTP/1.1" 204 0
2026-03-28 11:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 484875c1-df6f-55ea-a14e-7c843a4d82e2 with identifier: VN73%20YJD
2026-03-28 11:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 484875c1-df6f-55ea-a14e-7c843a4d82e2 with identifier: VN73%20YJD
2026-03-28 11:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 484875c1-df6f-55ea-a14e-7c843a4d82e2 with identifier: VN73%20YJD to the API
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 225,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN73%20YJD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '484875c1-df6f-55ea-a14e-7c843a4d82e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN73 YJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN73%20YJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 13130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 D250 AWD SE HARD TOP Van',
 'transmission': 'automatic',
 'trim': 'D250 AWD SE HARD TOP',
 'vin': 'SALEAJAW2R2276301',
 'year': 2023}
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN73%2520YJD%27 HTTP/1.1" 200 None
2026-03-28 11:28:23 [bca.uk] INFO: Saving data for VN73%20YJD: {'auction_closing_time': 1774778400.0, 'created_time': 1774390914.052031, 'last_price_update_time': 1774697303.805385}
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN73%2520YJD') HTTP/1.1" 204 0
2026-03-28 11:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89346c9c-41d1-563a-8b9a-80e830102956 with identifier: HY15%20YZC
2026-03-28 11:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89346c9c-41d1-563a-8b9a-80e830102956 with identifier: HY15%20YZC
2026-03-28 11:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89346c9c-41d1-563a-8b9a-80e830102956 with identifier: HY15%20YZC to the API
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY15%20YZC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '89346c9c-41d1-563a-8b9a-80e830102956',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY15 YZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY15%20YZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 59473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF05XXGCC5FK47474',
 'year': 2015}
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520YZC%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Saving data for HY15%20YZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774610755.44494, 'last_price_update_time': 1774697304.103358}
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY15%2520YZC') HTTP/1.1" 204 0
2026-03-28 11:28:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5637c8dd-2edd-5756-8ab7-825487cecd99 with identifier: HG19%20YXO
2026-03-28 11:28:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5637c8dd-2edd-5756-8ab7-825487cecd99 with identifier: HG19%20YXO
2026-03-28 11:28:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5637c8dd-2edd-5756-8ab7-825487cecd99 with identifier: HG19%20YXO to the API
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20YXO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5637c8dd-2edd-5756-8ab7-825487cecd99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG19 YXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20YXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 39664,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0038491',
 'year': 2019}
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Saving data for HG19%20YXO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610789.443482, 'last_price_update_time': 1774697304.404265}
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520YXO') HTTP/1.1" 204 0
2026-03-28 11:28:24 [bca.uk] INFO: Found listing with ID: BT69%20WGO
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT69%2520WGO%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Scrape type for BT69%20WGO: 2
2026-03-28 11:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf67d148-5a9b-5627-ad49-b13f335c8aca with identifier: BT69%20WGO
2026-03-28 11:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf67d148-5a9b-5627-ad49-b13f335c8aca with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf67d148-5a9b-5627-ad49-b13f335c8aca with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf67d148-5a9b-5627-ad49-b13f335c8aca, identifier: BT69%20WGO
2026-03-28 11:28:24 [bca.uk] INFO: Found listing with ID: DL69%20KTO
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520KTO%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Scrape type for DL69%20KTO: 0
2026-03-28 11:28:24 [bca.uk] INFO: Found listing with ID: GX58%20HXR
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX58%2520HXR%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Scrape type for GX58%20HXR: 2
2026-03-28 11:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c023ba4-85e6-5b9d-af26-2224aba199f0 with identifier: GX58%20HXR
2026-03-28 11:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c023ba4-85e6-5b9d-af26-2224aba199f0 with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c023ba4-85e6-5b9d-af26-2224aba199f0 with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c023ba4-85e6-5b9d-af26-2224aba199f0, identifier: GX58%20HXR
2026-03-28 11:28:24 [bca.uk] INFO: Found listing with ID: HY22%20LWZ
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520LWZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Scrape type for HY22%20LWZ: 2
2026-03-28 11:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a9510b-6ebc-5fb1-9e1d-70919135598e with identifier: HY22%20LWZ
2026-03-28 11:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a9510b-6ebc-5fb1-9e1d-70919135598e with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a9510b-6ebc-5fb1-9e1d-70919135598e with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a9510b-6ebc-5fb1-9e1d-70919135598e, identifier: HY22%20LWZ
2026-03-28 11:28:24 [bca.uk] INFO: Found listing with ID: HJ14%20VGO
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520VGO%27 HTTP/1.1" 200 None
2026-03-28 11:28:24 [bca.uk] INFO: Scrape type for HJ14%20VGO: 2
2026-03-28 11:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dd0d490-8e28-5088-b6ad-45f4a14a55f6 with identifier: HJ14%20VGO
2026-03-28 11:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dd0d490-8e28-5088-b6ad-45f4a14a55f6 with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dd0d490-8e28-5088-b6ad-45f4a14a55f6 with scrape type 2
2026-03-28 11:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1dd0d490-8e28-5088-b6ad-45f4a14a55f6, identifier: HJ14%20VGO
2026-03-28 11:28:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf67d148-5a9b-5627-ad49-b13f335c8aca with identifier: BT69%20WGO
2026-03-28 11:28:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf67d148-5a9b-5627-ad49-b13f335c8aca with identifier: BT69%20WGO
2026-03-28 11:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf67d148-5a9b-5627-ad49-b13f335c8aca with identifier: BT69%20WGO to the API
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT69%20WGO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf67d148-5a9b-5627-ad49-b13f335c8aca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT69 WGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT69%20WGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 56291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J681138',
 'year': 2020}
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT69%2520WGO%27 HTTP/1.1" 200 None
2026-03-28 11:28:25 [bca.uk] INFO: Saving data for BT69%20WGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610481.547947, 'last_price_update_time': 1774697305.226431}
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT69%2520WGO') HTTP/1.1" 204 0
2026-03-28 11:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c023ba4-85e6-5b9d-af26-2224aba199f0 with identifier: GX58%20HXR
2026-03-28 11:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c023ba4-85e6-5b9d-af26-2224aba199f0 with identifier: GX58%20HXR
2026-03-28 11:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c023ba4-85e6-5b9d-af26-2224aba199f0 with identifier: GX58%20HXR to the API
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 284,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX58%20HXR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c023ba4-85e6-5b9d-af26-2224aba199f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX58 HXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX58%20HXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT',
 'odometer': 102824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 2.4 TDCI 100 EL LWB 17 S.TREND H/R Bus',
 'transmission': 'manual',
 'trim': 'TDCI 100 EL LWB 17 S.TREND H/R',
 'vin': 'WF0DXXTTFD8E01442',
 'year': 2008}
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX58%2520HXR%27 HTTP/1.1" 200 None
2026-03-28 11:28:25 [bca.uk] INFO: Saving data for GX58%20HXR: {'auction_closing_time': 1774778400.0, 'created_time': 1774390858.675377, 'last_price_update_time': 1774697305.628436}
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX58%2520HXR') HTTP/1.1" 204 0
2026-03-28 11:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a9510b-6ebc-5fb1-9e1d-70919135598e with identifier: HY22%20LWZ
2026-03-28 11:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a9510b-6ebc-5fb1-9e1d-70919135598e with identifier: HY22%20LWZ
2026-03-28 11:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a9510b-6ebc-5fb1-9e1d-70919135598e with identifier: HY22%20LWZ to the API
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY22%20LWZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7a9510b-6ebc-5fb1-9e1d-70919135598e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY22 LWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY22%20LWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 76779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 STYLE',
 'vin': 'WVWZZZAWZNU029593',
 'year': 2022}
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520LWZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:25 [bca.uk] INFO: Saving data for HY22%20LWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774265399.498271, 'last_price_update_time': 1774697305.933693}
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY22%2520LWZ') HTTP/1.1" 204 0
2026-03-28 11:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1dd0d490-8e28-5088-b6ad-45f4a14a55f6 with identifier: HJ14%20VGO
2026-03-28 11:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1dd0d490-8e28-5088-b6ad-45f4a14a55f6 with identifier: HJ14%20VGO
2026-03-28 11:28:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1dd0d490-8e28-5088-b6ad-45f4a14a55f6 with identifier: HJ14%20VGO to the API
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ14%20VGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1dd0d490-8e28-5088-b6ad-45f4a14a55f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ14 VGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ14%20VGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 122458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I ICON+ Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON+',
 'vin': 'VNKKJ3D320A220138',
 'year': 2014}
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520VGO%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Saving data for HJ14%20VGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610772.510675, 'last_price_update_time': 1774697306.219064}
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ14%2520VGO') HTTP/1.1" 204 0
2026-03-28 11:28:26 [bca.uk] INFO: Found listing with ID: NJ13%20EYY
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520EYY%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Scrape type for NJ13%20EYY: 2
2026-03-28 11:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f635e51-4a91-52a2-96d2-09ac67060f15 with identifier: NJ13%20EYY
2026-03-28 11:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f635e51-4a91-52a2-96d2-09ac67060f15 with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f635e51-4a91-52a2-96d2-09ac67060f15 with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f635e51-4a91-52a2-96d2-09ac67060f15, identifier: NJ13%20EYY
2026-03-28 11:28:26 [bca.uk] INFO: Found listing with ID: YB19%20RMC
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520RMC%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Scrape type for YB19%20RMC: 0
2026-03-28 11:28:26 [bca.uk] INFO: Found listing with ID: WF20%20CJE
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520CJE%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Scrape type for WF20%20CJE: 0
2026-03-28 11:28:26 [bca.uk] INFO: Found listing with ID: WK22%20VSC
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520VSC%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Scrape type for WK22%20VSC: 2
2026-03-28 11:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66c87a2c-c439-515d-9cce-6297833f4e95 with identifier: WK22%20VSC
2026-03-28 11:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66c87a2c-c439-515d-9cce-6297833f4e95 with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66c87a2c-c439-515d-9cce-6297833f4e95 with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66c87a2c-c439-515d-9cce-6297833f4e95, identifier: WK22%20VSC
2026-03-28 11:28:26 [bca.uk] INFO: Found listing with ID: HY64%20VCV
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY64%2520VCV%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Scrape type for HY64%20VCV: 2
2026-03-28 11:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 104f7c35-6f47-5152-ad57-5669fcf262d6 with identifier: HY64%20VCV
2026-03-28 11:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 104f7c35-6f47-5152-ad57-5669fcf262d6 with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 104f7c35-6f47-5152-ad57-5669fcf262d6 with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 104f7c35-6f47-5152-ad57-5669fcf262d6, identifier: HY64%20VCV
2026-03-28 11:28:26 [bca.uk] INFO: Found listing with ID: HJ20%20KNC
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520KNC%27 HTTP/1.1" 200 None
2026-03-28 11:28:26 [bca.uk] INFO: Scrape type for HJ20%20KNC: 2
2026-03-28 11:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 939387b5-aa86-5aa7-be94-450be9d59eac with identifier: HJ20%20KNC
2026-03-28 11:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 939387b5-aa86-5aa7-be94-450be9d59eac with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 939387b5-aa86-5aa7-be94-450be9d59eac with scrape type 2
2026-03-28 11:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 939387b5-aa86-5aa7-be94-450be9d59eac, identifier: HJ20%20KNC
2026-03-28 11:28:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f635e51-4a91-52a2-96d2-09ac67060f15 with identifier: NJ13%20EYY
2026-03-28 11:28:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f635e51-4a91-52a2-96d2-09ac67060f15 with identifier: NJ13%20EYY
2026-03-28 11:28:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f635e51-4a91-52a2-96d2-09ac67060f15 with identifier: NJ13%20EYY to the API
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ13%20EYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f635e51-4a91-52a2-96d2-09ac67060f15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ13 EYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ13%20EYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '318D',
 'odometer': 105661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 318D 2.0 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA3D12030F420527',
 'year': 2013}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520EYY%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Saving data for NJ13%20EYY: {'auction_closing_time': 1774951200.0, 'created_time': 1774265910.150074, 'last_price_update_time': 1774697307.014687}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ13%2520EYY') HTTP/1.1" 204 0
2026-03-28 11:28:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66c87a2c-c439-515d-9cce-6297833f4e95 with identifier: WK22%20VSC
2026-03-28 11:28:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66c87a2c-c439-515d-9cce-6297833f4e95 with identifier: WK22%20VSC
2026-03-28 11:28:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66c87a2c-c439-515d-9cce-6297833f4e95 with identifier: WK22%20VSC to the API
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK22%20VSC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66c87a2c-c439-515d-9cce-6297833f4e95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK22 VSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK22%20VSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 24969,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 185 320 SWB SPORT L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 185 320 SWB SPORT L/R',
 'vin': 'WF0ZXXTTGZNL13060',
 'year': 2022}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520VSC%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Saving data for WK22%20VSC: {'auction_closing_time': 1774778400.0, 'created_time': 1774610695.049063, 'last_price_update_time': 1774697307.334557}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK22%2520VSC') HTTP/1.1" 204 0
2026-03-28 11:28:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 104f7c35-6f47-5152-ad57-5669fcf262d6 with identifier: HY64%20VCV
2026-03-28 11:28:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 104f7c35-6f47-5152-ad57-5669fcf262d6 with identifier: HY64%20VCV
2026-03-28 11:28:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 104f7c35-6f47-5152-ad57-5669fcf262d6 with identifier: HY64%20VCV to the API
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY64%20VCV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '104f7c35-6f47-5152-ad57-5669fcf262d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY64 VCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY64%20VCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 53005,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX35 1.7 CRDI SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI SE 2WD',
 'vin': 'TMAJU81ULEJ566087',
 'year': 2014}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY64%2520VCV%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Saving data for HY64%20VCV: {'auction_closing_time': 1775037600.0, 'created_time': 1774610756.291956, 'last_price_update_time': 1774697307.631444}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY64%2520VCV') HTTP/1.1" 204 0
2026-03-28 11:28:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 939387b5-aa86-5aa7-be94-450be9d59eac with identifier: HJ20%20KNC
2026-03-28 11:28:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 939387b5-aa86-5aa7-be94-450be9d59eac with identifier: HJ20%20KNC
2026-03-28 11:28:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 939387b5-aa86-5aa7-be94-450be9d59eac with identifier: HJ20%20KNC to the API
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ20%20KNC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '939387b5-aa86-5aa7-be94-450be9d59eac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ20 KNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ20%20KNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 69310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID EXCEL 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL 4WD',
 'vin': 'JTMDW3FV30D057547',
 'year': 2020}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520KNC%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Saving data for HJ20%20KNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774265438.053628, 'last_price_update_time': 1774697307.909036}
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ20%2520KNC') HTTP/1.1" 204 0
2026-03-28 11:28:27 [bca.uk] INFO: Found listing with ID: R98%20MGH
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R98%2520MGH%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Scrape type for R98%20MGH: 0
2026-03-28 11:28:27 [bca.uk] INFO: Found listing with ID: YG23%20XFC
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFC%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Scrape type for YG23%20XFC: 0
2026-03-28 11:28:27 [bca.uk] INFO: Found listing with ID: FE17%20AHD
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE17%2520AHD%27 HTTP/1.1" 200 None
2026-03-28 11:28:27 [bca.uk] INFO: Scrape type for FE17%20AHD: 0
2026-03-28 11:28:27 [bca.uk] INFO: Found listing with ID: WX68%20VXD
2026-03-28 11:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX68%2520VXD%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for WX68%20VXD: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: AJ17%20ECE
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520ECE%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for AJ17%20ECE: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: AY66%20NLM
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520NLM%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for AY66%20NLM: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: FJ67%20KGP
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KGP%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for FJ67%20KGP: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: NV65%20ENY
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520ENY%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for NV65%20ENY: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: NDD%20502F
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NDD%2520502F%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for NDD%20502F: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: VN70%20VYB
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520VYB%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for VN70%20VYB: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: LG68%20ZNZ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for LG68%20ZNZ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: LX70%20SJU
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520SJU%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for LX70%20SJU: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: LL58%20VBZ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VBZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for LL58%20VBZ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: LJ16%20NHV
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520NHV%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for LJ16%20NHV: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: HY19%20ZZP
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZP%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for HY19%20ZZP: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: X29%20ACM
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X29%2520ACM%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for X29%20ACM: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: BD17%20FTJ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for BD17%20FTJ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: LG19%20GPR
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520GPR%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for LG19%20GPR: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: DU23%20OKO
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OKO%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for DU23%20OKO: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: YM23%20VRW
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520VRW%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for YM23%20VRW: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: PK57%20DOU
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK57%2520DOU%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for PK57%20DOU: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: WM66%20AOD
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520AOD%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for WM66%20AOD: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: WN59%20WNC
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN59%2520WNC%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for WN59%20WNC: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: DS68%20VOU
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520VOU%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for DS68%20VOU: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: DY11%20NRK
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520NRK%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for DY11%20NRK: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: EO21%20FBD
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520FBD%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for EO21%20FBD: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: KM74%20JDZ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM74%2520JDZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for KM74%20JDZ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: BM17%20UHU
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM17%2520UHU%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for BM17%20UHU: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: BL66%20LNU
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520LNU%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for BL66%20LNU: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: CX19%20GXV
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520GXV%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for CX19%20GXV: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: EU18%20RNV
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520RNV%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for EU18%20RNV: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: BV14%20NLK
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520NLK%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for BV14%20NLK: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: PN70%20MWJ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN70%2520MWJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for PN70%20MWJ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: YC14%20WNZ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC14%2520WNZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for YC14%20WNZ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: PY69%20FVJ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY69%2520FVJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for PY69%20FVJ: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: FE69%20KTA
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520KTA%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for FE69%20KTA: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: BK12%20BYJ
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520BYJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for BK12%20BYJ: 2
2026-03-28 11:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44c9b989-dfe7-5a3b-a367-3262942b2542 with identifier: BK12%20BYJ
2026-03-28 11:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44c9b989-dfe7-5a3b-a367-3262942b2542 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44c9b989-dfe7-5a3b-a367-3262942b2542 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44c9b989-dfe7-5a3b-a367-3262942b2542, identifier: BK12%20BYJ
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: BD20%20XZW
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520XZW%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for BD20%20XZW: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: HF22%20MLL
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF22%2520MLL%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for HF22%20MLL: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: HGZ%203039
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HGZ%25203039%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for HGZ%203039: 0
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: MW67%20XGP
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520XGP%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for MW67%20XGP: 2
2026-03-28 11:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 286486c5-ab59-5fb6-a245-fabb13a2a956 with identifier: MW67%20XGP
2026-03-28 11:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 286486c5-ab59-5fb6-a245-fabb13a2a956 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 286486c5-ab59-5fb6-a245-fabb13a2a956 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 286486c5-ab59-5fb6-a245-fabb13a2a956, identifier: MW67%20XGP
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: KM12%20VCX
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM12%2520VCX%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for KM12%20VCX: 2
2026-03-28 11:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff64c37-335d-5630-97bf-345db1cf44c7 with identifier: KM12%20VCX
2026-03-28 11:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff64c37-335d-5630-97bf-345db1cf44c7 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff64c37-335d-5630-97bf-345db1cf44c7 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dff64c37-335d-5630-97bf-345db1cf44c7, identifier: KM12%20VCX
2026-03-28 11:28:28 [bca.uk] INFO: Found listing with ID: HJ69%20KFN
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520KFN%27 HTTP/1.1" 200 None
2026-03-28 11:28:28 [bca.uk] INFO: Scrape type for HJ69%20KFN: 2
2026-03-28 11:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b159cbc-7954-5378-a8df-463cd2346c35 with identifier: HJ69%20KFN
2026-03-28 11:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b159cbc-7954-5378-a8df-463cd2346c35 with scrape type 2
2026-03-28 11:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b159cbc-7954-5378-a8df-463cd2346c35 with scrape type 2
2026-03-28 11:28:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b159cbc-7954-5378-a8df-463cd2346c35, identifier: HJ69%20KFN
2026-03-28 11:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44c9b989-dfe7-5a3b-a367-3262942b2542 with identifier: BK12%20BYJ
2026-03-28 11:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44c9b989-dfe7-5a3b-a367-3262942b2542 with identifier: BK12%20BYJ
2026-03-28 11:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44c9b989-dfe7-5a3b-a367-3262942b2542 with identifier: BK12%20BYJ to the API
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK12%20BYJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44c9b989-dfe7-5a3b-a367-3262942b2542',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK12 BYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK12%20BYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'KANGOO MAXI',
 'odometer': 100061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'RENAULT KANGOO MAXI 1.5 LL21DCI 105 Van',
 'transmission': 'manual',
 'trim': 'LL21DCI 105',
 'vin': 'VF1FW15H547208346',
 'year': 2012}
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520BYJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:29 [bca.uk] INFO: Saving data for BK12%20BYJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774610702.431682, 'last_price_update_time': 1774697309.386034}
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK12%2520BYJ') HTTP/1.1" 204 0
2026-03-28 11:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 286486c5-ab59-5fb6-a245-fabb13a2a956 with identifier: MW67%20XGP
2026-03-28 11:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 286486c5-ab59-5fb6-a245-fabb13a2a956 with identifier: MW67%20XGP
2026-03-28 11:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 286486c5-ab59-5fb6-a245-fabb13a2a956 with identifier: MW67%20XGP to the API
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW67%20XGP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '286486c5-ab59-5fb6-a245-fabb13a2a956',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW67 XGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW67%20XGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 91140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.6 B/HDI 115 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 115 STD.PROFESSIONAL',
 'vin': 'VF3VBBHXHHZ061176',
 'year': 2018}
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520XGP%27 HTTP/1.1" 200 None
2026-03-28 11:28:29 [bca.uk] INFO: Saving data for MW67%20XGP: {'auction_closing_time': 1774778400.0, 'created_time': 1774610695.856819, 'last_price_update_time': 1774697309.798017}
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW67%2520XGP') HTTP/1.1" 204 0
2026-03-28 11:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dff64c37-335d-5630-97bf-345db1cf44c7 with identifier: KM12%20VCX
2026-03-28 11:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dff64c37-335d-5630-97bf-345db1cf44c7 with identifier: KM12%20VCX
2026-03-28 11:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dff64c37-335d-5630-97bf-345db1cf44c7 with identifier: KM12%20VCX to the API
2026-03-28 11:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM12%20VCX-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dff64c37-335d-5630-97bf-345db1cf44c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM12 VCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM12%20VCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118D',
 'odometer': 114039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBA1C12010J088630',
 'year': 2012}
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM12%2520VCX%27 HTTP/1.1" 200 None
2026-03-28 11:28:30 [bca.uk] INFO: Saving data for KM12%20VCX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610755.866373, 'last_price_update_time': 1774697310.366519}
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM12%2520VCX') HTTP/1.1" 204 0
2026-03-28 11:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b159cbc-7954-5378-a8df-463cd2346c35 with identifier: HJ69%20KFN
2026-03-28 11:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b159cbc-7954-5378-a8df-463cd2346c35 with identifier: HJ69%20KFN
2026-03-28 11:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b159cbc-7954-5378-a8df-463cd2346c35 with identifier: HJ69%20KFN to the API
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ69%20KFN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b159cbc-7954-5378-a8df-463cd2346c35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ69 KFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ69%20KFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'PROACE',
 'odometer': 68189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE 1.5 D 120 MEDIUM ICON PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 MEDIUM ICON',
 'vin': 'YARVBYHVKGZ160778',
 'year': 2019}
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520KFN%27 HTTP/1.1" 200 None
2026-03-28 11:28:30 [bca.uk] INFO: Saving data for HJ69%20KFN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610776.365572, 'last_price_update_time': 1774697310.648937}
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ69%2520KFN') HTTP/1.1" 204 0
2026-03-28 11:28:30 [bca.uk] INFO: Found listing with ID: BK59%20XZA
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK59%2520XZA%27 HTTP/1.1" 200 None
2026-03-28 11:28:30 [bca.uk] INFO: Scrape type for BK59%20XZA: 2
2026-03-28 11:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84f1ee05-3046-5343-9e6b-be6b5c535811 with identifier: BK59%20XZA
2026-03-28 11:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84f1ee05-3046-5343-9e6b-be6b5c535811 with scrape type 2
2026-03-28 11:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84f1ee05-3046-5343-9e6b-be6b5c535811 with scrape type 2
2026-03-28 11:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84f1ee05-3046-5343-9e6b-be6b5c535811, identifier: BK59%20XZA
2026-03-28 11:28:30 [bca.uk] INFO: Found listing with ID: PE61%20RDO
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520RDO%27 HTTP/1.1" 200 None
2026-03-28 11:28:30 [bca.uk] INFO: Scrape type for PE61%20RDO: 2
2026-03-28 11:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71e761ad-1c59-531c-b8db-dfbd87b0dfc7 with identifier: PE61%20RDO
2026-03-28 11:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71e761ad-1c59-531c-b8db-dfbd87b0dfc7 with scrape type 2
2026-03-28 11:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71e761ad-1c59-531c-b8db-dfbd87b0dfc7 with scrape type 2
2026-03-28 11:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71e761ad-1c59-531c-b8db-dfbd87b0dfc7, identifier: PE61%20RDO
2026-03-28 11:28:30 [bca.uk] INFO: Found listing with ID: KR08%20UYS
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR08%2520UYS%27 HTTP/1.1" 200 None
2026-03-28 11:28:30 [bca.uk] INFO: Scrape type for KR08%20UYS: 2
2026-03-28 11:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e with identifier: KR08%20UYS
2026-03-28 11:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e with scrape type 2
2026-03-28 11:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e with scrape type 2
2026-03-28 11:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e, identifier: KR08%20UYS
2026-03-28 11:28:30 [bca.uk] INFO: Found listing with ID: HJ69%20XER
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520XER%27 HTTP/1.1" 200 None
2026-03-28 11:28:31 [bca.uk] INFO: Scrape type for HJ69%20XER: 2
2026-03-28 11:28:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8292d948-7863-5403-9302-3cbb3e8c1616 with identifier: HJ69%20XER
2026-03-28 11:28:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8292d948-7863-5403-9302-3cbb3e8c1616 with scrape type 2
2026-03-28 11:28:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8292d948-7863-5403-9302-3cbb3e8c1616 with scrape type 2
2026-03-28 11:28:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8292d948-7863-5403-9302-3cbb3e8c1616, identifier: HJ69%20XER
2026-03-28 11:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84f1ee05-3046-5343-9e6b-be6b5c535811 with identifier: BK59%20XZA
2026-03-28 11:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84f1ee05-3046-5343-9e6b-be6b5c535811 with identifier: BK59%20XZA
2026-03-28 11:28:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84f1ee05-3046-5343-9e6b-be6b5c535811 with identifier: BK59%20XZA to the API
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK59%20XZA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '84f1ee05-3046-5343-9e6b-be6b5c535811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK59 XZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK59%20XZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 186700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO L1 1.6 HDI 75 625KG LX Van',
 'transmission': 'manual',
 'trim': 'HDI 75 625KG LX',
 'vin': 'VF77B9HTC9J259684',
 'year': 2009}
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK59%2520XZA%27 HTTP/1.1" 200 None
2026-03-28 11:28:31 [bca.uk] INFO: Saving data for BK59%20XZA: {'auction_closing_time': 1774778400.0, 'created_time': 1774610679.235063, 'last_price_update_time': 1774697311.625947}
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK59%2520XZA') HTTP/1.1" 204 0
2026-03-28 11:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71e761ad-1c59-531c-b8db-dfbd87b0dfc7 with identifier: PE61%20RDO
2026-03-28 11:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71e761ad-1c59-531c-b8db-dfbd87b0dfc7 with identifier: PE61%20RDO
2026-03-28 11:28:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71e761ad-1c59-531c-b8db-dfbd87b0dfc7 with identifier: PE61%20RDO to the API
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE61%20RDO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71e761ad-1c59-531c-b8db-dfbd87b0dfc7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE61 RDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE61%20RDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI C20',
 'odometer': 70938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY MAXI C20 1.6 TDI 102 Van',
 'transmission': 'manual',
 'trim': 'TDI 102',
 'vin': 'WV1ZZZ2KZCX030030',
 'year': 2011}
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520RDO%27 HTTP/1.1" 200 None
2026-03-28 11:28:31 [bca.uk] INFO: Saving data for PE61%20RDO: {'auction_closing_time': 1774778400.0, 'created_time': 1774390847.892249, 'last_price_update_time': 1774697311.915008}
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE61%2520RDO') HTTP/1.1" 204 0
2026-03-28 11:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e with identifier: KR08%20UYS
2026-03-28 11:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e with identifier: KR08%20UYS
2026-03-28 11:28:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 576c7ac2-d4fd-5c43-ada9-2e48300e4f0e with identifier: KR08%20UYS to the API
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR08%20UYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '576c7ac2-d4fd-5c43-ada9-2e48300e4f0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR08 UYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR08%20UYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 182087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.9 CDTI 150 DESIGN MPV',
 'transmission': 'manual',
 'trim': 'CDTI 150 DESIGN',
 'vin': 'W0L0AHM758G136146',
 'year': 2008}
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR08%2520UYS%27 HTTP/1.1" 200 None
2026-03-28 11:28:32 [bca.uk] INFO: Saving data for KR08%20UYS: {'auction_closing_time': 1775037600.0, 'created_time': 1774610744.020003, 'last_price_update_time': 1774697312.777251}
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR08%2520UYS') HTTP/1.1" 204 0
2026-03-28 11:28:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8292d948-7863-5403-9302-3cbb3e8c1616 with identifier: HJ69%20XER
2026-03-28 11:28:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8292d948-7863-5403-9302-3cbb3e8c1616 with identifier: HJ69%20XER
2026-03-28 11:28:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8292d948-7863-5403-9302-3cbb3e8c1616 with identifier: HJ69%20XER to the API
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ69%20XER-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8292d948-7863-5403-9302-3cbb3e8c1616',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ69 XER',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ69%20XER&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 56041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1KE25999',
 'year': 2019}
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520XER%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Saving data for HJ69%20XER: {'auction_closing_time': 1775037600.0, 'created_time': 1774610751.63025, 'last_price_update_time': 1774697313.073798}
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ69%2520XER') HTTP/1.1" 204 0
2026-03-28 11:28:33 [bca.uk] INFO: Found listing with ID: DN69%20UPD
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520UPD%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Scrape type for DN69%20UPD: 2
2026-03-28 11:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22afd403-d176-5bc2-8e11-0e8fea9e11e3 with identifier: DN69%20UPD
2026-03-28 11:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22afd403-d176-5bc2-8e11-0e8fea9e11e3 with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22afd403-d176-5bc2-8e11-0e8fea9e11e3 with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22afd403-d176-5bc2-8e11-0e8fea9e11e3, identifier: DN69%20UPD
2026-03-28 11:28:33 [bca.uk] INFO: Found listing with ID: WN17%20FWZ
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520FWZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Scrape type for WN17%20FWZ: 0
2026-03-28 11:28:33 [bca.uk] INFO: Found listing with ID: MM69%20NMJ
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520NMJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Scrape type for MM69%20NMJ: 2
2026-03-28 11:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0 with identifier: MM69%20NMJ
2026-03-28 11:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0 with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0 with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0, identifier: MM69%20NMJ
2026-03-28 11:28:33 [bca.uk] INFO: Found listing with ID: LB20%20LHK
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520LHK%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Scrape type for LB20%20LHK: 2
2026-03-28 11:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67504e66-3d68-5129-a4df-7ce1e44dd872 with identifier: LB20%20LHK
2026-03-28 11:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67504e66-3d68-5129-a4df-7ce1e44dd872 with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67504e66-3d68-5129-a4df-7ce1e44dd872 with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67504e66-3d68-5129-a4df-7ce1e44dd872, identifier: LB20%20LHK
2026-03-28 11:28:33 [bca.uk] INFO: Found listing with ID: HK22%20OZL
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520OZL%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Scrape type for HK22%20OZL: 2
2026-03-28 11:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c06ad00-db46-546a-8ec5-446af8302e4f with identifier: HK22%20OZL
2026-03-28 11:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c06ad00-db46-546a-8ec5-446af8302e4f with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c06ad00-db46-546a-8ec5-446af8302e4f with scrape type 2
2026-03-28 11:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c06ad00-db46-546a-8ec5-446af8302e4f, identifier: HK22%20OZL
2026-03-28 11:28:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22afd403-d176-5bc2-8e11-0e8fea9e11e3 with identifier: DN69%20UPD
2026-03-28 11:28:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22afd403-d176-5bc2-8e11-0e8fea9e11e3 with identifier: DN69%20UPD
2026-03-28 11:28:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22afd403-d176-5bc2-8e11-0e8fea9e11e3 with identifier: DN69%20UPD to the API
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN69%20UPD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22afd403-d176-5bc2-8e11-0e8fea9e11e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN69 UPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN69%20UPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 73751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRKL7014335',
 'year': 2019}
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520UPD%27 HTTP/1.1" 200 None
2026-03-28 11:28:33 [bca.uk] INFO: Saving data for DN69%20UPD: {'auction_closing_time': 1774778400.0, 'created_time': 1774610679.945578, 'last_price_update_time': 1774697313.833729}
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN69%2520UPD') HTTP/1.1" 204 0
2026-03-28 11:28:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0 with identifier: MM69%20NMJ
2026-03-28 11:28:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0 with identifier: MM69%20NMJ
2026-03-28 11:28:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1afdbb2a-641b-5b8c-82e6-ddca4f9080a0 with identifier: MM69%20NMJ to the API
2026-03-28 11:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM69%20NMJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1afdbb2a-641b-5b8c-82e6-ddca4f9080a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM69 NMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM69%20NMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 40732,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D 150 INVINCIBLE 4WD',
 'vin': 'AHTBB3CD001765970',
 'year': 2020}
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520NMJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Saving data for MM69%20NMJ: {'auction_closing_time': 1774778400.0, 'created_time': 1774610665.174206, 'last_price_update_time': 1774697314.128633}
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM69%2520NMJ') HTTP/1.1" 204 0
2026-03-28 11:28:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:28:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67504e66-3d68-5129-a4df-7ce1e44dd872 with identifier: LB20%20LHK
2026-03-28 11:28:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67504e66-3d68-5129-a4df-7ce1e44dd872 with identifier: LB20%20LHK
2026-03-28 11:28:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67504e66-3d68-5129-a4df-7ce1e44dd872 with identifier: LB20%20LHK to the API
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB20%20LHK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '67504e66-3d68-5129-a4df-7ce1e44dd872',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB20 LHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB20%20LHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 38990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B PHEV 2WD TITANIUM 1ST ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD TITANIUM 1ST ED.',
 'vin': 'WF0FXXWPMHLA05574',
 'year': 2020}
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520LHK%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Saving data for LB20%20LHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774610743.622558, 'last_price_update_time': 1774697314.453847}
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB20%2520LHK') HTTP/1.1" 204 0
2026-03-28 11:28:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c06ad00-db46-546a-8ec5-446af8302e4f with identifier: HK22%20OZL
2026-03-28 11:28:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c06ad00-db46-546a-8ec5-446af8302e4f with identifier: HK22%20OZL
2026-03-28 11:28:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c06ad00-db46-546a-8ec5-446af8302e4f with identifier: HK22%20OZL to the API
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK22%20OZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c06ad00-db46-546a-8ec5-446af8302e4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK22 OZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK22%20OZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 36701,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 B5P 250 AWD INSCRIPTION G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P 250 AWD INSCRIPTION G/T',
 'vin': 'YV1LFL1VCN1872467',
 'year': 2022}
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520OZL%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Saving data for HK22%20OZL: {'auction_closing_time': 1775037600.0, 'created_time': 1774610760.066547, 'last_price_update_time': 1774697314.765978}
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520OZL') HTTP/1.1" 204 0
2026-03-28 11:28:34 [bca.uk] INFO: Found listing with ID: EW19%20GVK
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520GVK%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Scrape type for EW19%20GVK: 2
2026-03-28 11:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19ed1551-dcaf-5665-92b0-f6aa75b2c660 with identifier: EW19%20GVK
2026-03-28 11:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19ed1551-dcaf-5665-92b0-f6aa75b2c660 with scrape type 2
2026-03-28 11:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19ed1551-dcaf-5665-92b0-f6aa75b2c660 with scrape type 2
2026-03-28 11:28:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19ed1551-dcaf-5665-92b0-f6aa75b2c660, identifier: EW19%20GVK
2026-03-28 11:28:34 [bca.uk] INFO: Found listing with ID: RF19%20OEO
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520OEO%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Scrape type for RF19%20OEO: 0
2026-03-28 11:28:34 [bca.uk] INFO: Found listing with ID: RO23%20JHE
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JHE%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Scrape type for RO23%20JHE: 0
2026-03-28 11:28:34 [bca.uk] INFO: Found listing with ID: RO23%20JTU
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520JTU%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Scrape type for RO23%20JTU: 0
2026-03-28 11:28:34 [bca.uk] INFO: Found listing with ID: YB73%20RSV
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB73%2520RSV%27 HTTP/1.1" 200 None
2026-03-28 11:28:34 [bca.uk] INFO: Scrape type for YB73%20RSV: 2
2026-03-28 11:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7903590e-c04d-5f8a-a084-265cfee56767 with identifier: YB73%20RSV
2026-03-28 11:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7903590e-c04d-5f8a-a084-265cfee56767 with scrape type 2
2026-03-28 11:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7903590e-c04d-5f8a-a084-265cfee56767 with scrape type 2
2026-03-28 11:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7903590e-c04d-5f8a-a084-265cfee56767, identifier: YB73%20RSV
2026-03-28 11:28:35 [bca.uk] INFO: Found listing with ID: LF14%20NFP
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520NFP%27 HTTP/1.1" 200 None
2026-03-28 11:28:35 [bca.uk] INFO: Scrape type for LF14%20NFP: 2
2026-03-28 11:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf81864f-4ce2-5828-9046-31dde8aa5ab0 with identifier: LF14%20NFP
2026-03-28 11:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf81864f-4ce2-5828-9046-31dde8aa5ab0 with scrape type 2
2026-03-28 11:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf81864f-4ce2-5828-9046-31dde8aa5ab0 with scrape type 2
2026-03-28 11:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf81864f-4ce2-5828-9046-31dde8aa5ab0, identifier: LF14%20NFP
2026-03-28 11:28:35 [bca.uk] INFO: Found listing with ID: HN16%20KFZ
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520KFZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:35 [bca.uk] INFO: Scrape type for HN16%20KFZ: 2
2026-03-28 11:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68d85b30-bba1-5f3f-b453-1f16841f0a2c with identifier: HN16%20KFZ
2026-03-28 11:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68d85b30-bba1-5f3f-b453-1f16841f0a2c with scrape type 2
2026-03-28 11:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68d85b30-bba1-5f3f-b453-1f16841f0a2c with scrape type 2
2026-03-28 11:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68d85b30-bba1-5f3f-b453-1f16841f0a2c, identifier: HN16%20KFZ
2026-03-28 11:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19ed1551-dcaf-5665-92b0-f6aa75b2c660 with identifier: EW19%20GVK
2026-03-28 11:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19ed1551-dcaf-5665-92b0-f6aa75b2c660 with identifier: EW19%20GVK
2026-03-28 11:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19ed1551-dcaf-5665-92b0-f6aa75b2c660 with identifier: EW19%20GVK to the API
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EW19%20GVK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19ed1551-dcaf-5665-92b0-f6aa75b2c660',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EW19 GVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EW19%20GVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 111',
 'odometer': 139180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 111 1.6 CDI LONG PanelVan',
 'transmission': 'manual',
 'trim': 'CDI LONG',
 'vin': 'WDF44760323543593',
 'year': 2019}
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520GVK%27 HTTP/1.1" 200 None
2026-03-28 11:28:35 [bca.uk] INFO: Saving data for EW19%20GVK: {'auction_closing_time': 1774778400.0, 'created_time': 1774610698.078657, 'last_price_update_time': 1774697315.612744}
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EW19%2520GVK') HTTP/1.1" 204 0
2026-03-28 11:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7903590e-c04d-5f8a-a084-265cfee56767 with identifier: YB73%20RSV
2026-03-28 11:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7903590e-c04d-5f8a-a084-265cfee56767 with identifier: YB73%20RSV
2026-03-28 11:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7903590e-c04d-5f8a-a084-265cfee56767 with identifier: YB73%20RSV to the API
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB73%20RSV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7903590e-c04d-5f8a-a084-265cfee56767',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB73 RSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB73%20RSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 95317,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L',
 'vin': 'WV1ZZZ7H4RX015432',
 'year': 2023}
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB73%2520RSV%27 HTTP/1.1" 200 None
2026-03-28 11:28:35 [bca.uk] INFO: Saving data for YB73%20RSV: {'auction_closing_time': 1774778400.0, 'created_time': 1774610696.792967, 'last_price_update_time': 1774697315.989108}
2026-03-28 11:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB73%2520RSV') HTTP/1.1" 204 0
2026-03-28 11:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf81864f-4ce2-5828-9046-31dde8aa5ab0 with identifier: LF14%20NFP
2026-03-28 11:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf81864f-4ce2-5828-9046-31dde8aa5ab0 with identifier: LF14%20NFP
2026-03-28 11:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf81864f-4ce2-5828-9046-31dde8aa5ab0 with identifier: LF14%20NFP to the API
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF14%20NFP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf81864f-4ce2-5828-9046-31dde8aa5ab0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF14 NFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF14%20NFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 84763,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 GDI 3 ECODYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'GDI 3 ECODYNAMICS',
 'vin': 'U5YHN513LEL115528',
 'year': 2014}
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520NFP%27 HTTP/1.1" 200 None
2026-03-28 11:28:36 [bca.uk] INFO: Saving data for LF14%20NFP: {'auction_closing_time': 1775037600.0, 'created_time': 1774610729.240793, 'last_price_update_time': 1774697316.301886}
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF14%2520NFP') HTTP/1.1" 204 0
2026-03-28 11:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68d85b30-bba1-5f3f-b453-1f16841f0a2c with identifier: HN16%20KFZ
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cream HTTP/1.1" 200 None
2026-03-28 11:28:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68d85b30-bba1-5f3f-b453-1f16841f0a2c with identifier: HN16%20KFZ
2026-03-28 11:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68d85b30-bba1-5f3f-b453-1f16841f0a2c with identifier: HN16%20KFZ to the API
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN16%20KFZ-GB',
 'category': 'Car',
 'color': 'cream',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68d85b30-bba1-5f3f-b453-1f16841f0a2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN16 KFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN16%20KFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 43514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12RAJ1A54017151',
 'year': 2016}
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520KFZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:36 [bca.uk] INFO: Saving data for HN16%20KFZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774265406.884933, 'last_price_update_time': 1774697316.853543}
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN16%2520KFZ') HTTP/1.1" 204 0
2026-03-28 11:28:36 [bca.uk] INFO: Found listing with ID: GD67%20WUM
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD67%2520WUM%27 HTTP/1.1" 200 None
2026-03-28 11:28:36 [bca.uk] INFO: Scrape type for GD67%20WUM: 2
2026-03-28 11:28:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85815d56-3db3-5025-b4a1-47caeede1eac with identifier: GD67%20WUM
2026-03-28 11:28:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85815d56-3db3-5025-b4a1-47caeede1eac with scrape type 2
2026-03-28 11:28:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85815d56-3db3-5025-b4a1-47caeede1eac with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85815d56-3db3-5025-b4a1-47caeede1eac, identifier: GD67%20WUM
2026-03-28 11:28:37 [bca.uk] INFO: Found listing with ID: VX55%20UCA
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX55%2520UCA%27 HTTP/1.1" 200 None
2026-03-28 11:28:37 [bca.uk] INFO: Scrape type for VX55%20UCA: 2
2026-03-28 11:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4 with identifier: VX55%20UCA
2026-03-28 11:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4 with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4 with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4, identifier: VX55%20UCA
2026-03-28 11:28:37 [bca.uk] INFO: Found listing with ID: LF68%20UNM
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UNM%27 HTTP/1.1" 200 None
2026-03-28 11:28:37 [bca.uk] INFO: Scrape type for LF68%20UNM: 2
2026-03-28 11:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 251080be-e5ce-53c3-8d0f-fbb0fd3394ed with identifier: LF68%20UNM
2026-03-28 11:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 251080be-e5ce-53c3-8d0f-fbb0fd3394ed with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 251080be-e5ce-53c3-8d0f-fbb0fd3394ed with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 251080be-e5ce-53c3-8d0f-fbb0fd3394ed, identifier: LF68%20UNM
2026-03-28 11:28:37 [bca.uk] INFO: Found listing with ID: HN17%20YVO
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520YVO%27 HTTP/1.1" 200 None
2026-03-28 11:28:37 [bca.uk] INFO: Scrape type for HN17%20YVO: 2
2026-03-28 11:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee83d693-d0b8-5c95-8ce7-81b676b492f9 with identifier: HN17%20YVO
2026-03-28 11:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee83d693-d0b8-5c95-8ce7-81b676b492f9 with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee83d693-d0b8-5c95-8ce7-81b676b492f9 with scrape type 2
2026-03-28 11:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee83d693-d0b8-5c95-8ce7-81b676b492f9, identifier: HN17%20YVO
2026-03-28 11:28:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85815d56-3db3-5025-b4a1-47caeede1eac with identifier: GD67%20WUM
2026-03-28 11:28:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85815d56-3db3-5025-b4a1-47caeede1eac with identifier: GD67%20WUM
2026-03-28 11:28:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85815d56-3db3-5025-b4a1-47caeede1eac with identifier: GD67%20WUM to the API
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD67%20WUM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85815d56-3db3-5025-b4a1-47caeede1eac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD67 WUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD67%20WUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 150929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 2.0 TDI 102 BMT HIGHLINE DSG Van',
 'transmission': 'automatic',
 'trim': 'TDI 102 BMT HIGHLINE DSG',
 'vin': 'WV1ZZZ2KZJX093645',
 'year': 2018}
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD67%2520WUM%27 HTTP/1.1" 200 None
2026-03-28 11:28:37 [bca.uk] INFO: Saving data for GD67%20WUM: {'auction_closing_time': 1774778400.0, 'created_time': 1774610697.532717, 'last_price_update_time': 1774697317.998935}
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD67%2520WUM') HTTP/1.1" 204 0
2026-03-28 11:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4 with identifier: VX55%20UCA
2026-03-28 11:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4 with identifier: VX55%20UCA
2026-03-28 11:28:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4 with identifier: VX55%20UCA to the API
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX55%20UCA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f7017b2-4541-5e6e-83ca-5b56dbf2c3c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX55 UCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX55%20UCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 115251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 2.0 SDI PD 69 Van',
 'transmission': 'manual',
 'trim': 'SDI PD 69',
 'vin': 'WV1ZZZ2KZ6X048887',
 'year': 2006}
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX55%2520UCA%27 HTTP/1.1" 200 None
2026-03-28 11:28:38 [bca.uk] INFO: Saving data for VX55%20UCA: {'auction_closing_time': 1774778400.0, 'created_time': 1774610696.348208, 'last_price_update_time': 1774697318.453537}
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX55%2520UCA') HTTP/1.1" 204 0
2026-03-28 11:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 251080be-e5ce-53c3-8d0f-fbb0fd3394ed with identifier: LF68%20UNM
2026-03-28 11:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 251080be-e5ce-53c3-8d0f-fbb0fd3394ed with identifier: LF68%20UNM
2026-03-28 11:28:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 251080be-e5ce-53c3-8d0f-fbb0fd3394ed with identifier: LF68%20UNM to the API
2026-03-28 11:28:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF68%20UNM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '251080be-e5ce-53c3-8d0f-fbb0fd3394ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF68 UNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF68%20UNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 73476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.5 I-VTEC 130 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC 130 SPORT',
 'vin': 'JHMGK5760JX205010',
 'year': 2018}
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UNM%27 HTTP/1.1" 200 None
2026-03-28 11:28:39 [bca.uk] INFO: Saving data for LF68%20UNM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610727.001087, 'last_price_update_time': 1774697319.472748}
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF68%2520UNM') HTTP/1.1" 204 0
2026-03-28 11:28:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee83d693-d0b8-5c95-8ce7-81b676b492f9 with identifier: HN17%20YVO
2026-03-28 11:28:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee83d693-d0b8-5c95-8ce7-81b676b492f9 with identifier: HN17%20YVO
2026-03-28 11:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee83d693-d0b8-5c95-8ce7-81b676b492f9 with identifier: HN17%20YVO to the API
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN17%20YVO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee83d693-d0b8-5c95-8ce7-81b676b492f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN17 YVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN17%20YVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 120177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D4 190 AWD SE G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 AWD SE G/T',
 'vin': 'YV1DZA5C6H2200943',
 'year': 2017}
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520YVO%27 HTTP/1.1" 200 None
2026-03-28 11:28:39 [bca.uk] INFO: Saving data for HN17%20YVO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610753.058249, 'last_price_update_time': 1774697319.812129}
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN17%2520YVO') HTTP/1.1" 204 0
2026-03-28 11:28:39 [bca.uk] INFO: Found listing with ID: LV68%20NTA
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520NTA%27 HTTP/1.1" 200 None
2026-03-28 11:28:39 [bca.uk] INFO: Scrape type for LV68%20NTA: 2
2026-03-28 11:28:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a73eec-e897-5d17-abb7-c4f97b2c98c5 with identifier: LV68%20NTA
2026-03-28 11:28:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a73eec-e897-5d17-abb7-c4f97b2c98c5 with scrape type 2
2026-03-28 11:28:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a73eec-e897-5d17-abb7-c4f97b2c98c5 with scrape type 2
2026-03-28 11:28:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33a73eec-e897-5d17-abb7-c4f97b2c98c5, identifier: LV68%20NTA
2026-03-28 11:28:39 [bca.uk] INFO: Found listing with ID: AD19%20AYM
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520AYM%27 HTTP/1.1" 200 None
2026-03-28 11:28:39 [bca.uk] INFO: Scrape type for AD19%20AYM: 2
2026-03-28 11:28:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cefb691-2b1e-528a-8895-0b1b843de439 with identifier: AD19%20AYM
2026-03-28 11:28:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cefb691-2b1e-528a-8895-0b1b843de439 with scrape type 2
2026-03-28 11:28:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cefb691-2b1e-528a-8895-0b1b843de439 with scrape type 2
2026-03-28 11:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cefb691-2b1e-528a-8895-0b1b843de439, identifier: AD19%20AYM
2026-03-28 11:28:40 [bca.uk] INFO: Found listing with ID: LL66%20OAM
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520OAM%27 HTTP/1.1" 200 None
2026-03-28 11:28:40 [bca.uk] INFO: Scrape type for LL66%20OAM: 2
2026-03-28 11:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f7179e9-5644-525d-bac7-8d75e6003f4a with identifier: LL66%20OAM
2026-03-28 11:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f7179e9-5644-525d-bac7-8d75e6003f4a with scrape type 2
2026-03-28 11:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f7179e9-5644-525d-bac7-8d75e6003f4a with scrape type 2
2026-03-28 11:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f7179e9-5644-525d-bac7-8d75e6003f4a, identifier: LL66%20OAM
2026-03-28 11:28:40 [bca.uk] INFO: Found listing with ID: HN62%20LDK
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520LDK%27 HTTP/1.1" 200 None
2026-03-28 11:28:40 [bca.uk] INFO: Scrape type for HN62%20LDK: 2
2026-03-28 11:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1290c710-4efe-5c63-957c-806c4cafc39d with identifier: HN62%20LDK
2026-03-28 11:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1290c710-4efe-5c63-957c-806c4cafc39d with scrape type 2
2026-03-28 11:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1290c710-4efe-5c63-957c-806c4cafc39d with scrape type 2
2026-03-28 11:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1290c710-4efe-5c63-957c-806c4cafc39d, identifier: HN62%20LDK
2026-03-28 11:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33a73eec-e897-5d17-abb7-c4f97b2c98c5 with identifier: LV68%20NTA
2026-03-28 11:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33a73eec-e897-5d17-abb7-c4f97b2c98c5 with identifier: LV68%20NTA
2026-03-28 11:28:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33a73eec-e897-5d17-abb7-c4f97b2c98c5 with identifier: LV68%20NTA to the API
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV68%20NTA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33a73eec-e897-5d17-abb7-c4f97b2c98c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV68 NTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV68%20NTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 79844,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 125 E/F SWB LTD.ED. PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 125 E/F SWB LTD.ED.',
 'vin': 'W0VF7D600KV611145',
 'year': 2018}
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520NTA%27 HTTP/1.1" 200 None
2026-03-28 11:28:40 [bca.uk] INFO: Saving data for LV68%20NTA: {'auction_closing_time': 1774778400.0, 'created_time': 1774610690.282591, 'last_price_update_time': 1774697320.65333}
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV68%2520NTA') HTTP/1.1" 204 0
2026-03-28 11:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cefb691-2b1e-528a-8895-0b1b843de439 with identifier: AD19%20AYM
2026-03-28 11:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cefb691-2b1e-528a-8895-0b1b843de439 with identifier: AD19%20AYM
2026-03-28 11:28:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cefb691-2b1e-528a-8895-0b1b843de439 with identifier: AD19%20AYM to the API
2026-03-28 11:28:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD19%20AYM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4cefb691-2b1e-528a-8895-0b1b843de439',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AD19 AYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD19%20AYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.9T',
 'odometer': 136925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.9T 1.6 LL29 ENERGY DCI 125 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'LL29 ENERGY DCI 125 SPORT',
 'vin': 'VF1FL000163317891',
 'year': 2019}
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520AYM%27 HTTP/1.1" 200 None
2026-03-28 11:28:41 [bca.uk] INFO: Saving data for AD19%20AYM: {'auction_closing_time': 1774778400.0, 'created_time': 1774610687.378226, 'last_price_update_time': 1774697321.497919}
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520AYM') HTTP/1.1" 204 0
2026-03-28 11:28:41 [bca.uk] INFO: Total items found: 100
2026-03-28 11:28:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded
2026-03-28 11:28:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:28:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f7179e9-5644-525d-bac7-8d75e6003f4a with identifier: LL66%20OAM
2026-03-28 11:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f7179e9-5644-525d-bac7-8d75e6003f4a with identifier: LL66%20OAM
2026-03-28 11:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f7179e9-5644-525d-bac7-8d75e6003f4a with identifier: LL66%20OAM to the API
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL66%20OAM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f7179e9-5644-525d-bac7-8d75e6003f4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL66 OAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL66%20OAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 97395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2132042A154022',
 'year': 2017}
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520OAM%27 HTTP/1.1" 200 None
2026-03-28 11:28:41 [bca.uk] INFO: Saving data for LL66%20OAM: {'auction_closing_time': 1775037600.0, 'created_time': 1774352897.144638, 'last_price_update_time': 1774697321.884323}
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL66%2520OAM') HTTP/1.1" 204 0
2026-03-28 11:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1290c710-4efe-5c63-957c-806c4cafc39d with identifier: HN62%20LDK
2026-03-28 11:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1290c710-4efe-5c63-957c-806c4cafc39d with identifier: HN62%20LDK
2026-03-28 11:28:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1290c710-4efe-5c63-957c-806c4cafc39d with identifier: HN62%20LDK to the API
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN62%20LDK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1290c710-4efe-5c63-957c-806c4cafc39d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN62 LDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN62%20LDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 123042,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 ONE Hatchback',
 'transmission': 'manual',
 'trim': 'ONE',
 'vin': 'WMWZA32090WM97014',
 'year': 2012}
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520LDK%27 HTTP/1.1" 200 None
2026-03-28 11:28:42 [bca.uk] INFO: Saving data for HN62%20LDK: {'auction_closing_time': 1775037600.0, 'created_time': 1774610745.114747, 'last_price_update_time': 1774697322.265755}
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN62%2520LDK') HTTP/1.1" 204 0
2026-03-28 11:28:42 [bca.uk] INFO: Found listing with ID: YM21%20POH
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520POH%27 HTTP/1.1" 200 None
2026-03-28 11:28:42 [bca.uk] INFO: Scrape type for YM21%20POH: 2
2026-03-28 11:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 485ce2de-669b-55ee-ad0f-19ee2bbdd9db with identifier: YM21%20POH
2026-03-28 11:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 485ce2de-669b-55ee-ad0f-19ee2bbdd9db with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 485ce2de-669b-55ee-ad0f-19ee2bbdd9db with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 485ce2de-669b-55ee-ad0f-19ee2bbdd9db, identifier: YM21%20POH
2026-03-28 11:28:42 [bca.uk] INFO: Found listing with ID: LV70%20ZSO
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520ZSO%27 HTTP/1.1" 200 None
2026-03-28 11:28:42 [bca.uk] INFO: Scrape type for LV70%20ZSO: 2
2026-03-28 11:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43fc926c-93d0-51fb-b435-54063070fc34 with identifier: LV70%20ZSO
2026-03-28 11:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43fc926c-93d0-51fb-b435-54063070fc34 with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43fc926c-93d0-51fb-b435-54063070fc34 with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43fc926c-93d0-51fb-b435-54063070fc34, identifier: LV70%20ZSO
2026-03-28 11:28:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:28:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:28:42 [bca.uk] INFO: Found listing with ID: LP66%20WNX
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520WNX%27 HTTP/1.1" 200 None
2026-03-28 11:28:42 [bca.uk] INFO: Scrape type for LP66%20WNX: 2
2026-03-28 11:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e280f2b5-cbe0-5c41-b877-f13520aacc0f with identifier: LP66%20WNX
2026-03-28 11:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e280f2b5-cbe0-5c41-b877-f13520aacc0f with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e280f2b5-cbe0-5c41-b877-f13520aacc0f with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e280f2b5-cbe0-5c41-b877-f13520aacc0f, identifier: LP66%20WNX
2026-03-28 11:28:42 [bca.uk] INFO: Found listing with ID: HN65%20YJM
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520YJM%27 HTTP/1.1" 200 None
2026-03-28 11:28:42 [bca.uk] INFO: Scrape type for HN65%20YJM: 2
2026-03-28 11:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2df90d7c-ff44-595f-832f-576230845f70 with identifier: HN65%20YJM
2026-03-28 11:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2df90d7c-ff44-595f-832f-576230845f70 with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2df90d7c-ff44-595f-832f-576230845f70 with scrape type 2
2026-03-28 11:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2df90d7c-ff44-595f-832f-576230845f70, identifier: HN65%20YJM
2026-03-28 11:28:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 485ce2de-669b-55ee-ad0f-19ee2bbdd9db with identifier: YM21%20POH
2026-03-28 11:28:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 485ce2de-669b-55ee-ad0f-19ee2bbdd9db with identifier: YM21%20POH
2026-03-28 11:28:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 485ce2de-669b-55ee-ad0f-19ee2bbdd9db with identifier: YM21%20POH to the API
2026-03-28 11:28:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM21%20POH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '485ce2de-669b-55ee-ad0f-19ee2bbdd9db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM21 POH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM21%20POH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 39172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER L/R',
 'vin': 'WF0ZXXTTGZMP72195',
 'year': 2021}
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520POH%27 HTTP/1.1" 200 None
2026-03-28 11:28:43 [bca.uk] INFO: Saving data for YM21%20POH: {'auction_closing_time': 1774778400.0, 'created_time': 1774610692.410013, 'last_price_update_time': 1774697323.133328}
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM21%2520POH') HTTP/1.1" 204 0
2026-03-28 11:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43fc926c-93d0-51fb-b435-54063070fc34 with identifier: LV70%20ZSO
2026-03-28 11:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43fc926c-93d0-51fb-b435-54063070fc34 with identifier: LV70%20ZSO
2026-03-28 11:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43fc926c-93d0-51fb-b435-54063070fc34 with identifier: LV70%20ZSO to the API
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV70%20ZSO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '43fc926c-93d0-51fb-b435-54063070fc34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV70 ZSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV70%20ZSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 36948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L2 H2 ENTERPRISE',
 'vin': 'VF7YCBNFB12R07466',
 'year': 2020}
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520ZSO%27 HTTP/1.1" 200 None
2026-03-28 11:28:43 [bca.uk] INFO: Saving data for LV70%20ZSO: {'auction_closing_time': 1774778400.0, 'created_time': 1774610685.567124, 'last_price_update_time': 1774697323.513148}
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV70%2520ZSO') HTTP/1.1" 204 0
2026-03-28 11:28:43 [bca.uk] INFO: Found listing with ID: YK57%20YBD
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520YBD%27 HTTP/1.1" 200 None
2026-03-28 11:28:43 [bca.uk] INFO: Scrape type for YK57%20YBD: 2
2026-03-28 11:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d9e8f0-4dac-517d-aa64-617475649020 with identifier: YK57%20YBD
2026-03-28 11:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46d9e8f0-4dac-517d-aa64-617475649020 with scrape type 2
2026-03-28 11:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46d9e8f0-4dac-517d-aa64-617475649020 with scrape type 2
2026-03-28 11:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46d9e8f0-4dac-517d-aa64-617475649020, identifier: YK57%20YBD
2026-03-28 11:28:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e280f2b5-cbe0-5c41-b877-f13520aacc0f with identifier: LP66%20WNX
2026-03-28 11:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e280f2b5-cbe0-5c41-b877-f13520aacc0f with identifier: LP66%20WNX
2026-03-28 11:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e280f2b5-cbe0-5c41-b877-f13520aacc0f with identifier: LP66%20WNX to the API
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP66%20WNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e280f2b5-cbe0-5c41-b877-f13520aacc0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP66 WNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP66%20WNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 98792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTKZ3BX90R014520',
 'year': 2017}
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520WNX%27 HTTP/1.1" 200 None
2026-03-28 11:28:43 [bca.uk] INFO: Saving data for LP66%20WNX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610747.861274, 'last_price_update_time': 1774697323.944612}
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP66%2520WNX') HTTP/1.1" 204 0
2026-03-28 11:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2df90d7c-ff44-595f-832f-576230845f70 with identifier: HN65%20YJM
2026-03-28 11:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2df90d7c-ff44-595f-832f-576230845f70 with identifier: HN65%20YJM
2026-03-28 11:28:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2df90d7c-ff44-595f-832f-576230845f70 with identifier: HN65%20YJM to the API
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN65%20YJM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2df90d7c-ff44-595f-832f-576230845f70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN65 YJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN65%20YJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 109872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SE-L Hatchback',
 'transmission': 'manual',
 'trim': 'SE-L',
 'vin': 'JMZBM646611303573',
 'year': 2015}
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520YJM%27 HTTP/1.1" 200 None
2026-03-28 11:28:44 [bca.uk] INFO: Saving data for HN65%20YJM: {'auction_closing_time': 1775037600.0, 'created_time': 1774610738.781511, 'last_price_update_time': 1774697324.279025}
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN65%2520YJM') HTTP/1.1" 204 0
2026-03-28 11:28:44 [bca.uk] INFO: Found listing with ID: DG16%20TNV
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520TNV%27 HTTP/1.1" 200 None
2026-03-28 11:28:44 [bca.uk] INFO: Scrape type for DG16%20TNV: 0
2026-03-28 11:28:44 [bca.uk] INFO: Found listing with ID: FX24%20TLO
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX24%2520TLO%27 HTTP/1.1" 200 None
2026-03-28 11:28:44 [bca.uk] INFO: Scrape type for FX24%20TLO: 2
2026-03-28 11:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO
2026-03-28 11:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with scrape type 2
2026-03-28 11:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with scrape type 2
2026-03-28 11:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6096776-cfc6-5712-b61a-9f41c5d2eaa2, identifier: FX24%20TLO
2026-03-28 11:28:44 [bca.uk] INFO: Found listing with ID: YC20%20AOV
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520AOV%27 HTTP/1.1" 200 None
2026-03-28 11:28:44 [bca.uk] INFO: Scrape type for YC20%20AOV: 2
2026-03-28 11:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e38bf0-7620-5cb2-b556-9af9793359ff with identifier: YC20%20AOV
2026-03-28 11:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e38bf0-7620-5cb2-b556-9af9793359ff with scrape type 2
2026-03-28 11:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e38bf0-7620-5cb2-b556-9af9793359ff with scrape type 2
2026-03-28 11:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5e38bf0-7620-5cb2-b556-9af9793359ff, identifier: YC20%20AOV
2026-03-28 11:28:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46d9e8f0-4dac-517d-aa64-617475649020 with identifier: YK57%20YBD
2026-03-28 11:28:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46d9e8f0-4dac-517d-aa64-617475649020 with identifier: YK57%20YBD
2026-03-28 11:28:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46d9e8f0-4dac-517d-aa64-617475649020 with identifier: YK57%20YBD to the API
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK57%20YBD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '46d9e8f0-4dac-517d-aa64-617475649020',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK57 YBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK57%20YBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 126439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 GHIA Hatchback',
 'transmission': 'automatic',
 'trim': 'GHIA',
 'vin': 'WF05XXWPD57T57662',
 'year': 2007}
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520YBD%27 HTTP/1.1" 200 None
2026-03-28 11:28:44 [bca.uk] INFO: Saving data for YK57%20YBD: {'auction_closing_time': 1774778400.0, 'created_time': 1774610621.473982, 'last_price_update_time': 1774697324.803732}
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK57%2520YBD') HTTP/1.1" 204 0
2026-03-28 11:28:44 [bca.uk] INFO: Found listing with ID: HN67%20HZX
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HZX%27 HTTP/1.1" 200 None
2026-03-28 11:28:44 [bca.uk] INFO: Scrape type for HN67%20HZX: 2
2026-03-28 11:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c546e19d-f758-5faf-af65-7de1e1279b0f with identifier: HN67%20HZX
2026-03-28 11:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c546e19d-f758-5faf-af65-7de1e1279b0f with scrape type 2
2026-03-28 11:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c546e19d-f758-5faf-af65-7de1e1279b0f with scrape type 2
2026-03-28 11:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c546e19d-f758-5faf-af65-7de1e1279b0f, identifier: HN67%20HZX
2026-03-28 11:28:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO
2026-03-28 11:28:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO
2026-03-28 11:28:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6096776-cfc6-5712-b61a-9f41c5d2eaa2 with identifier: FX24%20TLO to the API
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX24%20TLO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6096776-cfc6-5712-b61a-9f41c5d2eaa2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX24 TLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX24%20TLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 30586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 DYNAMIC HSE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 DYNAMIC HSE COMMERCIAL',
 'vin': 'SALRACAWXR2497979',
 'year': 2024}
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX24%2520TLO%27 HTTP/1.1" 200 None
2026-03-28 11:28:45 [bca.uk] INFO: Saving data for FX24%20TLO: {'auction_closing_time': 1774778400.0, 'created_time': 1773908942.730368, 'last_price_update_time': 1774697325.219961}
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX24%2520TLO') HTTP/1.1" 204 0
2026-03-28 11:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5e38bf0-7620-5cb2-b556-9af9793359ff with identifier: YC20%20AOV
2026-03-28 11:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5e38bf0-7620-5cb2-b556-9af9793359ff with identifier: YC20%20AOV
2026-03-28 11:28:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5e38bf0-7620-5cb2-b556-9af9793359ff with identifier: YC20%20AOV to the API
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC20%20AOV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5e38bf0-7620-5cb2-b556-9af9793359ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC20 AOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC20%20AOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 96549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 116 2.1 CDI L1 RWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L1 RWD PROGRESSIVE',
 'vin': 'WDF44760123572286',
 'year': 2020}
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520AOV%27 HTTP/1.1" 200 None
2026-03-28 11:28:45 [bca.uk] INFO: Saving data for YC20%20AOV: {'auction_closing_time': 1774778400.0, 'created_time': 1774610686.944869, 'last_price_update_time': 1774697325.546162}
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC20%2520AOV') HTTP/1.1" 204 0
2026-03-28 11:28:45 [bca.uk] INFO: Found listing with ID: DK63%20TWV
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520TWV%27 HTTP/1.1" 200 None
2026-03-28 11:28:45 [bca.uk] INFO: Scrape type for DK63%20TWV: 2
2026-03-28 11:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a84d873f-b61b-5d43-a045-6222a28e21c5 with identifier: DK63%20TWV
2026-03-28 11:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a84d873f-b61b-5d43-a045-6222a28e21c5 with scrape type 2
2026-03-28 11:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a84d873f-b61b-5d43-a045-6222a28e21c5 with scrape type 2
2026-03-28 11:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a84d873f-b61b-5d43-a045-6222a28e21c5, identifier: DK63%20TWV
2026-03-28 11:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c546e19d-f758-5faf-af65-7de1e1279b0f with identifier: HN67%20HZX
2026-03-28 11:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c546e19d-f758-5faf-af65-7de1e1279b0f with identifier: HN67%20HZX
2026-03-28 11:28:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c546e19d-f758-5faf-af65-7de1e1279b0f with identifier: HN67%20HZX to the API
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN67%20HZX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c546e19d-f758-5faf-af65-7de1e1279b0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN67 HZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN67%20HZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 67439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 116 2.1 CDI COMPACT PanelVan',
 'transmission': 'manual',
 'trim': 'CDI COMPACT',
 'vin': 'WDF44760123397606',
 'year': 2017}
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HZX%27 HTTP/1.1" 200 None
2026-03-28 11:28:45 [bca.uk] INFO: Saving data for HN67%20HZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610726.62533, 'last_price_update_time': 1774697325.942067}
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN67%2520HZX') HTTP/1.1" 204 0
2026-03-28 11:28:45 [bca.uk] INFO: Found listing with ID: GV72%20NDG
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520NDG%27 HTTP/1.1" 200 None
2026-03-28 11:28:45 [bca.uk] INFO: Scrape type for GV72%20NDG: 0
2026-03-28 11:28:45 [bca.uk] INFO: Found listing with ID: DS70%20HDY
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS70%2520HDY%27 HTTP/1.1" 200 None
2026-03-28 11:28:45 [bca.uk] INFO: Scrape type for DS70%20HDY: 2
2026-03-28 11:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dad47f6-cac4-5751-a101-9e42c1983616 with identifier: DS70%20HDY
2026-03-28 11:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dad47f6-cac4-5751-a101-9e42c1983616 with scrape type 2
2026-03-28 11:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dad47f6-cac4-5751-a101-9e42c1983616 with scrape type 2
2026-03-28 11:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dad47f6-cac4-5751-a101-9e42c1983616, identifier: DS70%20HDY
2026-03-28 11:28:46 [bca.uk] INFO: Found listing with ID: YN17%20WSL
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520WSL%27 HTTP/1.1" 200 None
2026-03-28 11:28:46 [bca.uk] INFO: Scrape type for YN17%20WSL: 0
2026-03-28 11:28:46 [bca.uk] INFO: Found listing with ID: YY62%20LLD
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY62%2520LLD%27 HTTP/1.1" 200 None
2026-03-28 11:28:46 [bca.uk] INFO: Scrape type for YY62%20LLD: 0
2026-03-28 11:28:46 [bca.uk] INFO: Found listing with ID: EK17%20YRP
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520YRP%27 HTTP/1.1" 200 None
2026-03-28 11:28:46 [bca.uk] INFO: Scrape type for EK17%20YRP: 2
2026-03-28 11:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b7c773-aa80-519b-ba6f-2790707ad2bb with identifier: EK17%20YRP
2026-03-28 11:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b7c773-aa80-519b-ba6f-2790707ad2bb with scrape type 2
2026-03-28 11:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b7c773-aa80-519b-ba6f-2790707ad2bb with scrape type 2
2026-03-28 11:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5b7c773-aa80-519b-ba6f-2790707ad2bb, identifier: EK17%20YRP
2026-03-28 11:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a84d873f-b61b-5d43-a045-6222a28e21c5 with identifier: DK63%20TWV
2026-03-28 11:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a84d873f-b61b-5d43-a045-6222a28e21c5 with identifier: DK63%20TWV
2026-03-28 11:28:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a84d873f-b61b-5d43-a045-6222a28e21c5 with identifier: DK63%20TWV to the API
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK63%20TWV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a84d873f-b61b-5d43-a045-6222a28e21c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK63 TWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK63%20TWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 79979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 GT',
 'vin': 'WVWZZZAUZDW084329',
 'year': 2013}
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520TWV%27 HTTP/1.1" 200 None
2026-03-28 11:28:46 [bca.uk] INFO: Saving data for DK63%20TWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610622.30246, 'last_price_update_time': 1774697326.540878}
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK63%2520TWV') HTTP/1.1" 204 0
2026-03-28 11:28:46 [bca.uk] INFO: Found listing with ID: HN70%20EYF
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520EYF%27 HTTP/1.1" 200 None
2026-03-28 11:28:46 [bca.uk] INFO: Scrape type for HN70%20EYF: 2
2026-03-28 11:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c585a424-5e2a-54ac-9c9f-9d9fabb4edcf with identifier: HN70%20EYF
2026-03-28 11:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c585a424-5e2a-54ac-9c9f-9d9fabb4edcf with scrape type 2
2026-03-28 11:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c585a424-5e2a-54ac-9c9f-9d9fabb4edcf with scrape type 2
2026-03-28 11:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c585a424-5e2a-54ac-9c9f-9d9fabb4edcf, identifier: HN70%20EYF
2026-03-28 11:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dad47f6-cac4-5751-a101-9e42c1983616 with identifier: DS70%20HDY
2026-03-28 11:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dad47f6-cac4-5751-a101-9e42c1983616 with identifier: DS70%20HDY
2026-03-28 11:28:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dad47f6-cac4-5751-a101-9e42c1983616 with identifier: DS70%20HDY to the API
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS70%20HDY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3dad47f6-cac4-5751-a101-9e42c1983616',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS70 HDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS70%20HDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 57122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L2 H1',
 'vin': 'VXEVBYHRKM7802685',
 'year': 2020}
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS70%2520HDY%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Saving data for DS70%20HDY: {'auction_closing_time': 1774778400.0, 'created_time': 1774610691.479248, 'last_price_update_time': 1774697327.014942}
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS70%2520HDY') HTTP/1.1" 204 0
2026-03-28 11:28:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5b7c773-aa80-519b-ba6f-2790707ad2bb with identifier: EK17%20YRP
2026-03-28 11:28:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5b7c773-aa80-519b-ba6f-2790707ad2bb with identifier: EK17%20YRP
2026-03-28 11:28:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5b7c773-aa80-519b-ba6f-2790707ad2bb with identifier: EK17%20YRP to the API
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK17%20YRP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5b7c773-aa80-519b-ba6f-2790707ad2bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK17 YRP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK17%20YRP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 92578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CITAN 109 1.5 CDI 90 X-LONG Van',
 'transmission': 'manual',
 'trim': 'CDI 90 X-LONG',
 'vin': 'WDF4156052U209559',
 'year': 2017}
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520YRP%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Saving data for EK17%20YRP: {'auction_closing_time': 1774778400.0, 'created_time': 1774392091.757416, 'last_price_update_time': 1774697327.314071}
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK17%2520YRP') HTTP/1.1" 204 0
2026-03-28 11:28:47 [bca.uk] INFO: Found listing with ID: VO14%20LUL
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520LUL%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Scrape type for VO14%20LUL: 2
2026-03-28 11:28:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a901419-1766-5340-8c2b-178e8cef911e with identifier: VO14%20LUL
2026-03-28 11:28:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a901419-1766-5340-8c2b-178e8cef911e with scrape type 2
2026-03-28 11:28:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a901419-1766-5340-8c2b-178e8cef911e with scrape type 2
2026-03-28 11:28:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a901419-1766-5340-8c2b-178e8cef911e, identifier: VO14%20LUL
2026-03-28 11:28:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c585a424-5e2a-54ac-9c9f-9d9fabb4edcf with identifier: HN70%20EYF
2026-03-28 11:28:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c585a424-5e2a-54ac-9c9f-9d9fabb4edcf with identifier: HN70%20EYF
2026-03-28 11:28:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c585a424-5e2a-54ac-9c9f-9d9fabb4edcf with identifier: HN70%20EYF to the API
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN70%20EYF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c585a424-5e2a-54ac-9c9f-9d9fabb4edcf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN70 EYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN70%20EYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 68814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 TITANIUM',
 'vin': 'WF02XXERK2LR70770',
 'year': 2020}
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520EYF%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Saving data for HN70%20EYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774610723.826242, 'last_price_update_time': 1774697327.699937}
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN70%2520EYF') HTTP/1.1" 204 0
2026-03-28 11:28:47 [bca.uk] INFO: Found listing with ID: A23%20NAO
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A23%2520NAO%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Scrape type for A23%20NAO: 0
2026-03-28 11:28:47 [bca.uk] INFO: Found listing with ID: FT74%20JXO
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT74%2520JXO%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Scrape type for FT74%20JXO: 2
2026-03-28 11:28:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a9ab4b-e523-5fff-a620-2eb3cb289ca1 with identifier: FT74%20JXO
2026-03-28 11:28:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a9ab4b-e523-5fff-a620-2eb3cb289ca1 with scrape type 2
2026-03-28 11:28:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a9ab4b-e523-5fff-a620-2eb3cb289ca1 with scrape type 2
2026-03-28 11:28:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a9ab4b-e523-5fff-a620-2eb3cb289ca1, identifier: FT74%20JXO
2026-03-28 11:28:47 [bca.uk] INFO: Found listing with ID: RO17%20AYF
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520AYF%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Scrape type for RO17%20AYF: 0
2026-03-28 11:28:47 [bca.uk] INFO: Found listing with ID: WP67%20CJZ
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP67%2520CJZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:47 [bca.uk] INFO: Scrape type for WP67%20CJZ: 2
2026-03-28 11:28:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47be5130-60b6-5358-8899-d839054d4875 with identifier: WP67%20CJZ
2026-03-28 11:28:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47be5130-60b6-5358-8899-d839054d4875 with scrape type 2
2026-03-28 11:28:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47be5130-60b6-5358-8899-d839054d4875 with scrape type 2
2026-03-28 11:28:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47be5130-60b6-5358-8899-d839054d4875, identifier: WP67%20CJZ
2026-03-28 11:28:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a901419-1766-5340-8c2b-178e8cef911e with identifier: VO14%20LUL
2026-03-28 11:28:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a901419-1766-5340-8c2b-178e8cef911e with identifier: VO14%20LUL
2026-03-28 11:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a901419-1766-5340-8c2b-178e8cef911e with identifier: VO14%20LUL to the API
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO14%20LUL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a901419-1766-5340-8c2b-178e8cef911e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO14 LUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO14%20LUL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 86575,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA',
 'vin': 'SJNFBAF15U6508034',
 'year': 2014}
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520LUL%27 HTTP/1.1" 200 None
2026-03-28 11:28:48 [bca.uk] INFO: Saving data for VO14%20LUL: {'auction_closing_time': 1774864800.0, 'created_time': 1774610618.147423, 'last_price_update_time': 1774697328.266322}
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO14%2520LUL') HTTP/1.1" 204 0
2026-03-28 11:28:48 [bca.uk] INFO: Found listing with ID: HS18%20GVN
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS18%2520GVN%27 HTTP/1.1" 200 None
2026-03-28 11:28:48 [bca.uk] INFO: Scrape type for HS18%20GVN: 2
2026-03-28 11:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdf946c7-57ab-5191-b7eb-5c2586d55a90 with identifier: HS18%20GVN
2026-03-28 11:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdf946c7-57ab-5191-b7eb-5c2586d55a90 with scrape type 2
2026-03-28 11:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdf946c7-57ab-5191-b7eb-5c2586d55a90 with scrape type 2
2026-03-28 11:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdf946c7-57ab-5191-b7eb-5c2586d55a90, identifier: HS18%20GVN
2026-03-28 11:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a9ab4b-e523-5fff-a620-2eb3cb289ca1 with identifier: FT74%20JXO
2026-03-28 11:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a9ab4b-e523-5fff-a620-2eb3cb289ca1 with identifier: FT74%20JXO
2026-03-28 11:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a9ab4b-e523-5fff-a620-2eb3cb289ca1 with identifier: FT74%20JXO to the API
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 315,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT74%20JXO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4a9ab4b-e523-5fff-a620-2eb3cb289ca1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT74 JXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT74%20JXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'RANGER RAPTOR',
 'odometer': 15617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER RAPTOR 3.0 E/B V6 292 4WD A10 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'E/B V6 292 4WD A10',
 'vin': '6FPFXXMX2FRC83710',
 'year': 2024}
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT74%2520JXO%27 HTTP/1.1" 200 None
2026-03-28 11:28:48 [bca.uk] INFO: Saving data for FT74%20JXO: {'auction_closing_time': 1774778400.0, 'created_time': 1774610691.089807, 'last_price_update_time': 1774697328.691438}
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT74%2520JXO') HTTP/1.1" 204 0
2026-03-28 11:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47be5130-60b6-5358-8899-d839054d4875 with identifier: WP67%20CJZ
2026-03-28 11:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47be5130-60b6-5358-8899-d839054d4875 with identifier: WP67%20CJZ
2026-03-28 11:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47be5130-60b6-5358-8899-d839054d4875 with identifier: WP67%20CJZ to the API
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP67%20CJZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47be5130-60b6-5358-8899-d839054d4875',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP67 CJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP67%20CJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 51055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 102 BMT H/L SWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT H/L SWB',
 'vin': 'WV1ZZZ7HZJX000633',
 'year': 2017}
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP67%2520CJZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:48 [bca.uk] INFO: Saving data for WP67%20CJZ: {'auction_closing_time': 1774778400.0, 'created_time': 1774610680.903677, 'last_price_update_time': 1774697328.99295}
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP67%2520CJZ') HTTP/1.1" 204 0
2026-03-28 11:28:49 [bca.uk] INFO: Found listing with ID: RK69%20HTX
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520HTX%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Scrape type for RK69%20HTX: 2
2026-03-28 11:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74bb5618-685a-5251-a73d-3867cb6d07a2 with identifier: RK69%20HTX
2026-03-28 11:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74bb5618-685a-5251-a73d-3867cb6d07a2 with scrape type 2
2026-03-28 11:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74bb5618-685a-5251-a73d-3867cb6d07a2 with scrape type 2
2026-03-28 11:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74bb5618-685a-5251-a73d-3867cb6d07a2, identifier: RK69%20HTX
2026-03-28 11:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdf946c7-57ab-5191-b7eb-5c2586d55a90 with identifier: HS18%20GVN
2026-03-28 11:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdf946c7-57ab-5191-b7eb-5c2586d55a90 with identifier: HS18%20GVN
2026-03-28 11:28:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdf946c7-57ab-5191-b7eb-5c2586d55a90 with identifier: HS18%20GVN to the API
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS18%20GVN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bdf946c7-57ab-5191-b7eb-5c2586d55a90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS18 GVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS18%20GVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 60797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF0NXXGCHNJU66865',
 'year': 2018}
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS18%2520GVN%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Saving data for HS18%20GVN: {'auction_closing_time': 1775037600.0, 'created_time': 1774610736.667302, 'last_price_update_time': 1774697329.391806}
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS18%2520GVN') HTTP/1.1" 204 0
2026-03-28 11:28:49 [bca.uk] INFO: Found listing with ID: LS74%20TJY
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520TJY%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Scrape type for LS74%20TJY: 2
2026-03-28 11:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9721e327-8547-5bce-9ca9-3ea1d6713114 with identifier: LS74%20TJY
2026-03-28 11:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9721e327-8547-5bce-9ca9-3ea1d6713114 with scrape type 2
2026-03-28 11:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9721e327-8547-5bce-9ca9-3ea1d6713114 with scrape type 2
2026-03-28 11:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9721e327-8547-5bce-9ca9-3ea1d6713114, identifier: LS74%20TJY
2026-03-28 11:28:49 [bca.uk] INFO: Found listing with ID: SL10%20VLB
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL10%2520VLB%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Scrape type for SL10%20VLB: 0
2026-03-28 11:28:49 [bca.uk] INFO: Found listing with ID: AE17%20MKZ
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE17%2520MKZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Scrape type for AE17%20MKZ: 0
2026-03-28 11:28:49 [bca.uk] INFO: Found listing with ID: AE20%20WTL
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE20%2520WTL%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Scrape type for AE20%20WTL: 0
2026-03-28 11:28:49 [bca.uk] INFO: Found listing with ID: HK22%20DXB
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520DXB%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Scrape type for HK22%20DXB: 2
2026-03-28 11:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1 with identifier: HK22%20DXB
2026-03-28 11:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1 with scrape type 2
2026-03-28 11:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1 with scrape type 2
2026-03-28 11:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1, identifier: HK22%20DXB
2026-03-28 11:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74bb5618-685a-5251-a73d-3867cb6d07a2 with identifier: RK69%20HTX
2026-03-28 11:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74bb5618-685a-5251-a73d-3867cb6d07a2 with identifier: RK69%20HTX
2026-03-28 11:28:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74bb5618-685a-5251-a73d-3867cb6d07a2 with identifier: RK69%20HTX to the API
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK69%20HTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74bb5618-685a-5251-a73d-3867cb6d07a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK69 HTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK69%20HTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 80064,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 40 TDI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY9K2072852',
 'year': 2019}
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520HTX%27 HTTP/1.1" 200 None
2026-03-28 11:28:49 [bca.uk] INFO: Saving data for RK69%20HTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774610618.550435, 'last_price_update_time': 1774697329.946029}
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK69%2520HTX') HTTP/1.1" 204 0
2026-03-28 11:28:50 [bca.uk] INFO: Found listing with ID: HS19%20KYT
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520KYT%27 HTTP/1.1" 200 None
2026-03-28 11:28:50 [bca.uk] INFO: Scrape type for HS19%20KYT: 2
2026-03-28 11:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2cc2771-0115-5be0-a54c-ecb4eb6faad8 with identifier: HS19%20KYT
2026-03-28 11:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2cc2771-0115-5be0-a54c-ecb4eb6faad8 with scrape type 2
2026-03-28 11:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2cc2771-0115-5be0-a54c-ecb4eb6faad8 with scrape type 2
2026-03-28 11:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2cc2771-0115-5be0-a54c-ecb4eb6faad8, identifier: HS19%20KYT
2026-03-28 11:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9721e327-8547-5bce-9ca9-3ea1d6713114 with identifier: LS74%20TJY
2026-03-28 11:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9721e327-8547-5bce-9ca9-3ea1d6713114 with identifier: LS74%20TJY
2026-03-28 11:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9721e327-8547-5bce-9ca9-3ea1d6713114 with identifier: LS74%20TJY to the API
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS74%20TJY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9721e327-8547-5bce-9ca9-3ea1d6713114',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS74 TJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS74%20TJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 12342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRD34227',
 'year': 2024}
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520TJY%27 HTTP/1.1" 200 None
2026-03-28 11:28:50 [bca.uk] INFO: Saving data for LS74%20TJY: {'auction_closing_time': 1774778400.0, 'created_time': 1774610688.577453, 'last_price_update_time': 1774697330.48779}
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS74%2520TJY') HTTP/1.1" 204 0
2026-03-28 11:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1 with identifier: HK22%20DXB
2026-03-28 11:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1 with identifier: HK22%20DXB
2026-03-28 11:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1 with identifier: HK22%20DXB to the API
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK22%20DXB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec0e0d1e-8a04-54f9-ba50-3f01dcb217c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK22 DXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK22%20DXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 34573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNY78955',
 'year': 2022}
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520DXB%27 HTTP/1.1" 200 None
2026-03-28 11:28:50 [bca.uk] INFO: Saving data for HK22%20DXB: {'auction_closing_time': 1774778400.0, 'created_time': 1774610678.713279, 'last_price_update_time': 1774697330.793998}
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520DXB') HTTP/1.1" 204 0
2026-03-28 11:28:50 [bca.uk] INFO: Found listing with ID: RK19%20TDX
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520TDX%27 HTTP/1.1" 200 None
2026-03-28 11:28:50 [bca.uk] INFO: Scrape type for RK19%20TDX: 2
2026-03-28 11:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58131372-154b-5160-afc9-1b9dc534c8e1 with identifier: RK19%20TDX
2026-03-28 11:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58131372-154b-5160-afc9-1b9dc534c8e1 with scrape type 2
2026-03-28 11:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58131372-154b-5160-afc9-1b9dc534c8e1 with scrape type 2
2026-03-28 11:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58131372-154b-5160-afc9-1b9dc534c8e1, identifier: RK19%20TDX
2026-03-28 11:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2cc2771-0115-5be0-a54c-ecb4eb6faad8 with identifier: HS19%20KYT
2026-03-28 11:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2cc2771-0115-5be0-a54c-ecb4eb6faad8 with identifier: HS19%20KYT
2026-03-28 11:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2cc2771-0115-5be0-a54c-ecb4eb6faad8 with identifier: HS19%20KYT to the API
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS19%20KYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2cc2771-0115-5be0-a54c-ecb4eb6faad8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS19 KYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS19%20KYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 103545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LEXUS IS 300H 2.5  Saloon',
 'transmission': 'manual',
 'trim': '',
 'vin': 'JTHBH5D2305077862',
 'year': 2019}
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520KYT%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Saving data for HS19%20KYT: {'auction_closing_time': 1775037600.0, 'created_time': 1774610567.213968, 'last_price_update_time': 1774697331.233578}
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS19%2520KYT') HTTP/1.1" 204 0
2026-03-28 11:28:51 [bca.uk] INFO: Found listing with ID: ND62%20EYA
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520EYA%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Scrape type for ND62%20EYA: 0
2026-03-28 11:28:51 [bca.uk] INFO: Found listing with ID: DE63%20MWM
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE63%2520MWM%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Scrape type for DE63%20MWM: 0
2026-03-28 11:28:51 [bca.uk] INFO: Found listing with ID: MT68%20TXH
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TXH%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Scrape type for MT68%20TXH: 2
2026-03-28 11:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2b52b45-5766-5b96-9b6f-fc76a1ac5983 with identifier: MT68%20TXH
2026-03-28 11:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2b52b45-5766-5b96-9b6f-fc76a1ac5983 with scrape type 2
2026-03-28 11:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2b52b45-5766-5b96-9b6f-fc76a1ac5983 with scrape type 2
2026-03-28 11:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2b52b45-5766-5b96-9b6f-fc76a1ac5983, identifier: MT68%20TXH
2026-03-28 11:28:51 [bca.uk] INFO: Found listing with ID: LP22%20BZS
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520BZS%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Scrape type for LP22%20BZS: 0
2026-03-28 11:28:51 [bca.uk] INFO: Found listing with ID: WV70%20PLN
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520PLN%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Scrape type for WV70%20PLN: 2
2026-03-28 11:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e6efb05-6571-52d2-835d-4ab1525da8ac with identifier: WV70%20PLN
2026-03-28 11:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e6efb05-6571-52d2-835d-4ab1525da8ac with scrape type 2
2026-03-28 11:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e6efb05-6571-52d2-835d-4ab1525da8ac with scrape type 2
2026-03-28 11:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e6efb05-6571-52d2-835d-4ab1525da8ac, identifier: WV70%20PLN
2026-03-28 11:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58131372-154b-5160-afc9-1b9dc534c8e1 with identifier: RK19%20TDX
2026-03-28 11:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58131372-154b-5160-afc9-1b9dc534c8e1 with identifier: RK19%20TDX
2026-03-28 11:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58131372-154b-5160-afc9-1b9dc534c8e1 with identifier: RK19%20TDX to the API
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK19%20TDX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58131372-154b-5160-afc9-1b9dc534c8e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK19 TDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK19%20TDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 111634,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 GT-LINE ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 GT-LINE ISG',
 'vin': 'U5YPK812LKL675122',
 'year': 2019}
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520TDX%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Saving data for RK19%20TDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774610620.856519, 'last_price_update_time': 1774697331.85777}
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK19%2520TDX') HTTP/1.1" 204 0
2026-03-28 11:28:51 [bca.uk] INFO: Found listing with ID: AP66%20PJX
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP66%2520PJX%27 HTTP/1.1" 200 None
2026-03-28 11:28:51 [bca.uk] INFO: Scrape type for AP66%20PJX: 2
2026-03-28 11:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8d0b61e-2e0f-5dbe-8d62-be0095475b01 with identifier: AP66%20PJX
2026-03-28 11:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8d0b61e-2e0f-5dbe-8d62-be0095475b01 with scrape type 2
2026-03-28 11:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8d0b61e-2e0f-5dbe-8d62-be0095475b01 with scrape type 2
2026-03-28 11:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8d0b61e-2e0f-5dbe-8d62-be0095475b01, identifier: AP66%20PJX
2026-03-28 11:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2b52b45-5766-5b96-9b6f-fc76a1ac5983 with identifier: MT68%20TXH
2026-03-28 11:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2b52b45-5766-5b96-9b6f-fc76a1ac5983 with identifier: MT68%20TXH
2026-03-28 11:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2b52b45-5766-5b96-9b6f-fc76a1ac5983 with identifier: MT68%20TXH to the API
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20TXH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2b52b45-5766-5b96-9b6f-fc76a1ac5983',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 TXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20TXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': 'PARTNER L1',
 'odometer': 98131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER L1 1.6 BLUEHDI 100 850 PROFESSIONAL Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 850 PROFESSIONAL',
 'vin': 'VF37DBHY6JN548038',
 'year': 2018}
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TXH%27 HTTP/1.1" 200 None
2026-03-28 11:28:52 [bca.uk] INFO: Saving data for MT68%20TXH: {'auction_closing_time': 1774778400.0, 'created_time': 1774391039.680898, 'last_price_update_time': 1774697332.322208}
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520TXH') HTTP/1.1" 204 0
2026-03-28 11:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e6efb05-6571-52d2-835d-4ab1525da8ac with identifier: WV70%20PLN
2026-03-28 11:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e6efb05-6571-52d2-835d-4ab1525da8ac with identifier: WV70%20PLN
2026-03-28 11:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e6efb05-6571-52d2-835d-4ab1525da8ac with identifier: WV70%20PLN to the API
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 206,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV70%20PLN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e6efb05-6571-52d2-835d-4ab1525da8ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV70 PLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV70%20PLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 92672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.3 DI-D 150 4WD WARRIOR CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 150 4WD WARRIOR',
 'vin': 'MMCJLKL60LH024890',
 'year': 2020}
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520PLN%27 HTTP/1.1" 200 None
2026-03-28 11:28:52 [bca.uk] INFO: Saving data for WV70%20PLN: {'auction_closing_time': 1774778400.0, 'created_time': 1774610583.599169, 'last_price_update_time': 1774697332.678644}
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV70%2520PLN') HTTP/1.1" 204 0
2026-03-28 11:28:52 [bca.uk] INFO: Found listing with ID: RA53%20TVW
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA53%2520TVW%27 HTTP/1.1" 200 None
2026-03-28 11:28:52 [bca.uk] INFO: Scrape type for RA53%20TVW: 2
2026-03-28 11:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d6368f0-198d-5430-8158-fb04c94ba616 with identifier: RA53%20TVW
2026-03-28 11:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6368f0-198d-5430-8158-fb04c94ba616 with scrape type 2
2026-03-28 11:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d6368f0-198d-5430-8158-fb04c94ba616 with scrape type 2
2026-03-28 11:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d6368f0-198d-5430-8158-fb04c94ba616, identifier: RA53%20TVW
2026-03-28 11:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8d0b61e-2e0f-5dbe-8d62-be0095475b01 with identifier: AP66%20PJX
2026-03-28 11:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8d0b61e-2e0f-5dbe-8d62-be0095475b01 with identifier: AP66%20PJX
2026-03-28 11:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8d0b61e-2e0f-5dbe-8d62-be0095475b01 with identifier: AP66%20PJX to the API
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP66%20PJX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8d0b61e-2e0f-5dbe-8d62-be0095475b01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP66 PJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP66%20PJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'F-TYPE',
 'odometer': 26068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-TYPE 3.0 V6 S/C 340 Roadster',
 'transmission': 'manual',
 'trim': 'V6 S/C 340',
 'vin': 'SAJAC64F6H8K42755',
 'year': 2016}
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP66%2520PJX%27 HTTP/1.1" 200 None
2026-03-28 11:28:53 [bca.uk] INFO: Saving data for AP66%20PJX: {'auction_closing_time': 1775037600.0, 'created_time': 1774610565.182255, 'last_price_update_time': 1774697333.073386}
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP66%2520PJX') HTTP/1.1" 204 0
2026-03-28 11:28:53 [bca.uk] INFO: Found listing with ID: EY64%20XUK
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY64%2520XUK%27 HTTP/1.1" 200 None
2026-03-28 11:28:53 [bca.uk] INFO: Scrape type for EY64%20XUK: 0
2026-03-28 11:28:53 [bca.uk] INFO: Found listing with ID: FG18%20OKN
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520OKN%27 HTTP/1.1" 200 None
2026-03-28 11:28:53 [bca.uk] INFO: Scrape type for FG18%20OKN: 2
2026-03-28 11:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77703147-1f97-5dd1-8e19-6bb348b65009 with identifier: FG18%20OKN
2026-03-28 11:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77703147-1f97-5dd1-8e19-6bb348b65009 with scrape type 2
2026-03-28 11:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77703147-1f97-5dd1-8e19-6bb348b65009 with scrape type 2
2026-03-28 11:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77703147-1f97-5dd1-8e19-6bb348b65009, identifier: FG18%20OKN
2026-03-28 11:28:53 [bca.uk] INFO: Found listing with ID: LC64%20RXW
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC64%2520RXW%27 HTTP/1.1" 200 None
2026-03-28 11:28:53 [bca.uk] INFO: Scrape type for LC64%20RXW: 2
2026-03-28 11:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 803bd666-cb1b-5adc-bbaf-0720d4512814 with identifier: LC64%20RXW
2026-03-28 11:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 803bd666-cb1b-5adc-bbaf-0720d4512814 with scrape type 2
2026-03-28 11:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 803bd666-cb1b-5adc-bbaf-0720d4512814 with scrape type 2
2026-03-28 11:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 803bd666-cb1b-5adc-bbaf-0720d4512814, identifier: LC64%20RXW
2026-03-28 11:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d6368f0-198d-5430-8158-fb04c94ba616 with identifier: RA53%20TVW
2026-03-28 11:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d6368f0-198d-5430-8158-fb04c94ba616 with identifier: RA53%20TVW
2026-03-28 11:28:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d6368f0-198d-5430-8158-fb04c94ba616 with identifier: RA53%20TVW to the API
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA53%20TVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d6368f0-198d-5430-8158-fb04c94ba616',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA53 TVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA53%20TVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 33565,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 DYNAMIQUE 16V Hatchback',
 'transmission': 'manual',
 'trim': 'DYNAMIQUE 16V',
 'vin': 'VF1CB05CF29889496',
 'year': 2003}
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA53%2520TVW%27 HTTP/1.1" 200 None
2026-03-28 11:28:53 [bca.uk] INFO: Saving data for RA53%20TVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610619.899805, 'last_price_update_time': 1774697333.586609}
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA53%2520TVW') HTTP/1.1" 204 0
2026-03-28 11:28:53 [bca.uk] INFO: Found listing with ID: BF66%20CWO
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF66%2520CWO%27 HTTP/1.1" 200 None
2026-03-28 11:28:53 [bca.uk] INFO: Scrape type for BF66%20CWO: 2
2026-03-28 11:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69cdd127-616b-55f8-99d7-161b752d0a54 with identifier: BF66%20CWO
2026-03-28 11:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69cdd127-616b-55f8-99d7-161b752d0a54 with scrape type 2
2026-03-28 11:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69cdd127-616b-55f8-99d7-161b752d0a54 with scrape type 2
2026-03-28 11:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69cdd127-616b-55f8-99d7-161b752d0a54, identifier: BF66%20CWO
2026-03-28 11:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77703147-1f97-5dd1-8e19-6bb348b65009 with identifier: FG18%20OKN
2026-03-28 11:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77703147-1f97-5dd1-8e19-6bb348b65009 with identifier: FG18%20OKN
2026-03-28 11:28:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77703147-1f97-5dd1-8e19-6bb348b65009 with identifier: FG18%20OKN to the API
2026-03-28 11:28:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG18%20OKN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '77703147-1f97-5dd1-8e19-6bb348b65009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG18 OKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG18%20OKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 30796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PHD33755',
 'year': 2018}
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520OKN%27 HTTP/1.1" 200 None
2026-03-28 11:28:54 [bca.uk] INFO: Saving data for FG18%20OKN: {'auction_closing_time': 1774778400.0, 'created_time': 1774610690.656683, 'last_price_update_time': 1774697334.137937}
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG18%2520OKN') HTTP/1.1" 204 0
2026-03-28 11:28:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 803bd666-cb1b-5adc-bbaf-0720d4512814 with identifier: LC64%20RXW
2026-03-28 11:28:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 803bd666-cb1b-5adc-bbaf-0720d4512814 with identifier: LC64%20RXW
2026-03-28 11:28:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 803bd666-cb1b-5adc-bbaf-0720d4512814 with identifier: LC64%20RXW to the API
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC64%20RXW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '803bd666-cb1b-5adc-bbaf-0720d4512814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC64 RXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC64%20RXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 91349,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'manual',
 'trim': 'D 116',
 'vin': 'WMWXN32080T966848',
 'year': 2014}
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC64%2520RXW%27 HTTP/1.1" 200 None
2026-03-28 11:28:54 [bca.uk] INFO: Saving data for LC64%20RXW: {'auction_closing_time': 1774951200.0, 'created_time': 1774610675.048646, 'last_price_update_time': 1774697334.466783}
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC64%2520RXW') HTTP/1.1" 204 0
2026-03-28 11:28:54 [bca.uk] INFO: Found listing with ID: MD15%20DZE
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520DZE%27 HTTP/1.1" 200 None
2026-03-28 11:28:54 [bca.uk] INFO: Scrape type for MD15%20DZE: 2
2026-03-28 11:28:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f with identifier: MD15%20DZE
2026-03-28 11:28:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f with scrape type 2
2026-03-28 11:28:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f with scrape type 2
2026-03-28 11:28:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f, identifier: MD15%20DZE
2026-03-28 11:28:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69cdd127-616b-55f8-99d7-161b752d0a54 with identifier: BF66%20CWO
2026-03-28 11:28:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69cdd127-616b-55f8-99d7-161b752d0a54 with identifier: BF66%20CWO
2026-03-28 11:28:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69cdd127-616b-55f8-99d7-161b752d0a54 with identifier: BF66%20CWO to the API
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF66%20CWO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69cdd127-616b-55f8-99d7-161b752d0a54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF66 CWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF66%20CWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 100840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 SE 2WD S/S',
 'vin': 'W0LJD7E81GB753100',
 'year': 2016}
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF66%2520CWO%27 HTTP/1.1" 200 None
2026-03-28 11:28:54 [bca.uk] INFO: Saving data for BF66%20CWO: {'auction_closing_time': 1775037600.0, 'created_time': 1774610563.518798, 'last_price_update_time': 1774697334.857206}
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF66%2520CWO') HTTP/1.1" 204 0
2026-03-28 11:28:54 [bca.uk] INFO: Found listing with ID: CN20%20DZR
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN20%2520DZR%27 HTTP/1.1" 200 None
2026-03-28 11:28:54 [bca.uk] INFO: Scrape type for CN20%20DZR: 2
2026-03-28 11:28:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cc55786-a19c-5996-b385-4607d5437c2c with identifier: CN20%20DZR
2026-03-28 11:28:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc55786-a19c-5996-b385-4607d5437c2c with scrape type 2
2026-03-28 11:28:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cc55786-a19c-5996-b385-4607d5437c2c with scrape type 2
2026-03-28 11:28:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cc55786-a19c-5996-b385-4607d5437c2c, identifier: CN20%20DZR
2026-03-28 11:28:54 [bca.uk] INFO: Found listing with ID: YK09%20AOV
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520AOV%27 HTTP/1.1" 200 None
2026-03-28 11:28:54 [bca.uk] INFO: Scrape type for YK09%20AOV: 2
2026-03-28 11:28:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2a29c2-4bfa-54b7-b219-4b502325ba3b with identifier: YK09%20AOV
2026-03-28 11:28:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2a29c2-4bfa-54b7-b219-4b502325ba3b with scrape type 2
2026-03-28 11:28:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b2a29c2-4bfa-54b7-b219-4b502325ba3b with scrape type 2
2026-03-28 11:28:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b2a29c2-4bfa-54b7-b219-4b502325ba3b, identifier: YK09%20AOV
2026-03-28 11:28:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f with identifier: MD15%20DZE
2026-03-28 11:28:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f with identifier: MD15%20DZE
2026-03-28 11:28:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d8e23e3-6e1b-5f8e-8d72-24312e717f3f with identifier: MD15%20DZE to the API
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD15%20DZE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d8e23e3-6e1b-5f8e-8d72-24312e717f3f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD15 DZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD15%20DZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 48128,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA3120000J390527',
 'year': 2015}
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520DZE%27 HTTP/1.1" 200 None
2026-03-28 11:28:55 [bca.uk] INFO: Saving data for MD15%20DZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610620.437066, 'last_price_update_time': 1774697335.353678}
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD15%2520DZE') HTTP/1.1" 204 0
2026-03-28 11:28:55 [bca.uk] INFO: Found listing with ID: BN25%20RGY
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RGY%27 HTTP/1.1" 200 None
2026-03-28 11:28:55 [bca.uk] INFO: Scrape type for BN25%20RGY: 2
2026-03-28 11:28:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb4d9854-e60f-5e67-8a2f-5b86eeefa5be with identifier: BN25%20RGY
2026-03-28 11:28:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb4d9854-e60f-5e67-8a2f-5b86eeefa5be with scrape type 2
2026-03-28 11:28:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb4d9854-e60f-5e67-8a2f-5b86eeefa5be with scrape type 2
2026-03-28 11:28:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb4d9854-e60f-5e67-8a2f-5b86eeefa5be, identifier: BN25%20RGY
2026-03-28 11:28:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cc55786-a19c-5996-b385-4607d5437c2c with identifier: CN20%20DZR
2026-03-28 11:28:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cc55786-a19c-5996-b385-4607d5437c2c with identifier: CN20%20DZR
2026-03-28 11:28:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cc55786-a19c-5996-b385-4607d5437c2c with identifier: CN20%20DZR to the API
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN20%20DZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9cc55786-a19c-5996-b385-4607d5437c2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN20 DZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN20%20DZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 115416,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRKL7028965',
 'year': 2020}
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN20%2520DZR%27 HTTP/1.1" 200 None
2026-03-28 11:28:55 [bca.uk] INFO: Saving data for CN20%20DZR: {'auction_closing_time': 1774778400.0, 'created_time': 1774610683.415005, 'last_price_update_time': 1774697335.745667}
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN20%2520DZR') HTTP/1.1" 204 0
2026-03-28 11:28:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b2a29c2-4bfa-54b7-b219-4b502325ba3b with identifier: YK09%20AOV
2026-03-28 11:28:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b2a29c2-4bfa-54b7-b219-4b502325ba3b with identifier: YK09%20AOV
2026-03-28 11:28:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b2a29c2-4bfa-54b7-b219-4b502325ba3b with identifier: YK09%20AOV to the API
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK09%20AOV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b2a29c2-4bfa-54b7-b219-4b502325ba3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK09 AOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK09%20AOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 104940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXWPJJ9P12400',
 'year': 2010}
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520AOV%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Saving data for YK09%20AOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774610673.214287, 'last_price_update_time': 1774697336.047531}
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK09%2520AOV') HTTP/1.1" 204 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DX16%20XOG
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520XOG%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DX16%20XOG: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: LT06%20NRE
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT06%2520NRE%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for LT06%20NRE: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: LG54%20CTX
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG54%2520CTX%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for LG54%20CTX: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: HV17%20HNY
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520HNY%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for HV17%20HNY: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: HJ05%20GYZ
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ05%2520GYZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for HJ05%20GYZ: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: EA61%20KZG
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520KZG%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for EA61%20KZG: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: EA18%20TVO
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520TVO%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for EA18%20TVO: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: CE10%20WLK
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE10%2520WLK%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for CE10%20WLK: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: SB06%20MXP
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB06%2520MXP%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for SB06%20MXP: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: GM21%20AOT
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520AOT%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for GM21%20AOT: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DY16%20UYF
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520UYF%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DY16%20UYF: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DE15%20UOH
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520UOH%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DE15%20UOH: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: AP14%20CKK
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP14%2520CKK%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for AP14%20CKK: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: AO11%20XUF
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO11%2520XUF%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for AO11%20XUF: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: AD19%20LFS
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520LFS%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for AD19%20LFS: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: FE12%20YZW
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520YZW%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for FE12%20YZW: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: BC22%20HCF
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HCF%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for BC22%20HCF: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: RX66%20CYJ
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520CYJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for RX66%20CYJ: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: LD65%20WHV
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WHV%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for LD65%20WHV: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: SP67%20RNJ
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520RNJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for SP67%20RNJ: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DK63%20ZNX
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520ZNX%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DK63%20ZNX: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: EA67%20BCE
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520BCE%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for EA67%20BCE: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DN64%20NMA
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520NMA%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DN64%20NMA: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DN69%20HCH
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520HCH%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DN69%20HCH: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: M31%20FFM
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M31%2520FFM%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for M31%20FFM: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: KP70%20XYY
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520XYY%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for KP70%20XYY: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: PX69%20SXW
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX69%2520SXW%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for PX69%20SXW: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: MV18%20ULJ
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520ULJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for MV18%20ULJ: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: V800%20ARR
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V800%2520ARR%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for V800%20ARR: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DY68%20UWN
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520UWN%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DY68%20UWN: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: NV72%20USG
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520USG%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for NV72%20USG: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: KJ19%20OPY
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520OPY%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for KJ19%20OPY: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: R88%20JOX
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R88%2520JOX%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for R88%20JOX: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: RE70%20JXR
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520JXR%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for RE70%20JXR: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: YG72%20FOV
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520FOV%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for YG72%20FOV: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: SE68%20SDU
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE68%2520SDU%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for SE68%20SDU: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: SJ72%20MDX
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520MDX%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for SJ72%20MDX: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: DG69%20VJO
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520VJO%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for DG69%20VJO: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: SC19%20XGB
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC19%2520XGB%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for SC19%20XGB: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: BG70%20GGP
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520GGP%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for BG70%20GGP: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: CK70%20OSX
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK70%2520OSX%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for CK70%20OSX: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: FG68%20SFY
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520SFY%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for FG68%20SFY: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: GV69%20EKK
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV69%2520EKK%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for GV69%20EKK: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: FP70%20PGK
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP70%2520PGK%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for FP70%20PGK: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: YH22%20TPO
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520TPO%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for YH22%20TPO: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: CN57%20BXX
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN57%2520BXX%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for CN57%20BXX: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: WH18%20ACV
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH18%2520ACV%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for WH18%20ACV: 0
2026-03-28 11:28:56 [bca.uk] INFO: Found listing with ID: MJ20%20EEG
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-28 11:28:56 [bca.uk] INFO: Scrape type for MJ20%20EEG: 2
2026-03-28 11:28:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG
2026-03-28 11:28:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe2d24ca-0948-567b-9bc9-54a99e453364 with scrape type 2
2026-03-28 11:28:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe2d24ca-0948-567b-9bc9-54a99e453364 with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe2d24ca-0948-567b-9bc9-54a99e453364, identifier: MJ20%20EEG
2026-03-28 11:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb4d9854-e60f-5e67-8a2f-5b86eeefa5be with identifier: BN25%20RGY
2026-03-28 11:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb4d9854-e60f-5e67-8a2f-5b86eeefa5be with identifier: BN25%20RGY
2026-03-28 11:28:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb4d9854-e60f-5e67-8a2f-5b86eeefa5be with identifier: BN25%20RGY to the API
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RGY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb4d9854-e60f-5e67-8a2f-5b86eeefa5be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 24369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY1SS019548',
 'year': 2025}
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RGY%27 HTTP/1.1" 200 None
2026-03-28 11:28:57 [bca.uk] INFO: Saving data for BN25%20RGY: {'auction_closing_time': 1775124000.0, 'created_time': 1774610733.663918, 'last_price_update_time': 1774697337.351227}
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RGY') HTTP/1.1" 204 0
2026-03-28 11:28:57 [bca.uk] INFO: Found listing with ID: DV20%20NHY
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520NHY%27 HTTP/1.1" 200 None
2026-03-28 11:28:57 [bca.uk] INFO: Scrape type for DV20%20NHY: 0
2026-03-28 11:28:57 [bca.uk] INFO: Found listing with ID: KGZ%209132
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KGZ%25209132%27 HTTP/1.1" 200 None
2026-03-28 11:28:57 [bca.uk] INFO: Scrape type for KGZ%209132: 2
2026-03-28 11:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e6da4c9-e331-5218-a0c6-c85c961a865c with identifier: KGZ%209132
2026-03-28 11:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e6da4c9-e331-5218-a0c6-c85c961a865c with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e6da4c9-e331-5218-a0c6-c85c961a865c with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e6da4c9-e331-5218-a0c6-c85c961a865c, identifier: KGZ%209132
2026-03-28 11:28:57 [bca.uk] INFO: Found listing with ID: WN64%20YWU
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520YWU%27 HTTP/1.1" 200 None
2026-03-28 11:28:57 [bca.uk] INFO: Scrape type for WN64%20YWU: 2
2026-03-28 11:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39bdca43-d813-54a2-91a0-7b7bed4ab7c5 with identifier: WN64%20YWU
2026-03-28 11:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39bdca43-d813-54a2-91a0-7b7bed4ab7c5 with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39bdca43-d813-54a2-91a0-7b7bed4ab7c5 with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39bdca43-d813-54a2-91a0-7b7bed4ab7c5, identifier: WN64%20YWU
2026-03-28 11:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG
2026-03-28 11:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe2d24ca-0948-567b-9bc9-54a99e453364 with identifier: MJ20%20EEG
2026-03-28 11:28:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: fe2d24ca-0948-567b-9bc9-54a99e453364 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ20%20EEG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fe2d24ca-0948-567b-9bc9-54a99e453364',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 EEG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20EEG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 50101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.5 BLUEHDI 130 FLAIR PLUS EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 FLAIR PLUS EAT8',
 'vin': 'VR7ACYHZRLL023085',
 'year': 2020}
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520EEG%27 HTTP/1.1" 200 None
2026-03-28 11:28:57 [bca.uk] INFO: Saving data for MJ20%20EEG: {'auction_closing_time': 1774692000.0, 'created_time': 1774305152.017418, 'last_price_update_time': 1774697337.719911}
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520EEG') HTTP/1.1" 204 0
2026-03-28 11:28:57 [bca.uk] INFO: Found listing with ID: YP15%20FWC
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520FWC%27 HTTP/1.1" 200 None
2026-03-28 11:28:57 [bca.uk] INFO: Scrape type for YP15%20FWC: 2
2026-03-28 11:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db2b8900-4a39-5ccd-9318-d6fe0a1f68ad with identifier: YP15%20FWC
2026-03-28 11:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db2b8900-4a39-5ccd-9318-d6fe0a1f68ad with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db2b8900-4a39-5ccd-9318-d6fe0a1f68ad with scrape type 2
2026-03-28 11:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db2b8900-4a39-5ccd-9318-d6fe0a1f68ad, identifier: YP15%20FWC
2026-03-28 11:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e6da4c9-e331-5218-a0c6-c85c961a865c with identifier: KGZ%209132
2026-03-28 11:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e6da4c9-e331-5218-a0c6-c85c961a865c with identifier: KGZ%209132
2026-03-28 11:28:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e6da4c9-e331-5218-a0c6-c85c961a865c with identifier: KGZ%209132 to the API
2026-03-28 11:28:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KGZ%209132-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9e6da4c9-e331-5218-a0c6-c85c961a865c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KGZ 9132',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KGZ%209132&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 183499,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 240 L2 LTD.L/R P/S Van',
 'transmission': 'automatic',
 'trim': 'EBL 120 240 L2 LTD.L/R P/S',
 'vin': 'WF0SXXWPGSKC88757',
 'year': 2019}
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KGZ%25209132%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Saving data for KGZ%209132: {'auction_closing_time': 1774778400.0, 'created_time': 1774610682.971573, 'last_price_update_time': 1774697338.142134}
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KGZ%25209132') HTTP/1.1" 204 0
2026-03-28 11:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39bdca43-d813-54a2-91a0-7b7bed4ab7c5 with identifier: WN64%20YWU
2026-03-28 11:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39bdca43-d813-54a2-91a0-7b7bed4ab7c5 with identifier: WN64%20YWU
2026-03-28 11:28:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39bdca43-d813-54a2-91a0-7b7bed4ab7c5 with identifier: WN64%20YWU to the API
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN64%20YWU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '39bdca43-d813-54a2-91a0-7b7bed4ab7c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN64 YWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN64%20YWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 86024,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32000WR12265',
 'year': 2014}
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520YWU%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Saving data for WN64%20YWU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610674.115756, 'last_price_update_time': 1774697338.424154}
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN64%2520YWU') HTTP/1.1" 204 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: NJ18%20KXN
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520KXN%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for NJ18%20KXN: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: YL20%20CFO
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL20%2520CFO%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for YL20%20CFO: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: HY21%20VNL
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520VNL%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for HY21%20VNL: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: YA18%20UVB
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UVB%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for YA18%20UVB: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: MT23%20TUO
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520TUO%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for MT23%20TUO: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: YF20%20EKW
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520EKW%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for YF20%20EKW: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: MA69%20CVD
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA69%2520CVD%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for MA69%20CVD: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: DV20%20JNO
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520JNO%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for DV20%20JNO: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: SX70%20BJU
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX70%2520BJU%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for SX70%20BJU: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: AE69%20GWW
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520GWW%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for AE69%20GWW: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: YJ19%20WXX
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ19%2520WXX%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for YJ19%20WXX: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: ML09%20UUK
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520UUK%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for ML09%20UUK: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: V8%20XMB
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V8%2520XMB%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for V8%20XMB: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: LH11%20ABU
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH11%2520ABU%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for LH11%20ABU: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: WA66%20TYC
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520TYC%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for WA66%20TYC: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: LD17%20GWO
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520GWO%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for LD17%20GWO: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: YM16%20XCC
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520XCC%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for YM16%20XCC: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: BP14%20WHB
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP14%2520WHB%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for BP14%20WHB: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: FV55%20GHG
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV55%2520GHG%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for FV55%20GHG: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: OY65%20NUA
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520NUA%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for OY65%20NUA: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: BG62%20VPX
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG62%2520VPX%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for BG62%20VPX: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: DC11%20DHM
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC11%2520DHM%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for DC11%20DHM: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: K2%20XDB
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K2%2520XDB%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for K2%20XDB: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: SH51%20YHV
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH51%2520YHV%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for SH51%20YHV: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: LY06%20XPF
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY06%2520XPF%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for LY06%20XPF: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: DN67%20YEB
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN67%2520YEB%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for DN67%20YEB: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: LL65%20VRY
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL65%2520VRY%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for LL65%20VRY: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: VN62%20CSZ
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520CSZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for VN62%20CSZ: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: FY67%20MKA
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY67%2520MKA%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for FY67%20MKA: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: LW17%20JXZ
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW17%2520JXZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for LW17%20JXZ: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: PT51%20GPT
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PT51%2520GPT%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for PT51%20GPT: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: BX62%20FVM
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX62%2520FVM%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for BX62%20FVM: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: GY59%20LUH
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY59%2520LUH%27 HTTP/1.1" 200 None
2026-03-28 11:28:58 [bca.uk] INFO: Scrape type for GY59%20LUH: 0
2026-03-28 11:28:58 [bca.uk] INFO: Found listing with ID: PO67%20YZV
2026-03-28 11:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520YZV%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for PO67%20YZV: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: RK65%20WOA
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520WOA%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for RK65%20WOA: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: EO52%20OCJ
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO52%2520OCJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for EO52%20OCJ: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: RL03%20USG
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL03%2520USG%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for RL03%20USG: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: SV17%20UAR
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV17%2520UAR%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for SV17%20UAR: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: YX59%20YMF
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX59%2520YMF%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for YX59%20YMF: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: CK13%20AJK
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK13%2520AJK%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for CK13%20AJK: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: AU58%20OSY
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU58%2520OSY%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for AU58%20OSY: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: LM13%20AXX
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520AXX%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for LM13%20AXX: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: MF07%20BPX
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF07%2520BPX%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for MF07%20BPX: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: SK60%20XDF
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520XDF%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for SK60%20XDF: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: VK67%20KFZ
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520KFZ%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for VK67%20KFZ: 0
2026-03-28 11:28:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db2b8900-4a39-5ccd-9318-d6fe0a1f68ad with identifier: YP15%20FWC
2026-03-28 11:28:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db2b8900-4a39-5ccd-9318-d6fe0a1f68ad with identifier: YP15%20FWC
2026-03-28 11:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db2b8900-4a39-5ccd-9318-d6fe0a1f68ad with identifier: YP15%20FWC to the API
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP15%20FWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db2b8900-4a39-5ccd-9318-d6fe0a1f68ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP15 FWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP15%20FWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 95870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'automatic',
 'trim': 'D 116',
 'vin': 'WMWXT32060T855592',
 'year': 2015}
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520FWC%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Saving data for YP15%20FWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774610735.543621, 'last_price_update_time': 1774697339.516787}
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP15%2520FWC') HTTP/1.1" 204 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: YP14%20AXN
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520AXN%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for YP14%20AXN: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: FX66%20OYJ
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX66%2520OYJ%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for FX66%20OYJ: 0
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: YT59%20OPC
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520OPC%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for YT59%20OPC: 2
2026-03-28 11:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a8c4ba7-68cf-58cc-a368-bd359550b4cb with identifier: YT59%20OPC
2026-03-28 11:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a8c4ba7-68cf-58cc-a368-bd359550b4cb with scrape type 2
2026-03-28 11:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a8c4ba7-68cf-58cc-a368-bd359550b4cb with scrape type 2
2026-03-28 11:28:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a8c4ba7-68cf-58cc-a368-bd359550b4cb, identifier: YT59%20OPC
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: WN22%20XNE
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520XNE%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for WN22%20XNE: 2
2026-03-28 11:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80532845-24d8-5167-bd69-3692590ef85e with identifier: WN22%20XNE
2026-03-28 11:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80532845-24d8-5167-bd69-3692590ef85e with scrape type 2
2026-03-28 11:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80532845-24d8-5167-bd69-3692590ef85e with scrape type 2
2026-03-28 11:28:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80532845-24d8-5167-bd69-3692590ef85e, identifier: WN22%20XNE
2026-03-28 11:28:59 [bca.uk] INFO: Found listing with ID: YH58%20TYY
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH58%2520TYY%27 HTTP/1.1" 200 None
2026-03-28 11:28:59 [bca.uk] INFO: Scrape type for YH58%20TYY: 2
2026-03-28 11:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f73524-7411-57b4-9256-637fabaf699e with identifier: YH58%20TYY
2026-03-28 11:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f73524-7411-57b4-9256-637fabaf699e with scrape type 2
2026-03-28 11:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f73524-7411-57b4-9256-637fabaf699e with scrape type 2
2026-03-28 11:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19f73524-7411-57b4-9256-637fabaf699e, identifier: YH58%20TYY
2026-03-28 11:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a8c4ba7-68cf-58cc-a368-bd359550b4cb with identifier: YT59%20OPC
2026-03-28 11:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a8c4ba7-68cf-58cc-a368-bd359550b4cb with identifier: YT59%20OPC
2026-03-28 11:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a8c4ba7-68cf-58cc-a368-bd359550b4cb with identifier: YT59%20OPC to the API
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT59%20OPC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a8c4ba7-68cf-58cc-a368-bd359550b4cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT59 OPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT59%20OPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 156917,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.5 DI-D 134 LWB WARRIOR 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 134 LWB WARRIOR 4WD',
 'vin': 'MMBJRKB407D052480',
 'year': 2009}
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520OPC%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Saving data for YT59%20OPC: {'auction_closing_time': 1774778400.0, 'created_time': 1774610682.172044, 'last_price_update_time': 1774697340.358981}
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT59%2520OPC') HTTP/1.1" 204 0
2026-03-28 11:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80532845-24d8-5167-bd69-3692590ef85e with identifier: WN22%20XNE
2026-03-28 11:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80532845-24d8-5167-bd69-3692590ef85e with identifier: WN22%20XNE
2026-03-28 11:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80532845-24d8-5167-bd69-3692590ef85e with identifier: WN22%20XNE to the API
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20XNE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80532845-24d8-5167-bd69-3692590ef85e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN22 XNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20XNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 16542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 100 SE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 SE ED.',
 'vin': 'VXKUSHNEKNW025840',
 'year': 2022}
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520XNE%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Saving data for WN22%20XNE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610669.525476, 'last_price_update_time': 1774697340.65976}
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520XNE') HTTP/1.1" 204 0
2026-03-28 11:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19f73524-7411-57b4-9256-637fabaf699e with identifier: YH58%20TYY
2026-03-28 11:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19f73524-7411-57b4-9256-637fabaf699e with identifier: YH58%20TYY
2026-03-28 11:29:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 19f73524-7411-57b4-9256-637fabaf699e with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH58%20TYY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '19f73524-7411-57b4-9256-637fabaf699e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH58 TYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH58%20TYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 90701,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375083227657',
 'year': 2008}
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH58%2520TYY%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Saving data for YH58%20TYY: {'auction_closing_time': 1774692000.0, 'created_time': 1774610563.152483, 'last_price_update_time': 1774697340.692706}
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH58%2520TYY') HTTP/1.1" 204 0
2026-03-28 11:29:00 [bca.uk] INFO: Found listing with ID: ET10%20OEG
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520OEG%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Scrape type for ET10%20OEG: 0
2026-03-28 11:29:00 [bca.uk] INFO: Found listing with ID: YC23%20GYR
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GYR%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Scrape type for YC23%20GYR: 0
2026-03-28 11:29:00 [bca.uk] INFO: Found listing with ID: VU11%20OVP
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520OVP%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Scrape type for VU11%20OVP: 2
2026-03-28 11:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ede7d3a6-f5de-5ff6-8ac3-69611296886d with identifier: VU11%20OVP
2026-03-28 11:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ede7d3a6-f5de-5ff6-8ac3-69611296886d with scrape type 2
2026-03-28 11:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ede7d3a6-f5de-5ff6-8ac3-69611296886d with scrape type 2
2026-03-28 11:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ede7d3a6-f5de-5ff6-8ac3-69611296886d, identifier: VU11%20OVP
2026-03-28 11:29:00 [bca.uk] INFO: Found listing with ID: LF13%20ZRD
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520ZRD%27 HTTP/1.1" 200 None
2026-03-28 11:29:00 [bca.uk] INFO: Scrape type for LF13%20ZRD: 2
2026-03-28 11:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e9e8e0f-22ae-5119-8086-625a3c63ad9e with identifier: LF13%20ZRD
2026-03-28 11:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e9e8e0f-22ae-5119-8086-625a3c63ad9e with scrape type 2
2026-03-28 11:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e9e8e0f-22ae-5119-8086-625a3c63ad9e with scrape type 2
2026-03-28 11:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e9e8e0f-22ae-5119-8086-625a3c63ad9e, identifier: LF13%20ZRD
2026-03-28 11:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ede7d3a6-f5de-5ff6-8ac3-69611296886d with identifier: VU11%20OVP
2026-03-28 11:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ede7d3a6-f5de-5ff6-8ac3-69611296886d with identifier: VU11%20OVP
2026-03-28 11:29:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ede7d3a6-f5de-5ff6-8ac3-69611296886d with identifier: VU11%20OVP to the API
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU11%20OVP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ede7d3a6-f5de-5ff6-8ac3-69611296886d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU11 OVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU11%20OVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'SCIROCCO',
 'odometer': 143321,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SCIROCCO 2.0 TSI 210 GT Coupe',
 'transmission': 'manual',
 'trim': 'TSI 210 GT',
 'vin': 'WVWZZZ13ZBV037327',
 'year': 2011}
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520OVP%27 HTTP/1.1" 200 None
2026-03-28 11:29:01 [bca.uk] INFO: Saving data for VU11%20OVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774610669.111334, 'last_price_update_time': 1774697341.342818}
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU11%2520OVP') HTTP/1.1" 204 0
2026-03-28 11:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e9e8e0f-22ae-5119-8086-625a3c63ad9e with identifier: LF13%20ZRD
2026-03-28 11:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e9e8e0f-22ae-5119-8086-625a3c63ad9e with identifier: LF13%20ZRD
2026-03-28 11:29:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e9e8e0f-22ae-5119-8086-625a3c63ad9e with identifier: LF13%20ZRD to the API
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF13%20ZRD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e9e8e0f-22ae-5119-8086-625a3c63ad9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF13 ZRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF13%20ZRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT 300 FWD',
 'odometer': 117898,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 300 FWD 2.2 TDCI 100 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 100 SWB L/R',
 'vin': 'WF0XXXBDFXDM58714',
 'year': 2013}
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520ZRD%27 HTTP/1.1" 200 None
2026-03-28 11:29:01 [bca.uk] INFO: Saving data for LF13%20ZRD: {'auction_closing_time': 1775124000.0, 'created_time': 1774610728.487011, 'last_price_update_time': 1774697341.653726}
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF13%2520ZRD') HTTP/1.1" 204 0
2026-03-28 11:29:01 [bca.uk] INFO: Found listing with ID: LM15%20CFO
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520CFO%27 HTTP/1.1" 200 None
2026-03-28 11:29:01 [bca.uk] INFO: Scrape type for LM15%20CFO: 2
2026-03-28 11:29:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50195665-fd04-529b-a79b-d6599bb6a98c with identifier: LM15%20CFO
2026-03-28 11:29:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50195665-fd04-529b-a79b-d6599bb6a98c with scrape type 2
2026-03-28 11:29:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50195665-fd04-529b-a79b-d6599bb6a98c with scrape type 2
2026-03-28 11:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50195665-fd04-529b-a79b-d6599bb6a98c, identifier: LM15%20CFO
2026-03-28 11:29:01 [bca.uk] INFO: Found listing with ID: DE09%20YPY
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520YPY%27 HTTP/1.1" 200 None
2026-03-28 11:29:01 [bca.uk] INFO: Scrape type for DE09%20YPY: 2
2026-03-28 11:29:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ed8b5ee-0d82-5b5b-ba36-cf6808689930 with identifier: DE09%20YPY
2026-03-28 11:29:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ed8b5ee-0d82-5b5b-ba36-cf6808689930 with scrape type 2
2026-03-28 11:29:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ed8b5ee-0d82-5b5b-ba36-cf6808689930 with scrape type 2
2026-03-28 11:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ed8b5ee-0d82-5b5b-ba36-cf6808689930, identifier: DE09%20YPY
2026-03-28 11:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50195665-fd04-529b-a79b-d6599bb6a98c with identifier: LM15%20CFO
2026-03-28 11:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50195665-fd04-529b-a79b-d6599bb6a98c with identifier: LM15%20CFO
2026-03-28 11:29:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50195665-fd04-529b-a79b-d6599bb6a98c with identifier: LM15%20CFO to the API
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM15%20CFO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50195665-fd04-529b-a79b-d6599bb6a98c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM15 CFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM15%20CFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 150652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBAKS420800J51141',
 'year': 2015}
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520CFO%27 HTTP/1.1" 200 None
2026-03-28 11:29:02 [bca.uk] INFO: Saving data for LM15%20CFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774131205.911603, 'last_price_update_time': 1774697342.228039}
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM15%2520CFO') HTTP/1.1" 204 0
2026-03-28 11:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ed8b5ee-0d82-5b5b-ba36-cf6808689930 with identifier: DE09%20YPY
2026-03-28 11:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ed8b5ee-0d82-5b5b-ba36-cf6808689930 with identifier: DE09%20YPY
2026-03-28 11:29:02 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5ed8b5ee-0d82-5b5b-ba36-cf6808689930 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE09%20YPY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ed8b5ee-0d82-5b5b-ba36-cf6808689930',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE09 YPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE09%20YPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'FOX',
 'odometer': 65895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN FOX 1.2  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WVWZZZ5ZZ94127657',
 'year': 2009}
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520YPY%27 HTTP/1.1" 200 None
2026-03-28 11:29:02 [bca.uk] INFO: Saving data for DE09%20YPY: {'auction_closing_time': 1774692000.0, 'created_time': 1774610552.048578, 'last_price_update_time': 1774697342.359876}
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE09%2520YPY') HTTP/1.1" 204 0
2026-03-28 11:29:02 [bca.uk] INFO: Found listing with ID: WV20%20SVK
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520SVK%27 HTTP/1.1" 200 None
2026-03-28 11:29:02 [bca.uk] INFO: Scrape type for WV20%20SVK: 2
2026-03-28 11:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 578f5817-88b0-58cb-9cd1-65249c39637c with identifier: WV20%20SVK
2026-03-28 11:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 578f5817-88b0-58cb-9cd1-65249c39637c with scrape type 2
2026-03-28 11:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 578f5817-88b0-58cb-9cd1-65249c39637c with scrape type 2
2026-03-28 11:29:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 578f5817-88b0-58cb-9cd1-65249c39637c, identifier: WV20%20SVK
2026-03-28 11:29:02 [bca.uk] INFO: Found listing with ID: WM19%20MJE
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520MJE%27 HTTP/1.1" 200 None
2026-03-28 11:29:02 [bca.uk] INFO: Scrape type for WM19%20MJE: 2
2026-03-28 11:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d26dac8-6a29-58af-a1b1-0182e07793cc with identifier: WM19%20MJE
2026-03-28 11:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d26dac8-6a29-58af-a1b1-0182e07793cc with scrape type 2
2026-03-28 11:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d26dac8-6a29-58af-a1b1-0182e07793cc with scrape type 2
2026-03-28 11:29:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d26dac8-6a29-58af-a1b1-0182e07793cc, identifier: WM19%20MJE
2026-03-28 11:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 578f5817-88b0-58cb-9cd1-65249c39637c with identifier: WV20%20SVK
2026-03-28 11:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 578f5817-88b0-58cb-9cd1-65249c39637c with identifier: WV20%20SVK
2026-03-28 11:29:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 578f5817-88b0-58cb-9cd1-65249c39637c with identifier: WV20%20SVK to the API
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV20%20SVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '578f5817-88b0-58cb-9cd1-65249c39637c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV20 SVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV20%20SVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 91927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 55 TFSI QUATTRO BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': '55 TFSI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZ4M1LD015311',
 'year': 2020}
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520SVK%27 HTTP/1.1" 200 None
2026-03-28 11:29:02 [bca.uk] INFO: Saving data for WV20%20SVK: {'auction_closing_time': 1774951200.0, 'created_time': 1774610667.461229, 'last_price_update_time': 1774697342.933082}
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV20%2520SVK') HTTP/1.1" 204 0
2026-03-28 11:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d26dac8-6a29-58af-a1b1-0182e07793cc with identifier: WM19%20MJE
2026-03-28 11:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d26dac8-6a29-58af-a1b1-0182e07793cc with identifier: WM19%20MJE
2026-03-28 11:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d26dac8-6a29-58af-a1b1-0182e07793cc with identifier: WM19%20MJE to the API
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM19%20MJE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d26dac8-6a29-58af-a1b1-0182e07793cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM19 MJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM19%20MJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FOCUS ACTIVE',
 'odometer': 79299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS ACTIVE 1.0 E/B 125 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125',
 'vin': 'WF0NXXGCHNKE22849',
 'year': 2019}
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520MJE%27 HTTP/1.1" 200 None
2026-03-28 11:29:03 [bca.uk] INFO: Saving data for WM19%20MJE: {'auction_closing_time': 1775124000.0, 'created_time': 1774610542.72093, 'last_price_update_time': 1774697343.241881}
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM19%2520MJE') HTTP/1.1" 204 0
2026-03-28 11:29:03 [bca.uk] INFO: Found listing with ID: TGZ%203183
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25203183%27 HTTP/1.1" 200 None
2026-03-28 11:29:03 [bca.uk] INFO: Scrape type for TGZ%203183: 2
2026-03-28 11:29:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40ceaece-14b5-5e27-9a45-d8f280d394dd with identifier: TGZ%203183
2026-03-28 11:29:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40ceaece-14b5-5e27-9a45-d8f280d394dd with scrape type 2
2026-03-28 11:29:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40ceaece-14b5-5e27-9a45-d8f280d394dd with scrape type 2
2026-03-28 11:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40ceaece-14b5-5e27-9a45-d8f280d394dd, identifier: TGZ%203183
2026-03-28 11:29:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:29:03 [bca.uk] INFO: Found listing with ID: PY20%20EZG
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520EZG%27 HTTP/1.1" 200 None
2026-03-28 11:29:03 [bca.uk] INFO: Scrape type for PY20%20EZG: 2
2026-03-28 11:29:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d44ccf5e-63c0-5a25-ac50-823fb58e8174 with identifier: PY20%20EZG
2026-03-28 11:29:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44ccf5e-63c0-5a25-ac50-823fb58e8174 with scrape type 2
2026-03-28 11:29:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d44ccf5e-63c0-5a25-ac50-823fb58e8174 with scrape type 2
2026-03-28 11:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d44ccf5e-63c0-5a25-ac50-823fb58e8174, identifier: PY20%20EZG
2026-03-28 11:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40ceaece-14b5-5e27-9a45-d8f280d394dd with identifier: TGZ%203183
2026-03-28 11:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40ceaece-14b5-5e27-9a45-d8f280d394dd with identifier: TGZ%203183
2026-03-28 11:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40ceaece-14b5-5e27-9a45-d8f280d394dd with identifier: TGZ%203183 to the API
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TGZ%203183-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40ceaece-14b5-5e27-9a45-d8f280d394dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'TGZ 3183',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=TGZ%203183&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '640D GRAN COUPE',
 'odometer': 128003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 640D GRAN COUPE 3.0 M SPORT Coupe',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA6E22090G790410',
 'year': 2016}
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25203183%27 HTTP/1.1" 200 None
2026-03-28 11:29:03 [bca.uk] INFO: Saving data for TGZ%203183: {'auction_closing_time': 1774864800.0, 'created_time': 1774610639.920958, 'last_price_update_time': 1774697343.870444}
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TGZ%25203183') HTTP/1.1" 204 0
2026-03-28 11:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d44ccf5e-63c0-5a25-ac50-823fb58e8174 with identifier: PY20%20EZG
2026-03-28 11:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d44ccf5e-63c0-5a25-ac50-823fb58e8174 with identifier: PY20%20EZG
2026-03-28 11:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d44ccf5e-63c0-5a25-ac50-823fb58e8174 with identifier: PY20%20EZG to the API
2026-03-28 11:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY20%20EZG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd44ccf5e-63c0-5a25-ac50-823fb58e8174',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY20 EZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY20%20EZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 91592,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.0 T GDI 120 3 ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 3 ISG',
 'vin': 'U5YH5F11LLL042623',
 'year': 2020}
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520EZG%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Saving data for PY20%20EZG: {'auction_closing_time': 1775124000.0, 'created_time': 1774610716.096424, 'last_price_update_time': 1774697344.192498}
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY20%2520EZG') HTTP/1.1" 204 0
2026-03-28 11:29:04 [bca.uk] INFO: Found listing with ID: MF67%20FCD
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520FCD%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Scrape type for MF67%20FCD: 2
2026-03-28 11:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f with identifier: MF67%20FCD
2026-03-28 11:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f, identifier: MF67%20FCD
2026-03-28 11:29:04 [bca.uk] INFO: Found listing with ID: MJ07%20FYL
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ07%2520FYL%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Scrape type for MJ07%20FYL: 2
2026-03-28 11:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525ab2cd-4449-5376-89a9-4bc0a4910e75 with identifier: MJ07%20FYL
2026-03-28 11:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525ab2cd-4449-5376-89a9-4bc0a4910e75 with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525ab2cd-4449-5376-89a9-4bc0a4910e75 with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525ab2cd-4449-5376-89a9-4bc0a4910e75, identifier: MJ07%20FYL
2026-03-28 11:29:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f with identifier: MF67%20FCD
2026-03-28 11:29:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f with identifier: MF67%20FCD
2026-03-28 11:29:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ed5acdd-0ef6-5a14-b546-eef6d293dd7f with identifier: MF67%20FCD to the API
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF67%20FCD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ed5acdd-0ef6-5a14-b546-eef6d293dd7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF67 FCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF67%20FCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A5 CABRIOLET',
 'odometer': 76836,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 CABRIOLET 2.0 TFSI 190 S LINE S-T Convertible',
 'transmission': 'automatic',
 'trim': 'TFSI 190 S LINE S-T',
 'vin': 'WAUZZZF54JN007393',
 'year': 2017}
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520FCD%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Saving data for MF67%20FCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774610652.790674, 'last_price_update_time': 1774697344.817991}
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF67%2520FCD') HTTP/1.1" 204 0
2026-03-28 11:29:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525ab2cd-4449-5376-89a9-4bc0a4910e75 with identifier: MJ07%20FYL
2026-03-28 11:29:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525ab2cd-4449-5376-89a9-4bc0a4910e75 with identifier: MJ07%20FYL
2026-03-28 11:29:04 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 525ab2cd-4449-5376-89a9-4bc0a4910e75 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ07%20FYL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '525ab2cd-4449-5376-89a9-4bc0a4910e75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ07 FYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ07%20FYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 142591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 INITIA 16V Hatchback',
 'transmission': 'manual',
 'trim': 'INITIA 16V',
 'vin': 'SJNEBAK12U2231631',
 'year': 2007}
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ07%2520FYL%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Saving data for MJ07%20FYL: {'auction_closing_time': 1774692000.0, 'created_time': 1774610718.911876, 'last_price_update_time': 1774697344.848195}
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ07%2520FYL') HTTP/1.1" 204 0
2026-03-28 11:29:04 [bca.uk] INFO: Found listing with ID: RE20%20ZBU
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE20%2520ZBU%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Scrape type for RE20%20ZBU: 2
2026-03-28 11:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89dabb8-680e-52c9-a96a-76791a6b20e0 with identifier: RE20%20ZBU
2026-03-28 11:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89dabb8-680e-52c9-a96a-76791a6b20e0 with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e89dabb8-680e-52c9-a96a-76791a6b20e0 with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e89dabb8-680e-52c9-a96a-76791a6b20e0, identifier: RE20%20ZBU
2026-03-28 11:29:04 [bca.uk] INFO: Total items found: 100
2026-03-28 11:29:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded
2026-03-28 11:29:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:29:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:04 [bca.uk] INFO: Found listing with ID: VE59%20OJK
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE59%2520OJK%27 HTTP/1.1" 200 None
2026-03-28 11:29:04 [bca.uk] INFO: Scrape type for VE59%20OJK: 2
2026-03-28 11:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160d463d-0285-5a37-9b65-44c2021d26b3 with identifier: VE59%20OJK
2026-03-28 11:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160d463d-0285-5a37-9b65-44c2021d26b3 with scrape type 2
2026-03-28 11:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 160d463d-0285-5a37-9b65-44c2021d26b3 with scrape type 2
2026-03-28 11:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 160d463d-0285-5a37-9b65-44c2021d26b3, identifier: VE59%20OJK
2026-03-28 11:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e89dabb8-680e-52c9-a96a-76791a6b20e0 with identifier: RE20%20ZBU
2026-03-28 11:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e89dabb8-680e-52c9-a96a-76791a6b20e0 with identifier: RE20%20ZBU
2026-03-28 11:29:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e89dabb8-680e-52c9-a96a-76791a6b20e0 with identifier: RE20%20ZBU to the API
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE20%20ZBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e89dabb8-680e-52c9-a96a-76791a6b20e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE20 ZBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE20%20ZBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 30181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.5 35 TFSI S LINE STYLE ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE STYLE ED.S-T',
 'vin': 'WAUZZZGB6LR053078',
 'year': 2020}
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE20%2520ZBU%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Saving data for RE20%20ZBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774610642.431079, 'last_price_update_time': 1774697345.354675}
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE20%2520ZBU') HTTP/1.1" 204 0
2026-03-28 11:29:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 160d463d-0285-5a37-9b65-44c2021d26b3 with identifier: VE59%20OJK
2026-03-28 11:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 160d463d-0285-5a37-9b65-44c2021d26b3 with identifier: VE59%20OJK
2026-03-28 11:29:05 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 160d463d-0285-5a37-9b65-44c2021d26b3 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE59%20OJK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '160d463d-0285-5a37-9b65-44c2021d26b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE59 OJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE59%20OJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 123079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 DESIGN 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'DESIGN 16V',
 'vin': 'W0L0SDL68A4086885',
 'year': 2009}
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE59%2520OJK%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Saving data for VE59%20OJK: {'auction_closing_time': 1774692000.0, 'created_time': 1774610719.295649, 'last_price_update_time': 1774697345.394593}
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE59%2520OJK') HTTP/1.1" 204 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: GV13%20ACJ
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520ACJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for GV13%20ACJ: 2
2026-03-28 11:29:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7370a26a-dda1-5118-8b2c-23ee4c75778b with identifier: GV13%20ACJ
2026-03-28 11:29:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7370a26a-dda1-5118-8b2c-23ee4c75778b with scrape type 2
2026-03-28 11:29:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7370a26a-dda1-5118-8b2c-23ee4c75778b with scrape type 2
2026-03-28 11:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7370a26a-dda1-5118-8b2c-23ee4c75778b, identifier: GV13%20ACJ
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: LD05%20NWW
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520NWW%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for LD05%20NWW: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: KY10%20SVC
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY10%2520SVC%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for KY10%20SVC: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: PX11%20GZH
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX11%2520GZH%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for PX11%20GZH: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: DK64%20XUZ
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK64%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for DK64%20XUZ: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: EO62%20PXF
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO62%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for EO62%20PXF: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: KX66%20LMU
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX66%2520LMU%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for KX66%20LMU: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: KK15%20GPV
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK15%2520GPV%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for KK15%20GPV: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: R28%20LYS
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R28%2520LYS%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for R28%20LYS: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YN15%20XGT
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520XGT%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YN15%20XGT: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YP16%20NZW
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520NZW%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YP16%20NZW: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: LM68%20OYW
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520OYW%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for LM68%20OYW: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: SN66%20UAJ
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520UAJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for SN66%20UAJ: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YW16%20FXJ
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520FXJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YW16%20FXJ: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: FY58%20BNL
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY58%2520BNL%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for FY58%20BNL: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: NJ65%20VHK
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520VHK%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for NJ65%20VHK: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YC61%20XUK
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC61%2520XUK%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YC61%20XUK: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: WD17%20BEU
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520BEU%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for WD17%20BEU: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YP18%20LVE
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520LVE%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YP18%20LVE: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YR70%20SOJ
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520SOJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YR70%20SOJ: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YN19%20SFE
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520SFE%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YN19%20SFE: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: FP18%20VGG
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520VGG%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for FP18%20VGG: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YM21%20KDN
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520KDN%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for YM21%20KDN: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: GM66%20UNZ
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520UNZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for GM66%20UNZ: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: ND09%20WWH
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520WWH%27 HTTP/1.1" 200 None
2026-03-28 11:29:05 [bca.uk] INFO: Scrape type for ND09%20WWH: 0
2026-03-28 11:29:05 [bca.uk] INFO: Found listing with ID: YB14%20EKN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520EKN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for YB14%20EKN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: YT65%20UZB
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520UZB%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for YT65%20UZB: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: KR16%20DSO
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520DSO%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for KR16%20DSO: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: SB15%20YZK
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YZK%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for SB15%20YZK: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: AF12%20ZSV
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF12%2520ZSV%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for AF12%20ZSV: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: DG13%20KNH
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520KNH%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for DG13%20KNH: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: PE62%20WNJ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE62%2520WNJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for PE62%20WNJ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: LR65%20MUU
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MUU%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for LR65%20MUU: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: VN18%20WUD
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WUD%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for VN18%20WUD: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: LL18%20CYH
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520CYH%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for LL18%20CYH: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: BJ17%20FRR
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FRR%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for BJ17%20FRR: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: LG22%20FFL
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FFL%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for LG22%20FFL: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FT15%20LKJ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT15%2520LKJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FT15%20LKJ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FG60%20VRM
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520VRM%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FG60%20VRM: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: SB15%20YBK
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YBK%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for SB15%20YBK: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FX68%20XVB
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520XVB%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FX68%20XVB: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NC21%20AUN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520AUN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NC21%20AUN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: SO65%20KZA
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520KZA%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for SO65%20KZA: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FL64%20YUC
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520YUC%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FL64%20YUC: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FL66%20PFX
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520PFX%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FL66%20PFX: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: P7%20DYX
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P7%2520DYX%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for P7%20DYX: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NU63%20VHG
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520VHG%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NU63%20VHG: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: SF16%20NSP
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520NSP%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for SF16%20NSP: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: KD15%20VBN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520VBN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for KD15%20VBN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: MJ20%20XLS
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520XLS%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for MJ20%20XLS: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: MJ21%20XSD
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XSD%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for MJ21%20XSD: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: WF17%20PZZ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520PZZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for WF17%20PZZ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: SB69%20MLK
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for SB69%20MLK: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: SP17%20NHY
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520NHY%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for SP17%20NHY: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: VL19%20RHV
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VL19%2520RHV%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for VL19%20RHV: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: YJ69%20SHN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520SHN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for YJ69%20SHN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: ND19%20GYA
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520GYA%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for ND19%20GYA: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: DX20%20HSV
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX20%2520HSV%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for DX20%20HSV: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: DG68%20SWW
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520SWW%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for DG68%20SWW: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: EK70%20MUC
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520MUC%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for EK70%20MUC: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: EO20%20YNC
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520YNC%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for EO20%20YNC: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: DS15%20CFY
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520CFY%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for DS15%20CFY: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: HN67%20PNL
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520PNL%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for HN67%20PNL: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NL11%20EFD
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520EFD%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NL11%20EFD: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NX65%20XFZ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX65%2520XFZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NX65%20XFZ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: VN70%20OMO
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520OMO%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for VN70%20OMO: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: BK16%20OVY
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520OVY%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for BK16%20OVY: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: DP70%20XLA
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XLA%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for DP70%20XLA: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NK11%20HVZ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK11%2520HVZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NK11%20HVZ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NK20%20NKZ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK20%2520NKZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NK20%20NKZ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: GD62%20AEJ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD62%2520AEJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for GD62%20AEJ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NL64%20UEZ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520UEZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NL64%20UEZ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: ST67%20EOE
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520EOE%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for ST67%20EOE: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NA12%20ZTG
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520ZTG%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NA12%20ZTG: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FV15%20NSE
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520NSE%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FV15%20NSE: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: FP17%20OKN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520OKN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for FP17%20OKN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: NJ17%20ZDN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520ZDN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for NJ17%20ZDN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: WK17%20KNO
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for WK17%20KNO: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: AK67%20XSN
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520XSN%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for AK67%20XSN: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: DS15%20VPJ
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520VPJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for DS15%20VPJ: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: GF21%20XLX
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520XLX%27 HTTP/1.1" 200 None
2026-03-28 11:29:06 [bca.uk] INFO: Scrape type for GF21%20XLX: 0
2026-03-28 11:29:06 [bca.uk] INFO: Found listing with ID: LN69%20JMX
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520JMX%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for LN69%20JMX: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: NL11%20KUO
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for NL11%20KUO: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: GV16%20ZSL
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520ZSL%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for GV16%20ZSL: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: GU69%20FDP
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520FDP%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for GU69%20FDP: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: WN66%20VLC
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520VLC%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for WN66%20VLC: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: KW15%20YUU
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520YUU%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for KW15%20YUU: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: FG69%20BNE
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for FG69%20BNE: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: AX57%20BMU
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX57%2520BMU%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for AX57%20BMU: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: DL67%20YBD
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520YBD%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for DL67%20YBD: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: A21%20PCN
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A21%2520PCN%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for A21%20PCN: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: FN67%20KYU
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520KYU%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for FN67%20KYU: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: YB65%20UKC
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UKC%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for YB65%20UKC: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: JRZ%201374
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JRZ%25201374%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for JRZ%201374: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: WN61%20WMF
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN61%2520WMF%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for WN61%20WMF: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: FL71%20KXN
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520KXN%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for FL71%20KXN: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: BK72%20VBL
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for BK72%20VBL: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: FP63%20FYT
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520FYT%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for FP63%20FYT: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: VA14%20FDE
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520FDE%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for VA14%20FDE: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: YX65%20YLD
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX65%2520YLD%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for YX65%20YLD: 0
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: NA72%20PVZ
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for NA72%20PVZ: 0
2026-03-28 11:29:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:29:07 [bca.uk] INFO: Found listing with ID: WG07%20UBU
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG07%2520UBU%27 HTTP/1.1" 200 None
2026-03-28 11:29:07 [bca.uk] INFO: Scrape type for WG07%20UBU: 2
2026-03-28 11:29:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d8b48d-bea4-53a9-b9f1-925c896d8d13 with identifier: WG07%20UBU
2026-03-28 11:29:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d8b48d-bea4-53a9-b9f1-925c896d8d13 with scrape type 2
2026-03-28 11:29:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76d8b48d-bea4-53a9-b9f1-925c896d8d13 with scrape type 2
2026-03-28 11:29:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76d8b48d-bea4-53a9-b9f1-925c896d8d13, identifier: WG07%20UBU
2026-03-28 11:29:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7370a26a-dda1-5118-8b2c-23ee4c75778b with identifier: GV13%20ACJ
2026-03-28 11:29:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7370a26a-dda1-5118-8b2c-23ee4c75778b with identifier: GV13%20ACJ
2026-03-28 11:29:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7370a26a-dda1-5118-8b2c-23ee4c75778b with identifier: GV13%20ACJ to the API
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV13%20ACJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7370a26a-dda1-5118-8b2c-23ee4c75778b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV13 ACJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV13%20ACJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 180772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AVENSIS 2.0 D-4D ICON+ Estate',
 'transmission': 'manual',
 'trim': 'D-4D ICON+',
 'vin': 'SB1ED76L50E115186',
 'year': 2013}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520ACJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Saving data for GV13%20ACJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610651.379548, 'last_price_update_time': 1774697348.040954}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV13%2520ACJ') HTTP/1.1" 204 0
2026-03-28 11:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76d8b48d-bea4-53a9-b9f1-925c896d8d13 with identifier: WG07%20UBU
2026-03-28 11:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76d8b48d-bea4-53a9-b9f1-925c896d8d13 with identifier: WG07%20UBU
2026-03-28 11:29:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 76d8b48d-bea4-53a9-b9f1-925c896d8d13 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG07%20UBU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76d8b48d-bea4-53a9-b9f1-925c896d8d13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG07 UBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG07%20UBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'FOX',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN FOX 1.2  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WVWZZZ5ZZ74133887',
 'year': 2007}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG07%2520UBU%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Saving data for WG07%20UBU: {'auction_closing_time': 1774692000.0, 'created_time': 1774610722.076556, 'last_price_update_time': 1774697348.173198}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG07%2520UBU') HTTP/1.1" 204 0
2026-03-28 11:29:08 [bca.uk] INFO: Found listing with ID: ES11%20MAM
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ES11%2520MAM%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Scrape type for ES11%20MAM: 2
2026-03-28 11:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 556a7bad-d8b7-5c92-83be-9b6aedf08ec2 with identifier: ES11%20MAM
2026-03-28 11:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 556a7bad-d8b7-5c92-83be-9b6aedf08ec2 with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 556a7bad-d8b7-5c92-83be-9b6aedf08ec2 with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 556a7bad-d8b7-5c92-83be-9b6aedf08ec2, identifier: ES11%20MAM
2026-03-28 11:29:08 [bca.uk] INFO: Found listing with ID: WU08%20XTT
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU08%2520XTT%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Scrape type for WU08%20XTT: 2
2026-03-28 11:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b51b37a-f229-5dd8-a746-b04acf51475f with identifier: WU08%20XTT
2026-03-28 11:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b51b37a-f229-5dd8-a746-b04acf51475f with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b51b37a-f229-5dd8-a746-b04acf51475f with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b51b37a-f229-5dd8-a746-b04acf51475f, identifier: WU08%20XTT
2026-03-28 11:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 556a7bad-d8b7-5c92-83be-9b6aedf08ec2 with identifier: ES11%20MAM
2026-03-28 11:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 556a7bad-d8b7-5c92-83be-9b6aedf08ec2 with identifier: ES11%20MAM
2026-03-28 11:29:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 556a7bad-d8b7-5c92-83be-9b6aedf08ec2 with identifier: ES11%20MAM to the API
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ES11%20MAM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '556a7bad-d8b7-5c92-83be-9b6aedf08ec2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ES11 MAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ES11%20MAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 65021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA1R520107A97530',
 'year': 2018}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ES11%2520MAM%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Saving data for ES11%20MAM: {'auction_closing_time': 1774864800.0, 'created_time': 1774610591.170938, 'last_price_update_time': 1774697348.669659}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ES11%2520MAM') HTTP/1.1" 204 0
2026-03-28 11:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b51b37a-f229-5dd8-a746-b04acf51475f with identifier: WU08%20XTT
2026-03-28 11:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b51b37a-f229-5dd8-a746-b04acf51475f with identifier: WU08%20XTT
2026-03-28 11:29:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9b51b37a-f229-5dd8-a746-b04acf51475f with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU08%20XTT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b51b37a-f229-5dd8-a746-b04acf51475f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU08 XTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU08%20XTT&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 122506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.3 M/JET 75 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 75 LOUNGE',
 'vin': 'ZFA31200000078751',
 'year': 2008}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU08%2520XTT%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Saving data for WU08%20XTT: {'auction_closing_time': 1774692000.0, 'created_time': 1774610558.492183, 'last_price_update_time': 1774697348.705314}
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU08%2520XTT') HTTP/1.1" 204 0
2026-03-28 11:29:08 [bca.uk] INFO: Found listing with ID: LR72%20VXA
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520VXA%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Scrape type for LR72%20VXA: 2
2026-03-28 11:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3383da06-61c1-5d75-8fbb-120cc86cb517 with identifier: LR72%20VXA
2026-03-28 11:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3383da06-61c1-5d75-8fbb-120cc86cb517 with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3383da06-61c1-5d75-8fbb-120cc86cb517 with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3383da06-61c1-5d75-8fbb-120cc86cb517, identifier: LR72%20VXA
2026-03-28 11:29:08 [bca.uk] INFO: Found listing with ID: NJ59%20ZRN
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ59%2520ZRN%27 HTTP/1.1" 200 None
2026-03-28 11:29:08 [bca.uk] INFO: Scrape type for NJ59%20ZRN: 2
2026-03-28 11:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ece336df-f853-5523-b111-0c2d926ccae3 with identifier: NJ59%20ZRN
2026-03-28 11:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ece336df-f853-5523-b111-0c2d926ccae3 with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ece336df-f853-5523-b111-0c2d926ccae3 with scrape type 2
2026-03-28 11:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ece336df-f853-5523-b111-0c2d926ccae3, identifier: NJ59%20ZRN
2026-03-28 11:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3383da06-61c1-5d75-8fbb-120cc86cb517 with identifier: LR72%20VXA
2026-03-28 11:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3383da06-61c1-5d75-8fbb-120cc86cb517 with identifier: LR72%20VXA
2026-03-28 11:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3383da06-61c1-5d75-8fbb-120cc86cb517 with identifier: LR72%20VXA to the API
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR72%20VXA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3383da06-61c1-5d75-8fbb-120cc86cb517',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR72 VXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR72%20VXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 14191,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 75 TREND Hatchback',
 'transmission': 'manual',
 'trim': '75 TREND',
 'vin': 'WF0JXXGAHJNP47686',
 'year': 2022}
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520VXA%27 HTTP/1.1" 200 None
2026-03-28 11:29:09 [bca.uk] INFO: Saving data for LR72%20VXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774610650.958362, 'last_price_update_time': 1774697349.193851}
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR72%2520VXA') HTTP/1.1" 204 0
2026-03-28 11:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ece336df-f853-5523-b111-0c2d926ccae3 with identifier: NJ59%20ZRN
2026-03-28 11:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ece336df-f853-5523-b111-0c2d926ccae3 with identifier: NJ59%20ZRN
2026-03-28 11:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ece336df-f853-5523-b111-0c2d926ccae3 with identifier: NJ59%20ZRN to the API
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ59%20ZRN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ece336df-f853-5523-b111-0c2d926ccae3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ59 ZRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ59%20ZRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'NEMO MULTISPACE',
 'odometer': 70775,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'CITROEN NEMO MULTISPACE 1.4 8V MPV',
 'transmission': 'manual',
 'trim': '8V',
 'vin': 'VF7AJKFVC94877259',
 'year': 2009}
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ59%2520ZRN%27 HTTP/1.1" 200 None
2026-03-28 11:29:09 [bca.uk] INFO: Saving data for NJ59%20ZRN: {'auction_closing_time': 1775124000.0, 'created_time': 1774610559.636916, 'last_price_update_time': 1774697349.473294}
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ59%2520ZRN') HTTP/1.1" 204 0
2026-03-28 11:29:09 [bca.uk] INFO: Found listing with ID: MF69%20RWN
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520RWN%27 HTTP/1.1" 200 None
2026-03-28 11:29:09 [bca.uk] INFO: Scrape type for MF69%20RWN: 2
2026-03-28 11:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242ae95a-d44f-54f3-af72-382af157a24d with identifier: MF69%20RWN
2026-03-28 11:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242ae95a-d44f-54f3-af72-382af157a24d with scrape type 2
2026-03-28 11:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242ae95a-d44f-54f3-af72-382af157a24d with scrape type 2
2026-03-28 11:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 242ae95a-d44f-54f3-af72-382af157a24d, identifier: MF69%20RWN
2026-03-28 11:29:09 [bca.uk] INFO: Found listing with ID: GF68%20XCK
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520XCK%27 HTTP/1.1" 200 None
2026-03-28 11:29:09 [bca.uk] INFO: Scrape type for GF68%20XCK: 2
2026-03-28 11:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f16f02ed-bc68-5234-bb1c-1221cc895d92 with identifier: GF68%20XCK
2026-03-28 11:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f16f02ed-bc68-5234-bb1c-1221cc895d92 with scrape type 2
2026-03-28 11:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f16f02ed-bc68-5234-bb1c-1221cc895d92 with scrape type 2
2026-03-28 11:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f16f02ed-bc68-5234-bb1c-1221cc895d92, identifier: GF68%20XCK
2026-03-28 11:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 242ae95a-d44f-54f3-af72-382af157a24d with identifier: MF69%20RWN
2026-03-28 11:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 242ae95a-d44f-54f3-af72-382af157a24d with identifier: MF69%20RWN
2026-03-28 11:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 242ae95a-d44f-54f3-af72-382af157a24d with identifier: MF69%20RWN to the API
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF69%20RWN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '242ae95a-d44f-54f3-af72-382af157a24d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF69 RWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF69%20RWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 141412,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D 150 INVINCIBLE X 4WD',
 'vin': 'AHTBB3CD101762172',
 'year': 2019}
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520RWN%27 HTTP/1.1" 200 None
2026-03-28 11:29:09 [bca.uk] INFO: Saving data for MF69%20RWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774610651.771842, 'last_price_update_time': 1774697349.987288}
2026-03-28 11:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF69%2520RWN') HTTP/1.1" 204 0
2026-03-28 11:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f16f02ed-bc68-5234-bb1c-1221cc895d92 with identifier: GF68%20XCK
2026-03-28 11:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f16f02ed-bc68-5234-bb1c-1221cc895d92 with identifier: GF68%20XCK
2026-03-28 11:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f16f02ed-bc68-5234-bb1c-1221cc895d92 with identifier: GF68%20XCK to the API
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF68%20XCK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f16f02ed-bc68-5234-bb1c-1221cc895d92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF68 XCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF68%20XCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 104135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 2.0 TDI 150 GT DSG7 Estate',
 'transmission': 'automatic',
 'trim': 'TDI 150 GT DSG7',
 'vin': 'WVWZZZ3CZKE011773',
 'year': 2018}
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520XCK%27 HTTP/1.1" 200 None
2026-03-28 11:29:10 [bca.uk] INFO: Saving data for GF68%20XCK: {'auction_closing_time': 1774864800.0, 'created_time': 1773832639.354307, 'last_price_update_time': 1774697350.281796}
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF68%2520XCK') HTTP/1.1" 204 0
2026-03-28 11:29:10 [bca.uk] INFO: Found listing with ID: OV18%20AHL
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520AHL%27 HTTP/1.1" 200 None
2026-03-28 11:29:10 [bca.uk] INFO: Scrape type for OV18%20AHL: 2
2026-03-28 11:29:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17327ccc-c430-51c8-91b4-168faaa7aa5e with identifier: OV18%20AHL
2026-03-28 11:29:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17327ccc-c430-51c8-91b4-168faaa7aa5e with scrape type 2
2026-03-28 11:29:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17327ccc-c430-51c8-91b4-168faaa7aa5e with scrape type 2
2026-03-28 11:29:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17327ccc-c430-51c8-91b4-168faaa7aa5e, identifier: OV18%20AHL
2026-03-28 11:29:10 [scrapy.extensions.logstats] INFO: Crawled 274 pages (at 2 pages/min), scraped 1423 items (at 114 items/min)
2026-03-28 11:29:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:29:10 [bca.uk] INFO: Found listing with ID: MA63%20FDF
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA63%2520FDF%27 HTTP/1.1" 200 None
2026-03-28 11:29:10 [bca.uk] INFO: Scrape type for MA63%20FDF: 2
2026-03-28 11:29:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 374a01be-cbc8-521d-8ad8-c66bf501002f with identifier: MA63%20FDF
2026-03-28 11:29:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 374a01be-cbc8-521d-8ad8-c66bf501002f with scrape type 2
2026-03-28 11:29:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 374a01be-cbc8-521d-8ad8-c66bf501002f with scrape type 2
2026-03-28 11:29:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 374a01be-cbc8-521d-8ad8-c66bf501002f, identifier: MA63%20FDF
2026-03-28 11:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17327ccc-c430-51c8-91b4-168faaa7aa5e with identifier: OV18%20AHL
2026-03-28 11:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17327ccc-c430-51c8-91b4-168faaa7aa5e with identifier: OV18%20AHL
2026-03-28 11:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17327ccc-c430-51c8-91b4-168faaa7aa5e with identifier: OV18%20AHL to the API
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV18%20AHL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17327ccc-c430-51c8-91b4-168faaa7aa5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV18 AHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV18%20AHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 128299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 PP 235 AWD MOMENTUM PRO G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD MOMENTUM PRO G/T',
 'vin': 'YV1LF68UCJ1387469',
 'year': 2018}
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520AHL%27 HTTP/1.1" 200 None
2026-03-28 11:29:10 [bca.uk] INFO: Saving data for OV18%20AHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774354820.653036, 'last_price_update_time': 1774697350.783616}
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV18%2520AHL') HTTP/1.1" 204 0
2026-03-28 11:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 374a01be-cbc8-521d-8ad8-c66bf501002f with identifier: MA63%20FDF
2026-03-28 11:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 374a01be-cbc8-521d-8ad8-c66bf501002f with identifier: MA63%20FDF
2026-03-28 11:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 374a01be-cbc8-521d-8ad8-c66bf501002f with identifier: MA63%20FDF to the API
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '374a01be-cbc8-521d-8ad8-c66bf501002f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA63 FDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA63%20FDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 81859,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.2 D 200 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D 200 LUXURY',
 'vin': 'SAJAC0560DDS98784',
 'year': 2013}
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA63%2520FDF%27 HTTP/1.1" 200 None
2026-03-28 11:29:11 [bca.uk] INFO: Saving data for MA63%20FDF: {'auction_closing_time': 1774864800.0, 'created_time': 1773841110.058014, 'last_price_update_time': 1774697351.062112}
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA63%2520FDF') HTTP/1.1" 204 0
2026-03-28 11:29:11 [bca.uk] INFO: Found listing with ID: RA06%20FLF
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA06%2520FLF%27 HTTP/1.1" 200 None
2026-03-28 11:29:11 [bca.uk] INFO: Scrape type for RA06%20FLF: 2
2026-03-28 11:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a827878-0ad9-55e6-9d24-c0b6383bf67c with identifier: RA06%20FLF
2026-03-28 11:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a827878-0ad9-55e6-9d24-c0b6383bf67c with scrape type 2
2026-03-28 11:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a827878-0ad9-55e6-9d24-c0b6383bf67c with scrape type 2
2026-03-28 11:29:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a827878-0ad9-55e6-9d24-c0b6383bf67c, identifier: RA06%20FLF
2026-03-28 11:29:11 [bca.uk] INFO: Found listing with ID: KR65%20XYZ
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520XYZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:11 [bca.uk] INFO: Scrape type for KR65%20XYZ: 2
2026-03-28 11:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922 with identifier: KR65%20XYZ
2026-03-28 11:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922 with scrape type 2
2026-03-28 11:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922 with scrape type 2
2026-03-28 11:29:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922, identifier: KR65%20XYZ
2026-03-28 11:29:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a827878-0ad9-55e6-9d24-c0b6383bf67c with identifier: RA06%20FLF
2026-03-28 11:29:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a827878-0ad9-55e6-9d24-c0b6383bf67c with identifier: RA06%20FLF
2026-03-28 11:29:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a827878-0ad9-55e6-9d24-c0b6383bf67c with identifier: RA06%20FLF to the API
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA06%20FLF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a827878-0ad9-55e6-9d24-c0b6383bf67c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA06 FLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA06%20FLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 153556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 TDI 140 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 140 DSG',
 'vin': 'WAUZZZ8P47A013712',
 'year': 2006}
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA06%2520FLF%27 HTTP/1.1" 200 None
2026-03-28 11:29:11 [bca.uk] INFO: Saving data for RA06%20FLF: {'auction_closing_time': 1774864800.0, 'created_time': 1773824395.261674, 'last_price_update_time': 1774697351.594926}
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA06%2520FLF') HTTP/1.1" 204 0
2026-03-28 11:29:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922 with identifier: KR65%20XYZ
2026-03-28 11:29:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922 with identifier: KR65%20XYZ
2026-03-28 11:29:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 458dec7e-4cb6-52e0-afbc-bc0a3f4a0922 with identifier: KR65%20XYZ to the API
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR65%20XYZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '458dec7e-4cb6-52e0-afbc-bc0a3f4a0922',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR65 XYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR65%20XYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 79107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZGW049582',
 'year': 2016}
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520XYZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:11 [bca.uk] INFO: Saving data for KR65%20XYZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774610561.477449, 'last_price_update_time': 1774697351.881045}
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR65%2520XYZ') HTTP/1.1" 204 0
2026-03-28 11:29:11 [bca.uk] INFO: Found listing with ID: RX17%20MHZ
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520MHZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:11 [bca.uk] INFO: Scrape type for RX17%20MHZ: 2
2026-03-28 11:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4f69e77-9262-5bbf-b079-fa6a62ee2e89 with identifier: RX17%20MHZ
2026-03-28 11:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4f69e77-9262-5bbf-b079-fa6a62ee2e89 with scrape type 2
2026-03-28 11:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4f69e77-9262-5bbf-b079-fa6a62ee2e89 with scrape type 2
2026-03-28 11:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4f69e77-9262-5bbf-b079-fa6a62ee2e89, identifier: RX17%20MHZ
2026-03-28 11:29:12 [bca.uk] INFO: Found listing with ID: DT66%20NJY
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT66%2520NJY%27 HTTP/1.1" 200 None
2026-03-28 11:29:12 [bca.uk] INFO: Scrape type for DT66%20NJY: 2
2026-03-28 11:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d53fdf-807b-56b1-9c41-af381a164e91 with identifier: DT66%20NJY
2026-03-28 11:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d53fdf-807b-56b1-9c41-af381a164e91 with scrape type 2
2026-03-28 11:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d53fdf-807b-56b1-9c41-af381a164e91 with scrape type 2
2026-03-28 11:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70d53fdf-807b-56b1-9c41-af381a164e91, identifier: DT66%20NJY
2026-03-28 11:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4f69e77-9262-5bbf-b079-fa6a62ee2e89 with identifier: RX17%20MHZ
2026-03-28 11:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4f69e77-9262-5bbf-b079-fa6a62ee2e89 with identifier: RX17%20MHZ
2026-03-28 11:29:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4f69e77-9262-5bbf-b079-fa6a62ee2e89 with identifier: RX17%20MHZ to the API
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX17%20MHZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4f69e77-9262-5bbf-b079-fa6a62ee2e89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX17 MHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX17%20MHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 112950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 190 S LINE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 190 S LINE',
 'vin': 'WAUZZZF49HA108857',
 'year': 2017}
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520MHZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:12 [bca.uk] INFO: Saving data for RX17%20MHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610604.057738, 'last_price_update_time': 1774697352.387856}
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX17%2520MHZ') HTTP/1.1" 204 0
2026-03-28 11:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70d53fdf-807b-56b1-9c41-af381a164e91 with identifier: DT66%20NJY
2026-03-28 11:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70d53fdf-807b-56b1-9c41-af381a164e91 with identifier: DT66%20NJY
2026-03-28 11:29:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70d53fdf-807b-56b1-9c41-af381a164e91 with identifier: DT66%20NJY to the API
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT66%20NJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70d53fdf-807b-56b1-9c41-af381a164e91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DT66 NJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT66%20NJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 135265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 N-CONNECTA',
 'vin': 'SJNFAAJ11U1921876',
 'year': 2017}
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT66%2520NJY%27 HTTP/1.1" 200 None
2026-03-28 11:29:12 [bca.uk] INFO: Saving data for DT66%20NJY: {'auction_closing_time': 1774864800.0, 'created_time': 1773832225.241485, 'last_price_update_time': 1774697352.789347}
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT66%2520NJY') HTTP/1.1" 204 0
2026-03-28 11:29:12 [bca.uk] INFO: Found listing with ID: WM64%20BPE
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520BPE%27 HTTP/1.1" 200 None
2026-03-28 11:29:12 [bca.uk] INFO: Scrape type for WM64%20BPE: 2
2026-03-28 11:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3c40e74-6bc3-597d-974f-e83210975e86 with identifier: WM64%20BPE
2026-03-28 11:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3c40e74-6bc3-597d-974f-e83210975e86 with scrape type 2
2026-03-28 11:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3c40e74-6bc3-597d-974f-e83210975e86 with scrape type 2
2026-03-28 11:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3c40e74-6bc3-597d-974f-e83210975e86, identifier: WM64%20BPE
2026-03-28 11:29:12 [bca.uk] INFO: Found listing with ID: EJ60%20VMA
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ60%2520VMA%27 HTTP/1.1" 200 None
2026-03-28 11:29:12 [bca.uk] INFO: Scrape type for EJ60%20VMA: 0
2026-03-28 11:29:12 [bca.uk] INFO: Found listing with ID: FL64%20EPN
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520EPN%27 HTTP/1.1" 200 None
2026-03-28 11:29:12 [bca.uk] INFO: Scrape type for FL64%20EPN: 2
2026-03-28 11:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeab4265-1e09-5a86-aa86-4c72a1e00dab with identifier: FL64%20EPN
2026-03-28 11:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeab4265-1e09-5a86-aa86-4c72a1e00dab with scrape type 2
2026-03-28 11:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeab4265-1e09-5a86-aa86-4c72a1e00dab with scrape type 2
2026-03-28 11:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eeab4265-1e09-5a86-aa86-4c72a1e00dab, identifier: FL64%20EPN
2026-03-28 11:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3c40e74-6bc3-597d-974f-e83210975e86 with identifier: WM64%20BPE
2026-03-28 11:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3c40e74-6bc3-597d-974f-e83210975e86 with identifier: WM64%20BPE
2026-03-28 11:29:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3c40e74-6bc3-597d-974f-e83210975e86 with identifier: WM64%20BPE to the API
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM64%20BPE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3c40e74-6bc3-597d-974f-e83210975e86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM64 BPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM64%20BPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 36366,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 12V SE Hatchback',
 'transmission': 'manual',
 'trim': '12V SE',
 'vin': 'TMBFH25J2F3058585',
 'year': 2014}
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520BPE%27 HTTP/1.1" 200 None
2026-03-28 11:29:13 [bca.uk] INFO: Saving data for WM64%20BPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610637.928626, 'last_price_update_time': 1774697353.354363}
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM64%2520BPE') HTTP/1.1" 204 0
2026-03-28 11:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eeab4265-1e09-5a86-aa86-4c72a1e00dab with identifier: FL64%20EPN
2026-03-28 11:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eeab4265-1e09-5a86-aa86-4c72a1e00dab with identifier: FL64%20EPN
2026-03-28 11:29:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eeab4265-1e09-5a86-aa86-4c72a1e00dab with identifier: FL64%20EPN to the API
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL64%20EPN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eeab4265-1e09-5a86-aa86-4c72a1e00dab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL64 EPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL64%20EPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 42843,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 E-HDI 115 A/D EXCLUSIVE+ MPV',
 'transmission': 'manual',
 'trim': 'E-HDI 115 A/D EXCLUSIVE+',
 'vin': 'VF73A9HC8EJ746892',
 'year': 2014}
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520EPN%27 HTTP/1.1" 200 None
2026-03-28 11:29:13 [bca.uk] INFO: Saving data for FL64%20EPN: {'auction_closing_time': 1775124000.0, 'created_time': 1774610531.404074, 'last_price_update_time': 1774697353.664055}
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL64%2520EPN') HTTP/1.1" 204 0
2026-03-28 11:29:13 [bca.uk] INFO: Found listing with ID: WM67%20RHU
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:29:13 [bca.uk] INFO: Scrape type for WM67%20RHU: 2
2026-03-28 11:29:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1 with identifier: WM67%20RHU
2026-03-28 11:29:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1 with scrape type 2
2026-03-28 11:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1 with scrape type 2
2026-03-28 11:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1, identifier: WM67%20RHU
2026-03-28 11:29:13 [bca.uk] INFO: Found listing with ID: PK61%20EUC
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK61%2520EUC%27 HTTP/1.1" 200 None
2026-03-28 11:29:13 [bca.uk] INFO: Scrape type for PK61%20EUC: 0
2026-03-28 11:29:13 [bca.uk] INFO: Found listing with ID: SG67%20NNY
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520NNY%27 HTTP/1.1" 200 None
2026-03-28 11:29:13 [bca.uk] INFO: Scrape type for SG67%20NNY: 0
2026-03-28 11:29:13 [bca.uk] INFO: Found listing with ID: EY67%20EHN
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520EHN%27 HTTP/1.1" 200 None
2026-03-28 11:29:13 [bca.uk] INFO: Scrape type for EY67%20EHN: 2
2026-03-28 11:29:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3fed2d6-f837-53f8-9ce2-19d3cae77b89 with identifier: EY67%20EHN
2026-03-28 11:29:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3fed2d6-f837-53f8-9ce2-19d3cae77b89 with scrape type 2
2026-03-28 11:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3fed2d6-f837-53f8-9ce2-19d3cae77b89 with scrape type 2
2026-03-28 11:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3fed2d6-f837-53f8-9ce2-19d3cae77b89, identifier: EY67%20EHN
2026-03-28 11:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1 with identifier: WM67%20RHU
2026-03-28 11:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1 with identifier: WM67%20RHU
2026-03-28 11:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1 with identifier: WM67%20RHU to the API
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM67%20RHU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ebd8f19-9bc5-531e-9f14-8ebf22a68cb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM67 RHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM67%20RHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 64039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJHE37671',
 'year': 2018}
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:29:14 [bca.uk] INFO: Saving data for WM67%20RHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610592.136672, 'last_price_update_time': 1774697354.268254}
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM67%2520RHU') HTTP/1.1" 204 0
2026-03-28 11:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3fed2d6-f837-53f8-9ce2-19d3cae77b89 with identifier: EY67%20EHN
2026-03-28 11:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3fed2d6-f837-53f8-9ce2-19d3cae77b89 with identifier: EY67%20EHN
2026-03-28 11:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3fed2d6-f837-53f8-9ce2-19d3cae77b89 with identifier: EY67%20EHN to the API
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY67%20EHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3fed2d6-f837-53f8-9ce2-19d3cae77b89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY67 EHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY67%20EHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 26563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T N-CONNECTA XTRONIC',
 'vin': 'SJNFEAJ11U2087818',
 'year': 2017}
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520EHN%27 HTTP/1.1" 200 None
2026-03-28 11:29:14 [bca.uk] INFO: Saving data for EY67%20EHN: {'auction_closing_time': 1775124000.0, 'created_time': 1774610545.689333, 'last_price_update_time': 1774697354.585498}
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY67%2520EHN') HTTP/1.1" 204 0
2026-03-28 11:29:14 [bca.uk] INFO: Found listing with ID: YA18%20UPJ
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UPJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:14 [bca.uk] INFO: Scrape type for YA18%20UPJ: 2
2026-03-28 11:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb7ed115-569a-5bc1-899f-efe2ac0b10ab with identifier: YA18%20UPJ
2026-03-28 11:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7ed115-569a-5bc1-899f-efe2ac0b10ab with scrape type 2
2026-03-28 11:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb7ed115-569a-5bc1-899f-efe2ac0b10ab with scrape type 2
2026-03-28 11:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb7ed115-569a-5bc1-899f-efe2ac0b10ab, identifier: YA18%20UPJ
2026-03-28 11:29:14 [bca.uk] INFO: Found listing with ID: CE61%20KLF
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE61%2520KLF%27 HTTP/1.1" 200 None
2026-03-28 11:29:14 [bca.uk] INFO: Scrape type for CE61%20KLF: 2
2026-03-28 11:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08f017eb-5c8e-5dc7-ba28-941ec876a807 with identifier: CE61%20KLF
2026-03-28 11:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08f017eb-5c8e-5dc7-ba28-941ec876a807 with scrape type 2
2026-03-28 11:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08f017eb-5c8e-5dc7-ba28-941ec876a807 with scrape type 2
2026-03-28 11:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08f017eb-5c8e-5dc7-ba28-941ec876a807, identifier: CE61%20KLF
2026-03-28 11:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb7ed115-569a-5bc1-899f-efe2ac0b10ab with identifier: YA18%20UPJ
2026-03-28 11:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb7ed115-569a-5bc1-899f-efe2ac0b10ab with identifier: YA18%20UPJ
2026-03-28 11:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb7ed115-569a-5bc1-899f-efe2ac0b10ab with identifier: YA18%20UPJ to the API
2026-03-28 11:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA18%20UPJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb7ed115-569a-5bc1-899f-efe2ac0b10ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA18 UPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA18%20UPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 50584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWXU72000TN23894',
 'year': 2018}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UPJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Saving data for YA18%20UPJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610635.952976, 'last_price_update_time': 1774697355.120521}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA18%2520UPJ') HTTP/1.1" 204 0
2026-03-28 11:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08f017eb-5c8e-5dc7-ba28-941ec876a807 with identifier: CE61%20KLF
2026-03-28 11:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08f017eb-5c8e-5dc7-ba28-941ec876a807 with identifier: CE61%20KLF
2026-03-28 11:29:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 08f017eb-5c8e-5dc7-ba28-941ec876a807 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE61%20KLF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08f017eb-5c8e-5dc7-ba28-941ec876a807',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE61 KLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE61%20KLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CHEVROLET',
 'model': 'SPARK',
 'odometer': 62560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'CHEVROLET SPARK 1.0 I + Hatchback',
 'transmission': 'manual',
 'trim': 'I +',
 'vin': 'KL1MF4819BC652136',
 'year': 2011}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE61%2520KLF%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Saving data for CE61%20KLF: {'auction_closing_time': 1774692000.0, 'created_time': 1774610547.638624, 'last_price_update_time': 1774697355.152717}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE61%2520KLF') HTTP/1.1" 204 0
2026-03-28 11:29:15 [bca.uk] INFO: Found listing with ID: YR13%20CAE
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520CAE%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Scrape type for YR13%20CAE: 2
2026-03-28 11:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50b5a7b3-923a-5aed-b90c-e1526e1c443a with identifier: YR13%20CAE
2026-03-28 11:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50b5a7b3-923a-5aed-b90c-e1526e1c443a with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50b5a7b3-923a-5aed-b90c-e1526e1c443a with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50b5a7b3-923a-5aed-b90c-e1526e1c443a, identifier: YR13%20CAE
2026-03-28 11:29:15 [bca.uk] INFO: Found listing with ID: CK08%20LJU
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK08%2520LJU%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Scrape type for CK08%20LJU: 2
2026-03-28 11:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfe9ee63-b32c-51f3-8418-bfa419213a32 with identifier: CK08%20LJU
2026-03-28 11:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfe9ee63-b32c-51f3-8418-bfa419213a32 with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfe9ee63-b32c-51f3-8418-bfa419213a32 with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfe9ee63-b32c-51f3-8418-bfa419213a32, identifier: CK08%20LJU
2026-03-28 11:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50b5a7b3-923a-5aed-b90c-e1526e1c443a with identifier: YR13%20CAE
2026-03-28 11:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50b5a7b3-923a-5aed-b90c-e1526e1c443a with identifier: YR13%20CAE
2026-03-28 11:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50b5a7b3-923a-5aed-b90c-e1526e1c443a with identifier: YR13%20CAE to the API
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR13%20CAE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50b5a7b3-923a-5aed-b90c-e1526e1c443a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR13 CAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR13%20CAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 140687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.6 TDI 105 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'VSSZZZ5FZDR028390',
 'year': 2013}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520CAE%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Saving data for YR13%20CAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610636.389492, 'last_price_update_time': 1774697355.666766}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR13%2520CAE') HTTP/1.1" 204 0
2026-03-28 11:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfe9ee63-b32c-51f3-8418-bfa419213a32 with identifier: CK08%20LJU
2026-03-28 11:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfe9ee63-b32c-51f3-8418-bfa419213a32 with identifier: CK08%20LJU
2026-03-28 11:29:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cfe9ee63-b32c-51f3-8418-bfa419213a32 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK08%20LJU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cfe9ee63-b32c-51f3-8418-bfa419213a32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK08 LJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK08%20LJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 131833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.6 CRDI COMFORT Estate',
 'transmission': 'manual',
 'trim': 'CRDI COMFORT',
 'vin': 'KMHDC81TR8U001216',
 'year': 2008}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK08%2520LJU%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Saving data for CK08%20LJU: {'auction_closing_time': 1774692000.0, 'created_time': 1774610506.106796, 'last_price_update_time': 1774697355.809982}
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK08%2520LJU') HTTP/1.1" 204 0
2026-03-28 11:29:15 [bca.uk] INFO: Found listing with ID: LN65%20EJO
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520EJO%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Scrape type for LN65%20EJO: 2
2026-03-28 11:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1 with identifier: LN65%20EJO
2026-03-28 11:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1 with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1 with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1, identifier: LN65%20EJO
2026-03-28 11:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:29:15 [bca.uk] INFO: Found listing with ID: CV56%20AET
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV56%2520AET%27 HTTP/1.1" 200 None
2026-03-28 11:29:15 [bca.uk] INFO: Scrape type for CV56%20AET: 2
2026-03-28 11:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d677d002-ad22-55ef-b57c-00087b59f241 with identifier: CV56%20AET
2026-03-28 11:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d677d002-ad22-55ef-b57c-00087b59f241 with scrape type 2
2026-03-28 11:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d677d002-ad22-55ef-b57c-00087b59f241 with scrape type 2
2026-03-28 11:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d677d002-ad22-55ef-b57c-00087b59f241, identifier: CV56%20AET
2026-03-28 11:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1 with identifier: LN65%20EJO
2026-03-28 11:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1 with identifier: LN65%20EJO
2026-03-28 11:29:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1 with identifier: LN65%20EJO to the API
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN65%20EJO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a59d88d-fa6e-570c-bb1e-ec4cc4b84be1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN65 EJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN65%20EJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 122506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 1.6 D2 115 R DESIGN P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'D2 115 R DESIGN P/S',
 'vin': 'YV1MV846BF2241690',
 'year': 2015}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520EJO%27 HTTP/1.1" 200 None
2026-03-28 11:29:16 [bca.uk] INFO: Saving data for LN65%20EJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610639.563334, 'last_price_update_time': 1774697356.378328}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN65%2520EJO') HTTP/1.1" 204 0
2026-03-28 11:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d677d002-ad22-55ef-b57c-00087b59f241 with identifier: CV56%20AET
2026-03-28 11:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d677d002-ad22-55ef-b57c-00087b59f241 with identifier: CV56%20AET
2026-03-28 11:29:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d677d002-ad22-55ef-b57c-00087b59f241 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV56%20AET-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd677d002-ad22-55ef-b57c-00087b59f241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV56 AET',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV56%20AET&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 97822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 S 64 Hatchback',
 'transmission': 'manual',
 'trim': 'S 64',
 'vin': 'WVWZZZ9NZ7Y073999',
 'year': 2006}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV56%2520AET%27 HTTP/1.1" 200 None
2026-03-28 11:29:16 [bca.uk] INFO: Saving data for CV56%20AET: {'auction_closing_time': 1774692000.0, 'created_time': 1774610550.775729, 'last_price_update_time': 1774697356.410178}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV56%2520AET') HTTP/1.1" 204 0
2026-03-28 11:29:16 [bca.uk] INFO: Found listing with ID: LJ61%20NPP
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ61%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:29:16 [bca.uk] INFO: Scrape type for LJ61%20NPP: 2
2026-03-28 11:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f7a61a-4a51-58af-ae94-23fb677f48e1 with identifier: LJ61%20NPP
2026-03-28 11:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f7a61a-4a51-58af-ae94-23fb677f48e1 with scrape type 2
2026-03-28 11:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f7a61a-4a51-58af-ae94-23fb677f48e1 with scrape type 2
2026-03-28 11:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37f7a61a-4a51-58af-ae94-23fb677f48e1, identifier: LJ61%20NPP
2026-03-28 11:29:16 [bca.uk] INFO: Found listing with ID: EA04%20HFX
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520HFX%27 HTTP/1.1" 200 None
2026-03-28 11:29:16 [bca.uk] INFO: Scrape type for EA04%20HFX: 2
2026-03-28 11:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c824abe2-c206-54a9-a9df-e04ede984bde with identifier: EA04%20HFX
2026-03-28 11:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c824abe2-c206-54a9-a9df-e04ede984bde with scrape type 2
2026-03-28 11:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c824abe2-c206-54a9-a9df-e04ede984bde with scrape type 2
2026-03-28 11:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c824abe2-c206-54a9-a9df-e04ede984bde, identifier: EA04%20HFX
2026-03-28 11:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37f7a61a-4a51-58af-ae94-23fb677f48e1 with identifier: LJ61%20NPP
2026-03-28 11:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37f7a61a-4a51-58af-ae94-23fb677f48e1 with identifier: LJ61%20NPP
2026-03-28 11:29:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37f7a61a-4a51-58af-ae94-23fb677f48e1 with identifier: LJ61%20NPP to the API
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ61%20NPP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37f7a61a-4a51-58af-ae94-23fb677f48e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ61 NPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ61%20NPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '116I',
 'odometer': 123135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW 116I 2.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBAUK32020VN63626',
 'year': 2012}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ61%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:29:16 [bca.uk] INFO: Saving data for LJ61%20NPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774610641.601061, 'last_price_update_time': 1774697356.970684}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ61%2520NPP') HTTP/1.1" 204 0
2026-03-28 11:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c824abe2-c206-54a9-a9df-e04ede984bde with identifier: EA04%20HFX
2026-03-28 11:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c824abe2-c206-54a9-a9df-e04ede984bde with identifier: EA04%20HFX
2026-03-28 11:29:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c824abe2-c206-54a9-a9df-e04ede984bde with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA04%20HFX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c824abe2-c206-54a9-a9df-e04ede984bde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA04 HFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA04%20HFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 111230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FIAT PANDA 1.2 DYNAMIC Hatchback',
 'transmission': 'manual',
 'trim': 'DYNAMIC',
 'vin': 'ZFA16900000130111',
 'year': 2004}
2026-03-28 11:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520HFX%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Saving data for EA04%20HFX: {'auction_closing_time': 1774692000.0, 'created_time': 1774610549.906034, 'last_price_update_time': 1774697357.004701}
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA04%2520HFX') HTTP/1.1" 204 0
2026-03-28 11:29:17 [bca.uk] INFO: Found listing with ID: KN65%20JHY
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520JHY%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Scrape type for KN65%20JHY: 2
2026-03-28 11:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c2fbea3-5641-5f3b-8f7b-cb48459e112e with identifier: KN65%20JHY
2026-03-28 11:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c2fbea3-5641-5f3b-8f7b-cb48459e112e with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c2fbea3-5641-5f3b-8f7b-cb48459e112e with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c2fbea3-5641-5f3b-8f7b-cb48459e112e, identifier: KN65%20JHY
2026-03-28 11:29:17 [bca.uk] INFO: Found listing with ID: KF57%20KXO
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF57%2520KXO%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Scrape type for KF57%20KXO: 2
2026-03-28 11:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b850065e-4e7d-5446-b553-78e7530cad40 with identifier: KF57%20KXO
2026-03-28 11:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b850065e-4e7d-5446-b553-78e7530cad40 with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b850065e-4e7d-5446-b553-78e7530cad40 with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b850065e-4e7d-5446-b553-78e7530cad40, identifier: KF57%20KXO
2026-03-28 11:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c2fbea3-5641-5f3b-8f7b-cb48459e112e with identifier: KN65%20JHY
2026-03-28 11:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c2fbea3-5641-5f3b-8f7b-cb48459e112e with identifier: KN65%20JHY
2026-03-28 11:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c2fbea3-5641-5f3b-8f7b-cb48459e112e with identifier: KN65%20JHY to the API
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN65%20JHY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c2fbea3-5641-5f3b-8f7b-cb48459e112e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN65 JHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN65%20JHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 250 D',
 'odometer': 121160,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLE 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC1660042A644483',
 'year': 2015}
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520JHY%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Saving data for KN65%20JHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774610596.209893, 'last_price_update_time': 1774697357.584327}
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN65%2520JHY') HTTP/1.1" 204 0
2026-03-28 11:29:17 [bca.uk] INFO: Total items found: 100
2026-03-28 11:29:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded
2026-03-28 11:29:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:29:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b850065e-4e7d-5446-b553-78e7530cad40 with identifier: KF57%20KXO
2026-03-28 11:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b850065e-4e7d-5446-b553-78e7530cad40 with identifier: KF57%20KXO
2026-03-28 11:29:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b850065e-4e7d-5446-b553-78e7530cad40 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF57%20KXO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b850065e-4e7d-5446-b553-78e7530cad40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF57 KXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF57%20KXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 107671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 ZETEC CLIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF0HXXGAJH7T79455',
 'year': 2007}
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF57%2520KXO%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Saving data for KF57%20KXO: {'auction_closing_time': 1774692000.0, 'created_time': 1774610507.433667, 'last_price_update_time': 1774697357.626703}
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF57%2520KXO') HTTP/1.1" 204 0
2026-03-28 11:29:17 [bca.uk] INFO: Found listing with ID: KF16%20BTZ
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520BTZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Scrape type for KF16%20BTZ: 2
2026-03-28 11:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 004d5859-25e8-5e92-a6db-b7f08a68a1e8 with identifier: KF16%20BTZ
2026-03-28 11:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 004d5859-25e8-5e92-a6db-b7f08a68a1e8 with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 004d5859-25e8-5e92-a6db-b7f08a68a1e8 with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 004d5859-25e8-5e92-a6db-b7f08a68a1e8, identifier: KF16%20BTZ
2026-03-28 11:29:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:17 [bca.uk] INFO: Found listing with ID: EY65%20NTN
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520NTN%27 HTTP/1.1" 200 None
2026-03-28 11:29:17 [bca.uk] INFO: Scrape type for EY65%20NTN: 2
2026-03-28 11:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e848425e-0fec-5ad9-a381-8c78d93c1e4f with identifier: EY65%20NTN
2026-03-28 11:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e848425e-0fec-5ad9-a381-8c78d93c1e4f with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e848425e-0fec-5ad9-a381-8c78d93c1e4f with scrape type 2
2026-03-28 11:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e848425e-0fec-5ad9-a381-8c78d93c1e4f, identifier: EY65%20NTN
2026-03-28 11:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 004d5859-25e8-5e92-a6db-b7f08a68a1e8 with identifier: KF16%20BTZ
2026-03-28 11:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 004d5859-25e8-5e92-a6db-b7f08a68a1e8 with identifier: KF16%20BTZ
2026-03-28 11:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 004d5859-25e8-5e92-a6db-b7f08a68a1e8 with identifier: KF16%20BTZ to the API
2026-03-28 11:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF16%20BTZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '004d5859-25e8-5e92-a6db-b7f08a68a1e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF16 BTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF16%20BTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 55504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 192 S Hatchback',
 'transmission': 'manual',
 'trim': '192 S',
 'vin': 'WMWXM72030T964127',
 'year': 2016}
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520BTZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Saving data for KF16%20BTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477668.220986, 'last_price_update_time': 1774697358.158977}
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF16%2520BTZ') HTTP/1.1" 204 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: YJ71%20WLL
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ71%2520WLL%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for YJ71%20WLL: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: LE19%20OAO
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520OAO%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for LE19%20OAO: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WM17%20UBA
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520UBA%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WM17%20UBA: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: BR19%20TWE
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520TWE%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for BR19%20TWE: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: ML70%20KYB
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KYB%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for ML70%20KYB: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: FV66%20ULA
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520ULA%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for FV66%20ULA: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: SH18%20FCF
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520FCF%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for SH18%20FCF: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: PX13%20WHW
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520WHW%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for PX13%20WHW: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WM11%20VUT
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM11%2520VUT%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WM11%20VUT: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: KJ18%20KXV
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520KXV%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for KJ18%20KXV: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: MM74%20YOV
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOV%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for MM74%20YOV: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: ND67%20NUB
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520NUB%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for ND67%20NUB: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: NJ69%20ZLZ
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ69%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for NJ69%20ZLZ: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: H23%20GYP
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H23%2520GYP%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for H23%20GYP: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: PX64%20VTL
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX64%2520VTL%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for PX64%20VTL: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: GJ67%20AVB
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520AVB%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for GJ67%20AVB: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: EY63%20KOX
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520KOX%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for EY63%20KOX: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: BK74%20FHP
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FHP%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for BK74%20FHP: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: FY71%20YBD
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520YBD%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for FY71%20YBD: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: SG18%20UCD
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520UCD%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for SG18%20UCD: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: YR20%20EWH
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520EWH%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for YR20%20EWH: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: HV25%20JZC
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520JZC%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for HV25%20JZC: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: MA17%20GME
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520GME%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for MA17%20GME: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: VE19%20GDV
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE19%2520GDV%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for VE19%20GDV: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WU17%20PXF
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU17%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WU17%20PXF: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: FGZ%203391
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25203391%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for FGZ%203391: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: VO66%20WKC
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520WKC%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for VO66%20WKC: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: PJ70%20ZTE
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520ZTE%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for PJ70%20ZTE: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: BK65%20BXF
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520BXF%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for BK65%20BXF: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: KW67%20AHA
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520AHA%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for KW67%20AHA: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: KY19%20WJP
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520WJP%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for KY19%20WJP: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: YP24%20XHC
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XHC%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for YP24%20XHC: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: DL65%20UBT
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520UBT%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for DL65%20UBT: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: LS13%20PZA
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520PZA%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for LS13%20PZA: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WA22%20LRJ
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520LRJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WA22%20LRJ: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WG14%20YXO
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WG14%20YXO: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: SP16%20YTU
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520YTU%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for SP16%20YTU: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: AK15%20UKF
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520UKF%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for AK15%20UKF: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WJ69%20UWZ
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520UWZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WJ69%20UWZ: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: GY62%20FCG
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520FCG%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for GY62%20FCG: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: LG61%20MYR
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520MYR%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for LG61%20MYR: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: NJ16%20JYW
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520JYW%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for NJ16%20JYW: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: CA16%20XZO
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520XZO%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for CA16%20XZO: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: DW19%20XGT
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW19%2520XGT%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for DW19%20XGT: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: VE67%20HCK
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520HCK%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for VE67%20HCK: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: KM22%20OUP
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM22%2520OUP%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for KM22%20OUP: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: KN09%20ZNP
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520ZNP%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for KN09%20ZNP: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: WM14%20WVU
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520WVU%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for WM14%20WVU: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: YH16%20NFA
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520NFA%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for YH16%20NFA: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: FE20%20OYY
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520OYY%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for FE20%20OYY: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: YG70%20XRF
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520XRF%27 HTTP/1.1" 200 None
2026-03-28 11:29:18 [bca.uk] INFO: Scrape type for YG70%20XRF: 0
2026-03-28 11:29:18 [bca.uk] INFO: Found listing with ID: BD18%20WLA
2026-03-28 11:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520WLA%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for BD18%20WLA: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: EU67%20OKD
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520OKD%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for EU67%20OKD: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: KU17%20LHB
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520LHB%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for KU17%20LHB: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: EJ71%20ZWA
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520ZWA%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for EJ71%20ZWA: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: LC70%20BTY
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520BTY%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for LC70%20BTY: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: ND67%20AZU
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AZU%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for ND67%20AZU: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: GF69%20UKK
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520UKK%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for GF69%20UKK: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: S44%20DPR
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S44%2520DPR%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for S44%20DPR: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: LG67%20GYO
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520GYO%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for LG67%20GYO: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: NL72%20XSN
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XSN%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for NL72%20XSN: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: SK13%20UXH
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520UXH%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for SK13%20UXH: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: BV14%20YLU
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520YLU%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for BV14%20YLU: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: DC16%20XBH
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for DC16%20XBH: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: YE17%20LJU
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520LJU%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for YE17%20LJU: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: F17%20JGM
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F17%2520JGM%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for F17%20JGM: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: RBZ%20771
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RBZ%2520771%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for RBZ%20771: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: WA70%20PNF
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520PNF%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for WA70%20PNF: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: MW11%20NUB
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW11%2520NUB%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for MW11%20NUB: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: SY14%20GKO
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520GKO%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for SY14%20GKO: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: FV64%20URM
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520URM%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for FV64%20URM: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: LT13%20FGD
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520FGD%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for LT13%20FGD: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: WV63%20DFP
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520DFP%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for WV63%20DFP: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: YY19%20ZHP
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZHP%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for YY19%20ZHP: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: DA18%20AFN
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520AFN%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for DA18%20AFN: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: DG20%20KTE
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520KTE%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for DG20%20KTE: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: LC65%20VKE
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520VKE%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for LC65%20VKE: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: BG67%20PHA
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520PHA%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for BG67%20PHA: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: YC20%20OZV
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520OZV%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for YC20%20OZV: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: DK71%20XRH
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK71%2520XRH%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for DK71%20XRH: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: YN64%20OXV
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OXV%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for YN64%20OXV: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: YP62%20VWJ
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520VWJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for YP62%20VWJ: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: ET66%20GXS
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520GXS%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for ET66%20GXS: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: GR19%20DXJ
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR19%2520DXJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for GR19%20DXJ: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: KM20%20UNL
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520UNL%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for KM20%20UNL: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: KY22%20YRZ
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520YRZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for KY22%20YRZ: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: ML70%20CYH
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520CYH%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for ML70%20CYH: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: OGZ%203885
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OGZ%25203885%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for OGZ%203885: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: OU64%20TZW
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520TZW%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for OU64%20TZW: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: VN13%20URU
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN13%2520URU%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for VN13%20URU: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: VU61%20RWE
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU61%2520RWE%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for VU61%20RWE: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: VX21%20LDE
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX21%2520LDE%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for VX21%20LDE: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: YC67%20KRF
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520KRF%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for YC67%20KRF: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: AO65%20EAM
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520EAM%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for AO65%20EAM: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: BA18%20WKV
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520WKV%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for BA18%20WKV: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: BU20%20LFY
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520LFY%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for BU20%20LFY: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: BX70%20UZO
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520UZO%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for BX70%20UZO: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: GD16%20CYL
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520CYL%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for GD16%20CYL: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: KP69%20JZF
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520JZF%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for KP69%20JZF: 0
2026-03-28 11:29:19 [bca.uk] INFO: Found listing with ID: LG18%20SFU
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520SFU%27 HTTP/1.1" 200 None
2026-03-28 11:29:19 [bca.uk] INFO: Scrape type for LG18%20SFU: 0
2026-03-28 11:29:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e848425e-0fec-5ad9-a381-8c78d93c1e4f with identifier: EY65%20NTN
2026-03-28 11:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e848425e-0fec-5ad9-a381-8c78d93c1e4f with identifier: EY65%20NTN
2026-03-28 11:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e848425e-0fec-5ad9-a381-8c78d93c1e4f with identifier: EY65%20NTN to the API
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY65%20NTN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e848425e-0fec-5ad9-a381-8c78d93c1e4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY65 NTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY65%20NTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 86904,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SPORT',
 'vin': 'SHHFK3770FU602770',
 'year': 2015}
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520NTN%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Saving data for EY65%20NTN: {'auction_closing_time': 1775124000.0, 'created_time': 1774610536.512813, 'last_price_update_time': 1774697360.276975}
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY65%2520NTN') HTTP/1.1" 204 0
2026-03-28 11:29:20 [bca.uk] INFO: Found listing with ID: R14%20KJJ
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R14%2520KJJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Scrape type for R14%20KJJ: 2
2026-03-28 11:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: debbfa23-18b1-5f87-b548-971052d3ab99 with identifier: R14%20KJJ
2026-03-28 11:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item debbfa23-18b1-5f87-b548-971052d3ab99 with scrape type 2
2026-03-28 11:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item debbfa23-18b1-5f87-b548-971052d3ab99 with scrape type 2
2026-03-28 11:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: debbfa23-18b1-5f87-b548-971052d3ab99, identifier: R14%20KJJ
2026-03-28 11:29:20 [bca.uk] INFO: Found listing with ID: GL72%20PMX
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520PMX%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Scrape type for GL72%20PMX: 0
2026-03-28 11:29:20 [bca.uk] INFO: Found listing with ID: KU17%20FTJ
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Scrape type for KU17%20FTJ: 0
2026-03-28 11:29:20 [bca.uk] INFO: Found listing with ID: LC71%20DFU
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520DFU%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Scrape type for LC71%20DFU: 0
2026-03-28 11:29:20 [bca.uk] INFO: Found listing with ID: LX19%20YTN
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520YTN%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Scrape type for LX19%20YTN: 2
2026-03-28 11:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 655fc24c-6717-5a0e-9159-bed7d3077635 with identifier: LX19%20YTN
2026-03-28 11:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 655fc24c-6717-5a0e-9159-bed7d3077635 with scrape type 2
2026-03-28 11:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 655fc24c-6717-5a0e-9159-bed7d3077635 with scrape type 2
2026-03-28 11:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 655fc24c-6717-5a0e-9159-bed7d3077635, identifier: LX19%20YTN
2026-03-28 11:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: debbfa23-18b1-5f87-b548-971052d3ab99 with identifier: R14%20KJJ
2026-03-28 11:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: debbfa23-18b1-5f87-b548-971052d3ab99 with identifier: R14%20KJJ
2026-03-28 11:29:20 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: debbfa23-18b1-5f87-b548-971052d3ab99 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 275,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R14%20KJJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'debbfa23-18b1-5f87-b548-971052d3ab99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R14 KJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R14%20KJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 141102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 2.5 TDI ALTITUDE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI ALTITUDE',
 'vin': 'WVGZZZ7LZ8D046512',
 'year': 2009}
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R14%2520KJJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Saving data for R14%20KJJ: {'auction_closing_time': 1774692000.0, 'created_time': 1774610604.537528, 'last_price_update_time': 1774697360.65403}
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R14%2520KJJ') HTTP/1.1" 204 0
2026-03-28 11:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 655fc24c-6717-5a0e-9159-bed7d3077635 with identifier: LX19%20YTN
2026-03-28 11:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 655fc24c-6717-5a0e-9159-bed7d3077635 with identifier: LX19%20YTN
2026-03-28 11:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 655fc24c-6717-5a0e-9159-bed7d3077635 with identifier: LX19%20YTN to the API
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX19%20YTN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '655fc24c-6717-5a0e-9159-bed7d3077635',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX19 YTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX19%20YTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 35045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 FLAIR PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 FLAIR PLUS',
 'vin': 'VR7ARHNSJKL025348',
 'year': 2019}
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520YTN%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Saving data for LX19%20YTN: {'auction_closing_time': 1774864800.0, 'created_time': 1773832210.963921, 'last_price_update_time': 1774697360.951962}
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX19%2520YTN') HTTP/1.1" 204 0
2026-03-28 11:29:20 [bca.uk] INFO: Found listing with ID: HS19%20ZVA
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520ZVA%27 HTTP/1.1" 200 None
2026-03-28 11:29:20 [bca.uk] INFO: Scrape type for HS19%20ZVA: 2
2026-03-28 11:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7efe45ae-6d2d-54e2-8957-a77a216f438d with identifier: HS19%20ZVA
2026-03-28 11:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7efe45ae-6d2d-54e2-8957-a77a216f438d with scrape type 2
2026-03-28 11:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7efe45ae-6d2d-54e2-8957-a77a216f438d with scrape type 2
2026-03-28 11:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7efe45ae-6d2d-54e2-8957-a77a216f438d, identifier: HS19%20ZVA
2026-03-28 11:29:21 [bca.uk] INFO: Found listing with ID: LY14%20AOK
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520AOK%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Scrape type for LY14%20AOK: 0
2026-03-28 11:29:21 [bca.uk] INFO: Found listing with ID: NU69%20HVX
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520HVX%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Scrape type for NU69%20HVX: 0
2026-03-28 11:29:21 [bca.uk] INFO: Found listing with ID: OY17%20GEJ
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520GEJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Scrape type for OY17%20GEJ: 2
2026-03-28 11:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eed3fb6f-024e-52bb-a5c2-89391de0430e with identifier: OY17%20GEJ
2026-03-28 11:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eed3fb6f-024e-52bb-a5c2-89391de0430e with scrape type 2
2026-03-28 11:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eed3fb6f-024e-52bb-a5c2-89391de0430e with scrape type 2
2026-03-28 11:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eed3fb6f-024e-52bb-a5c2-89391de0430e, identifier: OY17%20GEJ
2026-03-28 11:29:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7efe45ae-6d2d-54e2-8957-a77a216f438d with identifier: HS19%20ZVA
2026-03-28 11:29:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7efe45ae-6d2d-54e2-8957-a77a216f438d with identifier: HS19%20ZVA
2026-03-28 11:29:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7efe45ae-6d2d-54e2-8957-a77a216f438d with identifier: HS19%20ZVA to the API
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS19%20ZVA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7efe45ae-6d2d-54e2-8957-a77a216f438d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS19 ZVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS19%20ZVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 10334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SMART FORFOUR 0.9 T 90 PRIME PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'T 90 PRIME PREMIUM',
 'vin': 'WME4530442Y222662',
 'year': 2019}
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520ZVA%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Saving data for HS19%20ZVA: {'auction_closing_time': 1774951200.0, 'created_time': 1774610631.456072, 'last_price_update_time': 1774697361.527762}
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS19%2520ZVA') HTTP/1.1" 204 0
2026-03-28 11:29:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eed3fb6f-024e-52bb-a5c2-89391de0430e with identifier: OY17%20GEJ
2026-03-28 11:29:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eed3fb6f-024e-52bb-a5c2-89391de0430e with identifier: OY17%20GEJ
2026-03-28 11:29:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eed3fb6f-024e-52bb-a5c2-89391de0430e with identifier: OY17%20GEJ to the API
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20GEJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eed3fb6f-024e-52bb-a5c2-89391de0430e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 GEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20GEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 70011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC LUX Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC LUX',
 'vin': 'SALVA2AN7HH226728',
 'year': 2017}
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520GEJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Saving data for OY17%20GEJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773841094.011383, 'last_price_update_time': 1774697361.809857}
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520GEJ') HTTP/1.1" 204 0
2026-03-28 11:29:21 [bca.uk] INFO: Found listing with ID: HJ10%20UYB
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ10%2520UYB%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Scrape type for HJ10%20UYB: 2
2026-03-28 11:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05f510ad-324c-550f-bce9-f487b0f9ea3a with identifier: HJ10%20UYB
2026-03-28 11:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05f510ad-324c-550f-bce9-f487b0f9ea3a with scrape type 2
2026-03-28 11:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05f510ad-324c-550f-bce9-f487b0f9ea3a with scrape type 2
2026-03-28 11:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05f510ad-324c-550f-bce9-f487b0f9ea3a, identifier: HJ10%20UYB
2026-03-28 11:29:21 [bca.uk] INFO: Found listing with ID: S11%20WRR
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S11%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:29:21 [bca.uk] INFO: Scrape type for S11%20WRR: 2
2026-03-28 11:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f6ddbab-5055-5c0c-9d05-b04479ca9079 with identifier: S11%20WRR
2026-03-28 11:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f6ddbab-5055-5c0c-9d05-b04479ca9079 with scrape type 2
2026-03-28 11:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f6ddbab-5055-5c0c-9d05-b04479ca9079 with scrape type 2
2026-03-28 11:29:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f6ddbab-5055-5c0c-9d05-b04479ca9079, identifier: S11%20WRR
2026-03-28 11:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05f510ad-324c-550f-bce9-f487b0f9ea3a with identifier: HJ10%20UYB
2026-03-28 11:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05f510ad-324c-550f-bce9-f487b0f9ea3a with identifier: HJ10%20UYB
2026-03-28 11:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05f510ad-324c-550f-bce9-f487b0f9ea3a with identifier: HJ10%20UYB to the API
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ10%20UYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05f510ad-324c-550f-bce9-f487b0f9ea3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ10 UYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ10%20UYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 72621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMR32060TX74822',
 'year': 2010}
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ10%2520UYB%27 HTTP/1.1" 200 None
2026-03-28 11:29:22 [bca.uk] INFO: Saving data for HJ10%20UYB: {'auction_closing_time': 1774864800.0, 'created_time': 1774610628.904772, 'last_price_update_time': 1774697362.437919}
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ10%2520UYB') HTTP/1.1" 204 0
2026-03-28 11:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f6ddbab-5055-5c0c-9d05-b04479ca9079 with identifier: S11%20WRR
2026-03-28 11:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f6ddbab-5055-5c0c-9d05-b04479ca9079 with identifier: S11%20WRR
2026-03-28 11:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f6ddbab-5055-5c0c-9d05-b04479ca9079 with identifier: S11%20WRR to the API
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S11%20WRR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f6ddbab-5055-5c0c-9d05-b04479ca9079',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S11 WRR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S11%20WRR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 94850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.7 TDV6 S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 S',
 'vin': 'SALLSAA138A134049',
 'year': 2007}
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S11%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:29:22 [bca.uk] INFO: Saving data for S11%20WRR: {'auction_closing_time': 1774864800.0, 'created_time': 1773832209.718312, 'last_price_update_time': 1774697362.826828}
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S11%2520WRR') HTTP/1.1" 204 0
2026-03-28 11:29:22 [bca.uk] INFO: Found listing with ID: HJ08%20YGW
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ08%2520YGW%27 HTTP/1.1" 200 None
2026-03-28 11:29:22 [bca.uk] INFO: Scrape type for HJ08%20YGW: 2
2026-03-28 11:29:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3b3c43-0066-56ed-b6a8-918009cde327 with identifier: HJ08%20YGW
2026-03-28 11:29:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3b3c43-0066-56ed-b6a8-918009cde327 with scrape type 2
2026-03-28 11:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3b3c43-0066-56ed-b6a8-918009cde327 with scrape type 2
2026-03-28 11:29:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa3b3c43-0066-56ed-b6a8-918009cde327, identifier: HJ08%20YGW
2026-03-28 11:29:22 [bca.uk] INFO: Found listing with ID: VK68%20WDN
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK68%2520WDN%27 HTTP/1.1" 200 None
2026-03-28 11:29:22 [bca.uk] INFO: Scrape type for VK68%20WDN: 0
2026-03-28 11:29:22 [bca.uk] INFO: Found listing with ID: WF65%20USE
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520USE%27 HTTP/1.1" 200 None
2026-03-28 11:29:22 [bca.uk] INFO: Scrape type for WF65%20USE: 0
2026-03-28 11:29:22 [bca.uk] INFO: Found listing with ID: WP18%20PWY
2026-03-28 11:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520PWY%27 HTTP/1.1" 200 None
2026-03-28 11:29:23 [bca.uk] INFO: Scrape type for WP18%20PWY: 2
2026-03-28 11:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ed9336-c495-5fc6-b7c9-497d5325ecc5 with identifier: WP18%20PWY
2026-03-28 11:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ed9336-c495-5fc6-b7c9-497d5325ecc5 with scrape type 2
2026-03-28 11:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ed9336-c495-5fc6-b7c9-497d5325ecc5 with scrape type 2
2026-03-28 11:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58ed9336-c495-5fc6-b7c9-497d5325ecc5, identifier: WP18%20PWY
2026-03-28 11:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa3b3c43-0066-56ed-b6a8-918009cde327 with identifier: HJ08%20YGW
2026-03-28 11:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa3b3c43-0066-56ed-b6a8-918009cde327 with identifier: HJ08%20YGW
2026-03-28 11:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa3b3c43-0066-56ed-b6a8-918009cde327 with identifier: HJ08%20YGW to the API
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ08%20YGW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa3b3c43-0066-56ed-b6a8-918009cde327',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ08 YGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ08%20YGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '530I',
 'odometer': 68416,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 530I 3.0 SE Saloon',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'WBAND72030CF39419',
 'year': 2008}
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ08%2520YGW%27 HTTP/1.1" 200 None
2026-03-28 11:29:23 [bca.uk] INFO: Saving data for HJ08%20YGW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610656.890251, 'last_price_update_time': 1774697363.436445}
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ08%2520YGW') HTTP/1.1" 204 0
2026-03-28 11:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58ed9336-c495-5fc6-b7c9-497d5325ecc5 with identifier: WP18%20PWY
2026-03-28 11:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58ed9336-c495-5fc6-b7c9-497d5325ecc5 with identifier: WP18%20PWY
2026-03-28 11:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58ed9336-c495-5fc6-b7c9-497d5325ecc5 with identifier: WP18%20PWY to the API
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP18%20PWY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58ed9336-c495-5fc6-b7c9-497d5325ecc5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP18 PWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP18%20PWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'ECLIPSE CROSS',
 'odometer': 66849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI ECLIPSE CROSS 1.5 4 Hatchback',
 'transmission': 'manual',
 'trim': '4',
 'vin': 'JMAXJGK1WJZ001949',
 'year': 2018}
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520PWY%27 HTTP/1.1" 200 None
2026-03-28 11:29:23 [bca.uk] INFO: Saving data for WP18%20PWY: {'auction_closing_time': 1774864800.0, 'created_time': 1773832634.74661, 'last_price_update_time': 1774697363.719258}
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520PWY') HTTP/1.1" 204 0
2026-03-28 11:29:23 [bca.uk] INFO: Found listing with ID: GU65%20VJF
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU65%2520VJF%27 HTTP/1.1" 200 None
2026-03-28 11:29:23 [bca.uk] INFO: Scrape type for GU65%20VJF: 2
2026-03-28 11:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a340232-6d9c-5d9a-8eff-a2249de2cd20 with identifier: GU65%20VJF
2026-03-28 11:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a340232-6d9c-5d9a-8eff-a2249de2cd20 with scrape type 2
2026-03-28 11:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a340232-6d9c-5d9a-8eff-a2249de2cd20 with scrape type 2
2026-03-28 11:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a340232-6d9c-5d9a-8eff-a2249de2cd20, identifier: GU65%20VJF
2026-03-28 11:29:23 [bca.uk] INFO: Found listing with ID: WX66%20VHF
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520VHF%27 HTTP/1.1" 200 None
2026-03-28 11:29:23 [bca.uk] INFO: Scrape type for WX66%20VHF: 2
2026-03-28 11:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89749315-77b3-5b71-8f8d-2a16b34bdda0 with identifier: WX66%20VHF
2026-03-28 11:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89749315-77b3-5b71-8f8d-2a16b34bdda0 with scrape type 2
2026-03-28 11:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89749315-77b3-5b71-8f8d-2a16b34bdda0 with scrape type 2
2026-03-28 11:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89749315-77b3-5b71-8f8d-2a16b34bdda0, identifier: WX66%20VHF
2026-03-28 11:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a340232-6d9c-5d9a-8eff-a2249de2cd20 with identifier: GU65%20VJF
2026-03-28 11:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a340232-6d9c-5d9a-8eff-a2249de2cd20 with identifier: GU65%20VJF
2026-03-28 11:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a340232-6d9c-5d9a-8eff-a2249de2cd20 with identifier: GU65%20VJF to the API
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU65%20VJF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a340232-6d9c-5d9a-8eff-a2249de2cd20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU65 VJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU65%20VJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '118I',
 'odometer': 89352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R520005D44953',
 'year': 2015}
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU65%2520VJF%27 HTTP/1.1" 200 None
2026-03-28 11:29:24 [bca.uk] INFO: Saving data for GU65%20VJF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610657.790253, 'last_price_update_time': 1774697364.256745}
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU65%2520VJF') HTTP/1.1" 204 0
2026-03-28 11:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89749315-77b3-5b71-8f8d-2a16b34bdda0 with identifier: WX66%20VHF
2026-03-28 11:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89749315-77b3-5b71-8f8d-2a16b34bdda0 with identifier: WX66%20VHF
2026-03-28 11:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89749315-77b3-5b71-8f8d-2a16b34bdda0 with identifier: WX66%20VHF to the API
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX66%20VHF-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89749315-77b3-5b71-8f8d-2a16b34bdda0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX66 VHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX66%20VHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 115816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.5 DCI 110 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE',
 'vin': 'VF1RFE00956110616',
 'year': 2016}
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520VHF%27 HTTP/1.1" 200 None
2026-03-28 11:29:24 [bca.uk] INFO: Saving data for WX66%20VHF: {'auction_closing_time': 1774864800.0, 'created_time': 1773832587.463344, 'last_price_update_time': 1774697364.555295}
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX66%2520VHF') HTTP/1.1" 204 0
2026-03-28 11:29:24 [bca.uk] INFO: Found listing with ID: GL21%20UOR
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520UOR%27 HTTP/1.1" 200 None
2026-03-28 11:29:24 [bca.uk] INFO: Scrape type for GL21%20UOR: 2
2026-03-28 11:29:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9 with identifier: GL21%20UOR
2026-03-28 11:29:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9 with scrape type 2
2026-03-28 11:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9 with scrape type 2
2026-03-28 11:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9, identifier: GL21%20UOR
2026-03-28 11:29:24 [bca.uk] INFO: Found listing with ID: EY22%20ULL
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520ULL%27 HTTP/1.1" 200 None
2026-03-28 11:29:24 [bca.uk] INFO: Scrape type for EY22%20ULL: 2
2026-03-28 11:29:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e7a6de3-a3eb-5373-bce6-d75fbf759f01 with identifier: EY22%20ULL
2026-03-28 11:29:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e7a6de3-a3eb-5373-bce6-d75fbf759f01 with scrape type 2
2026-03-28 11:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e7a6de3-a3eb-5373-bce6-d75fbf759f01 with scrape type 2
2026-03-28 11:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e7a6de3-a3eb-5373-bce6-d75fbf759f01, identifier: EY22%20ULL
2026-03-28 11:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9 with identifier: GL21%20UOR
2026-03-28 11:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9 with identifier: GL21%20UOR
2026-03-28 11:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9 with identifier: GL21%20UOR to the API
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20UOR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1c4c2fe-9f4f-5522-a2ce-48e51cdebfa9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 UOR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20UOR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 17786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 95 MATCH DSG',
 'vin': 'WVWZZZAWZMU066084',
 'year': 2021}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520UOR%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Saving data for GL21%20UOR: {'auction_closing_time': 1774951200.0, 'created_time': 1774610629.532921, 'last_price_update_time': 1774697365.088611}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520UOR') HTTP/1.1" 204 0
2026-03-28 11:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e7a6de3-a3eb-5373-bce6-d75fbf759f01 with identifier: EY22%20ULL
2026-03-28 11:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e7a6de3-a3eb-5373-bce6-d75fbf759f01 with identifier: EY22%20ULL
2026-03-28 11:29:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e7a6de3-a3eb-5373-bce6-d75fbf759f01 with identifier: EY22%20ULL to the API
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY22%20ULL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e7a6de3-a3eb-5373-bce6-d75fbf759f01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY22 ULL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY22%20ULL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 30070,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 MH TEKNA X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 MH TEKNA X-T',
 'vin': 'SJNTAAJ12U1093031',
 'year': 2022}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520ULL%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Saving data for EY22%20ULL: {'auction_closing_time': 1775124000.0, 'created_time': 1774610526.107914, 'last_price_update_time': 1774697365.381728}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY22%2520ULL') HTTP/1.1" 204 0
2026-03-28 11:29:25 [bca.uk] INFO: Found listing with ID: GF63%20FZS
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF63%2520FZS%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Scrape type for GF63%20FZS: 2
2026-03-28 11:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f428b3cd-0d00-5f6d-ac01-0280802a6307 with identifier: GF63%20FZS
2026-03-28 11:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f428b3cd-0d00-5f6d-ac01-0280802a6307 with scrape type 2
2026-03-28 11:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f428b3cd-0d00-5f6d-ac01-0280802a6307 with scrape type 2
2026-03-28 11:29:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f428b3cd-0d00-5f6d-ac01-0280802a6307, identifier: GF63%20FZS
2026-03-28 11:29:25 [bca.uk] INFO: Found listing with ID: PJ55%20AUX
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ55%2520AUX%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Scrape type for PJ55%20AUX: 2
2026-03-28 11:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a97c9ca3-1cde-534a-8672-f98be90d8572 with identifier: PJ55%20AUX
2026-03-28 11:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a97c9ca3-1cde-534a-8672-f98be90d8572 with scrape type 2
2026-03-28 11:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a97c9ca3-1cde-534a-8672-f98be90d8572 with scrape type 2
2026-03-28 11:29:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a97c9ca3-1cde-534a-8672-f98be90d8572, identifier: PJ55%20AUX
2026-03-28 11:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f428b3cd-0d00-5f6d-ac01-0280802a6307 with identifier: GF63%20FZS
2026-03-28 11:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f428b3cd-0d00-5f6d-ac01-0280802a6307 with identifier: GF63%20FZS
2026-03-28 11:29:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f428b3cd-0d00-5f6d-ac01-0280802a6307 with identifier: GF63%20FZS to the API
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF63%20FZS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f428b3cd-0d00-5f6d-ac01-0280802a6307',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF63 FZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF63%20FZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 127477,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 HSE',
 'vin': 'SALFA2CC6EH390841',
 'year': 2013}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF63%2520FZS%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Saving data for GF63%20FZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774610658.838028, 'last_price_update_time': 1774697365.887843}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF63%2520FZS') HTTP/1.1" 204 0
2026-03-28 11:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a97c9ca3-1cde-534a-8672-f98be90d8572 with identifier: PJ55%20AUX
2026-03-28 11:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a97c9ca3-1cde-534a-8672-f98be90d8572 with identifier: PJ55%20AUX
2026-03-28 11:29:25 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a97c9ca3-1cde-534a-8672-f98be90d8572 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ55%20AUX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a97c9ca3-1cde-534a-8672-f98be90d8572',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ55 AUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ55%20AUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '116I',
 'odometer': 152121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'BMW 116I 1.6 ES Hatchback',
 'transmission': 'manual',
 'trim': 'ES',
 'vin': 'WBAUF12010PW30715',
 'year': 2005}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ55%2520AUX%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Saving data for PJ55%20AUX: {'auction_closing_time': 1774692000.0, 'created_time': 1774610560.596386, 'last_price_update_time': 1774697365.918078}
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ55%2520AUX') HTTP/1.1" 204 0
2026-03-28 11:29:25 [bca.uk] INFO: Found listing with ID: EY63%20SVW
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520SVW%27 HTTP/1.1" 200 None
2026-03-28 11:29:25 [bca.uk] INFO: Scrape type for EY63%20SVW: 2
2026-03-28 11:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 547eb3da-cccc-50d2-9720-8073ac76dd96 with identifier: EY63%20SVW
2026-03-28 11:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 547eb3da-cccc-50d2-9720-8073ac76dd96 with scrape type 2
2026-03-28 11:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 547eb3da-cccc-50d2-9720-8073ac76dd96 with scrape type 2
2026-03-28 11:29:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 547eb3da-cccc-50d2-9720-8073ac76dd96, identifier: EY63%20SVW
2026-03-28 11:29:26 [bca.uk] INFO: Found listing with ID: AV09%20TEO
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520TEO%27 HTTP/1.1" 200 None
2026-03-28 11:29:26 [bca.uk] INFO: Scrape type for AV09%20TEO: 2
2026-03-28 11:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c3c2832-6039-55a9-9ba4-96433f1ba744 with identifier: AV09%20TEO
2026-03-28 11:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3c2832-6039-55a9-9ba4-96433f1ba744 with scrape type 2
2026-03-28 11:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c3c2832-6039-55a9-9ba4-96433f1ba744 with scrape type 2
2026-03-28 11:29:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c3c2832-6039-55a9-9ba4-96433f1ba744, identifier: AV09%20TEO
2026-03-28 11:29:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 547eb3da-cccc-50d2-9720-8073ac76dd96 with identifier: EY63%20SVW
2026-03-28 11:29:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 547eb3da-cccc-50d2-9720-8073ac76dd96 with identifier: EY63%20SVW
2026-03-28 11:29:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 547eb3da-cccc-50d2-9720-8073ac76dd96 with identifier: EY63%20SVW to the API
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY63%20SVW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '547eb3da-cccc-50d2-9720-8073ac76dd96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY63 SVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY63%20SVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 84814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 VTI 120 DSTYLE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 120 DSTYLE',
 'vin': 'VF7SA5FS0DW604524',
 'year': 2013}
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520SVW%27 HTTP/1.1" 200 None
2026-03-28 11:29:26 [bca.uk] INFO: Saving data for EY63%20SVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774610660.080021, 'last_price_update_time': 1774697366.437016}
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY63%2520SVW') HTTP/1.1" 204 0
2026-03-28 11:29:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c3c2832-6039-55a9-9ba4-96433f1ba744 with identifier: AV09%20TEO
2026-03-28 11:29:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c3c2832-6039-55a9-9ba4-96433f1ba744 with identifier: AV09%20TEO
2026-03-28 11:29:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c3c2832-6039-55a9-9ba4-96433f1ba744 with identifier: AV09%20TEO to the API
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV09%20TEO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c3c2832-6039-55a9-9ba4-96433f1ba744',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV09 TEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV09%20TEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '107',
 'odometer': 50367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 107 1.0 URBAN Hatchback',
 'transmission': 'manual',
 'trim': 'URBAN',
 'vin': 'VF3PNCFAC88371971',
 'year': 2009}
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520TEO%27 HTTP/1.1" 200 None
2026-03-28 11:29:26 [bca.uk] INFO: Saving data for AV09%20TEO: {'auction_closing_time': 1775124000.0, 'created_time': 1774610539.538499, 'last_price_update_time': 1774697366.821161}
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV09%2520TEO') HTTP/1.1" 204 0
2026-03-28 11:29:26 [bca.uk] INFO: Found listing with ID: ET65%20BJO
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET65%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:29:26 [bca.uk] INFO: Scrape type for ET65%20BJO: 2
2026-03-28 11:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e663d577-44c1-5ec3-a11a-5231d9eb782e with identifier: ET65%20BJO
2026-03-28 11:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e663d577-44c1-5ec3-a11a-5231d9eb782e with scrape type 2
2026-03-28 11:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e663d577-44c1-5ec3-a11a-5231d9eb782e with scrape type 2
2026-03-28 11:29:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e663d577-44c1-5ec3-a11a-5231d9eb782e, identifier: ET65%20BJO
2026-03-28 11:29:26 [bca.uk] INFO: Found listing with ID: YV03%20EFE
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV03%2520EFE%27 HTTP/1.1" 200 None
2026-03-28 11:29:26 [bca.uk] INFO: Scrape type for YV03%20EFE: 2
2026-03-28 11:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ee58c50-e81c-5b20-99b6-79be6568206c with identifier: YV03%20EFE
2026-03-28 11:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ee58c50-e81c-5b20-99b6-79be6568206c with scrape type 2
2026-03-28 11:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ee58c50-e81c-5b20-99b6-79be6568206c with scrape type 2
2026-03-28 11:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ee58c50-e81c-5b20-99b6-79be6568206c, identifier: YV03%20EFE
2026-03-28 11:29:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e663d577-44c1-5ec3-a11a-5231d9eb782e with identifier: ET65%20BJO
2026-03-28 11:29:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e663d577-44c1-5ec3-a11a-5231d9eb782e with identifier: ET65%20BJO
2026-03-28 11:29:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e663d577-44c1-5ec3-a11a-5231d9eb782e with identifier: ET65%20BJO to the API
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET65%20BJO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e663d577-44c1-5ec3-a11a-5231d9eb782e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET65 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET65%20BJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 60837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0BXXMRKBFJ00623',
 'year': 2016}
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET65%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:29:27 [bca.uk] INFO: Saving data for ET65%20BJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610660.799734, 'last_price_update_time': 1774697367.312244}
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET65%2520BJO') HTTP/1.1" 204 0
2026-03-28 11:29:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ee58c50-e81c-5b20-99b6-79be6568206c with identifier: YV03%20EFE
2026-03-28 11:29:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ee58c50-e81c-5b20-99b6-79be6568206c with identifier: YV03%20EFE
2026-03-28 11:29:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ee58c50-e81c-5b20-99b6-79be6568206c with identifier: YV03%20EFE to the API
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YV03%20EFE-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ee58c50-e81c-5b20-99b6-79be6568206c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YV03 EFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YV03%20EFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 74438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.6 3 Estate',
 'transmission': 'manual',
 'trim': '3',
 'vin': 'WF0UXXGAJU2R26667',
 'year': 2003}
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV03%2520EFE%27 HTTP/1.1" 200 None
2026-03-28 11:29:27 [bca.uk] INFO: Saving data for YV03%20EFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774610532.706925, 'last_price_update_time': 1774697367.599896}
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YV03%2520EFE') HTTP/1.1" 204 0
2026-03-28 11:29:27 [bca.uk] INFO: Found listing with ID: EO67%20CLF
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520CLF%27 HTTP/1.1" 200 None
2026-03-28 11:29:27 [bca.uk] INFO: Scrape type for EO67%20CLF: 2
2026-03-28 11:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2 with identifier: EO67%20CLF
2026-03-28 11:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2 with scrape type 2
2026-03-28 11:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2 with scrape type 2
2026-03-28 11:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2, identifier: EO67%20CLF
2026-03-28 11:29:27 [bca.uk] INFO: Found listing with ID: CK68%20CFY
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520CFY%27 HTTP/1.1" 200 None
2026-03-28 11:29:27 [bca.uk] INFO: Scrape type for CK68%20CFY: 2
2026-03-28 11:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b39733-b2ec-506a-830b-e6e4aab42a84 with identifier: CK68%20CFY
2026-03-28 11:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b39733-b2ec-506a-830b-e6e4aab42a84 with scrape type 2
2026-03-28 11:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b39733-b2ec-506a-830b-e6e4aab42a84 with scrape type 2
2026-03-28 11:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5b39733-b2ec-506a-830b-e6e4aab42a84, identifier: CK68%20CFY
2026-03-28 11:29:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2 with identifier: EO67%20CLF
2026-03-28 11:29:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2 with identifier: EO67%20CLF
2026-03-28 11:29:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2 with identifier: EO67%20CLF to the API
2026-03-28 11:29:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO67%20CLF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '72f0c9f5-d59e-505d-9eed-0e5cf4c7f8e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO67 CLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO67%20CLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 114840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760122J682980',
 'year': 2017}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520CLF%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Saving data for EO67%20CLF: {'auction_closing_time': 1774864800.0, 'created_time': 1774610661.606883, 'last_price_update_time': 1774697368.122395}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO67%2520CLF') HTTP/1.1" 204 0
2026-03-28 11:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5b39733-b2ec-506a-830b-e6e4aab42a84 with identifier: CK68%20CFY
2026-03-28 11:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5b39733-b2ec-506a-830b-e6e4aab42a84 with identifier: CK68%20CFY
2026-03-28 11:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5b39733-b2ec-506a-830b-e6e4aab42a84 with identifier: CK68%20CFY to the API
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK68%20CFY-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5b39733-b2ec-506a-830b-e6e4aab42a84',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK68 CFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK68%20CFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 127887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA 1.0 T-GDI 120 BD SE Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI 120 BD SE',
 'vin': 'KMHK2811LKU158298',
 'year': 2018}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520CFY%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Saving data for CK68%20CFY: {'auction_closing_time': 1774864800.0, 'created_time': 1773958766.511612, 'last_price_update_time': 1774697368.410424}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK68%2520CFY') HTTP/1.1" 204 0
2026-03-28 11:29:28 [bca.uk] INFO: Found listing with ID: EN17%20RKE
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520RKE%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Scrape type for EN17%20RKE: 2
2026-03-28 11:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84209a8a-b344-5b20-9fa0-6550d82d9ff7 with identifier: EN17%20RKE
2026-03-28 11:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84209a8a-b344-5b20-9fa0-6550d82d9ff7 with scrape type 2
2026-03-28 11:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84209a8a-b344-5b20-9fa0-6550d82d9ff7 with scrape type 2
2026-03-28 11:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84209a8a-b344-5b20-9fa0-6550d82d9ff7, identifier: EN17%20RKE
2026-03-28 11:29:28 [bca.uk] INFO: Found listing with ID: WP05%20OYH
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP05%2520OYH%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Scrape type for WP05%20OYH: 2
2026-03-28 11:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5acef13c-dcc8-5316-9f48-d22b6837a986 with identifier: WP05%20OYH
2026-03-28 11:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5acef13c-dcc8-5316-9f48-d22b6837a986 with scrape type 2
2026-03-28 11:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5acef13c-dcc8-5316-9f48-d22b6837a986 with scrape type 2
2026-03-28 11:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5acef13c-dcc8-5316-9f48-d22b6837a986, identifier: WP05%20OYH
2026-03-28 11:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84209a8a-b344-5b20-9fa0-6550d82d9ff7 with identifier: EN17%20RKE
2026-03-28 11:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84209a8a-b344-5b20-9fa0-6550d82d9ff7 with identifier: EN17%20RKE
2026-03-28 11:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84209a8a-b344-5b20-9fa0-6550d82d9ff7 with identifier: EN17%20RKE to the API
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN17%20RKE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84209a8a-b344-5b20-9fa0-6550d82d9ff7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN17 RKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN17%20RKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 51740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '75 ENERGY',
 'vin': 'W0L0XEP08H6073233',
 'year': 2017}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520RKE%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Saving data for EN17%20RKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774610663.018184, 'last_price_update_time': 1774697368.899492}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN17%2520RKE') HTTP/1.1" 204 0
2026-03-28 11:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5acef13c-dcc8-5316-9f48-d22b6837a986 with identifier: WP05%20OYH
2026-03-28 11:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5acef13c-dcc8-5316-9f48-d22b6837a986 with identifier: WP05%20OYH
2026-03-28 11:29:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5acef13c-dcc8-5316-9f48-d22b6837a986 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP05%20OYH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5acef13c-dcc8-5316-9f48-d22b6837a986',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP05 OYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP05%20OYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'ACCORD',
 'odometer': 338822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'HONDA ACCORD 2.0 VTEC SE Saloon',
 'transmission': 'automatic',
 'trim': 'VTEC SE',
 'vin': 'JHMCL76205C204464',
 'year': 2005}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP05%2520OYH%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Saving data for WP05%20OYH: {'auction_closing_time': 1774692000.0, 'created_time': 1774610546.603536, 'last_price_update_time': 1774697368.936761}
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP05%2520OYH') HTTP/1.1" 204 0
2026-03-28 11:29:28 [bca.uk] INFO: Found listing with ID: EK17%20XYO
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520XYO%27 HTTP/1.1" 200 None
2026-03-28 11:29:28 [bca.uk] INFO: Scrape type for EK17%20XYO: 2
2026-03-28 11:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4034711-1c05-53d0-8fba-5a3eb9d48da6 with identifier: EK17%20XYO
2026-03-28 11:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4034711-1c05-53d0-8fba-5a3eb9d48da6 with scrape type 2
2026-03-28 11:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4034711-1c05-53d0-8fba-5a3eb9d48da6 with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4034711-1c05-53d0-8fba-5a3eb9d48da6, identifier: EK17%20XYO
2026-03-28 11:29:29 [bca.uk] INFO: Found listing with ID: YS59%20AUY
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS59%2520AUY%27 HTTP/1.1" 200 None
2026-03-28 11:29:29 [bca.uk] INFO: Scrape type for YS59%20AUY: 2
2026-03-28 11:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd75ea0e-0d21-54eb-ac8b-e9a62046a021 with identifier: YS59%20AUY
2026-03-28 11:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd75ea0e-0d21-54eb-ac8b-e9a62046a021 with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd75ea0e-0d21-54eb-ac8b-e9a62046a021 with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd75ea0e-0d21-54eb-ac8b-e9a62046a021, identifier: YS59%20AUY
2026-03-28 11:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4034711-1c05-53d0-8fba-5a3eb9d48da6 with identifier: EK17%20XYO
2026-03-28 11:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4034711-1c05-53d0-8fba-5a3eb9d48da6 with identifier: EK17%20XYO
2026-03-28 11:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4034711-1c05-53d0-8fba-5a3eb9d48da6 with identifier: EK17%20XYO to the API
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK17%20XYO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4034711-1c05-53d0-8fba-5a3eb9d48da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK17 XYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK17%20XYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 64678,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD ZETEC',
 'vin': 'WF0AXXWPMAGS18406',
 'year': 2017}
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520XYO%27 HTTP/1.1" 200 None
2026-03-28 11:29:29 [bca.uk] INFO: Saving data for EK17%20XYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774610646.279606, 'last_price_update_time': 1774697369.493738}
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK17%2520XYO') HTTP/1.1" 204 0
2026-03-28 11:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd75ea0e-0d21-54eb-ac8b-e9a62046a021 with identifier: YS59%20AUY
2026-03-28 11:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd75ea0e-0d21-54eb-ac8b-e9a62046a021 with identifier: YS59%20AUY
2026-03-28 11:29:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cd75ea0e-0d21-54eb-ac8b-e9a62046a021 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS59%20AUY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd75ea0e-0d21-54eb-ac8b-e9a62046a021',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS59 AUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS59%20AUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 95574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 12V 1 Estate',
 'transmission': 'manual',
 'trim': '12V 1',
 'vin': 'TMBFH25J6A3093266',
 'year': 2009}
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS59%2520AUY%27 HTTP/1.1" 200 None
2026-03-28 11:29:29 [bca.uk] INFO: Saving data for YS59%20AUY: {'auction_closing_time': 1774692000.0, 'created_time': 1774610548.647415, 'last_price_update_time': 1774697369.544892}
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS59%2520AUY') HTTP/1.1" 204 0
2026-03-28 11:29:29 [bca.uk] INFO: Found listing with ID: EK09%20OJZ
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK09%2520OJZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:29 [bca.uk] INFO: Scrape type for EK09%20OJZ: 2
2026-03-28 11:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcb39214-a16f-56cc-94ed-c1b8ef010021 with identifier: EK09%20OJZ
2026-03-28 11:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcb39214-a16f-56cc-94ed-c1b8ef010021 with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcb39214-a16f-56cc-94ed-c1b8ef010021 with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcb39214-a16f-56cc-94ed-c1b8ef010021, identifier: EK09%20OJZ
2026-03-28 11:29:29 [bca.uk] INFO: Found listing with ID: LS10%20XSO
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS10%2520XSO%27 HTTP/1.1" 200 None
2026-03-28 11:29:29 [bca.uk] INFO: Scrape type for LS10%20XSO: 2
2026-03-28 11:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 327d3258-2a58-5f15-8ada-8b100aa0c17f with identifier: LS10%20XSO
2026-03-28 11:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 327d3258-2a58-5f15-8ada-8b100aa0c17f with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 327d3258-2a58-5f15-8ada-8b100aa0c17f with scrape type 2
2026-03-28 11:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 327d3258-2a58-5f15-8ada-8b100aa0c17f, identifier: LS10%20XSO
2026-03-28 11:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcb39214-a16f-56cc-94ed-c1b8ef010021 with identifier: EK09%20OJZ
2026-03-28 11:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcb39214-a16f-56cc-94ed-c1b8ef010021 with identifier: EK09%20OJZ
2026-03-28 11:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcb39214-a16f-56cc-94ed-c1b8ef010021 with identifier: EK09%20OJZ to the API
2026-03-28 11:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK09%20OJZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dcb39214-a16f-56cc-94ed-c1b8ef010021',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK09 OJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK09%20OJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 63685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 STUDIO Hatchback',
 'transmission': 'manual',
 'trim': 'STUDIO',
 'vin': 'WF0UXXLTRU9P48189',
 'year': 2009}
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK09%2520OJZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:30 [bca.uk] INFO: Saving data for EK09%20OJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774610646.832462, 'last_price_update_time': 1774697370.669578}
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK09%2520OJZ') HTTP/1.1" 204 0
2026-03-28 11:29:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 327d3258-2a58-5f15-8ada-8b100aa0c17f with identifier: LS10%20XSO
2026-03-28 11:29:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 327d3258-2a58-5f15-8ada-8b100aa0c17f with identifier: LS10%20XSO
2026-03-28 11:29:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 327d3258-2a58-5f15-8ada-8b100aa0c17f with identifier: LS10%20XSO to the API
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS10%20XSO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '327d3258-2a58-5f15-8ada-8b100aa0c17f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS10 XSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS10%20XSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 57388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 85 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': '85 SE DSG',
 'vin': 'WVWZZZ6RZAU028136',
 'year': 2010}
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS10%2520XSO%27 HTTP/1.1" 200 None
2026-03-28 11:29:31 [bca.uk] INFO: Saving data for LS10%20XSO: {'auction_closing_time': 1774951200.0, 'created_time': 1774610505.32564, 'last_price_update_time': 1774697371.076092}
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS10%2520XSO') HTTP/1.1" 204 0
2026-03-28 11:29:31 [bca.uk] INFO: Found listing with ID: EJ19%20UVB
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520UVB%27 HTTP/1.1" 200 None
2026-03-28 11:29:31 [bca.uk] INFO: Scrape type for EJ19%20UVB: 2
2026-03-28 11:29:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0f43e55-d88f-502e-9224-77b365856f72 with identifier: EJ19%20UVB
2026-03-28 11:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0f43e55-d88f-502e-9224-77b365856f72 with scrape type 2
2026-03-28 11:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0f43e55-d88f-502e-9224-77b365856f72 with scrape type 2
2026-03-28 11:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0f43e55-d88f-502e-9224-77b365856f72, identifier: EJ19%20UVB
2026-03-28 11:29:31 [bca.uk] INFO: Found listing with ID: LX24%20PCU
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX24%2520PCU%27 HTTP/1.1" 200 None
2026-03-28 11:29:31 [bca.uk] INFO: Scrape type for LX24%20PCU: 2
2026-03-28 11:29:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 363a5dfd-11f3-540f-b3ef-4336b902d56e with identifier: LX24%20PCU
2026-03-28 11:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 363a5dfd-11f3-540f-b3ef-4336b902d56e with scrape type 2
2026-03-28 11:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 363a5dfd-11f3-540f-b3ef-4336b902d56e with scrape type 2
2026-03-28 11:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 363a5dfd-11f3-540f-b3ef-4336b902d56e, identifier: LX24%20PCU
2026-03-28 11:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0f43e55-d88f-502e-9224-77b365856f72 with identifier: EJ19%20UVB
2026-03-28 11:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0f43e55-d88f-502e-9224-77b365856f72 with identifier: EJ19%20UVB
2026-03-28 11:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0f43e55-d88f-502e-9224-77b365856f72 with identifier: EJ19%20UVB to the API
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ19%20UVB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0f43e55-d88f-502e-9224-77b365856f72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ19 UVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ19%20UVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 68987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WMWXR32010TS34016',
 'year': 2019}
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520UVB%27 HTTP/1.1" 200 None
2026-03-28 11:29:31 [bca.uk] INFO: Saving data for EJ19%20UVB: {'auction_closing_time': 1774951200.0, 'created_time': 1774610648.172311, 'last_price_update_time': 1774697371.70278}
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ19%2520UVB') HTTP/1.1" 204 0
2026-03-28 11:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 363a5dfd-11f3-540f-b3ef-4336b902d56e with identifier: LX24%20PCU
2026-03-28 11:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 363a5dfd-11f3-540f-b3ef-4336b902d56e with identifier: LX24%20PCU
2026-03-28 11:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 363a5dfd-11f3-540f-b3ef-4336b902d56e with identifier: LX24%20PCU to the API
2026-03-28 11:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX24%20PCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '363a5dfd-11f3-540f-b3ef-4336b902d56e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX24 PCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX24%20PCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 21410,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 2.9 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': 'S PDK',
 'vin': 'WP1ZZZ95XRLB29826',
 'year': 2024}
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX24%2520PCU%27 HTTP/1.1" 200 None
2026-03-28 11:29:32 [bca.uk] INFO: Saving data for LX24%20PCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774610549.45342, 'last_price_update_time': 1774697372.165983}
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX24%2520PCU') HTTP/1.1" 204 0
2026-03-28 11:29:32 [bca.uk] INFO: Found listing with ID: EJ15%20LFB
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ15%2520LFB%27 HTTP/1.1" 200 None
2026-03-28 11:29:32 [bca.uk] INFO: Scrape type for EJ15%20LFB: 2
2026-03-28 11:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961b27af-4a39-5379-9c32-915941a2a313 with identifier: EJ15%20LFB
2026-03-28 11:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961b27af-4a39-5379-9c32-915941a2a313 with scrape type 2
2026-03-28 11:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961b27af-4a39-5379-9c32-915941a2a313 with scrape type 2
2026-03-28 11:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 961b27af-4a39-5379-9c32-915941a2a313, identifier: EJ15%20LFB
2026-03-28 11:29:32 [bca.uk] INFO: Found listing with ID: DK60%20WPU
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK60%2520WPU%27 HTTP/1.1" 200 None
2026-03-28 11:29:32 [bca.uk] INFO: Scrape type for DK60%20WPU: 2
2026-03-28 11:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d815216-f45f-5021-8c7d-25f8f1d23aab with identifier: DK60%20WPU
2026-03-28 11:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d815216-f45f-5021-8c7d-25f8f1d23aab with scrape type 2
2026-03-28 11:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d815216-f45f-5021-8c7d-25f8f1d23aab with scrape type 2
2026-03-28 11:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d815216-f45f-5021-8c7d-25f8f1d23aab, identifier: DK60%20WPU
2026-03-28 11:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 961b27af-4a39-5379-9c32-915941a2a313 with identifier: EJ15%20LFB
2026-03-28 11:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 961b27af-4a39-5379-9c32-915941a2a313 with identifier: EJ15%20LFB
2026-03-28 11:29:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 961b27af-4a39-5379-9c32-915941a2a313 with identifier: EJ15%20LFB to the API
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ15%20LFB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '961b27af-4a39-5379-9c32-915941a2a313',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ15 LFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ15%20LFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 70232,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP S/S Hatchback',
 'transmission': 'manual',
 'trim': 'POP S/S',
 'vin': 'ZFA3120000J400224',
 'year': 2015}
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ15%2520LFB%27 HTTP/1.1" 200 None
2026-03-28 11:29:32 [bca.uk] INFO: Saving data for EJ15%20LFB: {'auction_closing_time': 1774864800.0, 'created_time': 1774610647.720957, 'last_price_update_time': 1774697372.700869}
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ15%2520LFB') HTTP/1.1" 204 0
2026-03-28 11:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d815216-f45f-5021-8c7d-25f8f1d23aab with identifier: DK60%20WPU
2026-03-28 11:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d815216-f45f-5021-8c7d-25f8f1d23aab with identifier: DK60%20WPU
2026-03-28 11:29:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0d815216-f45f-5021-8c7d-25f8f1d23aab with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK60%20WPU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d815216-f45f-5021-8c7d-25f8f1d23aab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK60 WPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK60%20WPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 151392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'SJNFBAK12U3234930',
 'year': 2010}
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK60%2520WPU%27 HTTP/1.1" 200 None
2026-03-28 11:29:32 [bca.uk] INFO: Saving data for DK60%20WPU: {'auction_closing_time': 1774692000.0, 'created_time': 1774610537.427223, 'last_price_update_time': 1774697372.752576}
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK60%2520WPU') HTTP/1.1" 204 0
2026-03-28 11:29:32 [bca.uk] INFO: Found listing with ID: EF18%20XLV
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520XLV%27 HTTP/1.1" 200 None
2026-03-28 11:29:32 [bca.uk] INFO: Scrape type for EF18%20XLV: 2
2026-03-28 11:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c741c508-d4fb-54dd-84d2-62db58100787 with identifier: EF18%20XLV
2026-03-28 11:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c741c508-d4fb-54dd-84d2-62db58100787 with scrape type 2
2026-03-28 11:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c741c508-d4fb-54dd-84d2-62db58100787 with scrape type 2
2026-03-28 11:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c741c508-d4fb-54dd-84d2-62db58100787, identifier: EF18%20XLV
2026-03-28 11:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c741c508-d4fb-54dd-84d2-62db58100787 with identifier: EF18%20XLV
2026-03-28 11:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c741c508-d4fb-54dd-84d2-62db58100787 with identifier: EF18%20XLV
2026-03-28 11:29:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c741c508-d4fb-54dd-84d2-62db58100787 with identifier: EF18%20XLV to the API
2026-03-28 11:29:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF18%20XLV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c741c508-d4fb-54dd-84d2-62db58100787',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF18 XLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF18%20XLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 76948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD S',
 'vin': 'SADFA2AN2J1Z06678',
 'year': 2018}
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520XLV%27 HTTP/1.1" 200 None
2026-03-28 11:29:33 [bca.uk] INFO: Saving data for EF18%20XLV: {'auction_closing_time': 1774951200.0, 'created_time': 1774610649.464802, 'last_price_update_time': 1774697373.195644}
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF18%2520XLV') HTTP/1.1" 204 0
2026-03-28 11:29:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:29:33 [bca.uk] INFO: Found listing with ID: YJ18%20VWG
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520VWG%27 HTTP/1.1" 200 None
2026-03-28 11:29:33 [bca.uk] INFO: Scrape type for YJ18%20VWG: 2
2026-03-28 11:29:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba66a704-c94c-5b9b-bb0a-998cd514b96e with identifier: YJ18%20VWG
2026-03-28 11:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba66a704-c94c-5b9b-bb0a-998cd514b96e with scrape type 2
2026-03-28 11:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba66a704-c94c-5b9b-bb0a-998cd514b96e with scrape type 2
2026-03-28 11:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba66a704-c94c-5b9b-bb0a-998cd514b96e, identifier: YJ18%20VWG
2026-03-28 11:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba66a704-c94c-5b9b-bb0a-998cd514b96e with identifier: YJ18%20VWG
2026-03-28 11:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba66a704-c94c-5b9b-bb0a-998cd514b96e with identifier: YJ18%20VWG
2026-03-28 11:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba66a704-c94c-5b9b-bb0a-998cd514b96e with identifier: YJ18%20VWG to the API
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ18%20VWG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba66a704-c94c-5b9b-bb0a-998cd514b96e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ18 VWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ18%20VWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 98146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2053042F718842',
 'year': 2018}
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520VWG%27 HTTP/1.1" 200 None
2026-03-28 11:29:33 [bca.uk] INFO: Saving data for YJ18%20VWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774610640.713939, 'last_price_update_time': 1774697373.646381}
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ18%2520VWG') HTTP/1.1" 204 0
2026-03-28 11:29:33 [bca.uk] INFO: Found listing with ID: EA17%20KXN
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520KXN%27 HTTP/1.1" 200 None
2026-03-28 11:29:33 [bca.uk] INFO: Scrape type for EA17%20KXN: 2
2026-03-28 11:29:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08cd0a1a-512e-542f-a997-90f9035e4482 with identifier: EA17%20KXN
2026-03-28 11:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08cd0a1a-512e-542f-a997-90f9035e4482 with scrape type 2
2026-03-28 11:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08cd0a1a-512e-542f-a997-90f9035e4482 with scrape type 2
2026-03-28 11:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08cd0a1a-512e-542f-a997-90f9035e4482, identifier: EA17%20KXN
2026-03-28 11:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08cd0a1a-512e-542f-a997-90f9035e4482 with identifier: EA17%20KXN
2026-03-28 11:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08cd0a1a-512e-542f-a997-90f9035e4482 with identifier: EA17%20KXN
2026-03-28 11:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08cd0a1a-512e-542f-a997-90f9035e4482 with identifier: EA17%20KXN to the API
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA17%20KXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08cd0a1a-512e-542f-a997-90f9035e4482',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA17 KXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA17%20KXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 350 D',
 'odometer': 109078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLE 350 D 3.0 DESIGNO LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'DESIGNO LINE 4M 9G',
 'vin': 'WDC1660242A926198',
 'year': 2017}
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520KXN%27 HTTP/1.1" 200 None
2026-03-28 11:29:34 [bca.uk] INFO: Saving data for EA17%20KXN: {'auction_closing_time': 1774951200.0, 'created_time': 1774610637.523539, 'last_price_update_time': 1774697374.077068}
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA17%2520KXN') HTTP/1.1" 204 0
2026-03-28 11:29:34 [bca.uk] INFO: Found listing with ID: GN16%20UHO
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:29:34 [bca.uk] INFO: Scrape type for GN16%20UHO: 2
2026-03-28 11:29:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9431ce30-cb72-538a-9297-7b6ddac1aca7 with identifier: GN16%20UHO
2026-03-28 11:29:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9431ce30-cb72-538a-9297-7b6ddac1aca7 with scrape type 2
2026-03-28 11:29:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9431ce30-cb72-538a-9297-7b6ddac1aca7 with scrape type 2
2026-03-28 11:29:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9431ce30-cb72-538a-9297-7b6ddac1aca7, identifier: GN16%20UHO
2026-03-28 11:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9431ce30-cb72-538a-9297-7b6ddac1aca7 with identifier: GN16%20UHO
2026-03-28 11:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9431ce30-cb72-538a-9297-7b6ddac1aca7 with identifier: GN16%20UHO
2026-03-28 11:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9431ce30-cb72-538a-9297-7b6ddac1aca7 with identifier: GN16%20UHO to the API
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN16%20UHO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9431ce30-cb72-538a-9297-7b6ddac1aca7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN16 UHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN16%20UHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 110619,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.2 TSI 90 SE TECH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE TECH',
 'vin': 'TMBFA6NH3G4529549',
 'year': 2016}
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:29:34 [bca.uk] INFO: Saving data for GN16%20UHO: {'auction_closing_time': 1774778400.0, 'created_time': 1774610635.127489, 'last_price_update_time': 1774697374.543603}
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN16%2520UHO') HTTP/1.1" 204 0
2026-03-28 11:29:34 [bca.uk] INFO: Total items found: 100
2026-03-28 11:29:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded
2026-03-28 11:29:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:29:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:34 [bca.uk] INFO: Found listing with ID: GN65%20UYG
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520UYG%27 HTTP/1.1" 200 None
2026-03-28 11:29:34 [bca.uk] INFO: Scrape type for GN65%20UYG: 2
2026-03-28 11:29:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4 with identifier: GN65%20UYG
2026-03-28 11:29:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4 with scrape type 2
2026-03-28 11:29:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4 with scrape type 2
2026-03-28 11:29:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4, identifier: GN65%20UYG
2026-03-28 11:29:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4 with identifier: GN65%20UYG
2026-03-28 11:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4 with identifier: GN65%20UYG
2026-03-28 11:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2810ff5d-b118-5bd4-b7d7-8e8ecee69db4 with identifier: GN65%20UYG to the API
2026-03-28 11:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN65%20UYG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2810ff5d-b118-5bd4-b7d7-8e8ecee69db4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN65 UYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN65%20UYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CABRIO',
 'odometer': 70188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CABRIO 1.2 P/T 110 DSTYLE S/S Convertible',
 'transmission': 'manual',
 'trim': 'P/T 110 DSTYLE S/S',
 'vin': 'VF7SBHNZ6FW626088',
 'year': 2015}
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN65%2520UYG%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Saving data for GN65%20UYG: {'auction_closing_time': 1774778400.0, 'created_time': 1774610613.606531, 'last_price_update_time': 1774697375.115598}
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN65%2520UYG') HTTP/1.1" 204 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: OW71%20EER
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW71%2520EER%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for OW71%20EER: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: FN14%20YCA
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN14%2520YCA%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for FN14%20YCA: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GJ18%20XHE
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XHE%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GJ18%20XHE: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: VO68%20WLK
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520WLK%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for VO68%20WLK: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: WP69%20UPR
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UPR%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for WP69%20UPR: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: R24%20HMB
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R24%2520HMB%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for R24%20HMB: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: CK12%20VGP
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VGP%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for CK12%20VGP: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: WF10%20VSZ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF10%2520VSZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for WF10%20VSZ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: WG16%20KPO
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520KPO%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for WG16%20KPO: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: EK20%20UCR
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520UCR%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for EK20%20UCR: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: EO60%20FJV
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520FJV%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for EO60%20FJV: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: DN16%20EGZ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EGZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for DN16%20EGZ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: KY12%20EWT
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520EWT%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for KY12%20EWT: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: LP09%20EKK
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP09%2520EKK%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for LP09%20EKK: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: RK16%20YTN
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK16%2520YTN%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for RK16%20YTN: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: KR16%20YCM
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520YCM%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for KR16%20YCM: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: BX71%20DYT
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520DYT%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for BX71%20DYT: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: YR24%20PWK
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520PWK%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for YR24%20PWK: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: WP74%20UYN
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520UYN%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for WP74%20UYN: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: BK22%20NZA
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520NZA%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for BK22%20NZA: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: BP22%20AFO
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520AFO%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for BP22%20AFO: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: EO22%20NUB
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520NUB%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for EO22%20NUB: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: MC74%20UFS
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520UFS%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for MC74%20UFS: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: OW23%20JRO
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520JRO%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for OW23%20JRO: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: HK71%20OHD
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520OHD%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for HK71%20OHD: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: SO21%20HBP
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520HBP%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for SO21%20HBP: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: AK71%20ZNU
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZNU%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for AK71%20ZNU: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: BK71%20GWO
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520GWO%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for BK71%20GWO: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: FV71%20OKG
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520OKG%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for FV71%20OKG: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GJ22%20EFB
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EFB%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GJ22%20EFB: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: LD21%20MHX
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for LD21%20MHX: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: MJ20%20VGK
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520VGK%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for MJ20%20VGK: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: AO60%20USN
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO60%2520USN%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for AO60%20USN: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: BL11%20NVJ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL11%2520NVJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for BL11%20NVJ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: FX65%20OGR
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX65%2520OGR%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for FX65%20OGR: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GJ11%20JRU
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520JRU%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GJ11%20JRU: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GK60%20ZSE
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK60%2520ZSE%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GK60%20ZSE: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GK69%20VVX
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK69%2520VVX%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GK69%20VVX: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GU12%20NFM
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520NFM%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GU12%20NFM: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GX58%20DWZ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX58%2520DWZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GX58%20DWZ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GY10%20HOJ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY10%2520HOJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for GY10%20HOJ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: RO59%20VYY
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO59%2520VYY%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for RO59%20VYY: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: SM62%20CJZ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM62%2520CJZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for SM62%20CJZ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: YG63%20LNP
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520LNP%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for YG63%20LNP: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: KY71%20NPX
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY71%2520NPX%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for KY71%20NPX: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: MH24%20UGO
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520UGO%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for MH24%20UGO: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: CX22%20HFE
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX22%2520HFE%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for CX22%20HFE: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: CV62%20UAZ
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV62%2520UAZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for CV62%20UAZ: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: DA64%20WPD
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520WPD%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for DA64%20WPD: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: FX65%20NOU
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX65%2520NOU%27 HTTP/1.1" 200 None
2026-03-28 11:29:35 [bca.uk] INFO: Scrape type for FX65%20NOU: 0
2026-03-28 11:29:35 [bca.uk] INFO: Found listing with ID: GU60%20OBL
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU60%2520OBL%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for GU60%20OBL: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: GV08%20OCN
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV08%2520OCN%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for GV08%20OCN: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: HF14%20JXS
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF14%2520JXS%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for HF14%20JXS: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: KF16%20WFR
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520WFR%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for KF16%20WFR: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: KS12%20SBU
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS12%2520SBU%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for KS12%20SBU: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: MT63%20OKS
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT63%2520OKS%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for MT63%20OKS: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: OY14%20LMF
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY14%2520LMF%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for OY14%20LMF: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: BT71%20KXB
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520KXB%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for BT71%20KXB: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DA23%20MHE
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MHE%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DA23%20MHE: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: OV23%20SZC
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SZC%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for OV23%20SZC: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: OY72%20ZSV
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520ZSV%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for OY72%20ZSV: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: FE15%20XBS
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE15%2520XBS%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for FE15%20XBS: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: GY10%20KJN
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY10%2520KJN%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for GY10%20KJN: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: MK10%20FFX
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520FFX%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for MK10%20FFX: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: PE12%20XGS
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE12%2520XGS%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for PE12%20XGS: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: PY70%20CZE
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY70%2520CZE%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for PY70%20CZE: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: SD10%20YYZ
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD10%2520YYZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for SD10%20YYZ: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: SH64%20GEY
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520GEY%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for SH64%20GEY: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: SK13%20XZN
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520XZN%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for SK13%20XZN: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: VO12%20XVT
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO12%2520XVT%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for VO12%20XVT: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: WN59%20WHS
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN59%2520WHS%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for WN59%20WHS: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: YC62%20MOF
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520MOF%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for YC62%20MOF: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: YP66%20VYN
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYN%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for YP66%20VYN: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: AK13%20MMU
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK13%2520MMU%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for AK13%20MMU: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: CW58%20JRW
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CW58%2520JRW%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for CW58%20JRW: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DA57%20XKX
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA57%2520XKX%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DA57%20XKX: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DK10%20YMG
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520YMG%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DK10%20YMG: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DK12%20ZGD
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZGD%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DK12%20ZGD: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DY10%20JVG
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520JVG%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DY10%20JVG: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DY63%20HCO
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY63%2520HCO%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DY63%20HCO: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: CV14%20URS
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV14%2520URS%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for CV14%20URS: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: MJ60%20XSP
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ60%2520XSP%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for MJ60%20XSP: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: MV62%20LCP
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520LCP%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for MV62%20LCP: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: AP62%20DKP
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP62%2520DKP%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for AP62%20DKP: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: WP20%20MHF
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520MHF%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for WP20%20MHF: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: LX58%20XUO
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520XUO%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for LX58%20XUO: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: GL21%20EVM
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520EVM%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for GL21%20EVM: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: EA71%20UWN
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520UWN%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for EA71%20UWN: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: BD56%20WOB
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD56%2520WOB%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for BD56%20WOB: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: WK11%20TMZ
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK11%2520TMZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for WK11%20TMZ: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: AU61%20XXN
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU61%2520XXN%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for AU61%20XXN: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: BL12%20HFK
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520HFK%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for BL12%20HFK: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: DX17%20EPJ
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX17%2520EPJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for DX17%20EPJ: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: EY62%20WHA
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY62%2520WHA%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for EY62%20WHA: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: KX20%20ANU
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX20%2520ANU%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for KX20%20ANU: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: KP10%20NWF
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP10%2520NWF%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for KP10%20NWF: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: KS62%20DLE
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS62%2520DLE%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for KS62%20DLE: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: FE63%20CZT
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520CZT%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for FE63%20CZT: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: FJ14%20XJG
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ14%2520XJG%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for FJ14%20XJG: 0
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: FN10%20WDR
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN10%2520WDR%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for FN10%20WDR: 0
2026-03-28 11:29:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:29:36 [bca.uk] INFO: Found listing with ID: LT15%20AZB
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520AZB%27 HTTP/1.1" 200 None
2026-03-28 11:29:36 [bca.uk] INFO: Scrape type for LT15%20AZB: 2
2026-03-28 11:29:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 340644f4-1847-5182-83e1-03a3991148a2 with identifier: LT15%20AZB
2026-03-28 11:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 340644f4-1847-5182-83e1-03a3991148a2 with scrape type 2
2026-03-28 11:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 340644f4-1847-5182-83e1-03a3991148a2 with scrape type 2
2026-03-28 11:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 340644f4-1847-5182-83e1-03a3991148a2, identifier: LT15%20AZB
2026-03-28 11:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 340644f4-1847-5182-83e1-03a3991148a2 with identifier: LT15%20AZB
2026-03-28 11:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 340644f4-1847-5182-83e1-03a3991148a2 with identifier: LT15%20AZB
2026-03-28 11:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 340644f4-1847-5182-83e1-03a3991148a2 with identifier: LT15%20AZB to the API
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT15%20AZB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '340644f4-1847-5182-83e1-03a3991148a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT15 AZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT15%20AZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 70669,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0DXXGAKDFK39208',
 'year': 2015}
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520AZB%27 HTTP/1.1" 200 None
2026-03-28 11:29:37 [bca.uk] INFO: Saving data for LT15%20AZB: {'auction_closing_time': 1774778400.0, 'created_time': 1774610632.09954, 'last_price_update_time': 1774697377.668495}
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT15%2520AZB') HTTP/1.1" 204 0
2026-03-28 11:29:37 [bca.uk] INFO: Found listing with ID: BN61%20GUG
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520GUG%27 HTTP/1.1" 200 None
2026-03-28 11:29:37 [bca.uk] INFO: Scrape type for BN61%20GUG: 2
2026-03-28 11:29:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c77175c-5825-5569-b6b4-84d905eabb2a with identifier: BN61%20GUG
2026-03-28 11:29:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c77175c-5825-5569-b6b4-84d905eabb2a with scrape type 2
2026-03-28 11:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c77175c-5825-5569-b6b4-84d905eabb2a with scrape type 2
2026-03-28 11:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c77175c-5825-5569-b6b4-84d905eabb2a, identifier: BN61%20GUG
2026-03-28 11:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c77175c-5825-5569-b6b4-84d905eabb2a with identifier: BN61%20GUG
2026-03-28 11:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c77175c-5825-5569-b6b4-84d905eabb2a with identifier: BN61%20GUG
2026-03-28 11:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c77175c-5825-5569-b6b4-84d905eabb2a with identifier: BN61%20GUG to the API
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN61%20GUG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c77175c-5825-5569-b6b4-84d905eabb2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN61 GUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN61%20GUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 112022,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.2 D TAKUYA Hatchback',
 'transmission': 'manual',
 'trim': 'D TAKUYA',
 'vin': 'JMZGHA4B601479452',
 'year': 2011}
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520GUG%27 HTTP/1.1" 200 None
2026-03-28 11:29:38 [bca.uk] INFO: Saving data for BN61%20GUG: {'auction_closing_time': 1774778400.0, 'created_time': 1774610626.319659, 'last_price_update_time': 1774697378.194993}
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN61%2520GUG') HTTP/1.1" 204 0
2026-03-28 11:29:38 [bca.uk] INFO: Found listing with ID: LX63%20RHF
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520RHF%27 HTTP/1.1" 200 None
2026-03-28 11:29:38 [bca.uk] INFO: Scrape type for LX63%20RHF: 2
2026-03-28 11:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e84eb0-0312-593f-a164-f8b32a84304a with identifier: LX63%20RHF
2026-03-28 11:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e84eb0-0312-593f-a164-f8b32a84304a with scrape type 2
2026-03-28 11:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9e84eb0-0312-593f-a164-f8b32a84304a with scrape type 2
2026-03-28 11:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9e84eb0-0312-593f-a164-f8b32a84304a, identifier: LX63%20RHF
2026-03-28 11:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9e84eb0-0312-593f-a164-f8b32a84304a with identifier: LX63%20RHF
2026-03-28 11:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9e84eb0-0312-593f-a164-f8b32a84304a with identifier: LX63%20RHF
2026-03-28 11:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9e84eb0-0312-593f-a164-f8b32a84304a with identifier: LX63%20RHF to the API
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX63%20RHF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b9e84eb0-0312-593f-a164-f8b32a84304a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX63 RHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX63%20RHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 91485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 SRI',
 'vin': 'W0LPF6ED5E8006704',
 'year': 2013}
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520RHF%27 HTTP/1.1" 200 None
2026-03-28 11:29:38 [bca.uk] INFO: Saving data for LX63%20RHF: {'auction_closing_time': 1774778400.0, 'created_time': 1774610626.938757, 'last_price_update_time': 1774697378.617467}
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX63%2520RHF') HTTP/1.1" 204 0
2026-03-28 11:29:38 [bca.uk] INFO: Found listing with ID: NJ58%20PAO
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520PAO%27 HTTP/1.1" 200 None
2026-03-28 11:29:38 [bca.uk] INFO: Scrape type for NJ58%20PAO: 2
2026-03-28 11:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a01879ab-0344-57fe-86b2-12cbf088ba5e with identifier: NJ58%20PAO
2026-03-28 11:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a01879ab-0344-57fe-86b2-12cbf088ba5e with scrape type 2
2026-03-28 11:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a01879ab-0344-57fe-86b2-12cbf088ba5e with scrape type 2
2026-03-28 11:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a01879ab-0344-57fe-86b2-12cbf088ba5e, identifier: NJ58%20PAO
2026-03-28 11:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a01879ab-0344-57fe-86b2-12cbf088ba5e with identifier: NJ58%20PAO
2026-03-28 11:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a01879ab-0344-57fe-86b2-12cbf088ba5e with identifier: NJ58%20PAO
2026-03-28 11:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a01879ab-0344-57fe-86b2-12cbf088ba5e with identifier: NJ58%20PAO to the API
2026-03-28 11:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ58%20PAO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-29T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a01879ab-0344-57fe-86b2-12cbf088ba5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ58 PAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ58%20PAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.6 + Estate',
 'transmission': 'automatic',
 'trim': '+',
 'vin': 'WF0UXXGAJU8C55133',
 'year': 2008}
2026-03-28 11:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ58%2520PAO%27 HTTP/1.1" 200 None
2026-03-28 11:29:39 [bca.uk] INFO: Saving data for NJ58%20PAO: {'auction_closing_time': 1774778400.0, 'created_time': 1774610627.636803, 'last_price_update_time': 1774697379.69276}
2026-03-28 11:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ58%2520PAO') HTTP/1.1" 204 0
2026-03-28 11:29:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:29:43 [bca.uk] INFO: Total items found: 100
2026-03-28 11:29:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded
2026-03-28 11:29:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:29:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: FT65%20GKJ
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT65%2520GKJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for FT65%20GKJ: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: NJ09%20LWY
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ09%2520LWY%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for NJ09%20LWY: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: NV11%20NDX
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV11%2520NDX%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for NV11%20NDX: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: NX13%20HAA
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520HAA%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for NX13%20HAA: 2
2026-03-28 11:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA
2026-03-28 11:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e409c1e0-98e7-5338-96bb-783cf4e5225e with scrape type 2
2026-03-28 11:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e409c1e0-98e7-5338-96bb-783cf4e5225e with scrape type 2
2026-03-28 11:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e409c1e0-98e7-5338-96bb-783cf4e5225e, identifier: NX13%20HAA
2026-03-28 11:29:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA
2026-03-28 11:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e409c1e0-98e7-5338-96bb-783cf4e5225e with identifier: NX13%20HAA
2026-03-28 11:29:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e409c1e0-98e7-5338-96bb-783cf4e5225e with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX13%20HAA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e409c1e0-98e7-5338-96bb-783cf4e5225e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX13 HAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX13%20HAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 50837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD B-MAX 1.0 E/B 100 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0KXXERJKDU44196',
 'year': 2013}
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520HAA%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Saving data for NX13%20HAA: {'auction_closing_time': 1774692000.0, 'created_time': 1774044263.942933, 'last_price_update_time': 1774697383.557173}
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX13%2520HAA') HTTP/1.1" 204 0
2026-03-28 11:29:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: NX13%20YBP
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520YBP%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for NX13%20YBP: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: OV13%20WNT
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV13%2520WNT%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for OV13%20WNT: 2
2026-03-28 11:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT
2026-03-28 11:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bbe74d-8f2c-5e14-ab66-3353e3097828 with scrape type 2
2026-03-28 11:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bbe74d-8f2c-5e14-ab66-3353e3097828 with scrape type 2
2026-03-28 11:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2bbe74d-8f2c-5e14-ab66-3353e3097828, identifier: OV13%20WNT
2026-03-28 11:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT
2026-03-28 11:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with identifier: OV13%20WNT
2026-03-28 11:29:43 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d2bbe74d-8f2c-5e14-ab66-3353e3097828 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV13%20WNT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2bbe74d-8f2c-5e14-ab66-3353e3097828',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV13 WNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV13%20WNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 71018,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Estate',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0LXXGCBLDR78734',
 'year': 2013}
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV13%2520WNT%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Saving data for OV13%20WNT: {'auction_closing_time': 1774692000.0, 'created_time': 1773930537.755893, 'last_price_update_time': 1774697383.722122}
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV13%2520WNT') HTTP/1.1" 204 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: YF63%20ANV
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520ANV%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for YF63%20ANV: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: YK15%20CTB
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK15%2520CTB%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for YK15%20CTB: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: YK16%20OBV
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OBV%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for YK16%20OBV: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: WO66%20EVT
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520EVT%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for WO66%20EVT: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: MF60%20JYR
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF60%2520JYR%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for MF60%20JYR: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: YG62%20DNJ
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG62%2520DNJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for YG62%20DNJ: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: FG10%20FPF
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520FPF%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for FG10%20FPF: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: OW19%20OPD
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW19%2520OPD%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for OW19%20OPD: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: FH66%20AEX
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH66%2520AEX%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for FH66%20AEX: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: GF14%20PLN
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF14%2520PLN%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for GF14%20PLN: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: KU58%20EZM
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU58%2520EZM%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for KU58%20EZM: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: KV12%20WZK
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV12%2520WZK%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for KV12%20WZK: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: NG17%20OCY
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OCY%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for NG17%20OCY: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: SG14%20FMC
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG14%2520FMC%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for SG14%20FMC: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: YC13%20EBV
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC13%2520EBV%27 HTTP/1.1" 200 None
2026-03-28 11:29:43 [bca.uk] INFO: Scrape type for YC13%20EBV: 0
2026-03-28 11:29:43 [bca.uk] INFO: Found listing with ID: YH11%20WZW
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520WZW%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for YH11%20WZW: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: YP12%20HGG
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520HGG%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for YP12%20HGG: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: YX10%20UNJ
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520UNJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for YX10%20UNJ: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: MT14%20XXB
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520XXB%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for MT14%20XXB: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: RE17%20GLK
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520GLK%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for RE17%20GLK: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: SA18%20GRY
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520GRY%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for SA18%20GRY: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: SK19%20WDZ
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK19%2520WDZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for SK19%20WDZ: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: SM17%20EBA
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM17%2520EBA%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for SM17%20EBA: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: WK16%20BGY
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK16%2520BGY%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for WK16%20BGY: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: CN64%20RHV
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN64%2520RHV%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for CN64%20RHV: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: DE16%20ETK
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE16%2520ETK%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for DE16%20ETK: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: EN17%20AWR
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520AWR%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for EN17%20AWR: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: EX17%20URM
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520URM%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for EX17%20URM: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: FX68%20VNB
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520VNB%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for FX68%20VNB: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: GP16%20OCE
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP16%2520OCE%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for GP16%20OCE: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: KF16%20XDS
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520XDS%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for KF16%20XDS: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: LD18%20RXF
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520RXF%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for LD18%20RXF: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: LR15%20USX
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520USX%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for LR15%20USX: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: LY66%20VFN
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520VFN%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for LY66%20VFN: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: EF08%20FYW
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF08%2520FYW%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for EF08%20FYW: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: EY15%20MPX
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520MPX%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for EY15%20MPX: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: LT17%20VNE
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520VNE%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for LT17%20VNE: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: CF69%20JKU
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520JKU%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for CF69%20JKU: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: YH10%20OGJ
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH10%2520OGJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for YH10%20OGJ: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: WN73%20EZA
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520EZA%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for WN73%20EZA: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: WP72%20SZW
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520SZW%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for WP72%20SZW: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: HN72%20LWJ
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LWJ%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for HN72%20LWJ: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: DE13%20XXF
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE13%2520XXF%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for DE13%20XXF: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: EK10%20YWF
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK10%2520YWF%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for EK10%20YWF: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: WN15%20KDV
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN15%2520KDV%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for WN15%20KDV: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: YH59%20LDD
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520LDD%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for YH59%20LDD: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: SA13%20ZNX
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520ZNX%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for SA13%20ZNX: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: GN17%20OSO
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN17%2520OSO%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for GN17%20OSO: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: MX14%20YZP
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX14%2520YZP%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for MX14%20YZP: 2
2026-03-28 11:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP
2026-03-28 11:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e49bd57-288b-5c6c-b056-22bd62da7c60 with scrape type 2
2026-03-28 11:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e49bd57-288b-5c6c-b056-22bd62da7c60 with scrape type 2
2026-03-28 11:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e49bd57-288b-5c6c-b056-22bd62da7c60, identifier: MX14%20YZP
2026-03-28 11:29:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP
2026-03-28 11:29:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with identifier: MX14%20YZP
2026-03-28 11:29:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3e49bd57-288b-5c6c-b056-22bd62da7c60 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX14%20YZP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e49bd57-288b-5c6c-b056-22bd62da7c60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX14 YZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX14%20YZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 121403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDES69982',
 'year': 2014}
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX14%2520YZP%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Saving data for MX14%20YZP: {'auction_closing_time': 1774692000.0, 'created_time': 1773930899.173447, 'last_price_update_time': 1774697384.766484}
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX14%2520YZP') HTTP/1.1" 204 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: NK63%20VCZ
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520VCZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for NK63%20VCZ: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: OE05%20JYN
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE05%2520JYN%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for OE05%20JYN: 0
2026-03-28 11:29:44 [bca.uk] INFO: Found listing with ID: PX16%20OFH
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520OFH%27 HTTP/1.1" 200 None
2026-03-28 11:29:44 [bca.uk] INFO: Scrape type for PX16%20OFH: 2
2026-03-28 11:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH
2026-03-28 11:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90b98f12-50cc-5ada-a859-04496d549dc4 with scrape type 2
2026-03-28 11:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90b98f12-50cc-5ada-a859-04496d549dc4 with scrape type 2
2026-03-28 11:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90b98f12-50cc-5ada-a859-04496d549dc4, identifier: PX16%20OFH
2026-03-28 11:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH
2026-03-28 11:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90b98f12-50cc-5ada-a859-04496d549dc4 with identifier: PX16%20OFH
2026-03-28 11:29:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 90b98f12-50cc-5ada-a859-04496d549dc4 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX16%20OFH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90b98f12-50cc-5ada-a859-04496d549dc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX16 OFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX16%20OFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SSANGYONG',
 'model': 'TIVOLI',
 'odometer': 133514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SSANGYONG TIVOLI 1.6 115 SE 2WD Hatchback',
 'transmission': 'manual',
 'trim': '115 SE 2WD',
 'vin': 'KPT30A1USFP027786',
 'year': 2016}
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520OFH%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Saving data for PX16%20OFH: {'auction_closing_time': 1774692000.0, 'created_time': 1773930861.153263, 'last_price_update_time': 1774697385.031429}
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX16%2520OFH') HTTP/1.1" 204 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SH10%20NTU
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH10%2520NTU%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SH10%20NTU: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: YD12%20LVG
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD12%2520LVG%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for YD12%20LVG: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: YR63%20JXD
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR63%2520JXD%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for YR63%20JXD: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: YS63%20LNZ
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS63%2520LNZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for YS63%20LNZ: 2
2026-03-28 11:29:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ
2026-03-28 11:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9afbb010-a4a0-5535-871a-f4b2191476b7 with scrape type 2
2026-03-28 11:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9afbb010-a4a0-5535-871a-f4b2191476b7 with scrape type 2
2026-03-28 11:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9afbb010-a4a0-5535-871a-f4b2191476b7, identifier: YS63%20LNZ
2026-03-28 11:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ
2026-03-28 11:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9afbb010-a4a0-5535-871a-f4b2191476b7 with identifier: YS63%20LNZ
2026-03-28 11:29:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9afbb010-a4a0-5535-871a-f4b2191476b7 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS63%20LNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9afbb010-a4a0-5535-871a-f4b2191476b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS63 LNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS63%20LNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'JETTA',
 'odometer': 143587,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN JETTA 1.6 TDI CR 105 BMT SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI CR 105 BMT SE',
 'vin': 'WVWZZZ16ZEM020489',
 'year': 2013}
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS63%2520LNZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Saving data for YS63%20LNZ: {'auction_closing_time': 1774692000.0, 'created_time': 1774418804.210187, 'last_price_update_time': 1774697385.235331}
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS63%2520LNZ') HTTP/1.1" 204 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: CE61%20YGC
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE61%2520YGC%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for CE61%20YGC: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: KN14%20HWW
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN14%2520HWW%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for KN14%20HWW: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: LB59%20VEW
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520VEW%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for LB59%20VEW: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: MA60%20UTM
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA60%2520UTM%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for MA60%20UTM: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: MW15%20KYV
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520KYV%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for MW15%20KYV: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: WG23%20NVR
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG23%2520NVR%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for WG23%20NVR: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: MF63%20MEU
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520MEU%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for MF63%20MEU: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: MT13%20OPA
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT13%2520OPA%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for MT13%20OPA: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: RAZ%209364
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RAZ%25209364%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for RAZ%209364: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: UNZ%207579
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UNZ%25207579%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for UNZ%207579: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: EP68%20BKX
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520BKX%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for EP68%20BKX: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: ST15%20RNA
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520RNA%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for ST15%20RNA: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: CK67%20KOE
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520KOE%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for CK67%20KOE: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: PK66%20HDN
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520HDN%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for PK66%20HDN: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: KW17%20VFU
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VFU%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for KW17%20VFU: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SB64%20SGO
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520SGO%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SB64%20SGO: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SN69%20MMO
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN69%2520MMO%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SN69%20MMO: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: EJ70%20WCG
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520WCG%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for EJ70%20WCG: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SA15%20GVV
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520GVV%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SA15%20GVV: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: AJ10%20BZU
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520BZU%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for AJ10%20BZU: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: CE13%20KHF
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE13%2520KHF%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for CE13%20KHF: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: EA64%20HLU
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520HLU%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for EA64%20HLU: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: EY65%20OLT
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520OLT%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for EY65%20OLT: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: GC69%20AWZ
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC69%2520AWZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for GC69%20AWZ: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: GD20%20FSE
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520FSE%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for GD20%20FSE: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: GD24%20CWC
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD24%2520CWC%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for GD24%20CWC: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: GL20%20XBW
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520XBW%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for GL20%20XBW: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: GM17%20FYZ
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM17%2520FYZ%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for GM17%20FYZ: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: LA17%20EUB
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520EUB%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for LA17%20EUB: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: LC19%20LKD
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LKD%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for LC19%20LKD: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: LG62%20ESF
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520ESF%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for LG62%20ESF: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: LX56%20ZZF
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX56%2520ZZF%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for LX56%20ZZF: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SE16%20ZZS
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520ZZS%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SE16%20ZZS: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SH68%20UYO
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UYO%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SH68%20UYO: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: SK17%20PVL
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520PVL%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for SK17%20PVL: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: WP14%20FTY
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520FTY%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for WP14%20FTY: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: LX64%20WGD
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX64%2520WGD%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for LX64%20WGD: 0
2026-03-28 11:29:45 [bca.uk] INFO: Found listing with ID: NJ14%20XCP
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520XCP%27 HTTP/1.1" 200 None
2026-03-28 11:29:45 [bca.uk] INFO: Scrape type for NJ14%20XCP: 0
2026-03-28 11:30:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:06 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded
2026-03-28 11:30:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:06 [bca.uk] INFO: Found listing with ID: AV18%20LWX
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520LWX%27 HTTP/1.1" 200 None
2026-03-28 11:30:06 [bca.uk] INFO: Scrape type for AV18%20LWX: 0
2026-03-28 11:30:06 [bca.uk] INFO: Found listing with ID: BD74%20NYM
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520NYM%27 HTTP/1.1" 200 None
2026-03-28 11:30:06 [bca.uk] INFO: Scrape type for BD74%20NYM: 2
2026-03-28 11:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM
2026-03-28 11:30:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77573687-7945-5353-bef3-06abe2033ca4 with scrape type 2
2026-03-28 11:30:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77573687-7945-5353-bef3-06abe2033ca4 with scrape type 2
2026-03-28 11:30:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77573687-7945-5353-bef3-06abe2033ca4, identifier: BD74%20NYM
2026-03-28 11:30:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM
2026-03-28 11:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM
2026-03-28 11:30:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77573687-7945-5353-bef3-06abe2033ca4 with identifier: BD74%20NYM to the API
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD74%20NYM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '77573687-7945-5353-bef3-06abe2033ca4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BD74 NYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD74%20NYM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 6848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 115KW 48KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 48KWH ADVANCE',
 'vin': 'TMAH881B2SJ044089',
 'year': 2024}
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520NYM%27 HTTP/1.1" 200 None
2026-03-28 11:30:06 [bca.uk] INFO: Saving data for BD74%20NYM: {'auction_closing_time': 1774854000.0, 'created_time': 1773832203.68239, 'last_price_update_time': 1774697406.585259}
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD74%2520NYM') HTTP/1.1" 204 0
2026-03-28 11:30:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:06 [bca.uk] INFO: Found listing with ID: BD74%20VSJ
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520VSJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:06 [bca.uk] INFO: Scrape type for BD74%20VSJ: 0
2026-03-28 11:30:06 [bca.uk] INFO: Found listing with ID: BJ23%20GVG
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520GVG%27 HTTP/1.1" 200 None
2026-03-28 11:30:06 [bca.uk] INFO: Scrape type for BJ23%20GVG: 0
2026-03-28 11:30:06 [bca.uk] INFO: Found listing with ID: BK23%20YOR
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520YOR%27 HTTP/1.1" 200 None
2026-03-28 11:30:06 [bca.uk] INFO: Scrape type for BK23%20YOR: 2
2026-03-28 11:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f50941e-8b69-502f-95b3-53a2643a1029 with identifier: BK23%20YOR
2026-03-28 11:30:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f50941e-8b69-502f-95b3-53a2643a1029 with scrape type 2
2026-03-28 11:30:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f50941e-8b69-502f-95b3-53a2643a1029 with scrape type 2
2026-03-28 11:30:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f50941e-8b69-502f-95b3-53a2643a1029, identifier: BK23%20YOR
2026-03-28 11:30:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f50941e-8b69-502f-95b3-53a2643a1029 with identifier: BK23%20YOR
2026-03-28 11:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f50941e-8b69-502f-95b3-53a2643a1029 with identifier: BK23%20YOR
2026-03-28 11:30:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f50941e-8b69-502f-95b3-53a2643a1029 with identifier: BK23%20YOR to the API
2026-03-28 11:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20YOR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0f50941e-8b69-502f-95b3-53a2643a1029',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 YOR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20YOR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 30126,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD AUTOBIOGRAPHY',
 'vin': 'SALZA2AT3PH216096',
 'year': 2023}
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520YOR%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Saving data for BK23%20YOR: {'auction_closing_time': 1774854000.0, 'created_time': 1773830923.519803, 'last_price_update_time': 1774697407.169123}
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520YOR') HTTP/1.1" 204 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: CA25%20NHF
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA25%2520NHF%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for CA25%20NHF: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: DY72%20UVJ
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520UVJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for DY72%20UVJ: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: GJ23%20UJH
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520UJH%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for GJ23%20UJH: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: KJZ138755
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJZ138755%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for KJZ138755: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: KP72%20VOB
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520VOB%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for KP72%20VOB: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: LB75%20FLK
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB75%2520FLK%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for LB75%20FLK: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: LR22%20HKZ
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HKZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for LR22%20HKZ: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: MA23%20LRJ
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520LRJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for MA23%20LRJ: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: MH72%20CVX
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CVX%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for MH72%20CVX: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: OE74%20XRC
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520XRC%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for OE74%20XRC: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: RO71%20HTK
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO71%2520HTK%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for RO71%20HTK: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: WU22%20KWX
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KWX%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for WU22%20KWX: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: DU72%20EYA
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520EYA%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for DU72%20EYA: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: FE68%20XBZ
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520XBZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for FE68%20XBZ: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: LD70%20NXS
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD70%2520NXS%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for LD70%20NXS: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: DY11%20RHX
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520RHX%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for DY11%20RHX: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: DL11%20UXM
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL11%2520UXM%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for DL11%20UXM: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: LF71%20UOD
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF71%2520UOD%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for LF71%20UOD: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: FA18%20BWP
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA18%2520BWP%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for FA18%20BWP: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: FD69%20RTU
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520RTU%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for FD69%20RTU: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: RF61%20EUB
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF61%2520EUB%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for RF61%20EUB: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: FT72%20LFY
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520LFY%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for FT72%20LFY: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: RK68%20YKB
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520YKB%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for RK68%20YKB: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: PE15%20OPA
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE15%2520OPA%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for PE15%20OPA: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: X428%20KTG
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X428%2520KTG%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for X428%20KTG: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: CX18%20YCD
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520YCD%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for CX18%20YCD: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: FG61%20XOE
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG61%2520XOE%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for FG61%20XOE: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: WG14%20VJP
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520VJP%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for WG14%20VJP: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: BP19%20UYK
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520UYK%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for BP19%20UYK: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: YE18%20FEP
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE18%2520FEP%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for YE18%20FEP: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: YR72%20KNE
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520KNE%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for YR72%20KNE: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: FG72%20WUA
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520WUA%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for FG72%20WUA: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: OW70%20CZT
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW70%2520CZT%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for OW70%20CZT: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: RO64%20ZPC
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO64%2520ZPC%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for RO64%20ZPC: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: KX18%20YJZ
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520YJZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for KX18%20YJZ: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: BF18%20GZO
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520GZO%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for BF18%20GZO: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: LD22%20YZJ
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520YZJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for LD22%20YZJ: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: DA72%20AVU
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for DA72%20AVU: 0
2026-03-28 11:30:07 [bca.uk] INFO: Found listing with ID: HV22%20ODE
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ODE%27 HTTP/1.1" 200 None
2026-03-28 11:30:07 [bca.uk] INFO: Scrape type for HV22%20ODE: 2
2026-03-28 11:30:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE
2026-03-28 11:30:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15805c16-9db8-5c14-be99-a6209a656f6c with scrape type 2
2026-03-28 11:30:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15805c16-9db8-5c14-be99-a6209a656f6c with scrape type 2
2026-03-28 11:30:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15805c16-9db8-5c14-be99-a6209a656f6c, identifier: HV22%20ODE
2026-03-28 11:30:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE
2026-03-28 11:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE
2026-03-28 11:30:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15805c16-9db8-5c14-be99-a6209a656f6c with identifier: HV22%20ODE to the API
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20ODE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15805c16-9db8-5c14-be99-a6209a656f6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 ODE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20ODE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'BMW',
 'model': 'X7',
 'odometer': 39785,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 44000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X7 3.0 MHT XDRIVE 40D STEP StationWagon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE 40D STEP',
 'vin': 'WBATB420209L19453',
 'year': 2022}
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ODE%27 HTTP/1.1" 200 None
2026-03-28 11:30:08 [bca.uk] INFO: Saving data for HV22%20ODE: {'auction_closing_time': 1774854000.0, 'created_time': 1773931053.921215, 'last_price_update_time': 1774697408.882287}
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520ODE') HTTP/1.1" 204 0
2026-03-28 11:30:08 [bca.uk] INFO: Found listing with ID: RV70%20XUT
2026-03-28 11:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for RV70%20XUT: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: MD65%20OHR
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD65%2520OHR%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for MD65%20OHR: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: LN70%20JXB
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN70%2520JXB%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for LN70%20JXB: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: SK05%20OSV
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK05%2520OSV%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for SK05%20OSV: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: BJ67%20LXG
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520LXG%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for BJ67%20LXG: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: AO24%20XBC
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO24%2520XBC%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for AO24%20XBC: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: LF66%20DWV
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520DWV%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for LF66%20DWV: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: EK15%20WTJ
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520WTJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for EK15%20WTJ: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: EP18%20JYO
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP18%2520JYO%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for EP18%20JYO: 2
2026-03-28 11:30:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO
2026-03-28 11:30:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5038475e-5a06-5313-b922-0e2a0947ea23 with scrape type 2
2026-03-28 11:30:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5038475e-5a06-5313-b922-0e2a0947ea23 with scrape type 2
2026-03-28 11:30:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5038475e-5a06-5313-b922-0e2a0947ea23, identifier: EP18%20JYO
2026-03-28 11:30:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO
2026-03-28 11:30:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO
2026-03-28 11:30:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5038475e-5a06-5313-b922-0e2a0947ea23 with identifier: EP18%20JYO to the API
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EP18%20JYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5038475e-5a06-5313-b922-0e2a0947ea23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EP18 JYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EP18%20JYO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 61887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20500,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 AUTOBIOGRAPHY DYNAMIC '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AK1JA811331',
 'year': 2018}
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP18%2520JYO%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Saving data for EP18%20JYO: {'auction_closing_time': 1774854000.0, 'created_time': 1773829707.519219, 'last_price_update_time': 1774697409.527302}
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EP18%2520JYO') HTTP/1.1" 204 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: GN20%20XGG
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520XGG%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for GN20%20XGG: 0
2026-03-28 11:30:09 [bca.uk] INFO: Found listing with ID: LP72%20OEY
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520OEY%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Scrape type for LP72%20OEY: 2
2026-03-28 11:30:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY
2026-03-28 11:30:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with scrape type 2
2026-03-28 11:30:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with scrape type 2
2026-03-28 11:30:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd, identifier: LP72%20OEY
2026-03-28 11:30:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY
2026-03-28 11:30:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY
2026-03-28 11:30:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64e3ae68-7aaf-5257-8f7b-4618d251d6fd with identifier: LP72%20OEY to the API
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20OEY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '64e3ae68-7aaf-5257-8f7b-4618d251d6fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 OEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20OEY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 18528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH ACENTA',
 'vin': 'SJNFAAZE1U0178896',
 'year': 2022}
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520OEY%27 HTTP/1.1" 200 None
2026-03-28 11:30:09 [bca.uk] INFO: Saving data for LP72%20OEY: {'auction_closing_time': 1774854000.0, 'created_time': 1773843898.346465, 'last_price_update_time': 1774697409.944897}
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520OEY') HTTP/1.1" 204 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SE19%20OWB
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SE19%20OWB: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SJ71%20CJE
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ71%2520CJE%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SJ71%20CJE: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SV68%20ZRK
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520ZRK%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SV68%20ZRK: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: VX69%20PYB
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520PYB%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for VX69%20PYB: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: WU71%20CXX
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU71%2520CXX%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for WU71%20CXX: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: YL73%20DFD
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520DFD%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for YL73%20DFD: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: YR69%20HRJ
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520HRJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for YR69%20HRJ: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: CN73%20ZKY
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN73%2520ZKY%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for CN73%20ZKY: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: DV25%20OFM
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFM%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for DV25%20OFM: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: LA72%20VHB
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520VHB%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for LA72%20VHB: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: LM25%20YGK
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM25%2520YGK%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for LM25%20YGK: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: LO74%20VLW
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520VLW%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for LO74%20VLW: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: LO75%20HSD
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520HSD%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for LO75%20HSD: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: MC72%20VNB
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC72%2520VNB%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for MC72%20VNB: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: NJ71%20VML
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ71%2520VML%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for NJ71%20VML: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: PK23%20AUA
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520AUA%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for PK23%20AUA: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: RF23%20YVP
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF23%2520YVP%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for RF23%20YVP: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: RF25%20XKY
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for RF25%20XKY: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SH71%20NVE
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520NVE%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SH71%20NVE: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: DX17%20NVL
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX17%2520NVL%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for DX17%20NVL: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: FD15%20FKB
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD15%2520FKB%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for FD15%20FKB: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: GK16%20EPE
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520EPE%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for GK16%20EPE: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SF68%20ZZH
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF68%2520ZZH%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SF68%20ZZH: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: AV67%20YOM
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV67%2520YOM%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for AV67%20YOM: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: CV15%20WKS
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520WKS%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for CV15%20WKS: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: BJ65%20VXC
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520VXC%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for BJ65%20VXC: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: AK12%20UEF
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK12%2520UEF%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for AK12%20UEF: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: LX66%20KVO
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX66%2520KVO%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for LX66%20KVO: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: EA64%20EGV
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520EGV%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for EA64%20EGV: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: EK13%20LCY
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK13%2520LCY%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for EK13%20LCY: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: HK69%20RSZ
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520RSZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for HK69%20RSZ: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: YT64%20TZR
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520TZR%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for YT64%20TZR: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SM63%20CYG
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520CYG%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SM63%20CYG: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: VN60%20CDO
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN60%2520CDO%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for VN60%20CDO: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: WO17%20PHN
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO17%2520PHN%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for WO17%20PHN: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: OE14%20ETU
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520ETU%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for OE14%20ETU: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: FE19%20XGH
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE19%2520XGH%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for FE19%20XGH: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: DF13%20OAN
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF13%2520OAN%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for DF13%20OAN: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: DS09%20KHK
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS09%2520KHK%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for DS09%20KHK: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: SA62%20FAO
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA62%2520FAO%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for SA62%20FAO: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: WF13%20MVC
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for WF13%20MVC: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: DN53%20SEO
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN53%2520SEO%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for DN53%20SEO: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: FV09%20YKA
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV09%2520YKA%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for FV09%20YKA: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: GJ57%20ZTN
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ57%2520ZTN%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for GJ57%20ZTN: 0
2026-03-28 11:30:10 [bca.uk] INFO: Found listing with ID: YB10%20OPT
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520OPT%27 HTTP/1.1" 200 None
2026-03-28 11:30:10 [bca.uk] INFO: Scrape type for YB10%20OPT: 0
2026-03-28 11:30:10 [scrapy.extensions.logstats] INFO: Crawled 278 pages (at 4 pages/min), scraped 1479 items (at 56 items/min)
2026-03-28 11:30:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:30:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:13 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded
2026-03-28 11:30:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: YB61%20HZA
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB61%2520HZA%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for YB61%20HZA: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: YC67%20VXU
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520VXU%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for YC67%20VXU: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: YK21%20DGC
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520DGC%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for YK21%20DGC: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: YR13%20ZXN
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520ZXN%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for YR13%20ZXN: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: YR60%20VCC
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520VCC%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for YR60%20VCC: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: AE63%20JKV
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520JKV%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for AE63%20JKV: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: AK60%20YLS
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520YLS%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for AK60%20YLS: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: AP12%20BPK
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP12%2520BPK%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for AP12%20BPK: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: DU12%20FLJ
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU12%2520FLJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for DU12%20FLJ: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: DY09%20LXU
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY09%2520LXU%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for DY09%20LXU: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: FH08%20ABU
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH08%2520ABU%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for FH08%20ABU: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: FL07%20AWZ
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL07%2520AWZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for FL07%20AWZ: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: FL13%20VTD
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL13%2520VTD%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for FL13%20VTD: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: FL14%20OFC
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520OFC%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for FL14%20OFC: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: FX59%20XLS
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX59%2520XLS%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for FX59%20XLS: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: KX09%20PFF
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX09%2520PFF%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for KX09%20PFF: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: LB62%20YMA
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB62%2520YMA%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for LB62%20YMA: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: LC13%20HLD
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520HLD%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for LC13%20HLD: 2
2026-03-28 11:30:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD
2026-03-28 11:30:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1727282-865a-5caa-be3a-13bf06b2f2e4 with scrape type 2
2026-03-28 11:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1727282-865a-5caa-be3a-13bf06b2f2e4 with scrape type 2
2026-03-28 11:30:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1727282-865a-5caa-be3a-13bf06b2f2e4, identifier: LC13%20HLD
2026-03-28 11:30:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD
2026-03-28 11:30:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1727282-865a-5caa-be3a-13bf06b2f2e4 with identifier: LC13%20HLD
2026-03-28 11:30:13 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c1727282-865a-5caa-be3a-13bf06b2f2e4 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC13%20HLD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1727282-865a-5caa-be3a-13bf06b2f2e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC13 HLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC13%20HLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 88123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 CRDI 126 E/D 3 Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 126 E/D 3',
 'vin': 'U5YHN516LDL080405',
 'year': 2013}
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC13%2520HLD%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Saving data for LC13%20HLD: {'auction_closing_time': 1774692000.0, 'created_time': 1773930558.854502, 'last_price_update_time': 1774697413.614868}
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC13%2520HLD') HTTP/1.1" 204 0
2026-03-28 11:30:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: LL58%20OPB
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520OPB%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for LL58%20OPB: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: LM66%20JXS
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520JXS%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for LM66%20JXS: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: MA14%20BGU
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA14%2520BGU%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for MA14%20BGU: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: ML62%20WCR
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML62%2520WCR%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for ML62%20WCR: 2
2026-03-28 11:30:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR
2026-03-28 11:30:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with scrape type 2
2026-03-28 11:30:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with scrape type 2
2026-03-28 11:30:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01, identifier: ML62%20WCR
2026-03-28 11:30:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR
2026-03-28 11:30:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with identifier: ML62%20WCR
2026-03-28 11:30:13 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7dda6e7e-dd2d-5095-94e0-55c90bc0fb01 with expiration date: 2026-03-28T10:00:00Z
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML62%20WCR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-28T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7dda6e7e-dd2d-5095-94e0-55c90bc0fb01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML62 WCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML62%20WCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 124601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32060WL76647',
 'year': 2012}
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML62%2520WCR%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Saving data for ML62%20WCR: {'auction_closing_time': 1774692000.0, 'created_time': 1774044246.3527, 'last_price_update_time': 1774697413.899444}
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML62%2520WCR') HTTP/1.1" 204 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: MV12%20RXP
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520RXP%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for MV12%20RXP: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: NL64%20BCZ
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520BCZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for NL64%20BCZ: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: NU65%20OJO
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520OJO%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for NU65%20OJO: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: PK10%20NKU
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK10%2520NKU%27 HTTP/1.1" 200 None
2026-03-28 11:30:13 [bca.uk] INFO: Scrape type for PK10%20NKU: 0
2026-03-28 11:30:13 [bca.uk] INFO: Found listing with ID: PN13%20GNY
2026-03-28 11:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN13%2520GNY%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for PN13%20GNY: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: PO61%20YVU
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO61%2520YVU%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for PO61%20YVU: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: ST11%20RXA
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST11%2520RXA%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for ST11%20RXA: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: WV10%20WEF
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV10%2520WEF%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for WV10%20WEF: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: LX59%20ZNG
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX59%2520ZNG%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for LX59%20ZNG: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: LX65%20OZT
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX65%2520OZT%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for LX65%20OZT: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: MK10%20EUW
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520EUW%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for MK10%20EUW: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: NX63%20FVZ
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520FVZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for NX63%20FVZ: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: SL63%20HWN
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520HWN%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for SL63%20HWN: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: WG14%20FZH
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520FZH%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for WG14%20FZH: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: YC11%20UGU
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520UGU%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for YC11%20UGU: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: YD15%20XKJ
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520XKJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for YD15%20XKJ: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: AF61%20ZZB
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF61%2520ZZB%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for AF61%20ZZB: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: AF64%20JYY
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520JYY%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for AF64%20JYY: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: BN65%20ULK
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520ULK%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for BN65%20ULK: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: DG12%20DPU
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG12%2520DPU%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for DG12%20DPU: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: DU06%20VOY
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU06%2520VOY%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for DU06%20VOY: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: EF11%20ZNN
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520ZNN%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for EF11%20ZNN: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: EF56%20WKX
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF56%2520WKX%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for EF56%20WKX: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: FN11%20KXT
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520KXT%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for FN11%20KXT: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: GK14%20OBS
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK14%2520OBS%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for GK14%20OBS: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: GY67%20WLN
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520WLN%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for GY67%20WLN: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: HN10%20HGD
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN10%2520HGD%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for HN10%20HGD: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: LF16%20XZB
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520XZB%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for LF16%20XZB: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: LO13%20NCD
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO13%2520NCD%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for LO13%20NCD: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: LR62%20HPF
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520HPF%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for LR62%20HPF: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: MA11%20HRE
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA11%2520HRE%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for MA11%20HRE: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: MJ58%20YSP
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ58%2520YSP%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for MJ58%20YSP: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: RO12%20UVT
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO12%2520UVT%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for RO12%20UVT: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: S888%20RUB
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S888%2520RUB%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for S888%20RUB: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: SD58%20UUA
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD58%2520UUA%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for SD58%20UUA: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: SK61%20HNP
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK61%2520HNP%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for SK61%20HNP: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: YR57%20UJU
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR57%2520UJU%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for YR57%20UJU: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: YR64%20YBB
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR64%2520YBB%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for YR64%20YBB: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: FX67%20PWY
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX67%2520PWY%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for FX67%20PWY: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: GN60%20DYJ
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN60%2520DYJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for GN60%20DYJ: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: GV54%20EJA
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV54%2520EJA%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for GV54%20EJA: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: HN13%20WYH
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN13%2520WYH%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for HN13%20WYH: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: LA13%20SHJ
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA13%2520SHJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for LA13%20SHJ: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: RV61%20DBY
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV61%2520DBY%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for RV61%20DBY: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: VE13%20VNP
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE13%2520VNP%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for VE13%20VNP: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: WR08%20KVG
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR08%2520KVG%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for WR08%20KVG: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: SK16%20ONJ
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520ONJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for SK16%20ONJ: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: AJ72%20FSF
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520FSF%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for AJ72%20FSF: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: EJ73%20XPO
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520XPO%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for EJ73%20XPO: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: MA21%20SVN
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520SVN%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for MA21%20SVN: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: DF69%20LPC
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for DF69%20LPC: 0
2026-03-28 11:30:14 [bca.uk] INFO: Found listing with ID: GJ63%20AWU
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ63%2520AWU%27 HTTP/1.1" 200 None
2026-03-28 11:30:14 [bca.uk] INFO: Scrape type for GJ63%20AWU: 2
2026-03-28 11:30:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU
2026-03-28 11:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b03ad52-f643-513c-98eb-e598630fc243 with scrape type 2
2026-03-28 11:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b03ad52-f643-513c-98eb-e598630fc243 with scrape type 2
2026-03-28 11:30:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b03ad52-f643-513c-98eb-e598630fc243, identifier: GJ63%20AWU
2026-03-28 11:30:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU
2026-03-28 11:30:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU
2026-03-28 11:30:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b03ad52-f643-513c-98eb-e598630fc243 with identifier: GJ63%20AWU to the API
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ63%20AWU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b03ad52-f643-513c-98eb-e598630fc243',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ63 AWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ63%20AWU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 92472,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5700,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A3 1.8 TFSI 180 QUATTRO S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8V1EA049370',
 'year': 2013}
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ63%2520AWU%27 HTTP/1.1" 200 None
2026-03-28 11:30:15 [bca.uk] INFO: Saving data for GJ63%20AWU: {'auction_closing_time': 1775113200.0, 'created_time': 1774045265.360833, 'last_price_update_time': 1774697415.558803}
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ63%2520AWU') HTTP/1.1" 204 0
2026-03-28 11:30:15 [bca.uk] INFO: Found listing with ID: KY66%20GYH
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY66%2520GYH%27 HTTP/1.1" 200 None
2026-03-28 11:30:15 [bca.uk] INFO: Scrape type for KY66%20GYH: 0
2026-03-28 11:30:15 [bca.uk] INFO: Found listing with ID: NG69%20FHT
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520FHT%27 HTTP/1.1" 200 None
2026-03-28 11:30:15 [bca.uk] INFO: Scrape type for NG69%20FHT: 0
2026-03-28 11:30:15 [bca.uk] INFO: Found listing with ID: NU23%20KHB
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KHB%27 HTTP/1.1" 200 None
2026-03-28 11:30:15 [bca.uk] INFO: Scrape type for NU23%20KHB: 0
2026-03-28 11:30:15 [bca.uk] INFO: Found listing with ID: OU17%20YZR
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520YZR%27 HTTP/1.1" 200 None
2026-03-28 11:30:15 [bca.uk] INFO: Scrape type for OU17%20YZR: 0
2026-03-28 11:30:15 [bca.uk] INFO: Found listing with ID: YR13%20XDZ
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520XDZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:15 [bca.uk] INFO: Scrape type for YR13%20XDZ: 2
2026-03-28 11:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ
2026-03-28 11:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62cc9ad7-3b35-5503-9e90-8a735156c423 with scrape type 2
2026-03-28 11:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62cc9ad7-3b35-5503-9e90-8a735156c423 with scrape type 2
2026-03-28 11:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62cc9ad7-3b35-5503-9e90-8a735156c423, identifier: YR13%20XDZ
2026-03-28 11:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ
2026-03-28 11:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ
2026-03-28 11:30:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62cc9ad7-3b35-5503-9e90-8a735156c423 with identifier: YR13%20XDZ to the API
2026-03-28 11:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR13%20XDZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62cc9ad7-3b35-5503-9e90-8a735156c423',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR13 XDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR13%20XDZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 41483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2500,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.4 VVT 87 SLAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 87 SLAM',
 'vin': 'W0L0MAP08D6061681',
 'year': 2013}
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520XDZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Saving data for YR13%20XDZ: {'auction_closing_time': 1775113200.0, 'created_time': 1773837441.954497, 'last_price_update_time': 1774697417.073573}
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR13%2520XDZ') HTTP/1.1" 204 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: YR72%20OHG
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520OHG%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for YR72%20OHG: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: LF67%20UEW
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520UEW%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for LF67%20UEW: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: BL74%20WJV
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520WJV%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for BL74%20WJV: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: BT70%20AXV
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520AXV%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for BT70%20AXV: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: EK72%20BNE
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520BNE%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for EK72%20BNE: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: KN73%20ODX
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520ODX%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for KN73%20ODX: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: KT24%20TEO
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT24%2520TEO%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for KT24%20TEO: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: KU21%20PJJ
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU21%2520PJJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for KU21%20PJJ: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: KW73%20HVX
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520HVX%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for KW73%20HVX: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: LL67%20YWF
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520YWF%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for LL67%20YWF: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: LM20%20MUO
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520MUO%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for LM20%20MUO: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: M15%20CXT
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M15%2520CXT%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for M15%20CXT: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: PO68%20ZDU
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520ZDU%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for PO68%20ZDU: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: PO72%20YGK
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO72%2520YGK%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for PO72%20YGK: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: RF71%20CNO
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CNO%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for RF71%20CNO: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: RX20%20ULV
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520ULV%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for RX20%20ULV: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: S30%20PFW
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S30%2520PFW%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for S30%20PFW: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: WG71%20FTF
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520FTF%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for WG71%20FTF: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: YP22%20YCH
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520YCH%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for YP22%20YCH: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: AF73%20ESY
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESY%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for AF73%20ESY: 0
2026-03-28 11:30:17 [bca.uk] INFO: Found listing with ID: DL73%20HOJ
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HOJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:17 [bca.uk] INFO: Scrape type for DL73%20HOJ: 0
2026-03-28 11:30:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:21 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded
2026-03-28 11:30:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: DL73%20LGJ
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for DL73%20LGJ: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: DS24%20OYZ
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OYZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for DS24%20OYZ: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: DV24%20JNK
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JNK%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for DV24%20JNK: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: DY74%20BVL
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVL%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for DY74%20BVL: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: GD23%20YKE
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520YKE%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for GD23%20YKE: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: KE73%20BBF
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520BBF%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for KE73%20BBF: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: KF73%20AOK
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOK%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for KF73%20AOK: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LL74%20DGV
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGV%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LL74%20DGV: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LL74%20DHX
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHX%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LL74%20DHX: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LL74%20DHY
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHY%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LL74%20DHY: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LL74%20DKO
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKO%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LL74%20DKO: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LN24%20RHF
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHF%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LN24%20RHF: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LN24%20RUR
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUR%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LN24%20RUR: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LP23%20GVM
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVM%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LP23%20GVM: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LP23%20GYX
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GYX%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LP23%20GYX: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: LP23%20GZA
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZA%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for LP23%20GZA: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: ML74%20XNM
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNM%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for ML74%20XNM: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: VK24%20MMX
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MMX%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for VK24%20MMX: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: WP74%20CVY
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVY%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for WP74%20CVY: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: WP74%20CVZ
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for WP74%20CVZ: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: YJ73%20WTY
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WTY%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for YJ73%20WTY: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: BN11%20MWK
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN11%2520MWK%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for BN11%20MWK: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: GR56%20OBC
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR56%2520OBC%27 HTTP/1.1" 200 None
2026-03-28 11:30:21 [bca.uk] INFO: Scrape type for GR56%20OBC: 0
2026-03-28 11:30:21 [bca.uk] INFO: Found listing with ID: VE16%20KPV
2026-03-28 11:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520KPV%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for VE16%20KPV: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: KD17%20DTF
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD17%2520DTF%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for KD17%20DTF: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: LC23%20OUV
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520OUV%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for LC23%20OUV: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: LA72%20FWB
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520FWB%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for LA72%20FWB: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: EU65%20VYS
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for EU65%20VYS: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: RF16%20ZJV
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520ZJV%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for RF16%20ZJV: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: LL70%20UTF
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520UTF%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for LL70%20UTF: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: BJ25%20KCV
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520KCV%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for BJ25%20KCV: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: BK74%20FUJ
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FUJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for BK74%20FUJ: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: RX25%20AUV
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for RX25%20AUV: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: RX25%20AUW
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for RX25%20AUW: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UFM
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFM%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UFM: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UFV
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFV%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UFV: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UGA
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGA%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UGA: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UGG
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGG%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UGG: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UGL
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGL%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UGL: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UGP
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGP%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UGP: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UHB
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHB%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UHB: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UHF
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHF%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UHF: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: WT25%20UHG
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHG%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for WT25%20UHG: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: YP24%20TVZ
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for YP24%20TVZ: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: YP74%20VLB
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLB%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for YP74%20VLB: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: CV70%20HFA
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV70%2520HFA%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for CV70%20HFA: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: YO18%20RZN
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for YO18%20RZN: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: AV69%20TBZ
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520TBZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for AV69%20TBZ: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: DA73%20PBX
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520PBX%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for DA73%20PBX: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: DS69%20LSF
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520LSF%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for DS69%20LSF: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: EF65%20XAT
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520XAT%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for EF65%20XAT: 0
2026-03-28 11:30:22 [bca.uk] INFO: Found listing with ID: EJ20%20ULD
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-28 11:30:22 [bca.uk] INFO: Scrape type for EJ20%20ULD: 2
2026-03-28 11:30:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD
2026-03-28 11:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with scrape type 2
2026-03-28 11:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with scrape type 2
2026-03-28 11:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dc3bf7a-a357-513a-8981-3d7c555e3a81, identifier: EJ20%20ULD
2026-03-28 11:30:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD
2026-03-28 11:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD
2026-03-28 11:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dc3bf7a-a357-513a-8981-3d7c555e3a81 with identifier: EJ20%20ULD to the API
2026-03-28 11:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ20%20ULD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9dc3bf7a-a357-513a-8981-3d7c555e3a81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ20 ULD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ20%20ULD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 58243,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13850,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PLA02642',
 'year': 2020}
2026-03-28 11:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-28 11:30:23 [bca.uk] INFO: Saving data for EJ20%20ULD: {'auction_closing_time': 1775113200.0, 'created_time': 1773930427.667385, 'last_price_update_time': 1774697423.959051}
2026-03-28 11:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ20%2520ULD') HTTP/1.1" 204 0
2026-03-28 11:30:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: FG14%20CUA
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG14%2520CUA%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for FG14%20CUA: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: GN21%20ZMV
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for GN21%20ZMV: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: GV16%20UXD
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for GV16%20UXD: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KJ19%20NDD
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520NDD%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KJ19%20NDD: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KM69%20BWC
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520BWC%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KM69%20BWC: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KR24%20RDU
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520RDU%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KR24%20RDU: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KT15%20WKY
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KT15%20WKY: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KW66%20SNU
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW66%2520SNU%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KW66%20SNU: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KY21%20DSV
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520DSV%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KY21%20DSV: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: LX14%20NEJ
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520NEJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for LX14%20NEJ: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: MT20%20ZVJ
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for MT20%20ZVJ: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: OU18%20KRX
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU18%2520KRX%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for OU18%20KRX: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: RJ19%20PBY
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520PBY%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for RJ19%20PBY: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: RV69%20YBL
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YBL%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for RV69%20YBL: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SE65%20YHM
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520YHM%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SE65%20YHM: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SH70%20OFN
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SH70%20OFN: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YB14%20HFT
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520HFT%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YB14%20HFT: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YF68%20ZHY
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZHY%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YF68%20ZHY: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YG69%20WDD
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520WDD%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YG69%20WDD: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: E4%20GOA
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520GOA%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for E4%20GOA: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: NU62%20CBO
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU62%2520CBO%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for NU62%20CBO: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SB61%20BDF
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB61%2520BDF%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SB61%20BDF: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SC63%20JNN
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520JNN%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SC63%20JNN: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SD13%20AEN
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520AEN%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SD13%20AEN: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: WL12%20HKH
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL12%2520HKH%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for WL12%20HKH: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: WM11%20LMJ
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM11%2520LMJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for WM11%20LMJ: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: WV10%20NSZ
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV10%2520NSZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for WV10%20NSZ: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YB58%20DDK
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB58%2520DDK%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YB58%20DDK: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YC14%20DPV
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC14%2520DPV%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YC14%20DPV: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YD64%20RXG
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD64%2520RXG%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YD64%20RXG: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YF13%20GUD
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF13%2520GUD%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YF13%20GUD: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: DN23%20VEH
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN23%2520VEH%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for DN23%20VEH: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: GM67%20CME
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM67%2520CME%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for GM67%20CME: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: GY71%20VDL
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for GY71%20VDL: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: KE22%20PJV
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520PJV%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for KE22%20PJV: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SW69%20OJM
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520OJM%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SW69%20OJM: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: VD03%20MON
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VD03%2520MON%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for VD03%20MON: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: BK24%20NHU
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NHU%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for BK24%20NHU: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: CK21%20KYG
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520KYG%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for CK21%20KYG: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: CU17%20TZX
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520TZX%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for CU17%20TZX: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: CV73%20RUW
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520RUW%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for CV73%20RUW: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: VO73%20KCE
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for VO73%20KCE: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: LS73%20UPO
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520UPO%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for LS73%20UPO: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SA19%20OCE
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OCE%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SA19%20OCE: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: SM21%20UGT
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520UGT%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for SM21%20UGT: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: WG18%20VLS
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520VLS%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for WG18%20VLS: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: WG72%20TBZ
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520TBZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for WG72%20TBZ: 0
2026-03-28 11:30:24 [bca.uk] INFO: Found listing with ID: YK17%20TKT
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520TKT%27 HTTP/1.1" 200 None
2026-03-28 11:30:24 [bca.uk] INFO: Scrape type for YK17%20TKT: 0
2026-03-28 11:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:31 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded
2026-03-28 11:30:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: BF67%20ZYR
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520ZYR%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for BF67%20ZYR: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: DA22%20XBX
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520XBX%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for DA22%20XBX: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: EK22%20MVT
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520MVT%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for EK22%20MVT: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: EX23%20VFD
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520VFD%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for EX23%20VFD: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: FX72%20RBU
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520RBU%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for FX72%20RBU: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: KX18%20FWZ
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520FWZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for KX18%20FWZ: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: LF23%20VTK
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VTK%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for LF23%20VTK: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: LG70%20XBH
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for LG70%20XBH: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: LV72%20KWO
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520KWO%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for LV72%20KWO: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: NA72%20FTZ
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520FTZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for NA72%20FTZ: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: WR72%20ZZT
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520ZZT%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for WR72%20ZZT: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: BJ60%20EHP
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520EHP%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for BJ60%20EHP: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: BN63%20ZHC
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN63%2520ZHC%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for BN63%20ZHC: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: CK62%20JSZ
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520JSZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for CK62%20JSZ: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: FE14%20ONN
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ONN%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for FE14%20ONN: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: GF63%20EEW
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF63%2520EEW%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for GF63%20EEW: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: LT63%20CVD
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT63%2520CVD%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for LT63%20CVD: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: MF62%20FCN
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520FCN%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for MF62%20FCN: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: NA59%20XZD
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA59%2520XZD%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for NA59%20XZD: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: SD62%20HPL
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD62%2520HPL%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for SD62%20HPL: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: SH08%20HSG
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH08%2520HSG%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for SH08%20HSG: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: SH61%20MVR
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520MVR%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for SH61%20MVR: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: SK60%20OFB
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520OFB%27 HTTP/1.1" 200 None
2026-03-28 11:30:31 [bca.uk] INFO: Scrape type for SK60%20OFB: 0
2026-03-28 11:30:31 [bca.uk] INFO: Found listing with ID: YB57%20XVN
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB57%2520XVN%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YB57%20XVN: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YG11%20OWY
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG11%2520OWY%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YG11%20OWY: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YH62%20YMC
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520YMC%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YH62%20YMC: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YS12%20FOP
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS12%2520FOP%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YS12%20FOP: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YT63%20UKH
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520UKH%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YT63%20UKH: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: AK18%20VST
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520VST%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for AK18%20VST: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: EK20%20NZC
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520NZC%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for EK20%20NZC: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: GY61%20UKK
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520UKK%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for GY61%20UKK: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: KR19%20RKX
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR19%2520RKX%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for KR19%20RKX: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: KU09%20FGO
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520FGO%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for KU09%20FGO: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: NG15%20GWX
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520GWX%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for NG15%20GWX: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: RX65%20PZP
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520PZP%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for RX65%20PZP: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: WJ67%20UEN
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520UEN%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for WJ67%20UEN: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: CK62%20NKF
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520NKF%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for CK62%20NKF: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: HD11%20CWN
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD11%2520CWN%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for HD11%20CWN: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: LG13%20JHF
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG13%2520JHF%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for LG13%20JHF: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: MF60%20VSN
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF60%2520VSN%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for MF60%20VSN: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: EX14%20VPR
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520VPR%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for EX14%20VPR: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: GV08%20ZWJ
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV08%2520ZWJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for GV08%20ZWJ: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: PX64%20LSU
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX64%2520LSU%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for PX64%20LSU: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: AF23%20YTL
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520YTL%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for AF23%20YTL: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: BK67%20ZZW
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520ZZW%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for BK67%20ZZW: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: EA20%20SZP
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA20%2520SZP%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for EA20%20SZP: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: LA17%20FML
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520FML%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for LA17%20FML: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: M28%20JXF
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M28%2520JXF%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for M28%20JXF: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: MM67%20GNY
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM67%2520GNY%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for MM67%20GNY: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: NG16%20CNJ
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG16%2520CNJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for NG16%20CNJ: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: OE14%20ZVC
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520ZVC%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for OE14%20ZVC: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: OW66%20ATN
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520ATN%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for OW66%20ATN: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: VU68%20PBV
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520PBV%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for VU68%20PBV: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YG15%20BYV
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520BYV%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YG15%20BYV: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YF69%20OBM
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520OBM%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YF69%20OBM: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FE67%20PXN
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520PXN%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FE67%20PXN: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: PK15%20ZHL
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520ZHL%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for PK15%20ZHL: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: EY70%20LFR
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520LFR%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for EY70%20LFR: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: EA18%20OEP
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520OEP%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for EA18%20OEP: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: EN14%20GKC
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520GKC%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for EN14%20GKC: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: LP62%20TXD
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520TXD%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for LP62%20TXD: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: BP11%20YWW
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520YWW%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for BP11%20YWW: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FN61%20HWO
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520HWO%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FN61%20HWO: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: HG08%20HGP
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520HGP%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for HG08%20HGP: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: PN65%20NPA
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520NPA%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for PN65%20NPA: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: PO67%20WWL
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520WWL%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for PO67%20WWL: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: SJ53%20LFF
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ53%2520LFF%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for SJ53%20LFF: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: PO55%20YGM
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO55%2520YGM%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for PO55%20YGM: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: BD72%20UWA
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for BD72%20UWA: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: HV72%20UZX
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520UZX%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for HV72%20UZX: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: ND72%20UGO
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520UGO%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for ND72%20UGO: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: YS22%20ODW
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520ODW%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for YS22%20ODW: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: MT13%20VNW
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT13%2520VNW%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for MT13%20VNW: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: MV75%20YTH
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTH%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for MV75%20YTH: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: DS20%20DMV
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520DMV%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for DS20%20DMV: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FD21%20UPE
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520UPE%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FD21%20UPE: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FG20%20GFE
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520GFE%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FG20%20GFE: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FH70%20KUE
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FH70%20KUE: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FL70%20HLX
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520HLX%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FL70%20HLX: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: FN71%20OKW
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN71%2520OKW%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for FN71%20OKW: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: BC18%20EZX
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for BC18%20EZX: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: BG25%20MFZ
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG25%2520MFZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for BG25%20MFZ: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: AF06%20YKO
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF06%2520YKO%27 HTTP/1.1" 200 None
2026-03-28 11:30:32 [bca.uk] INFO: Scrape type for AF06%20YKO: 0
2026-03-28 11:30:32 [bca.uk] INFO: Found listing with ID: Y303%20BGJ
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y303%2520BGJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for Y303%20BGJ: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: DP69%20VUY
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520VUY%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for DP69%20VUY: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: LR22%20HNG
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HNG%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for LR22%20HNG: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: BG72%20UDV
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UDV%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for BG72%20UDV: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: CJ72%20FRX
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FRX%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for CJ72%20FRX: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: CJ72%20FSC
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSC%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for CJ72%20FSC: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: DC73%20CYT
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520CYT%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for DC73%20CYT: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: KP71%20CDK
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520CDK%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for KP71%20CDK: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: WP70%20UBB
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBB%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for WP70%20UBB: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: YC25%20NRJ
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520NRJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for YC25%20NRJ: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: YE25%20HRC
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE25%2520HRC%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for YE25%20HRC: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: YC25%20WUP
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WUP%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for YC25%20WUP: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: YC25%20ZGA
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for YC25%20ZGA: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: BV23%20HVZ
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520HVZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for BV23%20HVZ: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: KV58%20OPC
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV58%2520OPC%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for KV58%20OPC: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: WA14%20NPO
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA14%2520NPO%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for WA14%20NPO: 0
2026-03-28 11:30:33 [bca.uk] INFO: Found listing with ID: BL19%20XXY
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520XXY%27 HTTP/1.1" 200 None
2026-03-28 11:30:33 [bca.uk] INFO: Scrape type for BL19%20XXY: 0
2026-03-28 11:30:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:35 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded
2026-03-28 11:30:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: AU66%20LJX
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU66%2520LJX%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for AU66%20LJX: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: EJ69%20DFG
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ69%2520DFG%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for EJ69%20DFG: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: LS69%20MKN
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520MKN%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for LS69%20MKN: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: ML68%20VTN
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520VTN%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for ML68%20VTN: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: SD22%20EER
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520EER%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for SD22%20EER: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: WV18%20KJN
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520KJN%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for WV18%20KJN: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: YT67%20WDV
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520WDV%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for YT67%20WDV: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: BV19%20XZP
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520XZP%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for BV19%20XZP: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: KM71%20EUY
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520EUY%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for KM71%20EUY: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: NA72%20EFE
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520EFE%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for NA72%20EFE: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: YX57%20OYA
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX57%2520OYA%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for YX57%20OYA: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: BL71%20UGO
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520UGO%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for BL71%20UGO: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: BV70%20KNN
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520KNN%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for BV70%20KNN: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: DY23%20KSZ
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520KSZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for DY23%20KSZ: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: DY24%20LPE
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520LPE%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for DY24%20LPE: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: HJ23%20XOZ
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for HJ23%20XOZ: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: LA71%20XWD
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520XWD%27 HTTP/1.1" 200 None
2026-03-28 11:30:35 [bca.uk] INFO: Scrape type for LA71%20XWD: 0
2026-03-28 11:30:35 [bca.uk] INFO: Found listing with ID: LK22%20VMA
2026-03-28 11:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK22%2520VMA%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for LK22%20VMA: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: LP21%20PVA
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520PVA%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for LP21%20PVA: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: OV71%20PXN
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520PXN%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for OV71%20PXN: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: OY22%20UXV
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520UXV%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for OY22%20UXV: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: RF66%20OES
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF66%2520OES%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for RF66%20OES: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: WF71%20ZNT
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ZNT%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for WF71%20ZNT: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: YH71%20OOV
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520OOV%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for YH71%20OOV: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: LC11%20GCF
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520GCF%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for LC11%20GCF: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: BT71%20LBF
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520LBF%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for BT71%20LBF: 0
2026-03-28 11:30:36 [bca.uk] INFO: Found listing with ID: HT73%20DWP
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Scrape type for HT73%20DWP: 2
2026-03-28 11:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP
2026-03-28 11:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91ce949e-c383-5e9e-8949-0247b9febcaa with scrape type 2
2026-03-28 11:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91ce949e-c383-5e9e-8949-0247b9febcaa with scrape type 2
2026-03-28 11:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91ce949e-c383-5e9e-8949-0247b9febcaa, identifier: HT73%20DWP
2026-03-28 11:30:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP
2026-03-28 11:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP
2026-03-28 11:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91ce949e-c383-5e9e-8949-0247b9febcaa with identifier: HT73%20DWP to the API
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT73%20DWP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '91ce949e-c383-5e9e-8949-0247b9febcaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT73 DWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT73%20DWP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 300',
 'odometer': 14053,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 300 168KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE',
 'vin': 'W1N9N0JB7RJ106521',
 'year': 2023}
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-28 11:30:36 [bca.uk] INFO: Saving data for HT73%20DWP: {'auction_closing_time': 1774854000.0, 'created_time': 1774045072.493588, 'last_price_update_time': 1774697436.944839}
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT73%2520DWP') HTTP/1.1" 204 0
2026-03-28 11:30:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: HT73%20DXE
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for HT73%20DXE: 2
2026-03-28 11:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE
2026-03-28 11:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d76d55-ba88-535c-aef1-eab8d5770518 with scrape type 2
2026-03-28 11:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d76d55-ba88-535c-aef1-eab8d5770518 with scrape type 2
2026-03-28 11:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d76d55-ba88-535c-aef1-eab8d5770518, identifier: HT73%20DXE
2026-03-28 11:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE
2026-03-28 11:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE
2026-03-28 11:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71d76d55-ba88-535c-aef1-eab8d5770518 with identifier: HT73%20DXE to the API
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT73%20DXE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '71d76d55-ba88-535c-aef1-eab8d5770518',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT73 DXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT73%20DXE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 300',
 'odometer': 20019,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20100,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 300 168KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE',
 'vin': 'W1N9N0JB3RJ101932',
 'year': 2023}
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Saving data for HT73%20DXE: {'auction_closing_time': 1774854000.0, 'created_time': 1774045066.256715, 'last_price_update_time': 1774697437.450217}
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT73%2520DXE') HTTP/1.1" 204 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: HT73%20DXW
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXW%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for HT73%20DXW: 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: HX24%20XHA
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520XHA%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for HX24%20XHA: 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: LC72%20FFD
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520FFD%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for LC72%20FFD: 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: LD72%20VBG
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520VBG%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for LD72%20VBG: 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: MM71%20KSF
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520KSF%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for MM71%20KSF: 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: ND25%20HWR
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND25%2520HWR%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for ND25%20HWR: 0
2026-03-28 11:30:37 [bca.uk] INFO: Found listing with ID: NL23%20OVF
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Scrape type for NL23%20OVF: 2
2026-03-28 11:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF
2026-03-28 11:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2b2870d-a11b-5a2a-addb-a81d7291e238 with scrape type 2
2026-03-28 11:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2b2870d-a11b-5a2a-addb-a81d7291e238 with scrape type 2
2026-03-28 11:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2b2870d-a11b-5a2a-addb-a81d7291e238, identifier: NL23%20OVF
2026-03-28 11:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF
2026-03-28 11:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF
2026-03-28 11:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2b2870d-a11b-5a2a-addb-a81d7291e238 with identifier: NL23%20OVF to the API
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20OVF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2b2870d-a11b-5a2a-addb-a81d7291e238',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 OVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20OVF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 7437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 114 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 114 VISIA',
 'vin': 'SJNFAAF16U1221501',
 'year': 2023}
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-28 11:30:37 [bca.uk] INFO: Saving data for NL23%20OVF: {'auction_closing_time': 1774854000.0, 'created_time': 1774045054.795097, 'last_price_update_time': 1774697437.983948}
2026-03-28 11:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OVF') HTTP/1.1" 204 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SK72%20WTZ
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SK72%20WTZ: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: WR71%20OWE
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520OWE%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for WR71%20OWE: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YD20%20FNX
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YD20%20FNX: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YE20%20AUA
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YE20%20AUA: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YE20%20AUH
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YE20%20AUH: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YE20%20AUJ
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YE20%20AUJ: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YE20%20DDA
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YE20%20DDA: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: FL22%20SJX
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520SJX%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for FL22%20SJX: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: FY20%20JNN
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY20%2520JNN%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for FY20%20JNN: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SL22%20CBV
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CBV%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SL22%20CBV: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SL22%20CCE
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CCE%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SL22%20CCE: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YR23%20CUK
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520CUK%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YR23%20CUK: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: AV71%20EYD
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520EYD%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for AV71%20EYD: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: HJ22%20MKG
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for HJ22%20MKG: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: HN73%20NDG
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520NDG%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for HN73%20NDG: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: LG22%20OPF
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520OPF%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for LG22%20OPF: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: ND70%20TXK
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for ND70%20TXK: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: NU71%20JXC
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JXC%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for NU71%20JXC: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SP20%20OYL
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP20%2520OYL%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SP20%20OYL: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: WJ18%20NKM
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520NKM%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for WJ18%20NKM: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: WX22%20PZH
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520PZH%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for WX22%20PZH: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YT25%20JVE
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YT25%20JVE: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SD07%20VGX
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD07%2520VGX%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SD07%20VGX: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: YG75%20EXW
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520EXW%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for YG75%20EXW: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: RJ74%20NJK
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJK%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for RJ74%20NJK: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: DY73%20EZL
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for DY73%20EZL: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: EN19%20YGL
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for EN19%20YGL: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: FP71%20XUZ
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for FP71%20XUZ: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: VK72%20NGO
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for VK72%20NGO: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: WN22%20SXW
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520SXW%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for WN22%20SXW: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: MB13%20CPB
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520CPB%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for MB13%20CPB: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SB60%20YHN
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520YHN%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SB60%20YHN: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SN65%20ACL
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520ACL%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SN65%20ACL: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: AP15%20EEW
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520EEW%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for AP15%20EEW: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: BG19%20MDN
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520MDN%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for BG19%20MDN: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: LC22%20BXU
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BXU%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for LC22%20BXU: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: CX05%20HZZ
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX05%2520HZZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for CX05%20HZZ: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: EU09%20JZT
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU09%2520JZT%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for EU09%20JZT: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: FV70%20PPZ
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520PPZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for FV70%20PPZ: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: PV11%20APE
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV11%2520APE%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for PV11%20APE: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: BD08%20AEF
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AEF%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for BD08%20AEF: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: DN22%20TKD
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for DN22%20TKD: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: EJ64%20KPK
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ64%2520KPK%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for EJ64%20KPK: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: EO17%20TWC
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520TWC%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for EO17%20TWC: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: KT65%20HYC
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520HYC%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for KT65%20HYC: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: KV18%20FMP
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520FMP%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for KV18%20FMP: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: LT68%20EAP
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520EAP%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for LT68%20EAP: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: MA16%20KKR
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520KKR%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for MA16%20KKR: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: MF17%20PVL
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520PVL%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for MF17%20PVL: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: MT68%20LGY
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520LGY%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for MT68%20LGY: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: MW62%20HHD
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520HHD%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for MW62%20HHD: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: ND66%20ZNN
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520ZNN%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for ND66%20ZNN: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: PN67%20YJW
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520YJW%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for PN67%20YJW: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: RO16%20EXS
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520EXS%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for RO16%20EXS: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SA18%20BFK
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520BFK%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SA18%20BFK: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SA54%20NBY
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA54%2520NBY%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SA54%20NBY: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SJ16%20LLW
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520LLW%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SJ16%20LLW: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SK65%20OEB
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520OEB%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SK65%20OEB: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: SY17%20UAP
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520UAP%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for SY17%20UAP: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: VX68%20NUJ
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520NUJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:38 [bca.uk] INFO: Scrape type for VX68%20NUJ: 0
2026-03-28 11:30:38 [bca.uk] INFO: Found listing with ID: W999%20EBY
2026-03-28 11:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W999%2520EBY%27 HTTP/1.1" 200 None
2026-03-28 11:30:39 [bca.uk] INFO: Scrape type for W999%20EBY: 0
2026-03-28 11:30:39 [bca.uk] INFO: Found listing with ID: YR17%20MGU
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520MGU%27 HTTP/1.1" 200 None
2026-03-28 11:30:39 [bca.uk] INFO: Scrape type for YR17%20MGU: 0
2026-03-28 11:30:39 [bca.uk] INFO: Found listing with ID: BG71%20UPP
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UPP%27 HTTP/1.1" 200 None
2026-03-28 11:30:39 [bca.uk] INFO: Scrape type for BG71%20UPP: 0
2026-03-28 11:30:39 [bca.uk] INFO: Found listing with ID: BK71%20ZLU
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520ZLU%27 HTTP/1.1" 200 None
2026-03-28 11:30:39 [bca.uk] INFO: Scrape type for BK71%20ZLU: 0
2026-03-28 11:30:39 [bca.uk] INFO: Found listing with ID: BU71%20AYJ
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU71%2520AYJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:39 [bca.uk] INFO: Scrape type for BU71%20AYJ: 0
2026-03-28 11:30:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:40 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded
2026-03-28 11:30:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: KU74%20EHK
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU74%2520EHK%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for KU74%20EHK: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: KV71%20XYJ
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520XYJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for KV71%20XYJ: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: LM71%20OCD
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520OCD%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for LM71%20OCD: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: MC71%20OHH
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC71%2520OHH%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for MC71%20OHH: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: MT71%20OBW
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520OBW%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for MT71%20OBW: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: RE71%20LRL
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRL%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for RE71%20LRL: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: GP15%20AHK
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP15%2520AHK%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for GP15%20AHK: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: PE55%20KCC
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE55%2520KCC%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for PE55%20KCC: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: YE55%20UAU
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE55%2520UAU%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for YE55%20UAU: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: KN54%20APU
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN54%2520APU%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for KN54%20APU: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: YS59%20LPO
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS59%2520LPO%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for YS59%20LPO: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: EY12%20YYJ
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY12%2520YYJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for EY12%20YYJ: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: EK12%20DLD
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK12%2520DLD%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for EK12%20DLD: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: NJ04%20NMY
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ04%2520NMY%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for NJ04%20NMY: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: RK10%20UDX
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK10%2520UDX%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for RK10%20UDX: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: ST62%20KHP
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520KHP%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for ST62%20KHP: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: VO22%20FMM
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520FMM%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for VO22%20FMM: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: ND13%20KHL
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520KHL%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for ND13%20KHL: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: E4%20SXC
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520SXC%27 HTTP/1.1" 200 None
2026-03-28 11:30:40 [bca.uk] INFO: Scrape type for E4%20SXC: 0
2026-03-28 11:30:40 [bca.uk] INFO: Found listing with ID: SH64%20WCV
2026-03-28 11:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520WCV%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for SH64%20WCV: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: RE70%20FXW
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXW%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for RE70%20FXW: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: AJ71%20FNF
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FNF%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for AJ71%20FNF: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: DE70%20OYM
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520OYM%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for DE70%20OYM: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YO68%20XDS
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520XDS%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YO68%20XDS: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: ESZ%207875
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25207875%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for ESZ%207875: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: MA09%20MZY
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA09%2520MZY%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for MA09%20MZY: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: SK59%20YOT
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK59%2520YOT%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for SK59%20YOT: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WP18%20VMD
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520VMD%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WP18%20VMD: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: MJ18%20DZA
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520DZA%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for MJ18%20DZA: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: MV63%20ENE
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520ENE%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for MV63%20ENE: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: NX61%20YSV
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX61%2520YSV%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for NX61%20YSV: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: CX14%20UGR
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520UGR%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for CX14%20UGR: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: CA72%20ZHD
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for CA72%20ZHD: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: LV70%20NVZ
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520NVZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for LV70%20NVZ: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: SP19%20VTL
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520VTL%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for SP19%20VTL: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: GJ18%20FHV
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520FHV%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for GJ18%20FHV: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: SA16%20DCS
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520DCS%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for SA16%20DCS: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WR64%20XXP
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR64%2520XXP%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WR64%20XXP: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: MM15%20FCD
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520FCD%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for MM15%20FCD: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: LB15%20OGU
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520OGU%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for LB15%20OGU: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: NJ65%20DFK
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520DFK%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for NJ65%20DFK: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: FE20%20HJY
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520HJY%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for FE20%20HJY: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: KP16%20YWO
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520YWO%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for KP16%20YWO: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: HS71%20CVW
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS71%2520CVW%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for HS71%20CVW: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WR14%20WLL
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR14%2520WLL%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WR14%20WLL: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: BD64%20FOK
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD64%2520FOK%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for BD64%20FOK: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: OV15%20WSW
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV15%2520WSW%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for OV15%20WSW: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: CF22%20NWG
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520NWG%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for CF22%20NWG: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YC23%20BFJ
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520BFJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YC23%20BFJ: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YG72%20XFU
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520XFU%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YG72%20XFU: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YL72%20BFZ
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520BFZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YL72%20BFZ: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YL72%20BGV
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520BGV%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YL72%20BGV: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YL72%20DVP
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL72%2520DVP%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YL72%20DVP: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: CF22%20XZC
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520XZC%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for CF22%20XZC: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: FP69%20LLO
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LLO%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for FP69%20LLO: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: GU24%20POA
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520POA%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for GU24%20POA: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YP73%20XAD
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XAD%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YP73%20XAD: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YP73%20XAE
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XAE%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YP73%20XAE: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: NK24%20XHA
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK24%2520XHA%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for NK24%20XHA: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YG23%20WLF
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520WLF%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YG23%20WLF: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: SV15%20KWT
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV15%2520KWT%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for SV15%20KWT: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: NG18%20YBU
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG18%2520YBU%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for NG18%20YBU: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: NX70%20UNM
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520UNM%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for NX70%20UNM: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: SB69%20NLG
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520NLG%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for SB69%20NLG: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: EX61%20BWE
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520BWE%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for EX61%20BWE: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: CK71%20MHL
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520MHL%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for CK71%20MHL: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WF71%20YSM
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520YSM%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WF71%20YSM: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WF71%20YSN
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520YSN%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WF71%20YSN: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: NJ64%20OFS
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ64%2520OFS%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for NJ64%20OFS: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: DV21%20WPJ
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV21%2520WPJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for DV21%20WPJ: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: FF55%20RED
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FF55%2520RED%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for FF55%20RED: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WK23%20ZSN
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520ZSN%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WK23%20ZSN: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YR58%20WDW
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520WDW%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YR58%20WDW: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: HS21%20CGV
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520CGV%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for HS21%20CGV: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: KE15%20PYA
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520PYA%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for KE15%20PYA: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: RN19%20UEX
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN19%2520UEX%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for RN19%20UEX: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: WD66%20LFR
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD66%2520LFR%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for WD66%20LFR: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: YH15%20HVA
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520HVA%27 HTTP/1.1" 200 None
2026-03-28 11:30:41 [bca.uk] INFO: Scrape type for YH15%20HVA: 0
2026-03-28 11:30:41 [bca.uk] INFO: Found listing with ID: DA17%20LNH
2026-03-28 11:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520LNH%27 HTTP/1.1" 200 None
2026-03-28 11:30:42 [bca.uk] INFO: Scrape type for DA17%20LNH: 0
2026-03-28 11:30:42 [bca.uk] INFO: Found listing with ID: MT19%20KYO
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520KYO%27 HTTP/1.1" 200 None
2026-03-28 11:30:42 [bca.uk] INFO: Scrape type for MT19%20KYO: 0
2026-03-28 11:30:42 [bca.uk] INFO: Found listing with ID: KP75%20DJF
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP75%2520DJF%27 HTTP/1.1" 200 None
2026-03-28 11:30:42 [bca.uk] INFO: Scrape type for KP75%20DJF: 2
2026-03-28 11:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF
2026-03-28 11:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2c420f-71af-585e-959b-4b5ad6ac4e88 with scrape type 2
2026-03-28 11:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2c420f-71af-585e-959b-4b5ad6ac4e88 with scrape type 2
2026-03-28 11:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa2c420f-71af-585e-959b-4b5ad6ac4e88, identifier: KP75%20DJF
2026-03-28 11:30:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=tenerite+grey HTTP/1.1" 200 None
2026-03-28 11:30:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF
2026-03-28 11:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa2c420f-71af-585e-959b-4b5ad6ac4e88 with identifier: KP75%20DJF to the API
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP75%20DJF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'tenerite grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa2c420f-71af-585e-959b-4b5ad6ac4e88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP75 DJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP75%20DJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 6713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PRO 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI 3.5T RWD L3 H2 PRO 9G',
 'vin': 'W1V3HCFZXTP860215',
 'year': 2025}
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP75%2520DJF%27 HTTP/1.1" 200 None
2026-03-28 11:30:42 [bca.uk] INFO: Saving data for KP75%20DJF: {'auction_closing_time': 1774951200.0, 'created_time': 1773930988.957946, 'last_price_update_time': 1774697442.886722}
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP75%2520DJF') HTTP/1.1" 204 0
2026-03-28 11:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: MV12%20KFD
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV12%2520KFD%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for MV12%20KFD: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: KW74%20SRO
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW74%2520SRO%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for KW74%20SRO: 2
2026-03-28 11:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO
2026-03-28 11:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with scrape type 2
2026-03-28 11:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with scrape type 2
2026-03-28 11:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f, identifier: KW74%20SRO
2026-03-28 11:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=arctic+white HTTP/1.1" 200 None
2026-03-28 11:30:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO
2026-03-28 11:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f with identifier: KW74%20SRO to the API
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW74%20SRO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'arctic white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f3493eb-7f2b-5a0e-a8cc-edb098b2b12f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW74 SRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW74%20SRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 110',
 'odometer': 18936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CITAN 110 1.5 CDI PRO L1 Van',
 'transmission': 'automatic',
 'trim': 'CDI PRO L1',
 'vin': 'W1VTBACZXRU393382',
 'year': 2024}
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW74%2520SRO%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Saving data for KW74%20SRO: {'auction_closing_time': 1774951200.0, 'created_time': 1773930882.724633, 'last_price_update_time': 1774697443.489037}
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW74%2520SRO') HTTP/1.1" 204 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: AJ16%20WFP
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520WFP%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for AJ16%20WFP: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: DY70%20OCD
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OCD%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for DY70%20OCD: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: BT23%20DVJ
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520DVJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for BT23%20DVJ: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: WN75%20GWE
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GWE%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for WN75%20GWE: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: DY61%20NHM
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520NHM%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for DY61%20NHM: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: EU12%20RAX
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU12%2520RAX%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for EU12%20RAX: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: YG66%20MEV
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520MEV%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for YG66%20MEV: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: WN75%20SYE
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SYE%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for WN75%20SYE: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: BT11%20FMX
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT11%2520FMX%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for BT11%20FMX: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: AV11%20WBJ
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV11%2520WBJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for AV11%20WBJ: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: FG60%20OFS
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520OFS%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for FG60%20OFS: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: KN75%20HFF
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for KN75%20HFF: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: FG66%20KHH
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520KHH%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for FG66%20KHH: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: DL15%20FDD
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL15%2520FDD%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for DL15%20FDD: 0
2026-03-28 11:30:43 [bca.uk] INFO: Found listing with ID: HV71%20XGH
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-28 11:30:43 [bca.uk] INFO: Scrape type for HV71%20XGH: 2
2026-03-28 11:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH
2026-03-28 11:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with scrape type 2
2026-03-28 11:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with scrape type 2
2026-03-28 11:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d, identifier: HV71%20XGH
2026-03-28 11:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH
2026-03-28 11:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH
2026-03-28 11:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d with identifier: HV71%20XGH to the API
2026-03-28 11:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 251,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV71%20XGH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '229c4fd5-e7e6-5f1e-bef5-9dac5fee1f2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV71 XGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV71%20XGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 21911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMA09886',
 'year': 2021}
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-28 11:30:44 [bca.uk] INFO: Saving data for HV71%20XGH: {'auction_closing_time': 1774951200.0, 'created_time': 1773841328.76159, 'last_price_update_time': 1774697444.14286}
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV71%2520XGH') HTTP/1.1" 204 0
2026-03-28 11:30:44 [bca.uk] INFO: Found listing with ID: HG15%20ULN
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG15%2520ULN%27 HTTP/1.1" 200 None
2026-03-28 11:30:44 [bca.uk] INFO: Scrape type for HG15%20ULN: 0
2026-03-28 11:30:44 [bca.uk] INFO: Found listing with ID: MA10%20LWF
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA10%2520LWF%27 HTTP/1.1" 200 None
2026-03-28 11:30:44 [bca.uk] INFO: Scrape type for MA10%20LWF: 0
2026-03-28 11:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:49 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded
2026-03-28 11:30:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:49 [bca.uk] INFO: Found listing with ID: GP25%20CDY
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for GP25%20CDY: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: PN57%20XKS
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN57%2520XKS%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for PN57%20XKS: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: DV70%20UWF
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520UWF%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for DV70%20UWF: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LT55%20XAG
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT55%2520XAG%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LT55%20XAG: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: EO60%20XRH
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520XRH%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for EO60%20XRH: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: FD16%20GCK
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520GCK%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for FD16%20GCK: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: HG69%20KKE
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520KKE%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for HG69%20KKE: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LN60%20TKX
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520TKX%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LN60%20TKX: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: PL72%20WSN
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSN%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for PL72%20WSN: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WN66%20HLW
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520HLW%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WN66%20HLW: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: AA56%20NAT
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA56%2520NAT%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for AA56%20NAT: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: FT60%20FNP
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT60%2520FNP%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for FT60%20FNP: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WP63%20XYK
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP63%2520XYK%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WP63%20XYK: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: VO14%20UWX
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520UWX%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for VO14%20UWX: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: EA62%20XPM
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA62%2520XPM%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for EA62%20XPM: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LN09%20WOH
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN09%2520WOH%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LN09%20WOH: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WJ08%20GWY
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ08%2520GWY%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WJ08%20GWY: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: GD18%20EBL
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520EBL%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for GD18%20EBL: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: N222%20AKK
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N222%2520AKK%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for N222%20AKK: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: ET17%20HTZ
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520HTZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for ET17%20HTZ: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: AP65%20MYK
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520MYK%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for AP65%20MYK: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: BJ12%20FBV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520FBV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for BJ12%20FBV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: EX64%20WZC
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX64%2520WZC%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for EX64%20WZC: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: EY67%20WHN
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520WHN%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for EY67%20WHN: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: FE60%20MFV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE60%2520MFV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for FE60%20MFV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: FH63%20CTZ
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520CTZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for FH63%20CTZ: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: FV61%20WSU
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520WSU%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for FV61%20WSU: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: GN15%20NFH
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN15%2520NFH%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for GN15%20NFH: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: H22%20LBS
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H22%2520LBS%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for H22%20LBS: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: HV08%20XJX
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV08%2520XJX%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for HV08%20XJX: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: KR63%20AAV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR63%2520AAV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for KR63%20AAV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: KV11%20ZUC
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV11%2520ZUC%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for KV11%20ZUC: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: KW10%20TZV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW10%2520TZV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for KW10%20TZV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LG12%20XRK
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG12%2520XRK%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LG12%20XRK: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LL62%20MYF
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520MYF%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LL62%20MYF: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LL64%20VYC
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL64%2520VYC%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LL64%20VYC: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: LR60%20LZO
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR60%2520LZO%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for LR60%20LZO: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: NJ60%20UON
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520UON%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for NJ60%20UON: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: NU13%20DXD
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU13%2520DXD%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for NU13%20DXD: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: NV13%20SUX
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520SUX%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for NV13%20SUX: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: OY17%20HPV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520HPV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for OY17%20HPV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: OY59%20KHT
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520KHT%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for OY59%20KHT: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: PN12%20JDK
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN12%2520JDK%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for PN12%20JDK: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: RA16%20JJV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520JJV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for RA16%20JJV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: SP62%20XGM
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP62%2520XGM%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for SP62%20XGM: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: VK61%20YHL
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520YHL%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for VK61%20YHL: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WF08%20YUV
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520YUV%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WF08%20YUV: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WJ59%20ZFL
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ59%2520ZFL%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WJ59%20ZFL: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WP14%20XUD
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520XUD%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WP14%20XUD: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WP62%20OGX
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP62%2520OGX%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WP62%20OGX: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: YE61%20SVO
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE61%2520SVO%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for YE61%20SVO: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: YH59%20NHG
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH59%2520NHG%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for YH59%20NHG: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: KW10%20CAU
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW10%2520CAU%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for KW10%20CAU: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: KY10%20YTW
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY10%2520YTW%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for KY10%20YTW: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: WN10%20HFA
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN10%2520HFA%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for WN10%20HFA: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: YG09%20UHT
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG09%2520UHT%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for YG09%20UHT: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: BJ59%20TFY
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ59%2520TFY%27 HTTP/1.1" 200 None
2026-03-28 11:30:50 [bca.uk] INFO: Scrape type for BJ59%20TFY: 0
2026-03-28 11:30:50 [bca.uk] INFO: Found listing with ID: EJ60%20YKZ
2026-03-28 11:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ60%2520YKZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for EJ60%20YKZ: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: EO60%20YCY
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520YCY%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for EO60%20YCY: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: GD02%20MGV
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD02%2520MGV%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for GD02%20MGV: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: DV05%20USP
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV05%2520USP%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for DV05%20USP: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: ND09%20XAF
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520XAF%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for ND09%20XAF: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: BJ13%20MVC
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ13%2520MVC%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for BJ13%20MVC: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: YR58%20XNT
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR58%2520XNT%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for YR58%20XNT: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: OV62%20KZC
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520KZC%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for OV62%20KZC: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: BD62%20HMA
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD62%2520HMA%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for BD62%20HMA: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: CV65%20RRY
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520RRY%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for CV65%20RRY: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: ML11%20UON
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520UON%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for ML11%20UON: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: MT12%20ZNR
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT12%2520ZNR%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for MT12%20ZNR: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: MW61%20AJO
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW61%2520AJO%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for MW61%20AJO: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: OGZ%201882
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OGZ%25201882%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for OGZ%201882: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: PY11%20HJN
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY11%2520HJN%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for PY11%20HJN: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: VE14%20HHP
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520HHP%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for VE14%20HHP: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: YJ63%20RVN
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520RVN%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for YJ63%20RVN: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: PE59%20GHB
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520GHB%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for PE59%20GHB: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: PX63%20FHK
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX63%2520FHK%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for PX63%20FHK: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: YH09%20UFX
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH09%2520UFX%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for YH09%20UFX: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: YH11%20CYZ
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520CYZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for YH11%20CYZ: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: RE24%20EZL
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for RE24%20EZL: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: AE67%20HAX
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520HAX%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for AE67%20HAX: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: HN15%20UYW
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN15%2520UYW%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for HN15%20UYW: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: HX23%20XLV
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLV%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for HX23%20XLV: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: BK22%20DVC
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DVC%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for BK22%20DVC: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: LO22%20JPF
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520JPF%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for LO22%20JPF: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: LA70%20EFL
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520EFL%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for LA70%20EFL: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: HV23%20NYR
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520NYR%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for HV23%20NYR: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: LO71%20TMV
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO71%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for LO71%20TMV: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: RK71%20CHO
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520CHO%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for RK71%20CHO: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: LM67%20OZN
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM67%2520OZN%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for LM67%20OZN: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: HY24%20BLK
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY24%2520BLK%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for HY24%20BLK: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: HX13%20ENE
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520ENE%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for HX13%20ENE: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: BV24%20ZNU
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ZNU%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for BV24%20ZNU: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: NX13%20CEN
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520CEN%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for NX13%20CEN: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: BT24%20KGA
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520KGA%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for BT24%20KGA: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: WN23%20OXH
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520OXH%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for WN23%20OXH: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: OV23%20EOL
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EOL%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for OV23%20EOL: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: AD17%20HLF
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD17%2520HLF%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for AD17%20HLF: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: YH71%20MGJ
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520MGJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for YH71%20MGJ: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: KM71%20TSU
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520TSU%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for KM71%20TSU: 0
2026-03-28 11:30:51 [bca.uk] INFO: Found listing with ID: KP24%20AAO
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP24%2520AAO%27 HTTP/1.1" 200 None
2026-03-28 11:30:51 [bca.uk] INFO: Scrape type for KP24%20AAO: 0
2026-03-28 11:30:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:54 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded
2026-03-28 11:30:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: RE74%20ZWC
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520ZWC%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for RE74%20ZWC: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: RF73%20KTP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520KTP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for RF73%20KTP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: PN23%20UOJ
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN23%2520UOJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for PN23%20UOJ: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: MT73%20UAP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT73%2520UAP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for MT73%20UAP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: GX19%20GJU
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for GX19%20GJU: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: BN25%20PXZ
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520PXZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for BN25%20PXZ: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: RJ75%20GZE
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ75%2520GZE%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for RJ75%20GZE: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: OE21%20CMO
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520CMO%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for OE21%20CMO: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: FE23%20XMT
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XMT%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for FE23%20XMT: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: HY22%20HFS
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520HFS%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for HY22%20HFS: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: NL23%20OZW
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OZW%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for NL23%20OZW: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: SA73%20AKV
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520AKV%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for SA73%20AKV: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: DP69%20UHU
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520UHU%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for DP69%20UHU: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: DK22%20MOA
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK22%2520MOA%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for DK22%20MOA: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: KN75%20BKA
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BKA%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for KN75%20BKA: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: DS22%20UFC
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS22%2520UFC%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for DS22%20UFC: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: LS24%20NLL
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520NLL%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for LS24%20NLL: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: MA22%20KZR
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KZR%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for MA22%20KZR: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: YF75%20WHM
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF75%2520WHM%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for YF75%20WHM: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: OE72%20MXT
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for OE72%20MXT: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: SG22%20XYP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for SG22%20XYP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: KN75%20AVY
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AVY%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for KN75%20AVY: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: CN23%20ZDP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN23%2520ZDP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for CN23%20ZDP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: NJ23%20GWP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520GWP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for NJ23%20GWP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: MJ18%20CMZ
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520CMZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for MJ18%20CMZ: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: RY73%20CWC
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CWC%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for RY73%20CWC: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: WT16%20AEZ
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AEZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for WT16%20AEZ: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: CV11%20EOK
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520EOK%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for CV11%20EOK: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: FY23%20WPF
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY23%2520WPF%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for FY23%20WPF: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: GX61%20OFL
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX61%2520OFL%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for GX61%20OFL: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: KN75%20BJE
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJE%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for KN75%20BJE: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: KN75%20BHP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BHP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for KN75%20BHP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: EX21%20KPK
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520KPK%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for EX21%20KPK: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: KN75%20AWO
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AWO%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for KN75%20AWO: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: RY21%20SXU
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY21%2520SXU%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for RY21%20SXU: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: YE19%20VLP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520VLP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for YE19%20VLP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: MT21%20HKE
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT21%2520HKE%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for MT21%20HKE: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: GJ21%20LWM
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ21%2520LWM%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for GJ21%20LWM: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: LS21%20ONM
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520ONM%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for LS21%20ONM: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: CF71%20JRU
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520JRU%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for CF71%20JRU: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: MA25%20KOU
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA25%2520KOU%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for MA25%20KOU: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: LR22%20HOH
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HOH%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for LR22%20HOH: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: AV23%20VVP
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520VVP%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for AV23%20VVP: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: VE70%20SYZ
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520SYZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for VE70%20SYZ: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: VE22%20WUG
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520WUG%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for VE22%20WUG: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: GF23%20KPO
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520KPO%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for GF23%20KPO: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: CK72%20YEL
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520YEL%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for CK72%20YEL: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: BW72%20XUR
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XUR%27 HTTP/1.1" 200 None
2026-03-28 11:30:54 [bca.uk] INFO: Scrape type for BW72%20XUR: 0
2026-03-28 11:30:54 [bca.uk] INFO: Found listing with ID: GF13%20CSY
2026-03-28 11:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520CSY%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for GF13%20CSY: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: ND72%20RGU
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RGU%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for ND72%20RGU: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: LG22%20FNJ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FNJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for LG22%20FNJ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: ND71%20DUU
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520DUU%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for ND71%20DUU: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: CE21%20SXM
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520SXM%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for CE21%20SXM: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: EO21%20WYX
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520WYX%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for EO21%20WYX: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YB69%20WZU
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520WZU%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YB69%20WZU: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YH22%20LNK
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNK%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YH22%20LNK: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: WN23%20FZJ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for WN23%20FZJ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: MV69%20AWO
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV69%2520AWO%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for MV69%20AWO: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: FV24%20ENH
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520ENH%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for FV24%20ENH: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: NV72%20HHZ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520HHZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for NV72%20HHZ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: HY23%20KXM
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520KXM%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for HY23%20KXM: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: LB24%20XUO
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for LB24%20XUO: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: GU23%20XLM
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XLM%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for GU23%20XLM: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: HK23%20WJD
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WJD%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for HK23%20WJD: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: MA71%20WNO
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA71%2520WNO%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for MA71%20WNO: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: KP22%20XMW
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XMW%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for KP22%20XMW: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: DE24%20EUL
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520EUL%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for DE24%20EUL: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: NL22%20NWN
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520NWN%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for NL22%20NWN: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: FL71%20JHJ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JHJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for FL71%20JHJ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: MX21%20YYN
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520YYN%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for MX21%20YYN: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YX23%20KFJ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX23%2520KFJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YX23%20KFJ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YR22%20LVT
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVT%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YR22%20LVT: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: LT60%20TJU
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT60%2520TJU%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for LT60%20TJU: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: GL71%20LSF
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520LSF%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for GL71%20LSF: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: DY22%20HZH
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HZH%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for DY22%20HZH: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: VO66%20UXX
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520UXX%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for VO66%20UXX: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YC15%20RDV
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520RDV%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YC15%20RDV: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: DE22%20CZO
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520CZO%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for DE22%20CZO: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: BV72%20YVK
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520YVK%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for BV72%20YVK: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: WP72%20ZZY
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZZY%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for WP72%20ZZY: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: EF19%20PZJ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for EF19%20PZJ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YG10%20MYY
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520MYY%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YG10%20MYY: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: VN63%20SGY
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520SGY%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for VN63%20SGY: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: LO75%20ZWZ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520ZWZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for LO75%20ZWZ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: WF14%20UAY
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF14%2520UAY%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for WF14%20UAY: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: BT06%20RDX
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520RDX%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for BT06%20RDX: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: CP02%20MFJ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520MFJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for CP02%20MFJ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: HK07%20FLH
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK07%2520FLH%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for HK07%20FLH: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: YR71%20OTF
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520OTF%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for YR71%20OTF: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: AE15%20EEH
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE15%2520EEH%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for AE15%20EEH: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: HN59%20YFR
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for HN59%20YFR: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: SP14%20ASV
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520ASV%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for SP14%20ASV: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: CC63%20RAC
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CC63%2520RAC%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for CC63%20RAC: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: RK66%20LSD
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520LSD%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for RK66%20LSD: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: BT18%20XLN
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XLN%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for BT18%20XLN: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: BSZ%209114
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for BSZ%209114: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: VE70%20GKN
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520GKN%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for VE70%20GKN: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: HF23%20PRZ
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520PRZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for HF23%20PRZ: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: WA07%20OGR
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA07%2520OGR%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for WA07%20OGR: 0
2026-03-28 11:30:55 [bca.uk] INFO: Found listing with ID: KY19%20KGF
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520KGF%27 HTTP/1.1" 200 None
2026-03-28 11:30:55 [bca.uk] INFO: Scrape type for KY19%20KGF: 0
2026-03-28 11:30:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:30:58 [bca.uk] INFO: Total items found: 100
2026-03-28 11:30:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded
2026-03-28 11:30:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:30:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: PGZ%208458
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25208458%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for PGZ%208458: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: NL10%20LFM
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL10%2520LFM%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for NL10%20LFM: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: FP53%20VXU
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP53%2520VXU%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for FP53%20VXU: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: SG63%20WDX
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520WDX%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for SG63%20WDX: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: BP69%20SFF
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520SFF%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for BP69%20SFF: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: NX11%20FWL
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520FWL%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for NX11%20FWL: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: MH19%20TVZ
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH19%2520TVZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for MH19%20TVZ: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: WU19%20PHK
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU19%2520PHK%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for WU19%20PHK: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: NX60%20DBY
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX60%2520DBY%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for NX60%20DBY: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: EO22%20YVD
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520YVD%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for EO22%20YVD: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: LP66%20DHJ
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520DHJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for LP66%20DHJ: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: LV72%20OHX
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OHX%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for LV72%20OHX: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: DG20%20LZO
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520LZO%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for DG20%20LZO: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: MJ22%20VST
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VST%27 HTTP/1.1" 200 None
2026-03-28 11:30:58 [bca.uk] INFO: Scrape type for MJ22%20VST: 0
2026-03-28 11:30:58 [bca.uk] INFO: Found listing with ID: VX16%20OJG
2026-03-28 11:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX16%2520OJG%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for VX16%20OJG: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: FE65%20AHF
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520AHF%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for FE65%20AHF: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: LM21%20GXZ
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for LM21%20GXZ: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: VN66%20HCP
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520HCP%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for VN66%20HCP: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: DU04%20DBY
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU04%2520DBY%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for DU04%20DBY: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: DG72%20YJS
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520YJS%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for DG72%20YJS: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: KD23%20GOA
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GOA%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for KD23%20GOA: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: LT22%20XDU
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520XDU%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for LT22%20XDU: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: LX22%20LKE
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520LKE%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for LX22%20LKE: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: DU68%20YTO
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520YTO%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for DU68%20YTO: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: DA20%20DGX
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA20%2520DGX%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for DA20%20DGX: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: SW68%20TZJ
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520TZJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for SW68%20TZJ: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: SX22%20GFE
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GFE%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for SX22%20GFE: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: NJ66%20WFT
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ66%2520WFT%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for NJ66%20WFT: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: MH72%20FSA
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520FSA%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for MH72%20FSA: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YD23%20GRH
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520GRH%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YD23%20GRH: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YY71%20THF
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520THF%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YY71%20THF: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YT67%20LRJ
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520LRJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YT67%20LRJ: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: GX68%20WUJ
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WUJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for GX68%20WUJ: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: KK23%20TCV
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520TCV%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for KK23%20TCV: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: MC18%20LLG
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC18%2520LLG%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for MC18%20LLG: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: SK18%20DFJ
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520DFJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for SK18%20DFJ: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: HN64%20NHD
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN64%2520NHD%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for HN64%20NHD: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: PK16%20XXD
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK16%2520XXD%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for PK16%20XXD: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: LG16%20FTX
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520FTX%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for LG16%20FTX: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: GL72%20DND
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520DND%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for GL72%20DND: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: SA16%20SXC
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520SXC%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for SA16%20SXC: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: GL63%20UXW
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL63%2520UXW%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for GL63%20UXW: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: BM52%20MAK
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM52%2520MAK%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for BM52%20MAK: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: SR16%20YTB
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR16%2520YTB%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for SR16%20YTB: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: KD15%20BHV
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520BHV%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for KD15%20BHV: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: AU16%20OKW
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520OKW%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for AU16%20OKW: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: CA69%20DVT
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA69%2520DVT%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for CA69%20DVT: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: OV63%20PHJ
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV63%2520PHJ%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for OV63%20PHJ: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: RO14%20LSN
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520LSN%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for RO14%20LSN: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: BL12%20YBV
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520YBV%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for BL12%20YBV: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: BD61%20XNW
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520XNW%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for BD61%20XNW: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: BL13%20SDV
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520SDV%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for BL13%20SDV: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: BV18%20OBO
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520OBO%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for BV18%20OBO: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: CU63%20XJN
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520XJN%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for CU63%20XJN: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: DY10%20UWS
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520UWS%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for DY10%20UWS: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YF15%20YYP
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520YYP%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YF15%20YYP: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YH20%20GOP
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520GOP%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YH20%20GOP: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YS17%20XUK
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YS17%20XUK: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: HG19%20XFT
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XFT%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for HG19%20XFT: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: EJ16%20BNL
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520BNL%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for EJ16%20BNL: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: WA17%20DHG
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520DHG%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for WA17%20DHG: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YT68%20KZO
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520KZO%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YT68%20KZO: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: UD1027094
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UD1027094%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for UD1027094: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: YY17%20OOF
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520OOF%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for YY17%20OOF: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: VF15%20SWN
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF15%2520SWN%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for VF15%20SWN: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: BK23%20XKA
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XKA%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for BK23%20XKA: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: FL72%20MLK
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for FL72%20MLK: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: KW73%20UBC
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520UBC%27 HTTP/1.1" 200 None
2026-03-28 11:30:59 [bca.uk] INFO: Scrape type for KW73%20UBC: 0
2026-03-28 11:30:59 [bca.uk] INFO: Found listing with ID: KO16%20UDH
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520UDH%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for KO16%20UDH: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: NX11%20CMU
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520CMU%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for NX11%20CMU: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: ST15%20VCW
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520VCW%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for ST15%20VCW: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: BK22%20KCA
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for BK22%20KCA: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: AP16%20OYK
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP16%2520OYK%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for AP16%20OYK: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: BG22%20JXV
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG22%2520JXV%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for BG22%20JXV: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: DF19%20GME
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520GME%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for DF19%20GME: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: LL68%20EBX
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520EBX%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for LL68%20EBX: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: NL61%20LTY
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520LTY%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for NL61%20LTY: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: YF64%20NBK
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520NBK%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for YF64%20NBK: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: YO11%20PZA
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO11%2520PZA%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for YO11%20PZA: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: WF15%20KXA
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF15%2520KXA%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for WF15%20KXA: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: LG23%20YAJ
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YAJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for LG23%20YAJ: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: RJ20%20FBV
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ20%2520FBV%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for RJ20%20FBV: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: YF63%20BJO
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for YF63%20BJO: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: DN71%20VMC
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520VMC%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for DN71%20VMC: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: GK24%20HTT
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK24%2520HTT%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for GK24%20HTT: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: WR73%20NGX
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NGX%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for WR73%20NGX: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: WF71%20XWR
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520XWR%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for WF71%20XWR: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: MW65%20YND
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520YND%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for MW65%20YND: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: ME73%20SHX
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520SHX%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for ME73%20SHX: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: DP69%20VZX
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520VZX%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for DP69%20VZX: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: HY70%20WVM
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520WVM%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for HY70%20WVM: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: KO16%20PXH
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for KO16%20PXH: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: GX68%20KUA
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520KUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for GX68%20KUA: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: FX64%20XFA
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520XFA%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for FX64%20XFA: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: GD65%20MVO
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520MVO%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for GD65%20MVO: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: WN69%20UDD
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520UDD%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for WN69%20UDD: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: YS69%20PAO
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PAO%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for YS69%20PAO: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: CA59%20XJK
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA59%2520XJK%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for CA59%20XJK: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: HX15%20VXP
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX15%2520VXP%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for HX15%20VXP: 0
2026-03-28 11:31:00 [bca.uk] INFO: Found listing with ID: HY65%20MTK
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MTK%27 HTTP/1.1" 200 None
2026-03-28 11:31:00 [bca.uk] INFO: Scrape type for HY65%20MTK: 0
2026-03-28 11:31:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:02 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded
2026-03-28 11:31:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: YS69%20EUE
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for YS69%20EUE: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SO72%20AZD
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520AZD%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SO72%20AZD: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: FH14%20CZL
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH14%2520CZL%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for FH14%20CZL: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SX21%20MME
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX21%2520MME%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SX21%20MME: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: VN65%20UKA
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN65%2520UKA%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for VN65%20UKA: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: YM21%20ZPJ
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for YM21%20ZPJ: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: YR65%20YNZ
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520YNZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for YR65%20YNZ: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: BX68%20UXM
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX68%2520UXM%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for BX68%20UXM: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SK16%20VYY
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520VYY%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SK16%20VYY: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: DL21%20ZVT
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520ZVT%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for DL21%20ZVT: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SJ19%20SDZ
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SJ19%20SDZ: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SL69%20XFY
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520XFY%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SL69%20XFY: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SL69%20YOJ
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520YOJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SL69%20YOJ: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SH14%20EFO
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SH14%20EFO: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: DS17%20VHK
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520VHK%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for DS17%20VHK: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: BK66%20ZTP
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK66%2520ZTP%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for BK66%20ZTP: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: LL61%20EYB
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520EYB%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for LL61%20EYB: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: BL71%20HBE
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520HBE%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for BL71%20HBE: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: WK22%20RZX
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK22%2520RZX%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for WK22%20RZX: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: SA13%20SVF
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520SVF%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for SA13%20SVF: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: HY19%20EKZ
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520EKZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:02 [bca.uk] INFO: Scrape type for HY19%20EKZ: 0
2026-03-28 11:31:02 [bca.uk] INFO: Found listing with ID: RA15%20LRO
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520LRO%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for RA15%20LRO: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: WG18%20CXW
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520CXW%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for WG18%20CXW: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BD16%20UDO
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520UDO%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BD16%20UDO: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: ND09%20UYY
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UYY%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for ND09%20UYY: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: GJ70%20XSM
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520XSM%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for GJ70%20XSM: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: AP53%20CON
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP53%2520CON%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for AP53%20CON: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: LS60%20FAA
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FAA%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for LS60%20FAA: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BP63%20EYL
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP63%2520EYL%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BP63%20EYL: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: YX73%20XWD
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520XWD%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for YX73%20XWD: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: MJ69%20ZRG
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520ZRG%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for MJ69%20ZRG: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: EA04%20LNK
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520LNK%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for EA04%20LNK: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BU72%20XFX
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XFX%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BU72%20XFX: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BT72%20XAK
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520XAK%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BT72%20XAK: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: GX17%20TVP
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520TVP%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for GX17%20TVP: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: KJ69%20HSY
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ69%2520HSY%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for KJ69%20HSY: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: CE60%20UFN
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE60%2520UFN%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for CE60%20UFN: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: SB07%20XFE
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB07%2520XFE%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for SB07%20XFE: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: DV20%20WCG
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WCG%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for DV20%20WCG: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: DY19%20XXH
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520XXH%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for DY19%20XXH: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: WM16%20FGV
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM16%2520FGV%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for WM16%20FGV: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BV23%20RWW
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520RWW%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BV23%20RWW: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: YK70%20HYU
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520HYU%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for YK70%20HYU: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BL20%20DZB
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL20%2520DZB%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BL20%20DZB: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: LG22%20ORN
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520ORN%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for LG22%20ORN: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: GN14%20WDZ
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520WDZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for GN14%20WDZ: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: DU24%20FSC
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for DU24%20FSC: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: YE73%20UBO
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520UBO%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for YE73%20UBO: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: NU67%20AUT
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520AUT%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for NU67%20AUT: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BN52%20YJM
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN52%2520YJM%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BN52%20YJM: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BG72%20DHY
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520DHY%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BG72%20DHY: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: HT67%20CZW
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT67%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for HT67%20CZW: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: MJ75%20ZCT
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for MJ75%20ZCT: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BN24%20HLR
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520HLR%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BN24%20HLR: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: VO22%20HGD
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HGD%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for VO22%20HGD: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: AY66%20LGA
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520LGA%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for AY66%20LGA: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: NL64%20DNF
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520DNF%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for NL64%20DNF: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: AF60%20ZFG
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF60%2520ZFG%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for AF60%20ZFG: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: WK68%20YKJ
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520YKJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for WK68%20YKJ: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BX16%20BSV
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX16%2520BSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BX16%20BSV: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: FG66%20RZD
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520RZD%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for FG66%20RZD: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: PL63%20FWT
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520FWT%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for PL63%20FWT: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: VN16%20XUB
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XUB%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for VN16%20XUB: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: MK23%20HHP
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for MK23%20HHP: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: EA68%20MUV
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520MUV%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for EA68%20MUV: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BF18%20WWA
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520WWA%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BF18%20WWA: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: NL20%20ONN
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520ONN%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for NL20%20ONN: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BW19%20COA
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520COA%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BW19%20COA: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: WP71%20NCV
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for WP71%20NCV: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BK23%20NWA
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NWA%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BK23%20NWA: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: HV24%20NZP
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NZP%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for HV24%20NZP: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: LC71%20HHE
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HHE%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for LC71%20HHE: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: NL23%20LRY
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520LRY%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for NL23%20LRY: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: LG22%20UWX
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UWX%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for LG22%20UWX: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: ML20%20YAO
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML20%2520YAO%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for ML20%20YAO: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: RO23%20VNF
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520VNF%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for RO23%20VNF: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: LT72%20YAV
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520YAV%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for LT72%20YAV: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BK24%20NNZ
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NNZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BK24%20NNZ: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BK68%20XNZ
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XNZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:03 [bca.uk] INFO: Scrape type for BK68%20XNZ: 0
2026-03-28 11:31:03 [bca.uk] INFO: Found listing with ID: BP72%20GZF
2026-03-28 11:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520GZF%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BP72%20GZF: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: LT22%20VKP
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VKP%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for LT22%20VKP: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: YS15%20VCX
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for YS15%20VCX: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: MK73%20LFG
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for MK73%20LFG: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: BG68%20FXY
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BG68%20FXY: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: YY73%20XHH
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHH%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for YY73%20XHH: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: YY73%20XJG
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJG%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for YY73%20XJG: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: AJ18%20FJX
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520FJX%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for AJ18%20FJX: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: BP22%20XCF
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520XCF%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BP22%20XCF: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: BU22%20YSD
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BU22%20YSD: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: DC21%20KUE
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520KUE%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for DC21%20KUE: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: YC68%20OZB
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for YC68%20OZB: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: BG24%20GUA
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520GUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BG24%20GUA: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: BP73%20HXY
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HXY%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BP73%20HXY: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: BT24%20NDJ
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for BT24%20NDJ: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: MK24%20YNZ
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YNZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for MK24%20YNZ: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: HN23%20LUR
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520LUR%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for HN23%20LUR: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: MA75%20YYP
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520YYP%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for MA75%20YYP: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: MF25%20XKX
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKX%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for MF25%20XKX: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: MF25%20XKY
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for MF25%20XKY: 0
2026-03-28 11:31:04 [bca.uk] INFO: Found listing with ID: MF25%20XLC
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-28 11:31:04 [bca.uk] INFO: Scrape type for MF25%20XLC: 0
2026-03-28 11:31:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:10 [scrapy.extensions.logstats] INFO: Crawled 287 pages (at 9 pages/min), scraped 1488 items (at 9 items/min)
2026-03-28 11:31:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:31:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:11 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:11 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded
2026-03-28 11:31:11 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: MM74%20COU
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520COU%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for MM74%20COU: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: MM74%20GRZ
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for MM74%20GRZ: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: PO19%20OOV
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520OOV%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for PO19%20OOV: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: WU22%20KDO
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KDO%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for WU22%20KDO: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: YM72%20ZNF
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for YM72%20ZNF: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: BJ22%20XXN
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520XXN%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for BJ22%20XXN: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: SM65%20FYJ
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520FYJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for SM65%20FYJ: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: BK67%20AHP
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for BK67%20AHP: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: UGZ%203425
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for UGZ%203425: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: YD09%20XLJ
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD09%2520XLJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for YD09%20XLJ: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: YB10%20ZFF
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for YB10%20ZFF: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: RE62%20WCV
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520WCV%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for RE62%20WCV: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: PN67%20WXW
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for PN67%20WXW: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: LT09%20NNH
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520NNH%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for LT09%20NNH: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: CK62%20ELH
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520ELH%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for CK62%20ELH: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: VN61%20GSU
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN61%2520GSU%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for VN61%20GSU: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: SR19%20FPO
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FPO%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for SR19%20FPO: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: EJ13%20WVF
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ13%2520WVF%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for EJ13%20WVF: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: EG66%20JWE
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG66%2520JWE%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for EG66%20JWE: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: DV65%20YJU
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520YJU%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for DV65%20YJU: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: CV61%20WFY
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520WFY%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for CV61%20WFY: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: AF59%20TKA
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF59%2520TKA%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for AF59%20TKA: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: WA16%20VAD
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520VAD%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for WA16%20VAD: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: ST71%20VFF
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for ST71%20VFF: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: PF19%20VTY
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520VTY%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for PF19%20VTY: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: RA18%20MSV
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520MSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for RA18%20MSV: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: FY64%20FYU
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520FYU%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for FY64%20FYU: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: EN23%20ZSJ
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN23%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for EN23%20ZSJ: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: DF65%20UEJ
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520UEJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for DF65%20UEJ: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: AV13%20OOG
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV13%2520OOG%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for AV13%20OOG: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: YB11%20BCE
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BCE%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for YB11%20BCE: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: PK19%20XDH
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520XDH%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for PK19%20XDH: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: SM65%20OKW
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520OKW%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for SM65%20OKW: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: WG12%20YKS
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG12%2520YKS%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for WG12%20YKS: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: YJ66%20XME
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520XME%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for YJ66%20XME: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: FJ72%20UAC
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ72%2520UAC%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for FJ72%20UAC: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: WJ18%20HMA
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520HMA%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for WJ18%20HMA: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: YC68%20GDH
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520GDH%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for YC68%20GDH: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: EX69%20WHJ
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520WHJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for EX69%20WHJ: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: NG17%20OOD
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OOD%27 HTTP/1.1" 200 None
2026-03-28 11:31:11 [bca.uk] INFO: Scrape type for NG17%20OOD: 0
2026-03-28 11:31:11 [bca.uk] INFO: Found listing with ID: SL20%20HZS
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL20%2520HZS%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for SL20%20HZS: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: VE23%20ZSG
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE23%2520ZSG%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for VE23%20ZSG: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: BW72%20AUF
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520AUF%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for BW72%20AUF: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: NL72%20XGO
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XGO%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for NL72%20XGO: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: RXZ%207784
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25207784%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for RXZ%207784: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: ST68%20LBU
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520LBU%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for ST68%20LBU: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: RV18%20UZS
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520UZS%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for RV18%20UZS: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: PY21%20DWM
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY21%2520DWM%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for PY21%20DWM: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: ND65%20FNR
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND65%2520FNR%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for ND65%20FNR: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: KM23%20LRZ
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LRZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for KM23%20LRZ: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: LY72%20MWK
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520MWK%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for LY72%20MWK: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: EN71%20UBA
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UBA%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for EN71%20UBA: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: GY23%20CTX
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CTX%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for GY23%20CTX: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: LR20%20DKY
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520DKY%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for LR20%20DKY: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: BD70%20XDL
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520XDL%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for BD70%20XDL: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: DC18%20OMJ
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OMJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for DC18%20OMJ: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: GY20%20ORS
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520ORS%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for GY20%20ORS: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: RV72%20YNL
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520YNL%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for RV72%20YNL: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: HT19%20YOF
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520YOF%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for HT19%20YOF: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: WD72%20HNU
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520HNU%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for WD72%20HNU: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: BJ23%20RXU
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520RXU%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for BJ23%20RXU: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: BW73%20YNC
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520YNC%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for BW73%20YNC: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: FE70%20KJY
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520KJY%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for FE70%20KJY: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: SA73%20NPD
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520NPD%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for SA73%20NPD: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: YB23%20WBV
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520WBV%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for YB23%20WBV: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: YC23%20GUA
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for YC23%20GUA: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: YR20%20FUM
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520FUM%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for YR20%20FUM: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: AH51%20RUS
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH51%2520RUS%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for AH51%20RUS: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: MT65%20EFR
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520EFR%27 HTTP/1.1" 200 None
2026-03-28 11:31:12 [bca.uk] INFO: Scrape type for MT65%20EFR: 0
2026-03-28 11:31:12 [bca.uk] INFO: Found listing with ID: AP71%20FJO
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FJO%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for AP71%20FJO: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: KV70%20LKX
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LKX%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for KV70%20LKX: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: FA19%20SDZ
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for FA19%20SDZ: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: LP72%20RMV
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for LP72%20RMV: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: EJ23%20NAE
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520NAE%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for EJ23%20NAE: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: LM23%20VGU
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VGU%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for LM23%20VGU: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: EJ71%20BKF
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BKF%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for EJ71%20BKF: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: FP24%20YBG
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP24%2520YBG%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for FP24%20YBG: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: OE23%20CWN
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520CWN%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for OE23%20CWN: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: OU71%20YLJ
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU71%2520YLJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for OU71%20YLJ: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: SP04%20RNO
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP04%2520RNO%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for SP04%20RNO: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: GU75%20OHA
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU75%2520OHA%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for GU75%20OHA: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: EA15%20WLN
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA15%2520WLN%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for EA15%20WLN: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: AK71%20ZHP
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZHP%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for AK71%20ZHP: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: WM71%20BRZ
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520BRZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for WM71%20BRZ: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: LS70%20VFV
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520VFV%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for LS70%20VFV: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: SJ24%20BHO
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ24%2520BHO%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for SJ24%20BHO: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: GY23%20FXZ
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520FXZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for GY23%20FXZ: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: HX23%20XLL
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLL%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for HX23%20XLL: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: RO14%20VUA
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520VUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for RO14%20VUA: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: KE69%20VWU
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE69%2520VWU%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for KE69%20VWU: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: RJ13%20YOK
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520YOK%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for RJ13%20YOK: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: KN65%20UHW
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520UHW%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for KN65%20UHW: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: GF61%20TVC
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF61%2520TVC%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for GF61%20TVC: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: AX69%20GJE
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX69%2520GJE%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for AX69%20GJE: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: KN68%20LUL
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LUL%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for KN68%20LUL: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: ND67%20AGZ
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AGZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for ND67%20AGZ: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: CX14%20LGD
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520LGD%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for CX14%20LGD: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: NA66%20UUN
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA66%2520UUN%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for NA66%20UUN: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: KF06%20VWS
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF06%2520VWS%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for KF06%20VWS: 0
2026-03-28 11:31:13 [bca.uk] INFO: Found listing with ID: NL16%20YWD
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520YWD%27 HTTP/1.1" 200 None
2026-03-28 11:31:13 [bca.uk] INFO: Scrape type for NL16%20YWD: 0
2026-03-28 11:31:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:16 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded
2026-03-28 11:31:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: HN18%20YCO
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520YCO%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for HN18%20YCO: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LG22%20XSD
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520XSD%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LG22%20XSD: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LG22%20YAF
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520YAF%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LG22%20YAF: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LH68%20CKV
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH68%2520CKV%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LH68%20CKV: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: YD67%20ZCJ
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD67%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for YD67%20ZCJ: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: PX18%20UPS
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX18%2520UPS%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for PX18%20UPS: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LS68%20DTU
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520DTU%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LS68%20DTU: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: YJ16%20UJL
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520UJL%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for YJ16%20UJL: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: MD18%20FXV
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD18%2520FXV%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for MD18%20FXV: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LC24%20YNP
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520YNP%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LC24%20YNP: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: CV63%20RSU
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV63%2520RSU%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for CV63%20RSU: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: SJ68%20DTU
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ68%2520DTU%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for SJ68%20DTU: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: MW66%20PXV
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520PXV%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for MW66%20PXV: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: BL15%20KBU
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520KBU%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for BL15%20KBU: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: GJ12%20VUC
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520VUC%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for GJ12%20VUC: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: PF12%20BZX
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF12%2520BZX%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for PF12%20BZX: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: KY14%20HHP
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY14%2520HHP%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for KY14%20HHP: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: DG17%20UUC
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520UUC%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for DG17%20UUC: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: DY67%20UZC
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY67%2520UZC%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for DY67%20UZC: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: HK19%20PJX
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PJX%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for HK19%20PJX: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: SG66%20YPJ
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520YPJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for SG66%20YPJ: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: YC15%20ORJ
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520ORJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for YC15%20ORJ: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: YH62%20EDX
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520EDX%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for YH62%20EDX: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: BF14%20XCO
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520XCO%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for BF14%20XCO: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: VN22%20MYJ
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN22%2520MYJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for VN22%20MYJ: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LT22%20HVO
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HVO%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LT22%20HVO: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: PL12%20ARO
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL12%2520ARO%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for PL12%20ARO: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: EA71%20CYG
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520CYG%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for EA71%20CYG: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: SK22%20USJ
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520USJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for SK22%20USJ: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: DX67%20NDC
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520NDC%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for DX67%20NDC: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: GK19%20CPV
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520CPV%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for GK19%20CPV: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LJ25%20WGS
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ25%2520WGS%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LJ25%20WGS: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: WM63%20EMF
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520EMF%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for WM63%20EMF: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: DU64%20GHV
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520GHV%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for DU64%20GHV: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: WN23%20NVP
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520NVP%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for WN23%20NVP: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LD05%20OGW
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520OGW%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LD05%20OGW: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: KS23%20DZG
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520DZG%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for KS23%20DZG: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: EO17%20RYB
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520RYB%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for EO17%20RYB: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: LM15%20RXN
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520RXN%27 HTTP/1.1" 200 None
2026-03-28 11:31:16 [bca.uk] INFO: Scrape type for LM15%20RXN: 0
2026-03-28 11:31:16 [bca.uk] INFO: Found listing with ID: CX15%20KJN
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520KJN%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for CX15%20KJN: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: BN64%20TYB
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520TYB%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for BN64%20TYB: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: CA12%20TSV
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA12%2520TSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for CA12%20TSV: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: OE65%20ECX
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520ECX%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for OE65%20ECX: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: VN68%20FEJ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for VN68%20FEJ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: HF63%20TYB
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF63%2520TYB%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for HF63%20TYB: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: VIG%207935
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VIG%25207935%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for VIG%207935: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: PN59%20KWZ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520KWZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for PN59%20KWZ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: NK66%20VYG
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK66%2520VYG%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for NK66%20VYG: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: ND61%20LXZ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520LXZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for ND61%20LXZ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: DL11%20XAS
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL11%2520XAS%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for DL11%20XAS: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LG60%20ZGK
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520ZGK%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LG60%20ZGK: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: BN06%20VJM
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN06%2520VJM%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for BN06%20VJM: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: PE59%20YSU
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520YSU%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for PE59%20YSU: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: OY61%20VGN
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520VGN%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for OY61%20VGN: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: YP63%20DYH
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP63%2520DYH%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for YP63%20DYH: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: HG10%20EHF
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG10%2520EHF%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for HG10%20EHF: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: SC63%20CGF
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC63%2520CGF%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for SC63%20CGF: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: SX66%20GHH
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX66%2520GHH%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for SX66%20GHH: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: CO56%20LAN
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CO56%2520LAN%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for CO56%20LAN: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: PO67%20AZA
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520AZA%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for PO67%20AZA: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: GJ66%20TWK
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520TWK%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for GJ66%20TWK: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: NX11%20EFC
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520EFC%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for NX11%20EFC: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LA22%20OSL
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520OSL%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LA22%20OSL: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: BK22%20ENX
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520ENX%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for BK22%20ENX: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: CF23%20ORW
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520ORW%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for CF23%20ORW: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LD23%20BMY
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BMY%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LD23%20BMY: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LR23%20ZGC
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGC%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LR23%20ZGC: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: RK72%20YCC
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520YCC%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for RK72%20YCC: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: YN72%20PVX
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN72%2520PVX%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for YN72%20PVX: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: SX67%20ECJ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX67%2520ECJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for SX67%20ECJ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: MK22%20KLA
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520KLA%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for MK22%20KLA: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: WP23%20OEF
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEF%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for WP23%20OEF: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: YM72%20HUH
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520HUH%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for YM72%20HUH: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: AF23%20CWK
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CWK%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for AF23%20CWK: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: URZ%202372
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25202372%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for URZ%202372: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: BV23%20XUN
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520XUN%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for BV23%20XUN: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: SL71%20LWT
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL71%2520LWT%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for SL71%20LWT: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: WP23%20OEL
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEL%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for WP23%20OEL: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: GX72%20TYT
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX72%2520TYT%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for GX72%20TYT: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LD22%20PZB
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520PZB%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LD22%20PZB: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LE71%20CLO
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CLO%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LE71%20CLO: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LO23%20CWN
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520CWN%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LO23%20CWN: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: MJ71%20YBZ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520YBZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for MJ71%20YBZ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: RO72%20TPF
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TPF%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for RO72%20TPF: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: WV71%20TBX
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520TBX%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for WV71%20TBX: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: GL15%20YCC
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL15%2520YCC%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for GL15%20YCC: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: RE23%20BYL
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520BYL%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for RE23%20BYL: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: MD72%20VZL
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZL%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for MD72%20VZL: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: BK23%20JZH
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JZH%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for BK23%20JZH: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: DL73%20KWZ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KWZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for DL73%20KWZ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: YT73%20FLJ
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT73%2520FLJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for YT73%20FLJ: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: OE68%20FBF
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520FBF%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for OE68%20FBF: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: GE19%20CTY
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520CTY%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for GE19%20CTY: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: LX70%20ZKN
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520ZKN%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for LX70%20ZKN: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: S9%20WBG
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S9%2520WBG%27 HTTP/1.1" 200 None
2026-03-28 11:31:17 [bca.uk] INFO: Scrape type for S9%20WBG: 0
2026-03-28 11:31:17 [bca.uk] INFO: Found listing with ID: FG22%20YSC
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520YSC%27 HTTP/1.1" 200 None
2026-03-28 11:31:18 [bca.uk] INFO: Scrape type for FG22%20YSC: 0
2026-03-28 11:31:18 [bca.uk] INFO: Found listing with ID: KS25%20SPX
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS25%2520SPX%27 HTTP/1.1" 200 None
2026-03-28 11:31:18 [bca.uk] INFO: Scrape type for KS25%20SPX: 0
2026-03-28 11:31:18 [bca.uk] INFO: Found listing with ID: MJ20%20WZR
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520WZR%27 HTTP/1.1" 200 None
2026-03-28 11:31:18 [bca.uk] INFO: Scrape type for MJ20%20WZR: 0
2026-03-28 11:31:18 [bca.uk] INFO: Found listing with ID: YM69%20YEE
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM69%2520YEE%27 HTTP/1.1" 200 None
2026-03-28 11:31:18 [bca.uk] INFO: Scrape type for YM69%20YEE: 0
2026-03-28 11:31:18 [bca.uk] INFO: Found listing with ID: DL73%20LFO
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFO%27 HTTP/1.1" 200 None
2026-03-28 11:31:18 [bca.uk] INFO: Scrape type for DL73%20LFO: 0
2026-03-28 11:31:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:20 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded
2026-03-28 11:31:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: KW69%20LLA
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520LLA%27 HTTP/1.1" 200 None
2026-03-28 11:31:20 [bca.uk] INFO: Scrape type for KW69%20LLA: 0
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: NG69%20TGV
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520TGV%27 HTTP/1.1" 200 None
2026-03-28 11:31:20 [bca.uk] INFO: Scrape type for NG69%20TGV: 0
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: SK69%20PZD
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520PZD%27 HTTP/1.1" 200 None
2026-03-28 11:31:20 [bca.uk] INFO: Scrape type for SK69%20PZD: 0
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: SL73%20DKE
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL73%2520DKE%27 HTTP/1.1" 200 None
2026-03-28 11:31:20 [bca.uk] INFO: Scrape type for SL73%20DKE: 0
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: ST17%20WMD
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520WMD%27 HTTP/1.1" 200 None
2026-03-28 11:31:20 [bca.uk] INFO: Scrape type for ST17%20WMD: 0
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: GK71%20PZV
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK71%2520PZV%27 HTTP/1.1" 200 None
2026-03-28 11:31:20 [bca.uk] INFO: Scrape type for GK71%20PZV: 0
2026-03-28 11:31:20 [bca.uk] INFO: Found listing with ID: HG68%20JDZ
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520JDZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for HG68%20JDZ: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LC72%20XJW
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520XJW%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LC72%20XJW: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LG69%20YNU
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520YNU%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LG69%20YNU: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: OU67%20NKS
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520NKS%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for OU67%20NKS: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: SH71%20DZM
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520DZM%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for SH71%20DZM: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: YA67%20LLE
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520LLE%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for YA67%20LLE: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: HT21%20LMM
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520LMM%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for HT21%20LMM: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: HX22%20OPU
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OPU%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for HX22%20OPU: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: EO68%20YLG
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520YLG%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for EO68%20YLG: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: FP22%20VZX
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520VZX%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for FP22%20VZX: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: HX19%20XZR
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX19%2520XZR%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for HX19%20XZR: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: KJ17%20DWY
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520DWY%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for KJ17%20DWY: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LB71%20KOE
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520KOE%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LB71%20KOE: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LS69%20HPE
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520HPE%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LS69%20HPE: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: ML73%20OFE
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520OFE%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for ML73%20OFE: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: ND70%20FTZ
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FTZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for ND70%20FTZ: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: RY66%20ONM
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520ONM%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for RY66%20ONM: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: RJ73%20YLW
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520YLW%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for RJ73%20YLW: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: SW14%20FUV
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520FUV%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for SW14%20FUV: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: FG19%20HKM
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520HKM%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for FG19%20HKM: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: GU72%20VDL
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520VDL%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for GU72%20VDL: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: RO73%20BUV
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520BUV%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for RO73%20BUV: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DL73%20LBP
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LBP%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DL73%20LBP: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: MA20%20CTU
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520CTU%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for MA20%20CTU: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: SM18%20KCE
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KCE%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for SM18%20KCE: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DL74%20WVC
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WVC%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DL74%20WVC: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DP74%20RWO
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RWO%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DP74%20RWO: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DV24%20JXX
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXX%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DV24%20JXX: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DY74%20OHL
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520OHL%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DY74%20OHL: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: BW73%20LZN
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520LZN%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for BW73%20LZN: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LC71%20SSV
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520SSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LC71%20SSV: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: KK23%20BWC
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWC%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for KK23%20BWC: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: KM73%20YZN
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YZN%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for KM73%20YZN: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: MW74%20CZU
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520CZU%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for MW74%20CZU: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DN24%20TCJ
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TCJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DN24%20TCJ: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DY74%20BXB
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXB%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DY74%20BXB: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DL74%20WUJ
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DL74%20WUJ: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DS24%20OUY
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DS24%20OUY: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DS24%20OZO
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OZO%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DS24%20OZO: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: GL72%20ODW
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODW%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for GL72%20ODW: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: BU22%20ZSR
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520ZSR%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for BU22%20ZSR: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: GL72%20UVD
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UVD%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for GL72%20UVD: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: BG71%20UMM
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UMM%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for BG71%20UMM: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LT24%20SWU
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SWU%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LT24%20SWU: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: WN21%20XLO
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XLO%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for WN21%20XLO: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DS24%20ORP
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DS24%20ORP: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DS24%20XXY
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXY%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DS24%20XXY: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: DS24%20XXZ
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for DS24%20XXZ: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LD23%20UTS
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520UTS%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LD23%20UTS: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LR21%20YHE
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520YHE%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LR21%20YHE: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: LS69%20AWM
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520AWM%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for LS69%20AWM: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: MM21%20HHO
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM21%2520HHO%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for MM21%20HHO: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: NL23%20ODN
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520ODN%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for NL23%20ODN: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: RX71%20EGV
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520EGV%27 HTTP/1.1" 200 None
2026-03-28 11:31:21 [bca.uk] INFO: Scrape type for RX71%20EGV: 0
2026-03-28 11:31:21 [bca.uk] INFO: Found listing with ID: WF24%20EWY
2026-03-28 11:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520EWY%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for WF24%20EWY: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: AF22%20XTB
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520XTB%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for AF22%20XTB: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: AF22%20YMD
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520YMD%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for AF22%20YMD: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DC25%20EXN
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC25%2520EXN%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DC25%20EXN: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DF71%20HHZ
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520HHZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DF71%20HHZ: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DG24%20LAE
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LAE%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DG24%20LAE: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: FN22%20LLG
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LLG%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for FN22%20LLG: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: FN23%20OPA
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OPA%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for FN23%20OPA: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: GK22%20NDD
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK22%2520NDD%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for GK22%20NDD: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: GL21%20HWG
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520HWG%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for GL21%20HWG: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: GX70%20USS
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520USS%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for GX70%20USS: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: KE73%20APV
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520APV%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for KE73%20APV: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: KN23%20UWP
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UWP%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for KN23%20UWP: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: KW73%20YON
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YON%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for KW73%20YON: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: LA72%20CNF
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520CNF%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for LA72%20CNF: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DV24%20JXP
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXP%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DV24%20JXP: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: YJ65%20MGC
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520MGC%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for YJ65%20MGC: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: KE73%20RMV
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520RMV%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for KE73%20RMV: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: RV74%20UZM
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV74%2520UZM%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for RV74%20UZM: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DN24%20TFE
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TFE%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DN24%20TFE: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DS24%20OSP
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OSP%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DS24%20OSP: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DY74%20BVV
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVV%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DY74%20BVV: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: DY74%20BWC
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWC%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for DY74%20BWC: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: BT24%20VGZ
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520VGZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:22 [bca.uk] INFO: Scrape type for BT24%20VGZ: 0
2026-03-28 11:31:22 [bca.uk] INFO: Found listing with ID: MA21%20XWB
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520XWB%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for MA21%20XWB: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: WA21%20YCZ
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520YCZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for WA21%20YCZ: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: YC22%20FTP
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520FTP%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for YC22%20FTP: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: NJ23%20VZP
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520VZP%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for NJ23%20VZP: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: SG18%20TSX
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520TSX%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for SG18%20TSX: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: SH68%20ARF
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520ARF%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for SH68%20ARF: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: BK23%20TXW
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for BK23%20TXW: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: FH73%20BAO
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520BAO%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for FH73%20BAO: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: SH71%20GMF
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520GMF%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for SH71%20GMF: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: WU21%20FWJ
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520FWJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for WU21%20FWJ: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: BP21%20KUW
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520KUW%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for BP21%20KUW: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: DP70%20YSY
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520YSY%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for DP70%20YSY: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: GL72%20OGS
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OGS%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for GL72%20OGS: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: SV23%20OXL
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OXL%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for SV23%20OXL: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: VO22%20UZT
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520UZT%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for VO22%20UZT: 0
2026-03-28 11:31:23 [bca.uk] INFO: Found listing with ID: HF23%20WKP
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520WKP%27 HTTP/1.1" 200 None
2026-03-28 11:31:23 [bca.uk] INFO: Scrape type for HF23%20WKP: 0
2026-03-28 11:31:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:29 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded
2026-03-28 11:31:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:29 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: MA22%20FUD
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520FUD%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for MA22%20FUD: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: MA23%20UCH
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCH%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for MA23%20UCH: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: MV23%20OYJ
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520OYJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for MV23%20OYJ: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: WV22%20XZA
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520XZA%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for WV22%20XZA: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: HW75%20BVT
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW75%2520BVT%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for HW75%20BVT: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: MC21%20EBO
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520EBO%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for MC21%20EBO: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: PK20%20ORC
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520ORC%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for PK20%20ORC: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: KO18%20MRV
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520MRV%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for KO18%20MRV: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: YH56%20UOD
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH56%2520UOD%27 HTTP/1.1" 200 None
2026-03-28 11:31:29 [bca.uk] INFO: Scrape type for YH56%20UOD: 0
2026-03-28 11:31:29 [bca.uk] INFO: Found listing with ID: LT72%20MGJ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520MGJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for LT72%20MGJ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: NL23%20WGC
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WGC%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for NL23%20WGC: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: YC22%20ULM
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520ULM%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for YC22%20ULM: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: DA64%20HXR
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520HXR%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for DA64%20HXR: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: DU68%20HCD
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520HCD%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for DU68%20HCD: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: DY13%20XEV
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520XEV%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for DY13%20XEV: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: KV19%20GEP
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV19%2520GEP%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for KV19%20GEP: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: RX19%20UUZ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520UUZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for RX19%20UUZ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: GU23%20VTD
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTD%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for GU23%20VTD: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: HJ24%20UNS
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520UNS%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for HJ24%20UNS: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: MA23%20ZBX
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520ZBX%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for MA23%20ZBX: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: MJ71%20HPL
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HPL%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for MJ71%20HPL: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: WJ63%20LDU
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520LDU%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for WJ63%20LDU: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: YT22%20WYV
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYV%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for YT22%20WYV: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: YW73%20ECJ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW73%2520ECJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for YW73%20ECJ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: BX22%20WJM
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520WJM%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for BX22%20WJM: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: DA72%20VNC
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VNC%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for DA72%20VNC: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: EX71%20ZUA
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX71%2520ZUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for EX71%20ZUA: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: FL23%20TFX
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520TFX%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for FL23%20TFX: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: FX22%20NXJ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520NXJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for FX22%20NXJ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: GL71%20OPD
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520OPD%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for GL71%20OPD: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: MV67%20HPL
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520HPL%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for MV67%20HPL: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: DX22%20YLM
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520YLM%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for DX22%20YLM: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: EO22%20GPK
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520GPK%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for EO22%20GPK: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: EO22%20HPE
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520HPE%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for EO22%20HPE: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: GY23%20CUW
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CUW%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for GY23%20CUW: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: KJ21%20ZBU
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520ZBU%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for KJ21%20ZBU: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: KX72%20TCZ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX72%2520TCZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for KX72%20TCZ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: LA72%20DZU
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520DZU%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for LA72%20DZU: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: LR15%20LXK
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520LXK%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for LR15%20LXK: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: LR22%20XUE
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520XUE%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for LR22%20XUE: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: MD21%20YVG
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520YVG%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for MD21%20YVG: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: MK23%20USF
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520USF%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for MK23%20USF: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: ML23%20CGO
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520CGO%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for ML23%20CGO: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: OV23%20CNU
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CNU%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for OV23%20CNU: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: OX25%20DDJ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX25%2520DDJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for OX25%20DDJ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: PO20%20VTV
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO20%2520VTV%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for PO20%20VTV: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: SD70%20YCS
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520YCS%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for SD70%20YCS: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: VO72%20WGP
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WGP%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for VO72%20WGP: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: YM72%20RJY
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520RJY%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for YM72%20RJY: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: AJ22%20GVY
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520GVY%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for AJ22%20GVY: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: AJ72%20RUC
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520RUC%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for AJ72%20RUC: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: BJ20%20JKZ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520JKZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for BJ20%20JKZ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: BP72%20CGZ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for BP72%20CGZ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: BV23%20EHF
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EHF%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for BV23%20EHF: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: DT70%20GMV
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520GMV%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for DT70%20GMV: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: GM23%20LHJ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for GM23%20LHJ: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: EK72%20ZKC
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520ZKC%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for EK72%20ZKC: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: LR23%20FUO
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520FUO%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for LR23%20FUO: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: RE23%20MWV
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520MWV%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for RE23%20MWV: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: KE23%20UYD
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520UYD%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for KE23%20UYD: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: BP72%20UKY
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKY%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for BP72%20UKY: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: BJ23%20OCH
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for BJ23%20OCH: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: FX22%20RXC
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520RXC%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for FX22%20RXC: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: MA22%20VOP
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VOP%27 HTTP/1.1" 200 None
2026-03-28 11:31:30 [bca.uk] INFO: Scrape type for MA22%20VOP: 0
2026-03-28 11:31:30 [bca.uk] INFO: Found listing with ID: ML24%20PTZ
2026-03-28 11:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520PTZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for ML24%20PTZ: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: NG21%20BPX
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520BPX%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for NG21%20BPX: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: CK22%20UUL
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520UUL%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for CK22%20UUL: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: DE72%20RLO
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE72%2520RLO%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for DE72%20RLO: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: KY18%20KCJ
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520KCJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for KY18%20KCJ: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: BP23%20OUK
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OUK%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for BP23%20OUK: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: CJ23%20MWD
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MWD%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for CJ23%20MWD: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: BK22%20UKZ
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UKZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for BK22%20UKZ: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: DS72%20YRZ
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520YRZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for DS72%20YRZ: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: EF24%20XPC
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520XPC%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for EF24%20XPC: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: HY23%20TVX
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520TVX%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for HY23%20TVX: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: MA24%20TXE
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520TXE%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for MA24%20TXE: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: YP71%20UFT
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UFT%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for YP71%20UFT: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: KM73%20YKG
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YKG%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for KM73%20YKG: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: DF21%20VPO
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520VPO%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for DF21%20VPO: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: GJ68%20JVG
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520JVG%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for GJ68%20JVG: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: NG71%20EZD
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520EZD%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for NG71%20EZD: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: NJ24%20UTX
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTX%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for NJ24%20UTX: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: NJ24%20UYE
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UYE%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for NJ24%20UYE: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: NL21%20WZF
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WZF%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for NL21%20WZF: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: WP70%20EOY
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520EOY%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for WP70%20EOY: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: AK71%20URR
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520URR%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for AK71%20URR: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: BL72%20ESY
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520ESY%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for BL72%20ESY: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: DE21%20VWW
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520VWW%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for DE21%20VWW: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: KK23%20BVV
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVV%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for KK23%20BVV: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: BK22%20UNP
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNP%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for BK22%20UNP: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: DV72%20VFK
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520VFK%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for DV72%20VFK: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: LC69%20LHO
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LHO%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for LC69%20LHO: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: LS22%20AYF
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520AYF%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for LS22%20AYF: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: VK22%20DHZ
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520DHZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for VK22%20DHZ: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: YT22%20ZYC
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520ZYC%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for YT22%20ZYC: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: CU57%20OXG
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU57%2520OXG%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for CU57%20OXG: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: FD13%20EJK
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520EJK%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for FD13%20EJK: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: FL60%20VHN
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520VHN%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for FL60%20VHN: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: K21%20GMC
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K21%2520GMC%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for K21%20GMC: 0
2026-03-28 11:31:31 [bca.uk] INFO: Found listing with ID: NG64%20CGO
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520CGO%27 HTTP/1.1" 200 None
2026-03-28 11:31:31 [bca.uk] INFO: Scrape type for NG64%20CGO: 0
2026-03-28 11:31:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:36 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded
2026-03-28 11:31:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: RJ07%20FKS
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520FKS%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for RJ07%20FKS: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: RL04%20HLD
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL04%2520HLD%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for RL04%20HLD: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: TN07%20UHB
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TN07%2520UHB%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for TN07%20UHB: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: VX63%20EEM
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520EEM%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for VX63%20EEM: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: WN56%20UFH
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520UFH%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for WN56%20UFH: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: WP61%20VYK
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520VYK%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for WP61%20VYK: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: GL72%20ODN
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODN%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for GL72%20ODN: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: HG70%20HNB
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HNB%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for HG70%20HNB: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: KN23%20WRR
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for KN23%20WRR: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: KN71%20UJC
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520UJC%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for KN71%20UJC: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: MC21%20AUU
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520AUU%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for MC21%20AUU: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: OV22%20AWX
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520AWX%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for OV22%20AWX: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: RO23%20KJX
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520KJX%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for RO23%20KJX: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: SG23%20YNK
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520YNK%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for SG23%20YNK: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: SH73%20OUC
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520OUC%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for SH73%20OUC: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: WD73%20YVK
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520YVK%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for WD73%20YVK: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: YT23%20GXA
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520GXA%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for YT23%20GXA: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: KM20%20KCJ
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520KCJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for KM20%20KCJ: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: KK23%20BVU
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVU%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for KK23%20BVU: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: KK23%20BWJ
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for KK23%20BWJ: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: OE17%20UFN
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520UFN%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for OE17%20UFN: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: GU22%20PNV
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520PNV%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for GU22%20PNV: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: MA22%20OFT
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520OFT%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for MA22%20OFT: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: ML22%20OWF
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520OWF%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for ML22%20OWF: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: MV22%20NYA
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NYA%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for MV22%20NYA: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: NL23%20XMG
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520XMG%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for NL23%20XMG: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: OV72%20BXK
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520BXK%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for OV72%20BXK: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: VK21%20YGH
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YGH%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for VK21%20YGH: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: YUI%206353
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YUI%25206353%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for YUI%206353: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: CMZ%206782
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25206782%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for CMZ%206782: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: RJ71%20ZPV
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZPV%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for RJ71%20ZPV: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: DG22%20ZZX
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520ZZX%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for DG22%20ZZX: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: DS24%20PHV
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520PHV%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for DS24%20PHV: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: DU71%20YYM
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520YYM%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for DU71%20YYM: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: DY71%20LDV
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520LDV%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for DY71%20LDV: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: DS24%20ORV
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORV%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for DS24%20ORV: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: LP21%20UWA
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for LP21%20UWA: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: AJ22%20CCX
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CCX%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for AJ22%20CCX: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: BG71%20FCF
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520FCF%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for BG71%20FCF: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: DX71%20BYJ
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for DX71%20BYJ: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: EJ23%20BVX
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BVX%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for EJ23%20BVX: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: FV72%20VGT
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520VGT%27 HTTP/1.1" 200 None
2026-03-28 11:31:36 [bca.uk] INFO: Scrape type for FV72%20VGT: 0
2026-03-28 11:31:36 [bca.uk] INFO: Found listing with ID: HN24%20LYX
2026-03-28 11:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520LYX%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for HN24%20LYX: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: MD72%20VOU
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VOU%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for MD72%20VOU: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: OV25%20KJO
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520KJO%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for OV25%20KJO: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: WN22%20MTX
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520MTX%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for WN22%20MTX: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: WU23%20ESG
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520ESG%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for WU23%20ESG: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: YT22%20XUU
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520XUU%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for YT22%20XUU: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: SV23%20OPF
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OPF%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for SV23%20OPF: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LM74%20MDF
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520MDF%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LM74%20MDF: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DL74%20VDV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VDV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DL74%20VDV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LS74%20ZXD
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520ZXD%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LS74%20ZXD: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: BD22%20PFK
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PFK%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for BD22%20PFK: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: KU19%20SHM
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU19%2520SHM%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for KU19%20SHM: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: YY69%20ONL
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520ONL%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for YY69%20ONL: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: MJ22%20VGA
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VGA%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for MJ22%20VGA: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: FX22%20OUG
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520OUG%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for FX22%20OUG: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: PE61%20OGR
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520OGR%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for PE61%20OGR: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: FP72%20XCK
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XCK%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for FP72%20XCK: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: WP66%20OYZ
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520OYZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for WP66%20OYZ: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: AK60%20ZVN
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520ZVN%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for AK60%20ZVN: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: BV65%20XVC
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520XVC%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for BV65%20XVC: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DY14%20FTC
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DY14%20FTC: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DY57%20HVF
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY57%2520HVF%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DY57%20HVF: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: JGZ%204099
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JGZ%25204099%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for JGZ%204099: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LD17%20XHK
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520XHK%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LD17%20XHK: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LS09%20ZMO
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LS09%20ZMO: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LS57%20JLV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS57%2520JLV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LS57%20JLV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LXZ%205644
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25205644%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LXZ%205644: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: MJ15%20GME
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520GME%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for MJ15%20GME: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: PK11%20VMO
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520VMO%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for PK11%20VMO: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: WK23%20LFO
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520LFO%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for WK23%20LFO: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DL74%20WBK
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WBK%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DL74%20WBK: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DP74%20RVV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RVV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DP74%20RVV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DS24%20OVU
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OVU%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DS24%20OVU: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: DV24%20KFU
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFU%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for DV24%20KFU: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LN24%20TZH
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TZH%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LN24%20TZH: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LG22%20DVP
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520DVP%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LG22%20DVP: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: YH73%20GLJ
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520GLJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for YH73%20GLJ: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: WU62%20XSV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU62%2520XSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for WU62%20XSV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: VF69%20HNN
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520HNN%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for VF69%20HNN: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LM24%20WMO
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520WMO%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LM24%20WMO: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: KY62%20JJX
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for KY62%20JJX: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: NJ09%20XJL
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ09%2520XJL%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for NJ09%20XJL: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LM23%20TTO
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520TTO%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LM23%20TTO: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: LY72%20JSV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520JSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for LY72%20JSV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: AK16%20UOM
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520UOM%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for AK16%20UOM: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: EF65%20UGS
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520UGS%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for EF65%20UGS: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: GU59%20RNE
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520RNE%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for GU59%20RNE: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: YG17%20MDC
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520MDC%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for YG17%20MDC: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: CE19%20KDN
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE19%2520KDN%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for CE19%20KDN: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: MK71%20TPF
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK71%2520TPF%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for MK71%20TPF: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: MM22%20KFV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520KFV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for MM22%20KFV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: YB11%20UXM
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520UXM%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for YB11%20UXM: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: BX65%20TCV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520TCV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for BX65%20TCV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: GL62%20EAF
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520EAF%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for GL62%20EAF: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: KR60%20MWC
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520MWC%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for KR60%20MWC: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: MM08%20NGG
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM08%2520NGG%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for MM08%20NGG: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: PK13%20JWV
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK13%2520JWV%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for PK13%20JWV: 0
2026-03-28 11:31:37 [bca.uk] INFO: Found listing with ID: PK65%20YHH
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520YHH%27 HTTP/1.1" 200 None
2026-03-28 11:31:37 [bca.uk] INFO: Scrape type for PK65%20YHH: 0
2026-03-28 11:31:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:31:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:31:52 [bca.uk] INFO: Total items found: 100
2026-03-28 11:31:52 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded
2026-03-28 11:31:52 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:31:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: RJ11%20ZRY
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520ZRY%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for RJ11%20ZRY: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: PK07%20USE
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK07%2520USE%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for PK07%20USE: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: BD16%20YAO
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520YAO%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for BD16%20YAO: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: BV14%20RSX
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520RSX%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for BV14%20RSX: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: BV66%20FVG
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520FVG%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for BV66%20FVG: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: DA16%20VLV
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520VLV%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for DA16%20VLV: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: DP67%20FVA
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520FVA%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for DP67%20FVA: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: EO14%20FFZ
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520FFZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for EO14%20FFZ: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: EY08%20OSA
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520OSA%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for EY08%20OSA: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: FN67%20HCL
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520HCL%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for FN67%20HCL: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: GL67%20AOF
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520AOF%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for GL67%20AOF: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: GV62%20GCY
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520GCY%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for GV62%20GCY: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: KP67%20NGO
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP67%2520NGO%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for KP67%20NGO: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: LM13%20EUA
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520EUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for LM13%20EUA: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: MM65%20GZZ
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for MM65%20GZZ: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: MT10%20LCZ
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT10%2520LCZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for MT10%20LCZ: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: NJ18%20MHZ
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520MHZ%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for NJ18%20MHZ: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: SG10%20CVO
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520CVO%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for SG10%20CVO: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: VA14%20HZW
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520HZW%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for VA14%20HZW: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: VN19%20UVT
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520UVT%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for VN19%20UVT: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: VO73%20YYM
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520YYM%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for VO73%20YYM: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: VX17%20ZUD
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520ZUD%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for VX17%20ZUD: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: VX70%20XXR
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX70%2520XXR%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for VX70%20XXR: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: WF71%20ENW
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ENW%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for WF71%20ENW: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: WR20%20VCO
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR20%2520VCO%27 HTTP/1.1" 200 None
2026-03-28 11:31:52 [bca.uk] INFO: Scrape type for WR20%20VCO: 0
2026-03-28 11:31:52 [bca.uk] INFO: Found listing with ID: WU66%20DVL
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520DVL%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for WU66%20DVL: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: DC65%20CCX
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520CCX%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for DC65%20CCX: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: KY61%20CXN
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY61%2520CXN%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for KY61%20CXN: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: MT15%20UJV
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520UJV%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for MT15%20UJV: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: YR65%20CTV
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for YR65%20CTV: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: MM69%20GXO
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520GXO%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for MM69%20GXO: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: BW16%20FHP
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW16%2520FHP%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for BW16%20FHP: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: EF11%20DKJ
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520DKJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for EF11%20DKJ: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: EY68%20FSJ
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520FSJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for EY68%20FSJ: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: GN19%20ZWK
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520ZWK%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for GN19%20ZWK: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: KS16%20XKC
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520XKC%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for KS16%20XKC: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: KY60%20YDD
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY60%2520YDD%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for KY60%20YDD: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: LG17%20ONL
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520ONL%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for LG17%20ONL: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: MF63%20RLV
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520RLV%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for MF63%20RLV: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: RK65%20DXJ
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520DXJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for RK65%20DXJ: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: WD08%20EZN
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD08%2520EZN%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for WD08%20EZN: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: YC63%20DSV
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520DSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for YC63%20DSV: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: SV11%20VXD
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV11%2520VXD%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for SV11%20VXD: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: LS23%20FJJ
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520FJJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for LS23%20FJJ: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: OE16%20YKU
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520YKU%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for OE16%20YKU: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: LV12%20XBX
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XBX%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for LV12%20XBX: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: HT17%20BVO
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT17%2520BVO%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for HT17%20BVO: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: BD67%20LUP
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD67%2520LUP%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for BD67%20LUP: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: HV14%20UHG
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV14%2520UHG%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for HV14%20UHG: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: YE17%20KGU
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520KGU%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for YE17%20KGU: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: YY17%20YOE
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YOE%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for YY17%20YOE: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: BG71%20KTN
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520KTN%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for BG71%20KTN: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: WA72%20XXD
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA72%2520XXD%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for WA72%20XXD: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: ML15%20HWT
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HWT%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for ML15%20HWT: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: MA75%20OHP
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520OHP%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for MA75%20OHP: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: MA75%20SSV
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SSV%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for MA75%20SSV: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: DY70%20OAD
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OAD%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for DY70%20OAD: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: CK66%20KCX
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520KCX%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for CK66%20KCX: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: AV14%20FBX
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520FBX%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for AV14%20FBX: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: HN68%20YJP
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN68%2520YJP%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for HN68%20YJP: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: KR16%20LDD
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520LDD%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for KR16%20LDD: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: LC23%20CFX
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520CFX%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for LC23%20CFX: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: MA72%20KJO
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520KJO%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for MA72%20KJO: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: SN17%20UYJ
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN17%2520UYJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for SN17%20UYJ: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: SJ72%20CWM
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520CWM%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for SJ72%20CWM: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: DY19%20EOJ
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EOJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for DY19%20EOJ: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: BV17%20CFG
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520CFG%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for BV17%20CFG: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: GL61%20DYT
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520DYT%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for GL61%20DYT: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: GU21%20VUM
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520VUM%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for GU21%20VUM: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: ML69%20MLY
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520MLY%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for ML69%20MLY: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: SW68%20JYU
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520JYU%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for SW68%20JYU: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: FX73%20NUA
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520NUA%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for FX73%20NUA: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: KW18%20NKS
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520NKS%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for KW18%20NKS: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: LS72%20VEW
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520VEW%27 HTTP/1.1" 200 None
2026-03-28 11:31:53 [bca.uk] INFO: Scrape type for LS72%20VEW: 0
2026-03-28 11:31:53 [bca.uk] INFO: Found listing with ID: KR70%20XVM
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520XVM%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for KR70%20XVM: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: LO20%20ZVX
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520ZVX%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for LO20%20ZVX: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: ET68%20DWG
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWG%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for ET68%20DWG: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: PO67%20ZCU
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520ZCU%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for PO67%20ZCU: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: PJ20%20KVH
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520KVH%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for PJ20%20KVH: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: LD18%20MLJ
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520MLJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for LD18%20MLJ: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: ED10%20ALP
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ED10%2520ALP%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for ED10%20ALP: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: RK74%20UVP
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520UVP%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for RK74%20UVP: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: NV17%20XOX
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520XOX%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for NV17%20XOX: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: EA18%20EHR
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520EHR%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for EA18%20EHR: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: HA11%20YSJ
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA11%2520YSJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for HA11%20YSJ: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: WN17%20AHG
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520AHG%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for WN17%20AHG: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: VO21%20SWN
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520SWN%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for VO21%20SWN: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: FL68%20VZV
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL68%2520VZV%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for FL68%20VZV: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: DA68%20XDH
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520XDH%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for DA68%20XDH: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: SY24%20VVA
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520VVA%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for SY24%20VVA: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: GJ69%20HGC
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520HGC%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for GJ69%20HGC: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: LS73%20EFH
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EFH%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for LS73%20EFH: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: CN24%20VAX
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN24%2520VAX%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for CN24%20VAX: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: LG73%20CTW
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520CTW%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for LG73%20CTW: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: MM24%20VAJ
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM24%2520VAJ%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for MM24%20VAJ: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: R726%20TUX
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R726%2520TUX%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for R726%20TUX: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: FH64%20WPX
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH64%2520WPX%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for FH64%20WPX: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: MA22%20WFF
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520WFF%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for MA22%20WFF: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: CT19%20OCS
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520OCS%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for CT19%20OCS: 0
2026-03-28 11:31:54 [bca.uk] INFO: Found listing with ID: CA20%20VSX
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520VSX%27 HTTP/1.1" 200 None
2026-03-28 11:31:54 [bca.uk] INFO: Scrape type for CA20%20VSX: 0
2026-03-28 11:31:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:31:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:32:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:32:02 [bca.uk] INFO: Total items found: 100
2026-03-28 11:32:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded
2026-03-28 11:32:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:32:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: AD02%20TAM
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD02%2520TAM%27 HTTP/1.1" 200 None
2026-03-28 11:32:02 [bca.uk] INFO: Scrape type for AD02%20TAM: 0
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: V555%20SRB
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V555%2520SRB%27 HTTP/1.1" 200 None
2026-03-28 11:32:02 [bca.uk] INFO: Scrape type for V555%20SRB: 0
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: SD13%20CUX
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD13%2520CUX%27 HTTP/1.1" 200 None
2026-03-28 11:32:02 [bca.uk] INFO: Scrape type for SD13%20CUX: 0
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: MJ68%20DAO
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520DAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:02 [bca.uk] INFO: Scrape type for MJ68%20DAO: 0
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: EO63%20VYA
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520VYA%27 HTTP/1.1" 200 None
2026-03-28 11:32:02 [bca.uk] INFO: Scrape type for EO63%20VYA: 0
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: FT16%20HCV
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520HCV%27 HTTP/1.1" 200 None
2026-03-28 11:32:02 [bca.uk] INFO: Scrape type for FT16%20HCV: 0
2026-03-28 11:32:02 [bca.uk] INFO: Found listing with ID: HG64%20CBV
2026-03-28 11:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520CBV%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for HG64%20CBV: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YC64%20CXY
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520CXY%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YC64%20CXY: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: VN14%20TPV
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520TPV%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for VN14%20TPV: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: HS69%20BVL
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS69%2520BVL%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for HS69%20BVL: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: EF73%20MXL
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF73%2520MXL%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for EF73%20MXL: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: DE22%20AYT
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AYT%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for DE22%20AYT: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: DK74%20ZGW
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK74%2520ZGW%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for DK74%20ZGW: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: KV14%20WDF
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520WDF%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for KV14%20WDF: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YD62%20MXO
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520MXO%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YD62%20MXO: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: VO23%20LTU
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520LTU%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for VO23%20LTU: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: LM72%20USD
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520USD%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for LM72%20USD: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YA67%20DLZ
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520DLZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YA67%20DLZ: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: LP68%20KCU
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520KCU%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for LP68%20KCU: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: NK19%20WZJ
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK19%2520WZJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for NK19%20WZJ: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: BT68%20OVB
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520OVB%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for BT68%20OVB: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YB18%20FUF
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520FUF%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YB18%20FUF: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YE69%20KWY
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520KWY%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YE69%20KWY: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: HJ22%20EPO
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520EPO%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for HJ22%20EPO: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: VU22%20DPE
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU22%2520DPE%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for VU22%20DPE: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: BG18%20VPO
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520VPO%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for BG18%20VPO: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: OV69%20RNA
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520RNA%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for OV69%20RNA: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: SB69%20CZH
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520CZH%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for SB69%20CZH: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: SH68%20UOY
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UOY%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for SH68%20UOY: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YA70%20WXC
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520WXC%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YA70%20WXC: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YM66%20EJK
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM66%2520EJK%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YM66%20EJK: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YR22%20ZZT
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520ZZT%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YR22%20ZZT: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: LR22%20VYS
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VYS%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for LR22%20VYS: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: HW69%20OAO
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW69%2520OAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for HW69%20OAO: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YP22%20HPN
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520HPN%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YP22%20HPN: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: WU22%20KXZ
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KXZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for WU22%20KXZ: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: GX23%20XOD
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XOD%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for GX23%20XOD: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: AV16%20CSZ
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV16%2520CSZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for AV16%20CSZ: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: MF22%20UMW
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520UMW%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for MF22%20UMW: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: LN67%20NJX
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520NJX%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for LN67%20NJX: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: FL22%20AUM
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520AUM%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for FL22%20AUM: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YR74%20MHK
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520MHK%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YR74%20MHK: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YL25%20KXG
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL25%2520KXG%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YL25%20KXG: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YR24%20SDY
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YR24%20SDY: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: KU12%20FNP
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520FNP%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for KU12%20FNP: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YG75%20AUP
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520AUP%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YG75%20AUP: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: CY63%20AUX
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY63%2520AUX%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for CY63%20AUX: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: KF72%20VKO
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VKO%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for KF72%20VKO: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: YP12%20YGA
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520YGA%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for YP12%20YGA: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: NG10%20CEN
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG10%2520CEN%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for NG10%20CEN: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: MF56%20OZB
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520OZB%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for MF56%20OZB: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: GL14%20ZPO
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL14%2520ZPO%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for GL14%20ZPO: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: PK21%20FUW
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520FUW%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for PK21%20FUW: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: SH24%20KWW
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH24%2520KWW%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for SH24%20KWW: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: SV21%20OOW
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OOW%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for SV21%20OOW: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: SC09%20GVT
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC09%2520GVT%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for SC09%20GVT: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: VU68%20NZT
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520NZT%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for VU68%20NZT: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: AF18%20XNJ
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520XNJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for AF18%20XNJ: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: MA21%20URM
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520URM%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for MA21%20URM: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: DC71%20FZU
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC71%2520FZU%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for DC71%20FZU: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: KW70%20WBV
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WBV%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for KW70%20WBV: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: SL21%20GVE
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL21%2520GVE%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for SL21%20GVE: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: AX72%20KBV
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBV%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for AX72%20KBV: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: BX19%20SYY
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520SYY%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for BX19%20SYY: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: BK18%20XYL
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520XYL%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for BK18%20XYL: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: LD22%20AYJ
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AYJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for LD22%20AYJ: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: CF75%20GGP
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF75%2520GGP%27 HTTP/1.1" 200 None
2026-03-28 11:32:03 [bca.uk] INFO: Scrape type for CF75%20GGP: 0
2026-03-28 11:32:03 [bca.uk] INFO: Found listing with ID: FV72%20KGY
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520KGY%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for FV72%20KGY: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: LO64%20HHD
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520HHD%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for LO64%20HHD: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: RF65%20HTX
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF65%2520HTX%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for RF65%20HTX: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: BJ72%20DRO
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520DRO%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for BJ72%20DRO: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: CK23%20WHN
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520WHN%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for CK23%20WHN: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: LF21%20YTG
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520YTG%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for LF21%20YTG: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: RA73%20EBJ
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520EBJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for RA73%20EBJ: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: YK13%20FZT
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520FZT%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for YK13%20FZT: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: BP72%20DYU
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520DYU%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for BP72%20DYU: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: GJ71%20VMR
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VMR%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for GJ71%20VMR: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: LS73%20GLF
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520GLF%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for LS73%20GLF: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: YN22%20NAU
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520NAU%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for YN22%20NAU: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: KR68%20LWG
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWG%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for KR68%20LWG: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: LF65%20ZZH
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF65%2520ZZH%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for LF65%20ZZH: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: OV67%20NCF
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520NCF%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for OV67%20NCF: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: OY17%20WCN
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520WCN%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for OY17%20WCN: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: SY21%20KSE
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KSE%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for SY21%20KSE: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: WF72%20GFE
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GFE%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for WF72%20GFE: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: WG19%20VKO
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520VKO%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for WG19%20VKO: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: CF72%20WXG
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXG%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for CF72%20WXG: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: SY21%20KPV
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KPV%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for SY21%20KPV: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: ME21%20EOG
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520EOG%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for ME21%20EOG: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: YM74%20VHU
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520VHU%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for YM74%20VHU: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: OU14%20UJN
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UJN%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for OU14%20UJN: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: BX19%20RTU
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520RTU%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for BX19%20RTU: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: DL72%20YXT
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520YXT%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for DL72%20YXT: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: FJ22%20MVF
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520MVF%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for FJ22%20MVF: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: FL23%20DGF
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520DGF%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for FL23%20DGF: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: GY23%20NRX
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520NRX%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for GY23%20NRX: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: WN22%20HXF
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXF%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for WN22%20HXF: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: FP07%20WUH
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP07%2520WUH%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for FP07%20WUH: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: CF72%20WXC
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXC%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for CF72%20WXC: 0
2026-03-28 11:32:04 [bca.uk] INFO: Found listing with ID: DV72%20LHT
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520LHT%27 HTTP/1.1" 200 None
2026-03-28 11:32:04 [bca.uk] INFO: Scrape type for DV72%20LHT: 0
2026-03-28 11:32:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:32:10 [scrapy.extensions.logstats] INFO: Crawled 294 pages (at 7 pages/min), scraped 1488 items (at 0 items/min)
2026-03-28 11:32:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:32:22 [bca.uk] INFO: Total items found: 100
2026-03-28 11:32:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded
2026-03-28 11:32:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:32:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: GY72%20DTO
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520DTO%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for GY72%20DTO: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: MJ23%20YRS
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ23%2520YRS%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for MJ23%20YRS: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: MT23%20YFJ
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520YFJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for MT23%20YFJ: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: SB60%20DPE
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520DPE%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for SB60%20DPE: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: FY68%20AKZ
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520AKZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for FY68%20AKZ: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: MH72%20DCO
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DCO%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for MH72%20DCO: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: RE72%20GLV
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for RE72%20GLV: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: RF71%20AEN
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEN%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for RF71%20AEN: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: VN70%20UEW
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520UEW%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for VN70%20UEW: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: KM61%20FMG
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520FMG%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for KM61%20FMG: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: WN73%20BOV
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520BOV%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for WN73%20BOV: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: BJ71%20AEU
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520AEU%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for BJ71%20AEU: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: CJ72%20FSL
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSL%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for CJ72%20FSL: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: DP23%20ZVO
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520ZVO%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for DP23%20ZVO: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: FP71%20DWM
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520DWM%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for FP71%20DWM: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: LX22%20MBU
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520MBU%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for LX22%20MBU: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: MA23%20UCR
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCR%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for MA23%20UCR: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: MV23%20RLZ
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520RLZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:22 [bca.uk] INFO: Scrape type for MV23%20RLZ: 0
2026-03-28 11:32:22 [bca.uk] INFO: Found listing with ID: WG22%20NSK
2026-03-28 11:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520NSK%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for WG22%20NSK: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: VO18%20DXE
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520DXE%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for VO18%20DXE: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: KF72%20VDC
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VDC%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for KF72%20VDC: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: AV75%20CWF
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWF%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for AV75%20CWF: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: BV22%20ZHY
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV22%2520ZHY%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for BV22%20ZHY: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: DP22%20FZA
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520FZA%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for DP22%20FZA: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: DS23%20APZ
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for DS23%20APZ: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: FX71%20SKK
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520SKK%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for FX71%20SKK: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: GJ23%20KHG
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KHG%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for GJ23%20KHG: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: HV12%20KKL
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520KKL%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for HV12%20KKL: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: LF23%20VWH
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VWH%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for LF23%20VWH: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: LG23%20ZFS
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520ZFS%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for LG23%20ZFS: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: LM72%20KHA
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520KHA%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for LM72%20KHA: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: LP21%20NUH
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520NUH%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for LP21%20NUH: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: MF21%20RGU
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF21%2520RGU%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for MF21%20RGU: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: PK23%20VVG
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520VVG%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for PK23%20VVG: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: SN23%20ULV
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520ULV%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for SN23%20ULV: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: VX22%20XJE
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX22%2520XJE%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for VX22%20XJE: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: WN70%20JZJ
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520JZJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for WN70%20JZJ: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: LD20%20NTK
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520NTK%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for LD20%20NTK: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: DS18%20LWX
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LWX%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for DS18%20LWX: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: DS71%20GRU
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520GRU%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for DS71%20GRU: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: MM71%20HKX
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520HKX%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for MM71%20HKX: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: PK23%20HLN
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520HLN%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for PK23%20HLN: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: RA22%20WTD
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA22%2520WTD%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for RA22%20WTD: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: RF71%20AEL
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEL%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for RF71%20AEL: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: VE71%20WMG
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WMG%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for VE71%20WMG: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: WU23%20FFO
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520FFO%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for WU23%20FFO: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: YG22%20UXL
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UXL%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for YG22%20UXL: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: CU22%20KWR
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520KWR%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for CU22%20KWR: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: KU22%20YUR
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU22%2520YUR%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for KU22%20YUR: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: DK24%20WNG
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WNG%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for DK24%20WNG: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: OV66%20GWX
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520GWX%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for OV66%20GWX: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: UW11%20LAM
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UW11%2520LAM%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for UW11%20LAM: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: SJ20%20CTV
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ20%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for SJ20%20CTV: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: MJ68%20OVW
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520OVW%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for MJ68%20OVW: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: BT21%20MXF
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520MXF%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for BT21%20MXF: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: KT68%20WRU
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520WRU%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for KT68%20WRU: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: GF16%20UWA
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for GF16%20UWA: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: EU16%20FJE
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520FJE%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for EU16%20FJE: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: LO66%20VEB
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520VEB%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for LO66%20VEB: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: SA70%20OGP
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA70%2520OGP%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for SA70%20OGP: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: SF64%20XAO
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF64%2520XAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for SF64%20XAO: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: GV74%20LGO
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520LGO%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for GV74%20LGO: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: OY75%20FPD
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520FPD%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for OY75%20FPD: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: WM73%20NBF
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520NBF%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for WM73%20NBF: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: WX24%20XDW
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX24%2520XDW%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for WX24%20XDW: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: CX59%20YYW
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520YYW%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for CX59%20YYW: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: FG66%20HZW
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520HZW%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for FG66%20HZW: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: RK60%20RLZ
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK60%2520RLZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:23 [bca.uk] INFO: Scrape type for RK60%20RLZ: 0
2026-03-28 11:32:23 [bca.uk] INFO: Found listing with ID: SV62%20OSA
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520OSA%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for SV62%20OSA: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: VK61%20OBO
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520OBO%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for VK61%20OBO: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: AY64%20LKC
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520LKC%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for AY64%20LKC: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: CF25%20KZG
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF25%2520KZG%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for CF25%20KZG: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: YH11%20AUV
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH11%2520AUV%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for YH11%20AUV: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: PL24%20MLO
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL24%2520MLO%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for PL24%20MLO: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: YR65%20CZD
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520CZD%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for YR65%20CZD: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: VK22%20EZH
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520EZH%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for VK22%20EZH: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: BK23%20NBY
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NBY%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for BK23%20NBY: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: PO23%20ZRC
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO23%2520ZRC%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for PO23%20ZRC: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: NL72%20MDO
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520MDO%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for NL72%20MDO: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: HT22%20UFZ
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520UFZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for HT22%20UFZ: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: DC66%20BWD
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520BWD%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for DC66%20BWD: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: DV64%20ZXY
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520ZXY%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for DV64%20ZXY: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: EX14%20ODS
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520ODS%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for EX14%20ODS: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: MK65%20FMP
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK65%2520FMP%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for MK65%20FMP: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: YY08%20KYH
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY08%2520KYH%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for YY08%20KYH: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: DX22%20EKF
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520EKF%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for DX22%20EKF: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: MH25%20FAO
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH25%2520FAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for MH25%20FAO: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: DG24%20LFU
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LFU%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for DG24%20LFU: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: HK15%20HPJ
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520HPJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for HK15%20HPJ: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: DG24%20KZL
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520KZL%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for DG24%20KZL: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: FX70%20OUJ
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520OUJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for FX70%20OUJ: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: MT70%20YFR
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for MT70%20YFR: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: BL23%20CNE
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520CNE%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for BL23%20CNE: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: BV24%20ASU
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ASU%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for BV24%20ASU: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: SG22%20OZM
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520OZM%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for SG22%20OZM: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: WV13%20WWE
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV13%2520WWE%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for WV13%20WWE: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: BK75%20GHN
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK75%2520GHN%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for BK75%20GHN: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: VU66%20MDV
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520MDV%27 HTTP/1.1" 200 None
2026-03-28 11:32:24 [bca.uk] INFO: Scrape type for VU66%20MDV: 0
2026-03-28 11:32:24 [bca.uk] INFO: Found listing with ID: WU72%20TBX
2026-03-28 11:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TBX%27 HTTP/1.1" 200 None
2026-03-28 11:32:25 [bca.uk] INFO: Scrape type for WU72%20TBX: 0
2026-03-28 11:32:25 [bca.uk] INFO: Found listing with ID: FX13%20SEO
2026-03-28 11:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX13%2520SEO%27 HTTP/1.1" 200 None
2026-03-28 11:32:25 [bca.uk] INFO: Scrape type for FX13%20SEO: 0
2026-03-28 11:32:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:32:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:32:34 [bca.uk] INFO: Total items found: 100
2026-03-28 11:32:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded
2026-03-28 11:32:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:32:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: EJ70%20ZCV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520ZCV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for EJ70%20ZCV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: YB14%20WDE
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520WDE%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for YB14%20WDE: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: AU72%20VZK
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU72%2520VZK%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for AU72%20VZK: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: EN66%20BAO
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520BAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for EN66%20BAO: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: KW16%20MTJ
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW16%2520MTJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for KW16%20MTJ: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: OU22%20TWV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU22%2520TWV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for OU22%20TWV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: BJ22%20BAO
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520BAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for BJ22%20BAO: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: FT63%20OLV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520OLV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for FT63%20OLV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: LF15%20XDV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520XDV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for LF15%20XDV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: CA02%20CLK
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA02%2520CLK%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for CA02%20CLK: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: BT18%20JFX
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520JFX%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for BT18%20JFX: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: LC15%20MVN
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC15%2520MVN%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for LC15%20MVN: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: SR17%20FDM
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR17%2520FDM%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for SR17%20FDM: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: HY16%20NWV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520NWV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for HY16%20NWV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: FN13%20JDX
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520JDX%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for FN13%20JDX: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: GX65%20PDU
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX65%2520PDU%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for GX65%20PDU: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: LD14%20UTS
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD14%2520UTS%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for LD14%20UTS: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: YY61%20JHU
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY61%2520JHU%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for YY61%20JHU: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: CX66%20WSY
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520WSY%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for CX66%20WSY: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: ST12%20GYF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520GYF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for ST12%20GYF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: KU09%20HGJ
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520HGJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for KU09%20HGJ: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: HG11%20ROH
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520ROH%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for HG11%20ROH: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: SA11%20EZW
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520EZW%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for SA11%20EZW: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: FT10%20OGV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT10%2520OGV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for FT10%20OGV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: OY19%20FMJ
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY19%2520FMJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for OY19%20FMJ: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: OW65%20CFP
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW65%2520CFP%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for OW65%20CFP: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: KC15%20AAE
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC15%2520AAE%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for KC15%20AAE: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: OY62%20ZZF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520ZZF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for OY62%20ZZF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: CK23%20HZF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520HZF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for CK23%20HZF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: HY16%20CRZ
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520CRZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for HY16%20CRZ: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: AK22%20CCZ
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520CCZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for AK22%20CCZ: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: CY20%20AYO
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY20%2520AYO%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for CY20%20AYO: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: DN69%20TPZ
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520TPZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for DN69%20TPZ: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: RO22%20NPU
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NPU%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for RO22%20NPU: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: KN18%20YYF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520YYF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for KN18%20YYF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: HS21%20OGL
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520OGL%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for HS21%20OGL: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: BX13%20ELH
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520ELH%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for BX13%20ELH: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: LE73%20KBV
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KBV%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for LE73%20KBV: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: GF15%20GYK
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520GYK%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for GF15%20GYK: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: BN24%20VAF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520VAF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for BN24%20VAF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: KY21%20LYG
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520LYG%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for KY21%20LYG: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: MV62%20VSU
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520VSU%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for MV62%20VSU: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: YG23%20VNO
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VNO%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for YG23%20VNO: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: WN22%20OVG
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520OVG%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for WN22%20OVG: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: AO13%20UZN
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO13%2520UZN%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for AO13%20UZN: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: BL23%20VPW
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520VPW%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for BL23%20VPW: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: LN16%20HHA
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN16%2520HHA%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for LN16%20HHA: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: YP21%20WDW
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520WDW%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for YP21%20WDW: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: FV16%20CKO
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV16%2520CKO%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for FV16%20CKO: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: RJ71%20FSF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520FSF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for RJ71%20FSF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: WM15%20WVO
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM15%2520WVO%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for WM15%20WVO: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: HV74%20NWF
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520NWF%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for HV74%20NWF: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: BL73%20FTP
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520FTP%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for BL73%20FTP: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: GV72%20UFY
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520UFY%27 HTTP/1.1" 200 None
2026-03-28 11:32:34 [bca.uk] INFO: Scrape type for GV72%20UFY: 0
2026-03-28 11:32:34 [bca.uk] INFO: Found listing with ID: RE22%20PGX
2026-03-28 11:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520PGX%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for RE22%20PGX: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: RX72%20CJU
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520CJU%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for RX72%20CJU: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YB25%20XWL
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520XWL%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YB25%20XWL: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YC23%20NZG
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520NZG%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YC23%20NZG: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YC24%20LTK
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC24%2520LTK%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YC24%20LTK: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: DF67%20ZBV
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF67%2520ZBV%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for DF67%20ZBV: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: NL72%20VLY
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520VLY%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for NL72%20VLY: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: FM17%20RMY
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520RMY%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for FM17%20RMY: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: DA71%20PXF
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for DA71%20PXF: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: DN24%20UOU
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UOU%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for DN24%20UOU: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: GD25%20NKM
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD25%2520NKM%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for GD25%20NKM: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: HV22%20ZSG
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for HV22%20ZSG: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: LL72%20BZK
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520BZK%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for LL72%20BZK: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: MP73%20HZK
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520HZK%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for MP73%20HZK: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: RA73%20AVN
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520AVN%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for RA73%20AVN: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YF71%20WKK
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WKK%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YF71%20WKK: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YK24%20AEO
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520AEO%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YK24%20AEO: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: FP73%20NXV
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520NXV%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for FP73%20NXV: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: DP73%20FNK
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520FNK%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for DP73%20FNK: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: GK72%20OKV
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK72%2520OKV%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for GK72%20OKV: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: KR22%20SGY
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520SGY%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for KR22%20SGY: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: NL73%20OCS
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL73%2520OCS%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for NL73%20OCS: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: WR22%20TXW
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR22%2520TXW%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for WR22%20TXW: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YC23%20DXD
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520DXD%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YC23%20DXD: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YD23%20AOF
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520AOF%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YD23%20AOF: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YR24%20JWZ
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520JWZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YR24%20JWZ: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: CF21%20MSU
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520MSU%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for CF21%20MSU: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: FX20%20NUC
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520NUC%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for FX20%20NUC: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: MC04%20TNE
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC04%2520TNE%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for MC04%20TNE: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: KY22%20CTE
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520CTE%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for KY22%20CTE: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: BJ71%20HDN
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520HDN%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for BJ71%20HDN: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: HD16%20KZW
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD16%2520KZW%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for HD16%20KZW: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: DN20%20OOC
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OOC%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for DN20%20OOC: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: ST17%20ZSF
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZSF%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for ST17%20ZSF: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: GN66%20UUO
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520UUO%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for GN66%20UUO: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: MJ72%20WSY
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520WSY%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for MJ72%20WSY: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: SW17%20WTY
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520WTY%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for SW17%20WTY: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: PJ21%20KYH
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520KYH%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for PJ21%20KYH: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: WJ20%20AFZ
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ20%2520AFZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for WJ20%20AFZ: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: PK20%20WLJ
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WLJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for PK20%20WLJ: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: PK20%20WJA
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WJA%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for PK20%20WJA: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: WM13%20JVX
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM13%2520JVX%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for WM13%20JVX: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: ST21%20DZM
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST21%2520DZM%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for ST21%20DZM: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: DF75%20ECW
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF75%2520ECW%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for DF75%20ECW: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: SP15%20WMX
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WMX%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for SP15%20WMX: 0
2026-03-28 11:32:35 [bca.uk] INFO: Found listing with ID: YF70%20CWL
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF70%2520CWL%27 HTTP/1.1" 200 None
2026-03-28 11:32:35 [bca.uk] INFO: Scrape type for YF70%20CWL: 0
2026-03-28 11:32:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:32:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:32:57 [bca.uk] INFO: Total items found: 100
2026-03-28 11:32:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded
2026-03-28 11:32:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:32:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: SR19%20FHB
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FHB%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for SR19%20FHB: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: PK67%20BDX
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520BDX%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for PK67%20BDX: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: LS24%20YUT
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520YUT%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for LS24%20YUT: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: LS24%20GUW
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GUW%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for LS24%20GUW: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: HT25%20OUP
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT25%2520OUP%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for HT25%20OUP: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: MB13%20RDB
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520RDB%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for MB13%20RDB: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: HN25%20YJF
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520YJF%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for HN25%20YJF: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: FD70%20VYU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520VYU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for FD70%20VYU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: LL71%20YRU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520YRU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for LL71%20YRU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: BL72%20FCX
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520FCX%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for BL72%20FCX: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: FM16%20WCE
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520WCE%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for FM16%20WCE: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: BU64%20BZH
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520BZH%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for BU64%20BZH: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: YH67%20DGU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520DGU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for YH67%20DGU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: GM69%20AAO
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520AAO%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for GM69%20AAO: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: YC15%20CXH
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520CXH%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for YC15%20CXH: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: RV65%20LRF
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520LRF%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for RV65%20LRF: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: RO09%20HKH
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520HKH%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for RO09%20HKH: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: AY15%20WGP
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY15%2520WGP%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for AY15%20WGP: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: SK69%20GHU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520GHU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for SK69%20GHU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: SW18%20CCU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520CCU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for SW18%20CCU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: YB65%20UOY
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UOY%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for YB65%20UOY: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: MD71%20LBE
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520LBE%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for MD71%20LBE: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: BL71%20EOF
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520EOF%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for BL71%20EOF: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: AO65%20RUJ
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520RUJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for AO65%20RUJ: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: MD68%20TZS
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520TZS%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for MD68%20TZS: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: MV64%20KFJ
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV64%2520KFJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for MV64%20KFJ: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: DL18%20WXB
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520WXB%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for DL18%20WXB: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: MP19%20GXJ
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520GXJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for MP19%20GXJ: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: HY18%20WRU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY18%2520WRU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for HY18%20WRU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: PY14%20GDZ
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520GDZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for PY14%20GDZ: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: VT19%20XLB
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520XLB%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for VT19%20XLB: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: BN69%20KPE
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520KPE%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for BN69%20KPE: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: FY70%20CWU
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520CWU%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for FY70%20CWU: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: YG21%20XBE
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520XBE%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for YG21%20XBE: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: R229%20LWV
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R229%2520LWV%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for R229%20LWV: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: NG21%20VPN
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520VPN%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for NG21%20VPN: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: YX70%20KOV
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX70%2520KOV%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for YX70%20KOV: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: RJ22%20OJH
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520OJH%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for RJ22%20OJH: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: GJ70%20LWL
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LWL%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for GJ70%20LWL: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: LN71%20XHS
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520XHS%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for LN71%20XHS: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: NC71%20UFS
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520UFS%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for NC71%20UFS: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: MA62%20WDW
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520WDW%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for MA62%20WDW: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: FP66%20DTF
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520DTF%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for FP66%20DTF: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: RA19%20HYH
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520HYH%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for RA19%20HYH: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: SR21%20XPN
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR21%2520XPN%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for SR21%20XPN: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: LS74%20HXB
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520HXB%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for LS74%20HXB: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: FP69%20LNY
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LNY%27 HTTP/1.1" 200 None
2026-03-28 11:32:57 [bca.uk] INFO: Scrape type for FP69%20LNY: 0
2026-03-28 11:32:57 [bca.uk] INFO: Found listing with ID: OV23%20YCO
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520YCO%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for OV23%20YCO: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BX67%20YXT
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX67%2520YXT%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BX67%20YXT: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BU13%20NEJ
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU13%2520NEJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BU13%20NEJ: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: MA62%20ZBO
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520ZBO%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for MA62%20ZBO: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: WU25%20ULL
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU25%2520ULL%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for WU25%20ULL: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YG05%20OKN
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG05%2520OKN%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YG05%20OKN: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: FN19%20GLF
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520GLF%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for FN19%20GLF: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YR22%20SVF
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SVF%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YR22%20SVF: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: HD19%20WBT
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520WBT%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for HD19%20WBT: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: RV67%20YTW
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV67%2520YTW%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for RV67%20YTW: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YT16%20EAE
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT16%2520EAE%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YT16%20EAE: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BG69%20LXR
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520LXR%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BG69%20LXR: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: RE12%20YSO
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520YSO%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for RE12%20YSO: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YY05%20BXV
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY05%2520BXV%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YY05%20BXV: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: SO15%20TJU
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520TJU%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for SO15%20TJU: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: FH74%20AOW
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH74%2520AOW%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for FH74%20AOW: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: MT16%20KPZ
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT16%2520KPZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for MT16%20KPZ: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: OY69%20GMU
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520GMU%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for OY69%20GMU: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: FG15%20KSF
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG15%2520KSF%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for FG15%20KSF: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: PO63%20BDF
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520BDF%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for PO63%20BDF: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: VN62%20ZKL
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN62%2520ZKL%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for VN62%20ZKL: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: SD57%20CYU
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD57%2520CYU%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for SD57%20CYU: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: ML16%20ZXF
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML16%2520ZXF%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for ML16%20ZXF: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: SL16%20ZPK
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520ZPK%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for SL16%20ZPK: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YH21%20ZMV
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YH21%20ZMV: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BN18%20MVD
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN18%2520MVD%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BN18%20MVD: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: SW18%20LJV
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520LJV%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for SW18%20LJV: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YP70%20RYA
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP70%2520RYA%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YP70%20RYA: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YR67%20UEJ
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR67%2520UEJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YR67%20UEJ: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: EK18%20VPG
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for EK18%20VPG: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: LA17%20MFV
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520MFV%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for LA17%20MFV: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: MC14%20KPO
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC14%2520KPO%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for MC14%20KPO: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: WF24%20NKD
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for WF24%20NKD: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: HY19%20ASX
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ASX%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for HY19%20ASX: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: AE63%20THU
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520THU%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for AE63%20THU: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BU13%20PXL
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU13%2520PXL%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BU13%20PXL: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: YY18%20UZA
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY18%2520UZA%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for YY18%20UZA: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: LL24%20OAM
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520OAM%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for LL24%20OAM: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: MW18%20YHR
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW18%2520YHR%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for MW18%20YHR: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: GC19%20RZR
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520RZR%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for GC19%20RZR: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: LS67%20EVN
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS67%2520EVN%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for LS67%20EVN: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: HY19%20AZZ
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520AZZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for HY19%20AZZ: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: KE73%20JXD
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520JXD%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for KE73%20JXD: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: ML23%20XEN
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520XEN%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for ML23%20XEN: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: OXZ%204409
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OXZ%25204409%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for OXZ%204409: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BA19%20YBM
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520YBM%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BA19%20YBM: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: NU18%20WJV
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520WJV%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for NU18%20WJV: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: DS08%20ADZ
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS08%2520ADZ%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for DS08%20ADZ: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: GY19%20VDM
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520VDM%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for GY19%20VDM: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: FY16%20WBJ
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY16%2520WBJ%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for FY16%20WBJ: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: DA24%20JXK
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520JXK%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for DA24%20JXK: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: BK70%20RXR
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520RXR%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for BK70%20RXR: 0
2026-03-28 11:32:58 [bca.uk] INFO: Found listing with ID: OY70%20PWF
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520PWF%27 HTTP/1.1" 200 None
2026-03-28 11:32:58 [bca.uk] INFO: Scrape type for OY70%20PWF: 0
2026-03-28 11:32:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:32:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:33:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:33:01 [bca.uk] INFO: Total items found: 100
2026-03-28 11:33:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded
2026-03-28 11:33:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:33:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: WFZ%209932
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WFZ%25209932%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for WFZ%209932: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: HS15%20GXG
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS15%2520GXG%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for HS15%20GXG: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: PF65%20PJU
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520PJU%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for PF65%20PJU: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: PY67%20FHR
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520FHR%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for PY67%20FHR: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: LT17%20NMZ
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520NMZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for LT17%20NMZ: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: LG18%20YTF
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520YTF%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for LG18%20YTF: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: YK18%20KVC
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520KVC%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for YK18%20KVC: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: KR65%20LMX
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520LMX%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for KR65%20LMX: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: LM15%20FCJ
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520FCJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:01 [bca.uk] INFO: Scrape type for LM15%20FCJ: 0
2026-03-28 11:33:01 [bca.uk] INFO: Found listing with ID: HV05%20XAK
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV05%2520XAK%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for HV05%20XAK: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: CE66%20VVM
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VVM%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for CE66%20VVM: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: CF74%20GAU
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAU%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for CF74%20GAU: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: CE68%20LPO
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520LPO%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for CE68%20LPO: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: SP13%20YTV
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520YTV%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for SP13%20YTV: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LC65%20UMK
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520UMK%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LC65%20UMK: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: WD19%20DDU
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520DDU%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for WD19%20DDU: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: RX19%20GRU
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520GRU%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for RX19%20GRU: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: DE61%20ZXO
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE61%2520ZXO%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for DE61%20ZXO: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: GJ11%20DWA
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520DWA%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for GJ11%20DWA: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LE05%20BJX
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE05%2520BJX%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LE05%20BJX: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: DU72%20CHN
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520CHN%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for DU72%20CHN: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: HK14%20XCF
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520XCF%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for HK14%20XCF: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: MV67%20GNZ
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520GNZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for MV67%20GNZ: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: YM14%20EYL
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM14%2520EYL%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for YM14%20EYL: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: GN13%20RJV
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520RJV%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for GN13%20RJV: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: NX64%20HNN
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520HNN%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for NX64%20HNN: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: DK06%20RXP
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK06%2520RXP%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for DK06%20RXP: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: KX58%20WKN
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX58%2520WKN%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for KX58%20WKN: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LR11%20XPL
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR11%2520XPL%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LR11%20XPL: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: AK66%20LFU
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK66%2520LFU%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for AK66%20LFU: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: NJ17%20TVF
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for NJ17%20TVF: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: OW65%20ENN
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW65%2520ENN%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for OW65%20ENN: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LS23%20RPZ
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520RPZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LS23%20RPZ: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: PF14%20XJC
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520XJC%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for PF14%20XJC: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LG07%20XYX
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG07%2520XYX%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LG07%20XYX: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: FP71%20YKG
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520YKG%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for FP71%20YKG: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: KF15%20CYC
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520CYC%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for KF15%20CYC: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: VU17%20LXG
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520LXG%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for VU17%20LXG: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: KX15%20OKS
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520OKS%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for KX15%20OKS: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: KF19%20YAW
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520YAW%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for KF19%20YAW: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LY73%20OLO
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520OLO%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LY73%20OLO: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: CV18%20TLK
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520TLK%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for CV18%20TLK: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: HJ63%20XOY
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520XOY%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for HJ63%20XOY: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LY73%20MFA
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520MFA%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LY73%20MFA: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: DF70%20BXL
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520BXL%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for DF70%20BXL: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: KF16%20KWG
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520KWG%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for KF16%20KWG: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: LP72%20HUV
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520HUV%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for LP72%20HUV: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: BM19%20HPE
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520HPE%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for BM19%20HPE: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: EK66%20DXY
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520DXY%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for EK66%20DXY: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: ET73%20ANX
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET73%2520ANX%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for ET73%20ANX: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: DU72%20ZTZ
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for DU72%20ZTZ: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: SP19%20FKM
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520FKM%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for SP19%20FKM: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: BSZ%204903
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25204903%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for BSZ%204903: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: AF71%20BXW
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520BXW%27 HTTP/1.1" 200 None
2026-03-28 11:33:02 [bca.uk] INFO: Scrape type for AF71%20BXW: 0
2026-03-28 11:33:02 [bca.uk] INFO: Found listing with ID: NX16%20WZL
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520WZL%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for NX16%20WZL: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: DV69%20TXL
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV69%2520TXL%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for DV69%20TXL: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: YP73%20BUO
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520BUO%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for YP73%20BUO: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: LF72%20XGU
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGU%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for LF72%20XGU: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: B128%20XST
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B128%2520XST%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for B128%20XST: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: GL23%20ABO
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL23%2520ABO%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for GL23%20ABO: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: DK10%20HWJ
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520HWJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for DK10%20HWJ: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: LJ52%20AOS
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ52%2520AOS%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for LJ52%20AOS: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: MM62%20GWL
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM62%2520GWL%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for MM62%20GWL: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: WM73%20OGY
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGY%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for WM73%20OGY: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: HA10%20CFM
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA10%2520CFM%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for HA10%20CFM: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: KE66%20LUD
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE66%2520LUD%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for KE66%20LUD: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: R3%20LXU
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R3%2520LXU%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for R3%20LXU: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: LY12%20AVD
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY12%2520AVD%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for LY12%20AVD: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: GF60%20AEM
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520AEM%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for GF60%20AEM: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: NN11%20BET
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NN11%2520BET%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for NN11%20BET: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: EK21%20VSL
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK21%2520VSL%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for EK21%20VSL: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: LD08%20AXH
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD08%2520AXH%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for LD08%20AXH: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: KF72%20AON
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AON%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for KF72%20AON: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: EY08%20RMZ
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520RMZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for EY08%20RMZ: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: WB13%20LEE
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WB13%2520LEE%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for WB13%20LEE: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: PK66%20YYE
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520YYE%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for PK66%20YYE: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: DN64%20UGJ
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520UGJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for DN64%20UGJ: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: WD16%20EWR
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD16%2520EWR%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for WD16%20EWR: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: WP20%20AHD
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520AHD%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for WP20%20AHD: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: YS64%20XTB
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XTB%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for YS64%20XTB: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: DL67%20DDY
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520DDY%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for DL67%20DDY: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: ST67%20BFP
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520BFP%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for ST67%20BFP: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: YF14%20CXV
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520CXV%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for YF14%20CXV: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: YL73%20AYF
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYF%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for YL73%20AYF: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: WF17%20VVT
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520VVT%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for WF17%20VVT: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: MV14%20KDX
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV14%2520KDX%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for MV14%20KDX: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: RE16%20YPD
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520YPD%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for RE16%20YPD: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: UGZ%209263
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25209263%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for UGZ%209263: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: GN60%20HLV
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN60%2520HLV%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for GN60%20HLV: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: HK74%20JYC
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520JYC%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for HK74%20JYC: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: RO73%20HYC
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYC%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for RO73%20HYC: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: WO15%20WUW
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WUW%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for WO15%20WUW: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: HK74%20GYN
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520GYN%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for HK74%20GYN: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: GL64%20PPF
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520PPF%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for GL64%20PPF: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: BD69%20WKF
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520WKF%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for BD69%20WKF: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: KY67%20AHV
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520AHV%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for KY67%20AHV: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: RF73%20HGC
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520HGC%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for RF73%20HGC: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: AE63%20KXS
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520KXS%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for AE63%20KXS: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: MC15%20DPU
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC15%2520DPU%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for MC15%20DPU: 0
2026-03-28 11:33:03 [bca.uk] INFO: Found listing with ID: RV05%20AFA
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV05%2520AFA%27 HTTP/1.1" 200 None
2026-03-28 11:33:03 [bca.uk] INFO: Scrape type for RV05%20AFA: 0
2026-03-28 11:33:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:33:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:33:05 [bca.uk] INFO: Total items found: 100
2026-03-28 11:33:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded
2026-03-28 11:33:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:33:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: DT18%20TGJ
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT18%2520TGJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:05 [bca.uk] INFO: Scrape type for DT18%20TGJ: 0
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: KP69%20SXV
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520SXV%27 HTTP/1.1" 200 None
2026-03-28 11:33:05 [bca.uk] INFO: Scrape type for KP69%20SXV: 0
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: MK70%20NXZ
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520NXZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:05 [bca.uk] INFO: Scrape type for MK70%20NXZ: 0
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: KE72%20NPC
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NPC%27 HTTP/1.1" 200 None
2026-03-28 11:33:05 [bca.uk] INFO: Scrape type for KE72%20NPC: 0
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: WP66%20YFW
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520YFW%27 HTTP/1.1" 200 None
2026-03-28 11:33:05 [bca.uk] INFO: Scrape type for WP66%20YFW: 0
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: GY09%20JSV
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY09%2520JSV%27 HTTP/1.1" 200 None
2026-03-28 11:33:05 [bca.uk] INFO: Scrape type for GY09%20JSV: 0
2026-03-28 11:33:05 [bca.uk] INFO: Found listing with ID: MT68%20OZM
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520OZM%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for MT68%20OZM: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: EB21%20MKY
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EB21%2520MKY%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for EB21%20MKY: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: ML06%20HME
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML06%2520HME%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for ML06%20HME: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: MK66%20GAU
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520GAU%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for MK66%20GAU: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: YY57%20NKP
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY57%2520NKP%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for YY57%20NKP: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: MD67%20HAE
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520HAE%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for MD67%20HAE: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: WJ14%20UJN
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520UJN%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for WJ14%20UJN: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: HY19%20ZZL
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for HY19%20ZZL: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: WM73%20OGU
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGU%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for WM73%20OGU: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: ST10%20VEW
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520VEW%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for ST10%20VEW: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: SP14%20AYE
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520AYE%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for SP14%20AYE: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LA17%20WSK
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520WSK%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LA17%20WSK: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LM23%20XOP
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520XOP%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LM23%20XOP: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: KS13%20OGR
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS13%2520OGR%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for KS13%20OGR: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: KP62%20FDG
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP62%2520FDG%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for KP62%20FDG: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: GD17%20XJK
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520XJK%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for GD17%20XJK: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: MT62%20SCZ
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520SCZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for MT62%20SCZ: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: SO14%20KUP
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520KUP%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for SO14%20KUP: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: PJ13%20EXS
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ13%2520EXS%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for PJ13%20EXS: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: DH66%20RRO
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520RRO%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for DH66%20RRO: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: GX16%20OFD
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520OFD%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for GX16%20OFD: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: DA16%20WNH
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520WNH%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for DA16%20WNH: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: YN19%20DBP
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520DBP%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for YN19%20DBP: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: KM60%20PWZ
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520PWZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for KM60%20PWZ: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: CF22%20BGV
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520BGV%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for CF22%20BGV: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: EJ17%20NKD
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520NKD%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for EJ17%20NKD: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: AF19%20JVK
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520JVK%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for AF19%20JVK: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: OE66%20PMU
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520PMU%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for OE66%20PMU: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: OW69%20CUY
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CUY%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for OW69%20CUY: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: WH19%20UNG
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UNG%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for WH19%20UNG: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: HX24%20UXP
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UXP%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for HX24%20UXP: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LA05%20HHO
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA05%2520HHO%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LA05%20HHO: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: KV17%20UAN
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520UAN%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for KV17%20UAN: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LL11%20UUV
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL11%2520UUV%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LL11%20UUV: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: SB18%20AEV
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520AEV%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for SB18%20AEV: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: YP14%20VRL
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520VRL%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for YP14%20VRL: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: OV65%20FHJ
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520FHJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for OV65%20FHJ: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: AK18%20WMA
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520WMA%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for AK18%20WMA: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LS17%20HHO
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520HHO%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LS17%20HHO: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: FH17%20FCM
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FCM%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for FH17%20FCM: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LL12%20WJG
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520WJG%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LL12%20WJG: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: BL65%20GHZ
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520GHZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for BL65%20GHZ: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: HY16%20VXH
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520VXH%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for HY16%20VXH: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: VE63%20GYB
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE63%2520GYB%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for VE63%20GYB: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: LK66%20ZYC
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520ZYC%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for LK66%20ZYC: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: GK15%20XJJ
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK15%2520XJJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for GK15%20XJJ: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: WN63%20TDO
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN63%2520TDO%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for WN63%20TDO: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: FG69%20EAP
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520EAP%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for FG69%20EAP: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: CK62%20GXV
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520GXV%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for CK62%20GXV: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: FD17%20LHM
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520LHM%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for FD17%20LHM: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: NA68%20TDZ
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520TDZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for NA68%20TDZ: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: MT23%20HSE
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520HSE%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for MT23%20HSE: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: EN16%20URX
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520URX%27 HTTP/1.1" 200 None
2026-03-28 11:33:06 [bca.uk] INFO: Scrape type for EN16%20URX: 0
2026-03-28 11:33:06 [bca.uk] INFO: Found listing with ID: YF19%20PAE
2026-03-28 11:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520PAE%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for YF19%20PAE: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: AK19%20XWL
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK19%2520XWL%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for AK19%20XWL: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WG17%20BYU
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520BYU%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WG17%20BYU: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: GU15%20VFA
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU15%2520VFA%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for GU15%20VFA: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WN69%20EET
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520EET%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WN69%20EET: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: SL63%20DLO
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520DLO%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for SL63%20DLO: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: MF69%20FFX
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520FFX%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for MF69%20FFX: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: YS67%20HKF
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520HKF%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for YS67%20HKF: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: YB69%20PVV
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520PVV%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for YB69%20PVV: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: CE06%20SDY
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE06%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for CE06%20SDY: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: KV61%20VFF
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520VFF%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for KV61%20VFF: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: BK60%20KHJ
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK60%2520KHJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for BK60%20KHJ: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: KP19%20YHU
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520YHU%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for KP19%20YHU: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: KR14%20ZYG
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR14%2520ZYG%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for KR14%20ZYG: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: CP19%20VWS
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520VWS%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for CP19%20VWS: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: KM59%20GXD
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM59%2520GXD%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for KM59%20GXD: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WA17%20YKG
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520YKG%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WA17%20YKG: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: SB19%20DZS
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520DZS%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for SB19%20DZS: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: GY67%20PNJ
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520PNJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for GY67%20PNJ: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: DF65%20LLR
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520LLR%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for DF65%20LLR: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: HF18%20MRY
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520MRY%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for HF18%20MRY: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: GY13%20ELV
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520ELV%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for GY13%20ELV: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: BW57%20EZO
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW57%2520EZO%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for BW57%20EZO: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: ND73%20HCZ
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520HCZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for ND73%20HCZ: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: LC18%20NJV
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520NJV%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for LC18%20NJV: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: DL10%20AOV
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520AOV%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for DL10%20AOV: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: HY63%20WXZ
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520WXZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for HY63%20WXZ: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: SK63%20ZTP
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520ZTP%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for SK63%20ZTP: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: YE72%20DVF
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520DVF%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for YE72%20DVF: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: NJ20%20XUM
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ20%2520XUM%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for NJ20%20XUM: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: FN23%20OKM
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKM%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for FN23%20OKM: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WV74%20OAP
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OAP%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WV74%20OAP: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WV74%20NZP
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NZP%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WV74%20NZP: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: ST72%20OSN
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520OSN%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for ST72%20OSN: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WD74%20EHX
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520EHX%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WD74%20EHX: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: YF23%20OWX
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520OWX%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for YF23%20OWX: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: SH73%20RZG
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520RZG%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for SH73%20RZG: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: YE73%20JTX
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520JTX%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for YE73%20JTX: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: EA71%20DHD
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520DHD%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for EA71%20DHD: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: LF73%20ZBH
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520ZBH%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for LF73%20ZBH: 0
2026-03-28 11:33:07 [bca.uk] INFO: Found listing with ID: WD74%20FXF
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520FXF%27 HTTP/1.1" 200 None
2026-03-28 11:33:07 [bca.uk] INFO: Scrape type for WD74%20FXF: 0
2026-03-28 11:33:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:33:10 [scrapy.extensions.logstats] INFO: Crawled 299 pages (at 5 pages/min), scraped 1488 items (at 0 items/min)
2026-03-28 11:33:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:33:10 [bca.uk] INFO: Total items found: 100
2026-03-28 11:33:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded
2026-03-28 11:33:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:33:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:10 [bca.uk] INFO: Found listing with ID: AF73%20ESG
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESG%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for AF73%20ESG: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: AK73%20RXX
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK73%2520RXX%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for AK73%20RXX: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LP23%20GVV
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVV%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LP23%20GVV: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LR73%20MXT
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LR73%20MXT: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: HT21%20FOH
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520FOH%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for HT21%20FOH: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LS22%20CXP
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520CXP%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LS22%20CXP: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WD22%20PXO
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520PXO%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WD22%20PXO: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: YY23%20UHN
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520UHN%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for YY23%20UHN: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: OE22%20SZC
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE22%2520SZC%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for OE22%20SZC: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: BT06%20NLV
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520NLV%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for BT06%20NLV: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: DA64%20GYF
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520GYF%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for DA64%20GYF: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: DY15%20BXS
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520BXS%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for DY15%20BXS: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: EJ65%20HKM
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520HKM%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for EJ65%20HKM: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: EX10%20RNY
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX10%2520RNY%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for EX10%20RNY: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: GP08%20XNK
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP08%2520XNK%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for GP08%20XNK: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: GU02%20EYS
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU02%2520EYS%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for GU02%20EYS: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: VU11%20NVC
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520NVC%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for VU11%20NVC: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: DN07%20XRX
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN07%2520XRX%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for DN07%20XRX: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LF13%20UWB
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520UWB%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LF13%20UWB: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LP64%20FNN
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520FNN%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LP64%20FNN: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: MV68%20NGN
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520NGN%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for MV68%20NGN: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WP16%20LYT
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520LYT%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WP16%20LYT: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: BJ09%20OJU
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520OJU%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for BJ09%20OJU: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: PO16%20ZDR
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZDR%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for PO16%20ZDR: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WJ68%20FGN
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FGN%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WJ68%20FGN: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WA20%20JHX
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520JHX%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WA20%20JHX: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: AU69%20RNX
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU69%2520RNX%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for AU69%20RNX: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: DN66%20CPF
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN66%2520CPF%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for DN66%20CPF: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: OW68%20VKR
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520VKR%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for OW68%20VKR: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: KO68%20HTA
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520HTA%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for KO68%20HTA: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: RO69%20TLK
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520TLK%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for RO69%20TLK: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WG18%20XNP
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XNP%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WG18%20XNP: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: BN23%20NZK
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN23%2520NZK%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for BN23%20NZK: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LT07%20MTY
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT07%2520MTY%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LT07%20MTY: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LV12%20XCG
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XCG%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LV12%20XCG: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: FG71%20UKK
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520UKK%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for FG71%20UKK: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: GL72%20JUV
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520JUV%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for GL72%20JUV: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LL63%20OWY
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520OWY%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LL63%20OWY: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: NG12%20XLT
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520XLT%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for NG12%20XLT: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WO16%20LWJ
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO16%2520LWJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WO16%20LWJ: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: FL69%20CZE
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520CZE%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for FL69%20CZE: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: BL64%20HVT
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520HVT%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for BL64%20HVT: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: CK64%20VRE
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK64%2520VRE%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for CK64%20VRE: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: CP08%20AMV
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP08%2520AMV%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for CP08%20AMV: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: EO10%20UCV
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO10%2520UCV%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for EO10%20UCV: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WN08%20NFF
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN08%2520NFF%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WN08%20NFF: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WU63%20YPC
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520YPC%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WU63%20YPC: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: LD16%20XHO
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD16%2520XHO%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for LD16%20XHO: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: FV15%20WTZ
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520WTZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for FV15%20WTZ: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: WD14%20AXN
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520AXN%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for WD14%20AXN: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: EO70%20VNT
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520VNT%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for EO70%20VNT: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: MH16%20ZTR
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520ZTR%27 HTTP/1.1" 200 None
2026-03-28 11:33:11 [bca.uk] INFO: Scrape type for MH16%20ZTR: 0
2026-03-28 11:33:11 [bca.uk] INFO: Found listing with ID: SB68%20UFG
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520UFG%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for SB68%20UFG: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: FV68%20OEU
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV68%2520OEU%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for FV68%20OEU: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: HG11%20TWL
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520TWL%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for HG11%20TWL: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: LS65%20DBV
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520DBV%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for LS65%20DBV: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: MT15%20GCY
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520GCY%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for MT15%20GCY: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: NL15%20HWO
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520HWO%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for NL15%20HWO: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: PO13%20OZW
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO13%2520OZW%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for PO13%20OZW: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: RF16%20NYO
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520NYO%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for RF16%20NYO: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: VE14%20GWL
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520GWL%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for VE14%20GWL: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: VO10%20VKB
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520VKB%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for VO10%20VKB: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: WM17%20ZUC
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520ZUC%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for WM17%20ZUC: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: WU65%20AZT
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for WU65%20AZT: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: BF58%20OSL
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520OSL%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for BF58%20OSL: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: BJ60%20RHU
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for BJ60%20RHU: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: BV62%20SWU
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520SWU%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for BV62%20SWU: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: EA16%20NRN
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520NRN%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for EA16%20NRN: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: EK15%20CMF
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520CMF%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for EK15%20CMF: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: FN19%20AEP
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520AEP%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for FN19%20AEP: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: BL70%20ANV
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520ANV%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for BL70%20ANV: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: RK21%20VTO
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520VTO%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for RK21%20VTO: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: KM16%20UFP
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM16%2520UFP%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for KM16%20UFP: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: FV21%20BND
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520BND%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for FV21%20BND: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: HX22%20KWM
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520KWM%27 HTTP/1.1" 200 None
2026-03-28 11:33:12 [bca.uk] INFO: Scrape type for HX22%20KWM: 0
2026-03-28 11:33:12 [bca.uk] INFO: Found listing with ID: X315%20TCX
2026-03-28 11:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X315%2520TCX%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for X315%20TCX: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: AF73%20EVG
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EVG%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for AF73%20EVG: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: FN23%20OKW
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKW%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for FN23%20OKW: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: WG73%20NUB
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NUB%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for WG73%20NUB: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: BJ12%20DPN
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520DPN%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for BJ12%20DPN: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: BN10%20KFE
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520KFE%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for BN10%20KFE: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: KM62%20VLJ
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM62%2520VLJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for KM62%20VLJ: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: VU14%20EYK
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU14%2520EYK%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for VU14%20EYK: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: YG13%20LLE
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG13%2520LLE%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for YG13%20LLE: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: YN64%20VTM
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520VTM%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for YN64%20VTM: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: EA16%20UKX
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520UKX%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for EA16%20UKX: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: EA62%20WUC
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA62%2520WUC%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for EA62%20WUC: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: FD10%20AOC
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD10%2520AOC%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for FD10%20AOC: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: HV16%20ZJN
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV16%2520ZJN%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for HV16%20ZJN: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: NV12%20LCZ
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV12%2520LCZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for NV12%20LCZ: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: YH15%20TSX
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520TSX%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for YH15%20TSX: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: WV74%20NYT
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYT%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for WV74%20NYT: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: WV74%20OBT
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OBT%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for WV74%20OBT: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: KJ16%20AZX
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ16%2520AZX%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for KJ16%20AZX: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: DN25%20HMO
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520HMO%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for DN25%20HMO: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: KW60%20AEO
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW60%2520AEO%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for KW60%20AEO: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: MA24%20FLP
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLP%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for MA24%20FLP: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: WA22%20VXV
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520VXV%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for WA22%20VXV: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: WP63%20JZL
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP63%2520JZL%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for WP63%20JZL: 0
2026-03-28 11:33:13 [bca.uk] INFO: Found listing with ID: AK65%20NJJ
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520NJJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:13 [bca.uk] INFO: Scrape type for AK65%20NJJ: 0
2026-03-28 11:33:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:33:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:33:31 [bca.uk] INFO: Total items found: 100
2026-03-28 11:33:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded
2026-03-28 11:33:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:33:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: CX14%20ZHP
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520ZHP%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for CX14%20ZHP: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: EY15%20FNG
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520FNG%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for EY15%20FNG: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: ML13%20XBW
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML13%2520XBW%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for ML13%20XBW: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: MX58%20VOP
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX58%2520VOP%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for MX58%20VOP: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: BT72%20YFK
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFK%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for BT72%20YFK: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: GF23%20SYV
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520SYV%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for GF23%20SYV: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: CA14%20WSZ
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA14%2520WSZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for CA14%20WSZ: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: HG60%20OFZ
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520OFZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for HG60%20OFZ: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: AE21%20JXN
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520JXN%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for AE21%20JXN: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: FH23%20HHJ
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HHJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for FH23%20HHJ: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: GD23%20DXH
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DXH%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for GD23%20DXH: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: GM23%20KFW
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520KFW%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for GM23%20KFW: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: LF73%20PKM
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520PKM%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for LF73%20PKM: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: WN70%20VXS
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520VXS%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for WN70%20VXS: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: AX72%20KBO
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBO%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for AX72%20KBO: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: BK58%20ULC
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520ULC%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for BK58%20ULC: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: HX60%20BUW
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX60%2520BUW%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for HX60%20BUW: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: KP13%20FXT
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP13%2520FXT%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for KP13%20FXT: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: CK62%20DWU
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK62%2520DWU%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for CK62%20DWU: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: EF64%20AOJ
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF64%2520AOJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for EF64%20AOJ: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: FV60%20VAK
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV60%2520VAK%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for FV60%20VAK: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: GY58%20ZDC
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY58%2520ZDC%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for GY58%20ZDC: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: KV63%20JWX
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520JWX%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for KV63%20JWX: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: PF65%20LNR
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520LNR%27 HTTP/1.1" 200 None
2026-03-28 11:33:31 [bca.uk] INFO: Scrape type for PF65%20LNR: 0
2026-03-28 11:33:31 [bca.uk] INFO: Found listing with ID: BC15%20YAA
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC15%2520YAA%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BC15%20YAA: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: SD67%20FNV
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520FNV%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for SD67%20FNV: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: DE17%20XVY
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520XVY%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for DE17%20XVY: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BG14%20CME
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520CME%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BG14%20CME: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BF13%20UEX
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520UEX%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BF13%20UEX: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: KR16%20UGY
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520UGY%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for KR16%20UGY: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: AO61%20YHV
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO61%2520YHV%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for AO61%20YHV: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: DX65%20VKB
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520VKB%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for DX65%20VKB: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: EX60%20DVK
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520DVK%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for EX60%20DVK: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: FD13%20LHK
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520LHK%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for FD13%20LHK: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: JL05%20LOR
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL05%2520LOR%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for JL05%20LOR: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: MM66%20BOU
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520BOU%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for MM66%20BOU: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: OU67%20VUL
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520VUL%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for OU67%20VUL: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: SL16%20MUV
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520MUV%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for SL16%20MUV: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: PK17%20RPZ
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520RPZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for PK17%20RPZ: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: FV72%20UEJ
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for FV72%20UEJ: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: GD23%20KLM
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520KLM%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for GD23%20KLM: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LE71%20BFL
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BFL%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LE71%20BFL: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LE71%20BKO
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BKO%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LE71%20BKO: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LE71%20BLZ
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BLZ%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LE71%20BLZ: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LA71%20ZZN
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZZN%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LA71%20ZZN: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LE71%20BBN
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBN%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LE71%20BBN: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LE71%20BBU
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBU%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LE71%20BBU: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BT72%20CZA
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520CZA%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BT72%20CZA: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: FV72%20NPN
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NPN%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for FV72%20NPN: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BC74%20EUY
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520EUY%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BC74%20EUY: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BK24%20LCA
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520LCA%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BK24%20LCA: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BK25%20OZT
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520OZT%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BK25%20OZT: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BK25%20PXW
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PXW%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BK25%20PXW: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BN25%20RJX
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RJX%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BN25%20RJX: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BN74%20PFX
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFX%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BN74%20PFX: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: LS73%20TKF
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520TKF%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for LS73%20TKF: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: MA24%20VTD
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520VTD%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for MA24%20VTD: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: RE24%20LFR
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520LFR%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for RE24%20LFR: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: YT66%20CZL
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT66%2520CZL%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for YT66%20CZL: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: SE65%20ONJ
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520ONJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for SE65%20ONJ: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: YF21%20TFA
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TFA%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for YF21%20TFA: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BA66%20OCO
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA66%2520OCO%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BA66%20OCO: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: DV67%20GZW
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520GZW%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for DV67%20GZW: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: MK16%20EBC
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EBC%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for MK16%20EBC: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: KW70%20UYT
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UYT%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for KW70%20UYT: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: FH23%20HFT
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HFT%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for FH23%20HFT: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: WN74%20UOV
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520UOV%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for WN74%20UOV: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: YM72%20AHN
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520AHN%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for YM72%20AHN: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: YM72%20DZH
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520DZH%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for YM72%20DZH: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: R100%20CGH
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R100%2520CGH%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for R100%20CGH: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: EK12%20OPM
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK12%2520OPM%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for EK12%20OPM: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: KS58%20NYF
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520NYF%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for KS58%20NYF: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: WM72%20XVT
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520XVT%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for WM72%20XVT: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: CN09%20BBE
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN09%2520BBE%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for CN09%20BBE: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: VK69%20ZHM
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520ZHM%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for VK69%20ZHM: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: DE25%20YSR
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE25%2520YSR%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for DE25%20YSR: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: AE67%20XMO
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520XMO%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for AE67%20XMO: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: AF62%20HUH
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520HUH%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for AF62%20HUH: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: MF22%20ZRN
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520ZRN%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for MF22%20ZRN: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: BU70%20VBL
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520VBL%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for BU70%20VBL: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: NK09%20APX
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK09%2520APX%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for NK09%20APX: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: EY17%20WPV
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY17%2520WPV%27 HTTP/1.1" 200 None
2026-03-28 11:33:32 [bca.uk] INFO: Scrape type for EY17%20WPV: 0
2026-03-28 11:33:32 [bca.uk] INFO: Found listing with ID: DU21%20NOF
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for DU21%20NOF: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: VK24%20UPJ
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520UPJ%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for VK24%20UPJ: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: WJ14%20TZN
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520TZN%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for WJ14%20TZN: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: FD25%20HDX
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDX%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for FD25%20HDX: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: FD25%20HDY
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDY%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for FD25%20HDY: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: RY68%20BHX
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY68%2520BHX%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for RY68%20BHX: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: FJ67%20KVX
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KVX%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for FJ67%20KVX: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: Y512%20FBB
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y512%2520FBB%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for Y512%20FBB: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: FL06%20XTE
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL06%2520XTE%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for FL06%20XTE: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: AU68%20DAA
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520DAA%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for AU68%20DAA: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: LC69%20LCU
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LCU%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for LC69%20LCU: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: MV22%20XWP
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520XWP%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for MV22%20XWP: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: VN15%20MWL
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN15%2520MWL%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for VN15%20MWL: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: YT65%20OHB
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520OHB%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for YT65%20OHB: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: FE69%20XTH
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for FE69%20XTH: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: GK17%20GZY
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520GZY%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for GK17%20GZY: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: J50%20GRS
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J50%2520GRS%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for J50%20GRS: 0
2026-03-28 11:33:33 [bca.uk] INFO: Found listing with ID: LF19%20BMC
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520BMC%27 HTTP/1.1" 200 None
2026-03-28 11:33:33 [bca.uk] INFO: Scrape type for LF19%20BMC: 0
2026-03-28 11:33:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:33:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:07 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded
2026-03-28 11:34:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: WJ11%20KZW
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520KZW%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for WJ11%20KZW: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: YA67%20NLN
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520NLN%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for YA67%20NLN: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: PO68%20EVP
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520EVP%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for PO68%20EVP: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: BF65%20YHT
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520YHT%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for BF65%20YHT: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: BK58%20OEW
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520OEW%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for BK58%20OEW: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: DU18%20ZDP
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520ZDP%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for DU18%20ZDP: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: FT17%20ANF
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520ANF%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for FT17%20ANF: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: HE10%20SCM
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520SCM%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for HE10%20SCM: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: HG64%20SNV
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520SNV%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for HG64%20SNV: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: HX13%20SOC
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520SOC%27 HTTP/1.1" 200 None
2026-03-28 11:34:07 [bca.uk] INFO: Scrape type for HX13%20SOC: 0
2026-03-28 11:34:07 [bca.uk] INFO: Found listing with ID: KY62%20ORH
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520ORH%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for KY62%20ORH: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LL62%20UJP
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520UJP%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LL62%20UJP: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: NJ62%20YAE
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520YAE%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for NJ62%20YAE: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: NK13%20ZRX
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK13%2520ZRX%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for NK13%20ZRX: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RE11%20NYA
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520NYA%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RE11%20NYA: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RJ63%20MVF
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520MVF%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RJ63%20MVF: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RV13%20EJF
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV13%2520EJF%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RV13%20EJF: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: YK14%20ZJJ
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for YK14%20ZJJ: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: PH02%20CPH
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH02%2520CPH%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for PH02%20CPH: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: VE67%20UPT
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520UPT%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for VE67%20UPT: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: VE71%20RZV
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520RZV%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for VE71%20RZV: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: NA24%20YHP
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA24%2520YHP%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for NA24%20YHP: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: HT70%20HHG
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHG%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for HT70%20HHG: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: VK21%20SBX
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520SBX%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for VK21%20SBX: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: EO23%20XTE
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520XTE%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for EO23%20XTE: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: WU09%20YLM
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU09%2520YLM%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for WU09%20YLM: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: YG24%20PNR
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG24%2520PNR%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for YG24%20PNR: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: MJ71%20TRV
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520TRV%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for MJ71%20TRV: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LC72%20UBY
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520UBY%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LC72%20UBY: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: FD64%20MJJ
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520MJJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for FD64%20MJJ: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LY66%20GYK
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520GYK%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LY66%20GYK: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: FG71%20KUW
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520KUW%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for FG71%20KUW: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: EY70%20XVM
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520XVM%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for EY70%20XVM: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LV67%20UGL
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520UGL%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LV67%20UGL: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LV23%20PKC
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520PKC%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LV23%20PKC: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: VX13%20GXO
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520GXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for VX13%20GXO: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: GJ15%20CXN
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520CXN%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for GJ15%20CXN: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LR69%20DFL
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR69%2520DFL%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LR69%20DFL: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RO22%20USU
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520USU%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RO22%20USU: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: EU12%20KKS
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU12%2520KKS%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for EU12%20KKS: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: EO09%20FYY
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO09%2520FYY%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for EO09%20FYY: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: EA19%20CKX
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA19%2520CKX%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for EA19%20CKX: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DU66%20LUE
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU66%2520LUE%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DU66%20LUE: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: KB09%20BAR
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB09%2520BAR%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for KB09%20BAR: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: WV66%20LWN
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520LWN%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for WV66%20LWN: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: BJ19%20VYH
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520VYH%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for BJ19%20VYH: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: CV10%20NRY
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520NRY%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for CV10%20NRY: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: BD69%20NRF
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520NRF%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for BD69%20NRF: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RJ21%20KFN
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFN%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RJ21%20KFN: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: AK17%20NJZ
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520NJZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for AK17%20NJZ: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RK71%20OJM
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520OJM%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RK71%20OJM: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: LG70%20JZL
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520JZL%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for LG70%20JZL: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: FGZ%207364
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25207364%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for FGZ%207364: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DU19%20BTO
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520BTO%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DU19%20BTO: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DF21%20LVJ
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520LVJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DF21%20LVJ: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: MT70%20SZL
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520SZL%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for MT70%20SZL: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: Y23%20MWP
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y23%2520MWP%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for Y23%20MWP: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: YW16%20VXH
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520VXH%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for YW16%20VXH: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: CA21%20HDD
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520HDD%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for CA21%20HDD: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: HJ25%20YJP
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520YJP%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for HJ25%20YJP: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: YO24%20OSX
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520OSX%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for YO24%20OSX: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DS21%20OXF
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OXF%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DS21%20OXF: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: EX21%20UHT
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UHT%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for EX21%20UHT: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RJ70%20LWH
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520LWH%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RJ70%20LWH: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RJ70%20RYZ
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520RYZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RJ70%20RYZ: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RK18%20VWW
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK18%2520VWW%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RK18%20VWW: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: RK70%20NXD
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520NXD%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for RK70%20NXD: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: WF70%20HOA
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520HOA%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for WF70%20HOA: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DN21%20YNU
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520YNU%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DN21%20YNU: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DS21%20OTL
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OTL%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DS21%20OTL: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: DS21%20OVT
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OVT%27 HTTP/1.1" 200 None
2026-03-28 11:34:08 [bca.uk] INFO: Scrape type for DS21%20OVT: 0
2026-03-28 11:34:08 [bca.uk] INFO: Found listing with ID: YK68%20UPF
2026-03-28 11:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520UPF%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for YK68%20UPF: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: GX21%20HHW
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520HHW%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for GX21%20HHW: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: AY20%20CKJ
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520CKJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for AY20%20CKJ: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: DU22%20VSZ
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520VSZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for DU22%20VSZ: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: FN23%20PYS
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520PYS%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for FN23%20PYS: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: NV73%20RFF
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520RFF%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for NV73%20RFF: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RJ21%20KFG
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFG%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RJ21%20KFG: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RX19%20LDV
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDV%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RX19%20LDV: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RX19%20LDY
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDY%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RX19%20LDY: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RX19%20LDZ
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RX19%20LDZ: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: YJ19%20LLM
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ19%2520LLM%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for YJ19%20LLM: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RO70%20JHV
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520JHV%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RO70%20JHV: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: CA72%20MXP
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520MXP%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for CA72%20MXP: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: LN73%20VCF
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520VCF%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for LN73%20VCF: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: GL71%20BCY
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520BCY%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for GL71%20BCY: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: CV20%20BZC
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520BZC%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for CV20%20BZC: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RO25%20DCV
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520DCV%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RO25%20DCV: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RV25%20UYE
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UYE%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RV25%20UYE: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: RV25%20UPH
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UPH%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for RV25%20UPH: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: MD19%20HCG
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520HCG%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for MD19%20HCG: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: YR23%20XTM
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520XTM%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for YR23%20XTM: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: LE72%20GLV
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for LE72%20GLV: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: LE72%20FZL
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520FZL%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for LE72%20FZL: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: AV22%20NFL
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV22%2520NFL%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for AV22%20NFL: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: KP19%20AYF
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520AYF%27 HTTP/1.1" 200 None
2026-03-28 11:34:09 [bca.uk] INFO: Scrape type for KP19%20AYF: 0
2026-03-28 11:34:09 [bca.uk] INFO: Found listing with ID: KS70%20VSE
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520VSE%27 HTTP/1.1" 200 None
2026-03-28 11:34:10 [bca.uk] INFO: Scrape type for KS70%20VSE: 0
2026-03-28 11:34:10 [bca.uk] INFO: Found listing with ID: YY68%20DWD
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520DWD%27 HTTP/1.1" 200 None
2026-03-28 11:34:10 [bca.uk] INFO: Scrape type for YY68%20DWD: 0
2026-03-28 11:34:10 [bca.uk] INFO: Found listing with ID: WJ18%20YRN
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YRN%27 HTTP/1.1" 200 None
2026-03-28 11:34:10 [bca.uk] INFO: Scrape type for WJ18%20YRN: 0
2026-03-28 11:34:10 [bca.uk] INFO: Found listing with ID: YR74%20URV
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520URV%27 HTTP/1.1" 200 None
2026-03-28 11:34:10 [bca.uk] INFO: Scrape type for YR74%20URV: 0
2026-03-28 11:34:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:10 [scrapy.extensions.logstats] INFO: Crawled 302 pages (at 3 pages/min), scraped 1488 items (at 0 items/min)
2026-03-28 11:34:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:12 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded
2026-03-28 11:34:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:12 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: CP18%20EFT
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520EFT%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for CP18%20EFT: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: NL61%20CUV
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520CUV%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for NL61%20CUV: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: YF72%20RVK
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520RVK%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for YF72%20RVK: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: LF69%20TDU
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520TDU%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for LF69%20TDU: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: LP72%20VSY
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VSY%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for LP72%20VSY: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: DE17%20NXO
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520NXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for DE17%20NXO: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: VK72%20ZPW
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520ZPW%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for VK72%20ZPW: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: DU23%20OPX
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OPX%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for DU23%20OPX: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: BX71%20KWE
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520KWE%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for BX71%20KWE: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: CU15%20OSF
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520OSF%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for CU15%20OSF: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: DW16%20HFR
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW16%2520HFR%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for DW16%20HFR: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: MF69%20OYR
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520OYR%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for MF69%20OYR: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: VK69%20KYV
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KYV%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for VK69%20KYV: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: VN18%20UXD
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520UXD%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for VN18%20UXD: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: BD72%20JKV
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520JKV%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for BD72%20JKV: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: BK71%20TMV
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520TMV%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for BK71%20TMV: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: BP21%20XJW
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520XJW%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for BP21%20XJW: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: DV20%20WJA
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WJA%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for DV20%20WJA: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: MM19%20WRR
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRR%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for MM19%20WRR: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: MM19%20WYU
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WYU%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for MM19%20WYU: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: GD19%20ZGX
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520ZGX%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for GD19%20ZGX: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: LC16%20GVV
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520GVV%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for LC16%20GVV: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: DY72%20ZZP
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520ZZP%27 HTTP/1.1" 200 None
2026-03-28 11:34:12 [bca.uk] INFO: Scrape type for DY72%20ZZP: 0
2026-03-28 11:34:12 [bca.uk] INFO: Found listing with ID: LD69%20JUX
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520JUX%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LD69%20JUX: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: FD69%20FET
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520FET%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for FD69%20FET: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: HJ70%20OJS
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520OJS%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for HJ70%20OJS: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: KS68%20HDN
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS68%2520HDN%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for KS68%20HDN: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LK68%20UKX
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK68%2520UKX%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LK68%20UKX: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: PE19%20SPV
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE19%2520SPV%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for PE19%20SPV: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: SO72%20HVT
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520HVT%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for SO72%20HVT: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: BJ20%20DDA
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520DDA%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for BJ20%20DDA: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: CA74%20HZJ
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HZJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for CA74%20HZJ: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: CK71%20OXH
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520OXH%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for CK71%20OXH: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LE73%20EPA
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520EPA%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LE73%20EPA: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: VK71%20ZSN
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520ZSN%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for VK71%20ZSN: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: YD23%20NVS
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520NVS%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for YD23%20NVS: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: CP71%20MZY
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520MZY%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for CP71%20MZY: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: DV68%20ADO
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520ADO%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for DV68%20ADO: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: HN23%20DSV
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520DSV%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for HN23%20DSV: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: AX66%20RYP
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520RYP%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for AX66%20RYP: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: GJ22%20GXH
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520GXH%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for GJ22%20GXH: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: HJ25%20OSD
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520OSD%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for HJ25%20OSD: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: FX25%20YXO
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX25%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for FX25%20YXO: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: BG67%20ZYF
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520ZYF%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for BG67%20ZYF: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: EA18%20WHC
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520WHC%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for EA18%20WHC: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: DK19%20YPG
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520YPG%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for DK19%20YPG: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: FY68%20YRW
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520YRW%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for FY68%20YRW: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: VGZ%205260
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205260%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for VGZ%205260: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: YN69%20KYJ
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520KYJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for YN69%20KYJ: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: YP21%20RKX
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520RKX%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for YP21%20RKX: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: BJ69%20VMW
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ69%2520VMW%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for BJ69%20VMW: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: KM69%20NFK
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520NFK%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for KM69%20NFK: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: RX71%20NVR
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520NVR%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for RX71%20NVR: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: GU60%20VRY
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU60%2520VRY%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for GU60%20VRY: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: KP72%20AVN
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520AVN%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for KP72%20AVN: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LP24%20HGL
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP24%2520HGL%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LP24%20HGL: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LC69%20XYS
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520XYS%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LC69%20XYS: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: DN72%20UZF
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520UZF%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for DN72%20UZF: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: HV73%20GGX
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520GGX%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for HV73%20GGX: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LO21%20YZB
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520YZB%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LO21%20YZB: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: RJ71%20ULK
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ULK%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for RJ71%20ULK: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: FX15%20TXU
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520TXU%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for FX15%20TXU: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: KR69%20XSP
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XSP%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for KR69%20XSP: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: SY15%20LVL
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520LVL%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for SY15%20LVL: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: GL20%20TZX
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520TZX%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for GL20%20TZX: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: BW66%20YYM
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520YYM%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for BW66%20YYM: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: VU66%20XGP
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU66%2520XGP%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for VU66%20XGP: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: FL14%20UMC
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520UMC%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for FL14%20UMC: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: CU17%20AYN
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520AYN%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for CU17%20AYN: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: CX17%20KUT
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520KUT%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for CX17%20KUT: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: DK05%20RYY
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK05%2520RYY%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for DK05%20RYY: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: HX12%20FDC
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX12%2520FDC%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for HX12%20FDC: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LC22%20JKK
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520JKK%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LC22%20JKK: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: LY15%20RLV
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520RLV%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for LY15%20RLV: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: PK06%20AEC
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK06%2520AEC%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for PK06%20AEC: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: T113%20KDA
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T113%2520KDA%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for T113%20KDA: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: T28%20FXF
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T28%2520FXF%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for T28%20FXF: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: YC20%20BMU
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520BMU%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for YC20%20BMU: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: CN19%20FSP
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520FSP%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for CN19%20FSP: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: VU64%20XBJ
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU64%2520XBJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for VU64%20XBJ: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: KP70%20WRT
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520WRT%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for KP70%20WRT: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: AJ18%20OBL
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OBL%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for AJ18%20OBL: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: BU20%20KSX
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520KSX%27 HTTP/1.1" 200 None
2026-03-28 11:34:13 [bca.uk] INFO: Scrape type for BU20%20KSX: 0
2026-03-28 11:34:13 [bca.uk] INFO: Found listing with ID: FD67%20RKV
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520RKV%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for FD67%20RKV: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: CP19%20KFJ
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520KFJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for CP19%20KFJ: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: DN23%20HTG
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN23%2520HTG%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for DN23%20HTG: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: BN67%20TYH
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520TYH%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for BN67%20TYH: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: EO21%20SJV
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520SJV%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for EO21%20SJV: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: SA16%20TZE
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA16%2520TZE%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for SA16%20TZE: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: YR16%20WKS
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR16%2520WKS%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for YR16%20WKS: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: FG11%20WTU
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG11%2520WTU%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for FG11%20WTU: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: CK15%20AJO
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520AJO%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for CK15%20AJO: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: BK13%20ZZW
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK13%2520ZZW%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for BK13%20ZZW: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: CV15%20UFU
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520UFU%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for CV15%20UFU: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: LB69%20GWN
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520GWN%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for LB69%20GWN: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: YS68%20DTY
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520DTY%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for YS68%20DTY: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: DV14%20DWN
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520DWN%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for DV14%20DWN: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: WP25%20ZYU
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520ZYU%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for WP25%20ZYU: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: GU62%20UHO
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU62%2520UHO%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for GU62%20UHO: 0
2026-03-28 11:34:14 [bca.uk] INFO: Found listing with ID: LF67%20FSE
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520FSE%27 HTTP/1.1" 200 None
2026-03-28 11:34:14 [bca.uk] INFO: Scrape type for LF67%20FSE: 0
2026-03-28 11:34:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:14 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:24 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded
2026-03-28 11:34:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: RK70%20VND
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520VND%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for RK70%20VND: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: BT68%20ZZD
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520ZZD%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for BT68%20ZZD: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: OU65%20CMV
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520CMV%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for OU65%20CMV: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: XUI%205301
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XUI%25205301%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for XUI%205301: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: GF18%20OOY
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF18%2520OOY%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for GF18%20OOY: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: WF20%20DVX
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF20%2520DVX%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for WF20%20DVX: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: CE03%20MBV
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE03%2520MBV%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for CE03%20MBV: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: DY74%20BWP
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWP%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for DY74%20BWP: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: DL73%20KYZ
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KYZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:24 [bca.uk] INFO: Scrape type for DL73%20KYZ: 0
2026-03-28 11:34:24 [bca.uk] INFO: Found listing with ID: LL74%20DHD
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHD%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LL74%20DHD: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LP23%20GZW
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZW%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LP23%20GZW: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DL73%20LFE
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DL73%20LFE: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KF73%20BYY
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYY%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KF73%20BYY: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: FV72%20TXN
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520TXN%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for FV72%20TXN: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: YY73%20NLK
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520NLK%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for YY73%20NLK: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: AP71%20FHW
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FHW%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for AP71%20FHW: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: WV23%20VDA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520VDA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for WV23%20VDA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: WR23%20BXH
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520BXH%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for WR23%20BXH: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: HX71%20YJZ
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX71%2520YJZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for HX71%20YJZ: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM71%20FNP
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FNP%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM71%20FNP: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20ACO
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ACO%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20ACO: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20NXO
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520NXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20NXO: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OCG
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OCG%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OCG: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OGP
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OGP%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OGP: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OJY
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OJY%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OJY: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OKB
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OKB%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OKB: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OLA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OLA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OLA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20ONG
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ONG%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20ONG: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OSL
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OSL%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OSL: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OVH
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OVH%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OVH: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20OWB
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OWB%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20OWB: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KM73%20PMV
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520PMV%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KM73%20PMV: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: OE71%20DKD
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520DKD%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for OE71%20DKD: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: EN71%20UCD
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UCD%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for EN71%20UCD: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: FG71%20JOA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520JOA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for FG71%20JOA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: GY22%20ZNV
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520ZNV%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for GY22%20ZNV: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LS71%20NUW
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520NUW%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LS71%20NUW: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: OE71%20MHA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520MHA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for OE71%20MHA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: SN71%20OTH
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520OTH%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for SN71%20OTH: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: VX71%20KZC
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520KZC%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for VX71%20KZC: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: AJ71%20NZG
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520NZG%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for AJ71%20NZG: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: AO71%20ZZU
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520ZZU%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for AO71%20ZZU: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: BW71%20WZA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW71%2520WZA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for BW71%20WZA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DE15%20CWM
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520CWM%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DE15%20CWM: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DT68%20ONU
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520ONU%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DT68%20ONU: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: AF64%20LLK
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520LLK%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for AF64%20LLK: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KS73%20HPA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520HPA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KS73%20HPA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DX69%20ZKB
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZKB%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DX69%20ZKB: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: FT61%20BHV
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT61%2520BHV%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for FT61%20BHV: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: FV62%20FWY
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520FWY%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for FV62%20FWY: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: FV65%20JFK
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520JFK%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for FV65%20JFK: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LL15%20VTT
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520VTT%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LL15%20VTT: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: NJ17%20VFA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520VFA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for NJ17%20VFA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: NX64%20RVE
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520RVE%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for NX64%20RVE: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: ST20%20ZFN
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520ZFN%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for ST20%20ZFN: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: WN20%20RXP
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RXP%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for WN20%20RXP: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: FD68%20NOF
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD68%2520NOF%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for FD68%20NOF: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LF19%20RCA
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520RCA%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LF19%20RCA: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: EJ73%20UFM
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520UFM%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for EJ73%20UFM: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DL73%20KRJ
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DL73%20KRJ: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DL73%20KXT
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXT%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DL73%20KXT: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: DV73%20XWU
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520XWU%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for DV73%20XWU: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KF23%20YDV
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDV%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KF23%20YDV: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KF73%20ASX
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ASX%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KF73%20ASX: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: KF73%20CGX
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CGX%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for KF73%20CGX: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LN24%20PMX
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PMX%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LN24%20PMX: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LN24%20PNY
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PNY%27 HTTP/1.1" 200 None
2026-03-28 11:34:25 [bca.uk] INFO: Scrape type for LN24%20PNY: 0
2026-03-28 11:34:25 [bca.uk] INFO: Found listing with ID: LP23%20GVR
2026-03-28 11:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVR%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for LP23%20GVR: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: LP23%20GXX
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GXX%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for LP23%20GXX: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: GX20%20HMD
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520HMD%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for GX20%20HMD: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: NA20%20KDV
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520KDV%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for NA20%20KDV: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: SY23%20XLB
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY23%2520XLB%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for SY23%20XLB: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: SM06%20EKK
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM06%2520EKK%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for SM06%20EKK: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: SM16%20NPP
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520NPP%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for SM16%20NPP: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: VX13%20SPU
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520SPU%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for VX13%20SPU: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: AK64%20TZP
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520TZP%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for AK64%20TZP: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: BU64%20VHW
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520VHW%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for BU64%20VHW: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: CF14%20AXD
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF14%2520AXD%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for CF14%20AXD: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: CY15%20NDD
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520NDD%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for CY15%20NDD: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: KS09%20KDJ
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520KDJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for KS09%20KDJ: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: NK63%20ZCF
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520ZCF%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for NK63%20ZCF: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: RE18%20CXW
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520CXW%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for RE18%20CXW: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: YG74%20OUJ
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OUJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for YG74%20OUJ: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: EN72%20GMG
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520GMG%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for EN72%20GMG: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: FL72%20LKA
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520LKA%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for FL72%20LKA: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: BF24%20EWL
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF24%2520EWL%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for BF24%20EWL: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: BK22%20UNZ
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for BK22%20UNZ: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: BK23%20CBF
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520CBF%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for BK23%20CBF: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: BK23%20TLY
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TLY%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for BK23%20TLY: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: BP73%20CZS
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520CZS%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for BP73%20CZS: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: DE24%20NHX
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NHX%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for DE24%20NHX: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: FL23%20HVK
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520HVK%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for FL23%20HVK: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: GJ22%20XRM
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520XRM%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for GJ22%20XRM: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: KM23%20LFE
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for KM23%20LFE: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: LB23%20FYE
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520FYE%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for LB23%20FYE: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: LJ22%20YNW
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520YNW%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for LJ22%20YNW: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: LL71%20XFO
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520XFO%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for LL71%20XFO: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: MA22%20EGV
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520EGV%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for MA22%20EGV: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: MD72%20WCO
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WCO%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for MD72%20WCO: 0
2026-03-28 11:34:26 [bca.uk] INFO: Found listing with ID: NJ22%20TXO
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:26 [bca.uk] INFO: Scrape type for NJ22%20TXO: 0
2026-03-28 11:34:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:30 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:30 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded
2026-03-28 11:34:30 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: SA71%20RNO
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520RNO%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for SA71%20RNO: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: CK72%20FDY
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520FDY%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for CK72%20FDY: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: DG22%20XTV
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XTV%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for DG22%20XTV: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: DK24%20WMW
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WMW%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for DK24%20WMW: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: EK24%20HNA
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK24%2520HNA%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for EK24%20HNA: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: FH72%20CPY
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH72%2520CPY%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for FH72%20CPY: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: MK72%20CYU
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK72%2520CYU%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for MK72%20CYU: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: OE72%20NBM
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520NBM%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for OE72%20NBM: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: SV22%20YHM
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520YHM%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for SV22%20YHM: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: DP21%20JBV
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520JBV%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for DP21%20JBV: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: DG16%20OMJ
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520OMJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for DG16%20OMJ: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: DA65%20YGJ
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520YGJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for DA65%20YGJ: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: YA16%20ELX
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520ELX%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for YA16%20ELX: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: MT62%20OMC
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520OMC%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for MT62%20OMC: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: AD15%20SOH
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD15%2520SOH%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for AD15%20SOH: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: BA19%20AVN
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520AVN%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for BA19%20AVN: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: BA68%20EJE
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520EJE%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for BA68%20EJE: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: BL22%20LSE
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL22%2520LSE%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for BL22%20LSE: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: GJ65%20VBM
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520VBM%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for GJ65%20VBM: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: GJ72%20NVC
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520NVC%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for GJ72%20NVC: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: KR13%20MSV
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR13%2520MSV%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for KR13%20MSV: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: WT16%20CGE
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520CGE%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for WT16%20CGE: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: KW65%20OBH
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW65%2520OBH%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for KW65%20OBH: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: LM68%20ULW
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520ULW%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for LM68%20ULW: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: YR18%20OCD
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520OCD%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for YR18%20OCD: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: VK15%20BFE
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK15%2520BFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for VK15%20BFE: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: FD67%20LXW
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520LXW%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for FD67%20LXW: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: VE65%20VYD
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE65%2520VYD%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for VE65%20VYD: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: MK61%20NFR
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520NFR%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for MK61%20NFR: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: YY12%20FXE
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY12%2520FXE%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for YY12%20FXE: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: EU65%20ZBR
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520ZBR%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for EU65%20ZBR: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: NA15%20YWT
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520YWT%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for NA15%20YWT: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: BG14%20EPC
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520EPC%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for BG14%20EPC: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: LG16%20CZE
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520CZE%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for LG16%20CZE: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: YN15%20NHA
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520NHA%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for YN15%20NHA: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: VN08%20XCY
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN08%2520XCY%27 HTTP/1.1" 200 None
2026-03-28 11:34:30 [bca.uk] INFO: Scrape type for VN08%20XCY: 0
2026-03-28 11:34:30 [bca.uk] INFO: Found listing with ID: VE14%20XUZ
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for VE14%20XUZ: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: YX12%20OSP
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX12%2520OSP%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for YX12%20OSP: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: PX13%20UCN
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520UCN%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for PX13%20UCN: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: FV71%20SUO
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520SUO%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for FV71%20SUO: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KR74%20CWC
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520CWC%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for KR74%20CWC: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: WG21%20KHA
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520KHA%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for WG21%20KHA: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: NL09%20KYT
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL09%2520KYT%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for NL09%20KYT: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: WA68%20NHD
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520NHD%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for WA68%20NHD: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: HN67%20XAJ
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520XAJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for HN67%20XAJ: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: HD56%20EFB
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD56%2520EFB%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for HD56%20EFB: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KR71%20TWZ
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520TWZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for KR71%20TWZ: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: YR15%20FEK
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520FEK%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for YR15%20FEK: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: FP10%20UJH
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UJH%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for FP10%20UJH: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: RA66%20HUP
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520HUP%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for RA66%20HUP: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: YF65%20HZG
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF65%2520HZG%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for YF65%20HZG: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: F22%20TTS
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F22%2520TTS%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for F22%20TTS: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: HG68%20HBX
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520HBX%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for HG68%20HBX: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: HN20%20GLJ
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN20%2520GLJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for HN20%20GLJ: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: LO70%20XHU
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520XHU%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for LO70%20XHU: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: OV71%20VLO
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520VLO%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for OV71%20VLO: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KR74%20GXX
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GXX%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for KR74%20GXX: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KR74%20GZC
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GZC%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for KR74%20GZC: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KX73%20ZVH
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX73%2520ZVH%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for KX73%20ZVH: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: DY18%20KYP
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520KYP%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for DY18%20KYP: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: AV07%20FZJ
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV07%2520FZJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for AV07%20FZJ: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KK15%20GKJ
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK15%2520GKJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:31 [bca.uk] INFO: Scrape type for KK15%20GKJ: 0
2026-03-28 11:34:31 [bca.uk] INFO: Found listing with ID: KW23%20XXC
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520XXC%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for KW23%20XXC: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LM66%20MYL
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520MYL%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LM66%20MYL: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: BJ19%20HKX
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520HKX%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for BJ19%20HKX: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: AN23%20FAB
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN23%2520FAB%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for AN23%20FAB: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: YA19%20PMO
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520PMO%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for YA19%20PMO: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: KP23%20UYF
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520UYF%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for KP23%20UYF: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: SV23%20XNY
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XNY%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for SV23%20XNY: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: MA20%20JXY
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520JXY%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for MA20%20JXY: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LS22%20APX
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520APX%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LS22%20APX: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: DG23%20YTS
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520YTS%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for DG23%20YTS: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: HF69%20LZW
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF69%2520LZW%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for HF69%20LZW: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LM61%20OVO
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM61%2520OVO%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LM61%20OVO: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: AU16%20YYD
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520YYD%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for AU16%20YYD: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: VK72%20HYT
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520HYT%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for VK72%20HYT: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: CN71%20FLM
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520FLM%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for CN71%20FLM: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LA22%20NCU
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520NCU%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LA22%20NCU: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LD72%20AXW
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AXW%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LD72%20AXW: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LD72%20OTX
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OTX%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LD72%20OTX: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LG72%20RNE
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RNE%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LG72%20RNE: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: VO23%20ZGV
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520ZGV%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for VO23%20ZGV: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: VO72%20JVK
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520JVK%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for VO72%20JVK: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: YS19%20LKF
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520LKF%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for YS19%20LKF: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: BJ17%20KNB
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520KNB%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for BJ17%20KNB: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: BL17%20OSB
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL17%2520OSB%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for BL17%20OSB: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: BT72%20VZZ
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520VZZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for BT72%20VZZ: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: BX21%20HTT
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX21%2520HTT%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for BX21%20HTT: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: DY71%20APX
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520APX%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for DY71%20APX: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: EU20%20MWK
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520MWK%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for EU20%20MWK: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: HV24%20OJD
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520OJD%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for HV24%20OJD: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LC66%20YCW
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520YCW%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LC66%20YCW: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LD21%20EZN
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EZN%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LD21%20EZN: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: LF23%20AHW
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520AHW%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for LF23%20AHW: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: ML70%20AOZ
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520AOZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for ML70%20AOZ: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: BW19%20CGV
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CGV%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for BW19%20CGV: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: DK73%20OFM
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK73%2520OFM%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for DK73%20OFM: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: EF67%20UBW
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UBW%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for EF67%20UBW: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: VE22%20HYT
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520HYT%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for VE22%20HYT: 0
2026-03-28 11:34:32 [bca.uk] INFO: Found listing with ID: YT20%20UMS
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT20%2520UMS%27 HTTP/1.1" 200 None
2026-03-28 11:34:32 [bca.uk] INFO: Scrape type for YT20%20UMS: 0
2026-03-28 11:34:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:35 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded
2026-03-28 11:34:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: KS73%20OUP
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520OUP%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for KS73%20OUP: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: BG72%20UVK
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UVK%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for BG72%20UVK: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: BK21%20VBM
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520VBM%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for BK21%20VBM: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: KY23%20LWA
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWA%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for KY23%20LWA: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: LC66%20DZV
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520DZV%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for LC66%20DZV: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: CX72%20HRJ
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX72%2520HRJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for CX72%20HRJ: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YR70%20AHN
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YR70%20AHN: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: FE62%20GPU
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520GPU%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for FE62%20GPU: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DK67%20XBB
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK67%2520XBB%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DK67%20XBB: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: FG16%20CDU
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG16%2520CDU%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for FG16%20CDU: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YG13%20GCU
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG13%2520GCU%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YG13%20GCU: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: LC21%20ZKD
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC21%2520ZKD%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for LC21%20ZKD: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: CE59%20VFB
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE59%2520VFB%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for CE59%20VFB: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: AK72%20CVA
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520CVA%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for AK72%20CVA: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: BV66%20HMG
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520HMG%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for BV66%20HMG: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DS21%20FKJ
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520FKJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DS21%20FKJ: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DS72%20XWT
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520XWT%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DS72%20XWT: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: EN21%20AFE
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN21%2520AFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for EN21%20AFE: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: MW21%20KRE
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW21%2520KRE%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for MW21%20KRE: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: VU20%20KXN
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for VU20%20KXN: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YP24%20NNB
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520NNB%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YP24%20NNB: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YX13%20OVW
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX13%2520OVW%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YX13%20OVW: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DL72%20PGU
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PGU%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DL72%20PGU: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: LO70%20SNY
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520SNY%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for LO70%20SNY: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: EO72%20JVW
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520JVW%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for EO72%20JVW: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YR71%20XUZ
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YR71%20XUZ: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: FT72%20ADZ
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520ADZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for FT72%20ADZ: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: MA21%20FJE
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520FJE%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for MA21%20FJE: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: VO23%20MRX
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520MRX%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for VO23%20MRX: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YR19%20BDP
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BDP%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YR19%20BDP: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YS19%20TGN
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520TGN%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YS19%20TGN: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YT69%20YZL
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520YZL%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YT69%20YZL: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DA22%20XTW
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520XTW%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DA22%20XTW: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: HK22%20LFT
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520LFT%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for HK22%20LFT: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DV71%20NWO
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520NWO%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DV71%20NWO: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: WJ68%20XCO
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520XCO%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for WJ68%20XCO: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: WF70%20BDY
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520BDY%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for WF70%20BDY: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DL14%20MVZ
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL14%2520MVZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DL14%20MVZ: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DG63%20OCB
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG63%2520OCB%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DG63%20OCB: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YF14%20VCY
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520VCY%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YF14%20VCY: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: PL08%20XKA
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL08%2520XKA%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for PL08%20XKA: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: FP15%20FSZ
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP15%2520FSZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for FP15%20FSZ: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: PF15%20UUE
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520UUE%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for PF15%20UUE: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: PG15%20FLD
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG15%2520FLD%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for PG15%20FLD: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YF10%20SVS
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520SVS%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YF10%20SVS: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: FM64%20FXR
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM64%2520FXR%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for FM64%20FXR: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: YF63%20EFE
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for YF63%20EFE: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: DS15%20TZL
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520TZL%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for DS15%20TZL: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: GP59%20TZD
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP59%2520TZD%27 HTTP/1.1" 200 None
2026-03-28 11:34:35 [bca.uk] INFO: Scrape type for GP59%20TZD: 0
2026-03-28 11:34:35 [bca.uk] INFO: Found listing with ID: KY59%20XTG
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520XTG%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for KY59%20XTG: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: YB64%20FPF
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520FPF%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for YB64%20FPF: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: NA62%20HLY
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA62%2520HLY%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for NA62%20HLY: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: WM64%20LTX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520LTX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for WM64%20LTX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: VE11%20ONA
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520ONA%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for VE11%20ONA: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: LF67%20SYZ
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520SYZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for LF67%20SYZ: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: SB69%20DFP
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520DFP%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for SB69%20DFP: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: VK67%20YRR
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520YRR%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for VK67%20YRR: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: BV68%20JHX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520JHX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for BV68%20JHX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: KV61%20YMO
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520YMO%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for KV61%20YMO: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: VA14%20VAV
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520VAV%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for VA14%20VAV: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: YN17%20ZXT
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520ZXT%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for YN17%20ZXT: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: DF14%20OGE
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520OGE%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for DF14%20OGE: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: DF16%20UXN
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UXN%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for DF16%20UXN: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: HG62%20TBX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG62%2520TBX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for HG62%20TBX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: MV62%20YRS
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520YRS%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for MV62%20YRS: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: KM65%20JOJ
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM65%2520JOJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for KM65%20JOJ: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: WM73%20SRU
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520SRU%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for WM73%20SRU: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: KE12%20PDK
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for KE12%20PDK: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: YA13%20HMU
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA13%2520HMU%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for YA13%20HMU: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: GD15%20VKK
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD15%2520VKK%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for GD15%20VKK: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: PJ70%20PGE
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520PGE%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for PJ70%20PGE: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: SJ67%20GHV
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520GHV%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for SJ67%20GHV: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: EK14%20JJL
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK14%2520JJL%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for EK14%20JJL: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: BF62%20EYU
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520EYU%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for BF62%20EYU: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: DA15%20KKL
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520KKL%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for DA15%20KKL: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: YT63%20YVW
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520YVW%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for YT63%20YVW: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: FN66%20JPY
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520JPY%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for FN66%20JPY: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: MK70%20UBP
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520UBP%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for MK70%20UBP: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: DG65%20FOU
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG65%2520FOU%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for DG65%20FOU: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: NL14%20VWH
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520VWH%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for NL14%20VWH: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: YK09%20YKR
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520YKR%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for YK09%20YKR: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: YM64%20MWX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520MWX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for YM64%20MWX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: MK16%20EUV
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EUV%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for MK16%20EUV: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: GX14%20BXR
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520BXR%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for GX14%20BXR: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: RO14%20OSG
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520OSG%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for RO14%20OSG: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: BK11%20PYH
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK11%2520PYH%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for BK11%20PYH: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: BN13%20HXU
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520HXU%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for BN13%20HXU: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: DY13%20KKT
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520KKT%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for DY13%20KKT: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: EK62%20BPO
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520BPO%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for EK62%20BPO: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: FE62%20CUX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520CUX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for FE62%20CUX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: FN57%20LAA
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN57%2520LAA%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for FN57%20LAA: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: HN57%20BJX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN57%2520BJX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for HN57%20BJX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: KP63%20BBK
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP63%2520BBK%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for KP63%20BBK: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: ML14%20FNS
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML14%2520FNS%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for ML14%20FNS: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: WK09%20YLB
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520YLB%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for WK09%20YLB: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: SV14%20VHT
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520VHT%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for SV14%20VHT: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: VO67%20SZZ
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520SZZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for VO67%20SZZ: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: WK67%20RPO
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK67%2520RPO%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for WK67%20RPO: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: BA68%20TXX
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520TXX%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for BA68%20TXX: 0
2026-03-28 11:34:36 [bca.uk] INFO: Found listing with ID: SV64%20ZFS
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520ZFS%27 HTTP/1.1" 200 None
2026-03-28 11:34:36 [bca.uk] INFO: Scrape type for SV64%20ZFS: 0
2026-03-28 11:34:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:45 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded
2026-03-28 11:34:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: DS20%20HBL
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520HBL%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for DS20%20HBL: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: DV20%20WGU
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WGU%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for DV20%20WGU: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: MM19%20WWL
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WWL%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for MM19%20WWL: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: BJ20%20OGH
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520OGH%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for BJ20%20OGH: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: DA70%20LNP
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520LNP%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for DA70%20LNP: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: DE70%20EEM
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EEM%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for DE70%20EEM: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: DE70%20EET
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EET%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for DE70%20EET: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: DE70%20EFH
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EFH%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for DE70%20EFH: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: SW18%20EZG
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520EZG%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for SW18%20EZG: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: SH16%20WGD
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520WGD%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for SH16%20WGD: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: FL69%20MFV
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520MFV%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for FL69%20MFV: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: YD24%20JKV
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520JKV%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for YD24%20JKV: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: SM65%20ZKU
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520ZKU%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for SM65%20ZKU: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: YC65%20KTA
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC65%2520KTA%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for YC65%20KTA: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: YE06%20FKT
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE06%2520FKT%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for YE06%20FKT: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: BJ75%20VPK
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520VPK%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for BJ75%20VPK: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: YG63%20VUH
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520VUH%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for YG63%20VUH: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: LT10%20LNU
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520LNU%27 HTTP/1.1" 200 None
2026-03-28 11:34:45 [bca.uk] INFO: Scrape type for LT10%20LNU: 0
2026-03-28 11:34:45 [bca.uk] INFO: Found listing with ID: BJ75%20TYW
2026-03-28 11:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520TYW%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for BJ75%20TYW: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: KU11%20MKL
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520MKL%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for KU11%20MKL: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: PX16%20WFA
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520WFA%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for PX16%20WFA: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: OU64%20OFG
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520OFG%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for OU64%20OFG: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DN63%20XUD
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN63%2520XUD%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DN63%20XUD: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: FD64%20FXF
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD64%2520FXF%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for FD64%20FXF: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: HY61%20UVC
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520UVC%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for HY61%20UVC: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: MA11%20NCU
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA11%2520NCU%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for MA11%20NCU: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: MT61%20WYX
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT61%2520WYX%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for MT61%20WYX: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: NG06%20VOD
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG06%2520VOD%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for NG06%20VOD: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: SL63%20KKT
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520KKT%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for SL63%20KKT: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: YE09%20DZR
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE09%2520DZR%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for YE09%20DZR: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: YK14%20VVY
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520VVY%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for YK14%20VVY: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: YT54%20PPZ
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520PPZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for YT54%20PPZ: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: YX14%20OWE
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX14%2520OWE%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for YX14%20OWE: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: BJ23%20FCO
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520FCO%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for BJ23%20FCO: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: CF71%20DZT
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520DZT%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for CF71%20DZT: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: CK23%20GWG
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520GWG%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for CK23%20GWG: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DE23%20FWF
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520FWF%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DE23%20FWF: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DL70%20MLK
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520MLK%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DL70%20MLK: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DN72%20WGP
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520WGP%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DN72%20WGP: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DV71%20ULJ
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520ULJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DV71%20ULJ: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: GF22%20AWJ
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520AWJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for GF22%20AWJ: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: GJ22%20WZO
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520WZO%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for GJ22%20WZO: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: HK71%20MFU
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520MFU%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for HK71%20MFU: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: OE71%20HWF
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520HWF%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for OE71%20HWF: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: OE71%20NPD
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520NPD%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for OE71%20NPD: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: OV71%20WVC
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520WVC%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for OV71%20WVC: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: YM72%20VMV
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520VMV%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for YM72%20VMV: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: YP71%20UCO
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UCO%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for YP71%20UCO: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: SV71%20ZXF
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV71%2520ZXF%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for SV71%20ZXF: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: SM72%20CFE
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520CFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for SM72%20CFE: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: RE59%20ZWR
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE59%2520ZWR%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for RE59%20ZWR: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: NU16%20DYO
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU16%2520DYO%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for NU16%20DYO: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: LY62%20BOF
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY62%2520BOF%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for LY62%20BOF: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DY22%20BNN
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520BNN%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DY22%20BNN: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: EJ73%20RUU
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520RUU%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for EJ73%20RUU: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: HJ15%20OEU
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ15%2520OEU%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for HJ15%20OEU: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: KP70%20ZYR
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for KP70%20ZYR: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: GF12%20GWU
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF12%2520GWU%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for GF12%20GWU: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: DP22%20AVT
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520AVT%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for DP22%20AVT: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: KM17%20CVE
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520CVE%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for KM17%20CVE: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: IXZ%202377
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IXZ%25202377%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for IXZ%202377: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: PL15%20HJZ
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL15%2520HJZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for PL15%20HJZ: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: B6%20DVS
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B6%2520DVS%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for B6%20DVS: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: MW14%20DZL
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW14%2520DZL%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for MW14%20DZL: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: KU12%20ULT
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520ULT%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for KU12%20ULT: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: FY13%20WLA
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520WLA%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for FY13%20WLA: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: N679%20PYN
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N679%2520PYN%27 HTTP/1.1" 200 None
2026-03-28 11:34:46 [bca.uk] INFO: Scrape type for N679%20PYN: 0
2026-03-28 11:34:46 [bca.uk] INFO: Found listing with ID: FT13%20XNB
2026-03-28 11:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT13%2520XNB%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for FT13%20XNB: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: FG06%20HKH
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG06%2520HKH%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for FG06%20HKH: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: BV65%20BWG
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520BWG%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for BV65%20BWG: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: BV10%20UUJ
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV10%2520UUJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for BV10%20UUJ: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: YR18%20KKN
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520KKN%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for YR18%20KKN: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: AK12%20UVE
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK12%2520UVE%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for AK12%20UVE: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: MJ67%20POU
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ67%2520POU%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for MJ67%20POU: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: AJ12%20NLD
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ12%2520NLD%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for AJ12%20NLD: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: SE10%20GAR
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE10%2520GAR%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for SE10%20GAR: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: YS21%20RLZ
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520RLZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for YS21%20RLZ: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: M22%20TMX
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M22%2520TMX%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for M22%20TMX: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: EO64%20WLP
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO64%2520WLP%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for EO64%20WLP: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: YG14%20XEO
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG14%2520XEO%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for YG14%20XEO: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: LR22%20OUV
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520OUV%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for LR22%20OUV: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: AU18%20YYS
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU18%2520YYS%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for AU18%20YYS: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: NL21%20WXZ
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WXZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for NL21%20WXZ: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: SD67%20MZZ
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520MZZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for SD67%20MZZ: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: FV15%20RLX
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520RLX%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for FV15%20RLX: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: KF73%20ACJ
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ACJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for KF73%20ACJ: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: RV14%20PXJ
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV14%2520PXJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:47 [bca.uk] INFO: Scrape type for RV14%20PXJ: 0
2026-03-28 11:34:47 [bca.uk] INFO: Found listing with ID: PJ63%20USU
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520USU%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for PJ63%20USU: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LR65%20MXK
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MXK%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LR65%20MXK: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LL74%20BUV
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUV%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LL74%20BUV: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LL74%20BWH
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BWH%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LL74%20BWH: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LL74%20DKN
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKN%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LL74%20DKN: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LN24%20PFZ
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PFZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LN24%20PFZ: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: HK11%20AAE
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK11%2520AAE%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for HK11%20AAE: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: GJ14%20JNL
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ14%2520JNL%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for GJ14%20JNL: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: FM66%20FKY
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM66%2520FKY%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for FM66%20FKY: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LN24%20ROH
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520ROH%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LN24%20ROH: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: LL74%20BUF
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUF%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for LL74%20BUF: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: EA64%20PXN
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520PXN%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for EA64%20PXN: 0
2026-03-28 11:34:48 [bca.uk] INFO: Found listing with ID: KF73%20AMX
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AMX%27 HTTP/1.1" 200 None
2026-03-28 11:34:48 [bca.uk] INFO: Scrape type for KF73%20AMX: 0
2026-03-28 11:34:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:50 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded
2026-03-28 11:34:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: BJ64%20XDZ
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ64%2520XDZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for BJ64%20XDZ: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: WV23%20EAE
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520EAE%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for WV23%20EAE: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: FM72%20MXB
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM72%2520MXB%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for FM72%20MXB: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: AP24%20ADY
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP24%2520ADY%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for AP24%20ADY: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: AV69%20KTP
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520KTP%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for AV69%20KTP: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: LP23%20GZC
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZC%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for LP23%20GZC: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: LP23%20GZE
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZE%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for LP23%20GZE: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: LN24%20PXO
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for LN24%20PXO: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: FW13%20YCL
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FW13%2520YCL%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for FW13%20YCL: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: KE23%20LWJ
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LWJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for KE23%20LWJ: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: CF74%20PFK
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFK%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for CF74%20PFK: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: CF74%20PFN
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFN%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for CF74%20PFN: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: WR70%20KHU
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520KHU%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for WR70%20KHU: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: K888%20MWS
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K888%2520MWS%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for K888%20MWS: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: LL74%20BXF
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXF%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for LL74%20BXF: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: DL73%20KPK
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPK%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for DL73%20KPK: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: DL73%20LBU
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LBU%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for DL73%20LBU: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: KF73%20ADO
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ADO%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for KF73%20ADO: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: NY23%20JOV
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY23%2520JOV%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for NY23%20JOV: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: NV65%20XKB
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520XKB%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for NV65%20XKB: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: NU71%20XGM
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520XGM%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for NU71%20XGM: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: GU69%20RVJ
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520RVJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for GU69%20RVJ: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: LN24%20PDO
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PDO%27 HTTP/1.1" 200 None
2026-03-28 11:34:50 [bca.uk] INFO: Scrape type for LN24%20PDO: 0
2026-03-28 11:34:50 [bca.uk] INFO: Found listing with ID: LL74%20DGO
2026-03-28 11:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LL74%20DGO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: SL69%20OOV
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520OOV%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for SL69%20OOV: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: MW71%20BBN
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520BBN%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for MW71%20BBN: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DL73%20LCG
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCG%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DL73%20LCG: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: BF17%20BWK
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520BWK%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for BF17%20BWK: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: MA21%20ZDN
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZDN%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for MA21%20ZDN: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DP18%20YDO
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP18%2520YDO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DP18%20YDO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: NJ18%20ZPS
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520ZPS%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for NJ18%20ZPS: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: WP18%20HCJ
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520HCJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for WP18%20HCJ: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: OV70%20JYR
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520JYR%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for OV70%20JYR: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DV72%20WBE
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520WBE%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DV72%20WBE: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: WN20%20YTE
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520YTE%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for WN20%20YTE: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: YC21%20FCR
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FCR%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for YC21%20FCR: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DL73%20KRK
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRK%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DL73%20KRK: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: MT74%20KHC
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT74%2520KHC%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for MT74%20KHC: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: EJ16%20PXZ
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520PXZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for EJ16%20PXZ: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: FA19%20XRY
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for FA19%20XRY: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LC19%20VCD
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520VCD%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LC19%20VCD: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LS70%20GYB
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520GYB%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LS70%20GYB: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LV14%20ZZS
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520ZZS%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LV14%20ZZS: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LY22%20BZO
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY22%2520BZO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LY22%20BZO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: YL16%20GGZ
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL16%2520GGZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for YL16%20GGZ: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LV21%20EYT
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520EYT%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LV21%20EYT: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LN24%20PWL
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWL%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LN24%20PWL: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LN24%20RUO
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LN24%20RUO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LN24%20RYT
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RYT%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LN24%20RYT: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: GY65%20SKU
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY65%2520SKU%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for GY65%20SKU: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: VGZ%209983
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209983%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for VGZ%209983: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: EY57%20PHU
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY57%2520PHU%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for EY57%20PHU: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: YE21%20FCC
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE21%2520FCC%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for YE21%20FCC: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DL73%20KVO
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DL73%20KVO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LL74%20BXC
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXC%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LL74%20BXC: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: CA72%20UUR
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UUR%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for CA72%20UUR: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: CN65%20LRY
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN65%2520LRY%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for CN65%20LRY: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: SL69%20PKF
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520PKF%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for SL69%20PKF: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: CA65%20WVY
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520WVY%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for CA65%20WVY: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: CK63%20PYD
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520PYD%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for CK63%20PYD: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DN70%20BVW
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520BVW%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DN70%20BVW: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: GJ71%20OBT
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520OBT%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for GJ71%20OBT: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: HG67%20YLP
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520YLP%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for HG67%20YLP: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: HK22%20EVR
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520EVR%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for HK22%20EVR: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: LL65%20CEA
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL65%2520CEA%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for LL65%20CEA: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: OV18%20BDX
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520BDX%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for OV18%20BDX: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: SG65%20GCV
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520GCV%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for SG65%20GCV: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: VN19%20GJE
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520GJE%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for VN19%20GJE: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: YH21%20LGT
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LGT%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for YH21%20LGT: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: CA19%20TTY
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520TTY%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for CA19%20TTY: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: VE18%20ECX
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520ECX%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for VE18%20ECX: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: SV18%20YFO
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520YFO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for SV18%20YFO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: PK72%20ZVO
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for PK72%20ZVO: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DN61%20VMK
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520VMK%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DN61%20VMK: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: DT68%20RVZ
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520RVZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for DT68%20RVZ: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: WO67%20EFC
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520EFC%27 HTTP/1.1" 200 None
2026-03-28 11:34:51 [bca.uk] INFO: Scrape type for WO67%20EFC: 0
2026-03-28 11:34:51 [bca.uk] INFO: Found listing with ID: YD22%20EUM
2026-03-28 11:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EUM%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for YD22%20EUM: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: YY73%20VNL
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520VNL%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for YY73%20VNL: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: BW68%20MJU
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520MJU%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for BW68%20MJU: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: WR67%20UCN
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR67%2520UCN%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for WR67%20UCN: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: SD15%20VYV
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520VYV%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for SD15%20VYV: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: SD14%20CXL
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520CXL%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for SD14%20CXL: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: OU68%20WVA
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU68%2520WVA%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for OU68%20WVA: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: MJ15%20HRW
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520HRW%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for MJ15%20HRW: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: DU61%20RBZ
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU61%2520RBZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for DU61%20RBZ: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: RV68%20WKN
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV68%2520WKN%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for RV68%20WKN: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: LA69%20MWL
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520MWL%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for LA69%20MWL: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: GL68%20FUA
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL68%2520FUA%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for GL68%20FUA: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: MF16%20PPK
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520PPK%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for MF16%20PPK: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: FN68%20YGL
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520YGL%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for FN68%20YGL: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: MA59%20KPZ
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA59%2520KPZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for MA59%20KPZ: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: VK16%20DHG
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520DHG%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for VK16%20DHG: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: NV09%20KHR
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV09%2520KHR%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for NV09%20KHR: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: YX20%20KXO
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX20%2520KXO%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for YX20%20KXO: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: PE10%20JUO
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520JUO%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for PE10%20JUO: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: SA69%20LKV
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520LKV%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for SA69%20LKV: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: HS19%20PGV
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520PGV%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for HS19%20PGV: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: YJ68%20LRA
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ68%2520LRA%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for YJ68%20LRA: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: NA70%20HTG
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520HTG%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for NA70%20HTG: 0
2026-03-28 11:34:52 [bca.uk] INFO: Found listing with ID: PK17%20BHL
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520BHL%27 HTTP/1.1" 200 None
2026-03-28 11:34:52 [bca.uk] INFO: Scrape type for PK17%20BHL: 0
2026-03-28 11:34:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:34:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:34:54 [bca.uk] INFO: Total items found: 100
2026-03-28 11:34:54 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded
2026-03-28 11:34:54 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:34:54 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:54 [bca.uk] INFO: Found listing with ID: KN70%20PWK
2026-03-28 11:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PWK%27 HTTP/1.1" 200 None
2026-03-28 11:34:54 [bca.uk] INFO: Scrape type for KN70%20PWK: 0
2026-03-28 11:34:54 [bca.uk] INFO: Found listing with ID: GX14%20YXM
2026-03-28 11:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520YXM%27 HTTP/1.1" 200 None
2026-03-28 11:34:54 [bca.uk] INFO: Scrape type for GX14%20YXM: 0
2026-03-28 11:34:54 [bca.uk] INFO: Found listing with ID: WU61%20LRL
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU61%2520LRL%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for WU61%20LRL: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: LT71%20XPE
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT71%2520XPE%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for LT71%20XPE: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: YH16%20JFF
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520JFF%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for YH16%20JFF: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: AF15%20DJV
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520DJV%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for AF15%20DJV: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: AJ67%20HVO
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ67%2520HVO%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for AJ67%20HVO: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: BT62%20BWL
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520BWL%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for BT62%20BWL: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: FV66%20XBW
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520XBW%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for FV66%20XBW: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: NU67%20EFD
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520EFD%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for NU67%20EFD: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: WN19%20TBZ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520TBZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for WN19%20TBZ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: KM61%20EBN
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520EBN%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for KM61%20EBN: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: YG23%20XFA
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFA%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for YG23%20XFA: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: DX73%20BTU
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX73%2520BTU%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for DX73%20BTU: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: RK19%20CXP
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520CXP%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for RK19%20CXP: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: YS17%20ZLU
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520ZLU%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for YS17%20ZLU: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: DL19%20UZW
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL19%2520UZW%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for DL19%20UZW: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: DU21%20OXD
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520OXD%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for DU21%20OXD: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: DY70%20GHF
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520GHF%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for DY70%20GHF: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: SL18%20XRK
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL18%2520XRK%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for SL18%20XRK: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: FH69%20KBE
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520KBE%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for FH69%20KBE: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: LT69%20ZWM
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520ZWM%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for LT69%20ZWM: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: EK69%20XRA
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520XRA%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for EK69%20XRA: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: GY13%20EEA
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520EEA%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for GY13%20EEA: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: LD21%20BJT
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520BJT%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for LD21%20BJT: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: MA21%20JZT
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520JZT%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for MA21%20JZT: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: GJ68%20VOF
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520VOF%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for GJ68%20VOF: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: MF19%20YBX
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520YBX%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for MF19%20YBX: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: CA21%20KKZ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520KKZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for CA21%20KKZ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: FE22%20VBG
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520VBG%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for FE22%20VBG: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: FJ71%20WBL
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ71%2520WBL%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for FJ71%20WBL: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: GE19%20BBJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520BBJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for GE19%20BBJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: GX16%20VLT
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VLT%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for GX16%20VLT: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: LC69%20GVT
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520GVT%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for LC69%20GVT: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: LG21%20WJX
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG21%2520WJX%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for LG21%20WJX: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: LT17%20GDA
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520GDA%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for LT17%20GDA: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: ND19%20SXX
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520SXX%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for ND19%20SXX: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: WJ70%20FPX
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ70%2520FPX%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for WJ70%20FPX: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: GF14%20ZWW
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF14%2520ZWW%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for GF14%20ZWW: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: NX66%20UNL
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX66%2520UNL%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for NX66%20UNL: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: SA71%20KKC
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520KKC%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for SA71%20KKC: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: KC17%20CWC
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC17%2520CWC%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for KC17%20CWC: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: ND67%20LEU
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520LEU%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for ND67%20LEU: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: BG71%20JOJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520JOJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for BG71%20JOJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: GD16%20PXS
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520PXS%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for GD16%20PXS: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: MD19%20OES
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520OES%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for MD19%20OES: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: YT19%20XLR
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520XLR%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for YT19%20XLR: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: MX67%20GNU
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX67%2520GNU%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for MX67%20GNU: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: SM65%20VZD
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520VZD%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for SM65%20VZD: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: KU68%20VVT
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520VVT%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for KU68%20VVT: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: SL17%20VDJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL17%2520VDJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for SL17%20VDJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: FD19%20YVX
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520YVX%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for FD19%20YVX: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: SH70%20ORW
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520ORW%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for SH70%20ORW: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: AK67%20JSZ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520JSZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for AK67%20JSZ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: HG64%20ETY
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520ETY%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for HG64%20ETY: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: WJ68%20HJO
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520HJO%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for WJ68%20HJO: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: DP19%20XLJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520XLJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for DP19%20XLJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: DS69%20FNJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520FNJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for DS69%20FNJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: M444%20WMC
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520WMC%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for M444%20WMC: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: WX71%20KJK
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX71%2520KJK%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for WX71%20KJK: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: YP20%20UUE
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520UUE%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for YP20%20UUE: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: BK70%20EDJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520EDJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for BK70%20EDJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: PE70%20WXJ
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE70%2520WXJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:55 [bca.uk] INFO: Scrape type for PE70%20WXJ: 0
2026-03-28 11:34:55 [bca.uk] INFO: Found listing with ID: CN70%20CLU
2026-03-28 11:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN70%2520CLU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for CN70%20CLU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YA21%20WXD
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520WXD%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YA21%20WXD: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: DN17%20AWX
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN17%2520AWX%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for DN17%20AWX: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: DU71%20VFF
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520VFF%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for DU71%20VFF: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: L200%20LLX
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L200%2520LLX%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for L200%20LLX: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: AV72%20MYN
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV72%2520MYN%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for AV72%20MYN: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: AY69%20EXM
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY69%2520EXM%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for AY69%20EXM: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: LP69%20CGG
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for LP69%20CGG: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: LR20%20GFU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520GFU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for LR20%20GFU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: PN21%20LHB
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN21%2520LHB%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for PN21%20LHB: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YC21%20PYK
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520PYK%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YC21%20PYK: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YG20%20MSU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MSU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YG20%20MSU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: EF70%20MFE
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF70%2520MFE%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for EF70%20MFE: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: ESZ%208751
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25208751%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for ESZ%208751: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: MX73%20XBV
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX73%2520XBV%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for MX73%20XBV: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: HJ70%20CRU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520CRU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for HJ70%20CRU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YM16%20PKU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM16%2520PKU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YM16%20PKU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YP68%20SUU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520SUU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YP68%20SUU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YS21%20XMZ
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520XMZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YS21%20XMZ: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: BW19%20TUY
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520TUY%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for BW19%20TUY: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: CE69%20ZVC
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZVC%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for CE69%20ZVC: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: FH69%20LRU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520LRU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for FH69%20LRU: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: KU16%20WMW
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520WMW%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for KU16%20WMW: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: KU68%20AVW
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520AVW%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for KU68%20AVW: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: LC18%20KHZ
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for LC18%20KHZ: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: LP19%20EGD
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520EGD%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for LP19%20EGD: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: DX68%20ZVP
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX68%2520ZVP%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for DX68%20ZVP: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: GD17%20EVG
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520EVG%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for GD17%20EVG: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: LC68%20CKD
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520CKD%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for LC68%20CKD: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: LC71%20PBO
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520PBO%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for LC71%20PBO: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: YB19%20RUK
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520RUK%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for YB19%20RUK: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: HG17%20BBK
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520BBK%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for HG17%20BBK: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: SK69%20RNJ
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520RNJ%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for SK69%20RNJ: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: FE70%20WJM
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520WJM%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for FE70%20WJM: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: MF22%20XAM
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520XAM%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for MF22%20XAM: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: BW17%20AYN
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520AYN%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for BW17%20AYN: 0
2026-03-28 11:34:56 [bca.uk] INFO: Found listing with ID: NX12%20OSU
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX12%2520OSU%27 HTTP/1.1" 200 None
2026-03-28 11:34:56 [bca.uk] INFO: Scrape type for NX12%20OSU: 0
2026-03-28 11:34:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:34:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:04 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded
2026-03-28 11:35:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: CE20%20XJW
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE20%2520XJW%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for CE20%20XJW: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: WK69%20XGS
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520XGS%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for WK69%20XGS: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: DS64%20LZX
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS64%2520LZX%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for DS64%20LZX: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: BP15%20CWT
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP15%2520CWT%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for BP15%20CWT: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: WG69%20VDE
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520VDE%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for WG69%20VDE: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: YY12%20NHZ
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY12%2520NHZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for YY12%20NHZ: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: LX17%20VTU
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VTU%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for LX17%20VTU: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: YM19%20RKK
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM19%2520RKK%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for YM19%20RKK: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: BN68%20OJL
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN68%2520OJL%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for BN68%20OJL: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: LL66%20XUS
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520XUS%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for LL66%20XUS: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: FM19%20VZC
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520VZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for FM19%20VZC: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: SP15%20WYO
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WYO%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for SP15%20WYO: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: WO67%20MRU
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520MRU%27 HTTP/1.1" 200 None
2026-03-28 11:35:04 [bca.uk] INFO: Scrape type for WO67%20MRU: 0
2026-03-28 11:35:04 [bca.uk] INFO: Found listing with ID: CT16%20ETR
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT16%2520ETR%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for CT16%20ETR: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: CV21%20YPU
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV21%2520YPU%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for CV21%20YPU: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: YK24%20OHR
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520OHR%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for YK24%20OHR: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: BK58%20VMT
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520VMT%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for BK58%20VMT: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: VX51%20FSY
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX51%2520FSY%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for VX51%20FSY: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: CN19%20TXP
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520TXP%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for CN19%20TXP: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: KY17%20FHZ
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520FHZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for KY17%20FHZ: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: RO14%20TXT
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520TXT%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for RO14%20TXT: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: YY20%20SXW
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY20%2520SXW%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for YY20%20SXW: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: FV67%20VDM
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520VDM%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for FV67%20VDM: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: FV67%20VDZ
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520VDZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for FV67%20VDZ: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: L11%20WSK
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L11%2520WSK%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for L11%20WSK: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: GD70%20PNN
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD70%2520PNN%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for GD70%20PNN: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: DF11%20NXL
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF11%2520NXL%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for DF11%20NXL: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: FE62%20KXP
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520KXP%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for FE62%20KXP: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: KV18%20TYZ
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for KV18%20TYZ: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: HX64%20YAK
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520YAK%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for HX64%20YAK: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: CE66%20VAA
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VAA%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for CE66%20VAA: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: CU15%20UKL
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520UKL%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for CU15%20UKL: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: CK22%20PXE
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520PXE%27 HTTP/1.1" 200 None
2026-03-28 11:35:05 [bca.uk] INFO: Scrape type for CK22%20PXE: 0
2026-03-28 11:35:05 [bca.uk] INFO: Found listing with ID: MA70%20BJO
2026-03-28 11:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA70%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for MA70%20BJO: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: WK19%20OCS
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK19%2520OCS%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for WK19%20OCS: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: WR68%20MXC
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR68%2520MXC%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for WR68%20MXC: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SF67%20WSN
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF67%2520WSN%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SF67%20WSN: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SK21%20VMP
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520VMP%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SK21%20VMP: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LY21%20BCK
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY21%2520BCK%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LY21%20BCK: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BL68%20FEJ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520FEJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BL68%20FEJ: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: DX70%20LOJ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX70%2520LOJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for DX70%20LOJ: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SK69%20NBX
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520NBX%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SK69%20NBX: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: WN70%20YOE
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520YOE%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for WN70%20YOE: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SY70%20YGL
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY70%2520YGL%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SY70%20YGL: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: AO72%20ZBC
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZBC%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for AO72%20ZBC: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LP69%20OCN
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520OCN%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LP69%20OCN: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BN20%20UGF
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520UGF%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BN20%20UGF: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: YD03%20MPY
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD03%2520MPY%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for YD03%20MPY: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BP71%20WPU
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520WPU%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BP71%20WPU: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LV69%20SZF
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LV69%20SZF: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: GN09%20GZC
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for GN09%20GZC: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: KP73%20VCJ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520VCJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for KP73%20VCJ: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: CN71%20OMB
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520OMB%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for CN71%20OMB: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BP20%20OVJ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BP20%20OVJ: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: RXZ%201425
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for RXZ%201425: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BL66%20PXR
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BL66%20PXR: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: HN71%20ZHH
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for HN71%20ZHH: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: VE11%20WDD
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for VE11%20WDD: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: PX72%20KFY
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for PX72%20KFY: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: MC74%20RHU
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for MC74%20RHU: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: YR69%20NVT
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520NVT%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for YR69%20NVT: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LX19%20OHG
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LX19%20OHG: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: KX70%20NLM
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for KX70%20NLM: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: YR22%20RVW
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for YR22%20RVW: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LY71%20EVG
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LY71%20EVG: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: MJ72%20KDV
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for MJ72%20KDV: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: YE19%20FEL
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520FEL%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for YE19%20FEL: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: YR72%20AAX
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for YR72%20AAX: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SK21%20XXR
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SK21%20XXR: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: DS74%20HCY
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS74%2520HCY%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for DS74%20HCY: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BJ74%20MGU
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520MGU%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BJ74%20MGU: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BG74%20YVZ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520YVZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BG74%20YVZ: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LD23%20HDU
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520HDU%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LD23%20HDU: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: WK66%20VBY
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for WK66%20VBY: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: DS72%20VLC
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VLC%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for DS72%20VLC: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SH67%20GKV
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SH67%20GKV: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SB19%20LHM
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SB19%20LHM: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: S7%20GPO
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for S7%20GPO: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: DN16%20EXE
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for DN16%20EXE: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: GM64%20DGZ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for GM64%20DGZ: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: SO14%20MWA
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for SO14%20MWA: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: PJ62%20JKF
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for PJ62%20JKF: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BX66%20ZNY
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BX66%20ZNY: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: FH17%20VKP
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for FH17%20VKP: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: LL18%20EVB
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for LL18%20EVB: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: MD66%20HPN
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for MD66%20HPN: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: AX15%20XZF
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for AX15%20XZF: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: BL63%20AUT
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for BL63%20AUT: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: ND13%20LJE
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-28 11:35:06 [bca.uk] INFO: Scrape type for ND13%20LJE: 0
2026-03-28 11:35:06 [bca.uk] INFO: Found listing with ID: DU15%20PDZ
2026-03-28 11:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for DU15%20PDZ: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: DA63%20VOD
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for DA63%20VOD: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: GY15%20CYU
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for GY15%20CYU: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: HG70%20HSV
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for HG70%20HSV: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: GV13%20WKW
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for GV13%20WKW: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: DY68%20MOA
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for DY68%20MOA: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: GL21%20VFF
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for GL21%20VFF: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: ME23%20HPF
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for ME23%20HPF: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: CE62%20FOV
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for CE62%20FOV: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: WP21%20PWO
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for WP21%20PWO: 0
2026-03-28 11:35:07 [bca.uk] INFO: Found listing with ID: KP66%20LND
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-28 11:35:07 [bca.uk] INFO: Scrape type for KP66%20LND: 0
2026-03-28 11:35:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:10 [scrapy.extensions.logstats] INFO: Crawled 310 pages (at 8 pages/min), scraped 1488 items (at 0 items/min)
2026-03-28 11:35:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:35:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:16 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded
2026-03-28 11:35:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LJ73%20POK
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520POK%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LJ73%20POK: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: AU14%20PRV
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for AU14%20PRV: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: RA19%20VWF
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520VWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for RA19%20VWF: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LE74%20DYD
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520DYD%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LE74%20DYD: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: SJ19%20YDB
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for SJ19%20YDB: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: KO24%20RVN
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for KO24%20RVN: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: MC19%20WBE
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for MC19%20WBE: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: YT22%20VLG
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for YT22%20VLG: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: RF21%20KJE
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for RF21%20KJE: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: HT71%20GXX
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for HT71%20GXX: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: ML22%20ZRR
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for ML22%20ZRR: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: FN22%20KZM
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520KZM%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for FN22%20KZM: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: AF72%20URN
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for AF72%20URN: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LL70%20YVB
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LL70%20YVB: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: BD71%20HWO
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for BD71%20HWO: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LV67%20VRD
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520VRD%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LV67%20VRD: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: BV72%20ZJZ
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for BV72%20ZJZ: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: KP22%20GXA
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520GXA%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for KP22%20GXA: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: YB71%20LWG
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520LWG%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for YB71%20LWG: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: NU20%20ZTD
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520ZTD%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for NU20%20ZTD: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: YP72%20RVU
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520RVU%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for YP72%20RVU: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LC69%20LPN
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LC69%20LPN: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: HN16%20WFK
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for HN16%20WFK: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: P20%20OPT
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for P20%20OPT: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: FN72%20OKB
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for FN72%20OKB: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DV13%20WTF
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520WTF%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DV13%20WTF: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: KU11%20VAK
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520VAK%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for KU11%20VAK: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: KT13%20LZJ
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT13%2520LZJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for KT13%20LZJ: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DA15%20XTH
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DA15%20XTH: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: WN75%20GDK
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GDK%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for WN75%20GDK: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: BD73%20HLH
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD73%2520HLH%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for BD73%20HLH: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DT24%20NXY
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520NXY%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DT24%20NXY: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DY71%20ODW
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520ODW%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DY71%20ODW: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: MV74%20ENU
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV74%2520ENU%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for MV74%20ENU: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LF23%20NFW
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520NFW%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LF23%20NFW: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: YF23%20UMR
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UMR%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for YF23%20UMR: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: BX22%20SFY
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520SFY%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for BX22%20SFY: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DN25%20TKK
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520TKK%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DN25%20TKK: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: ND72%20HSA
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520HSA%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for ND72%20HSA: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LX66%20UPG
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX66%2520UPG%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LX66%20UPG: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: MJ24%20WPP
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520WPP%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for MJ24%20WPP: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DY74%20BXA
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXA%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DY74%20BXA: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LV59%20EFJ
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520EFJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LV59%20EFJ: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: CJ23%20MYM
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MYM%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for CJ23%20MYM: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: ML74%20VGT
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520VGT%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for ML74%20VGT: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: RE24%20KBP
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520KBP%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for RE24%20KBP: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: GL07%20HNH
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL07%2520HNH%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for GL07%20HNH: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: DY74%20BVT
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVT%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for DY74%20BVT: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: GD23%20DKF
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DKF%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for GD23%20DKF: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LS24%20GNX
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GNX%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LS24%20GNX: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: LN24%20RHE
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHE%27 HTTP/1.1" 200 None
2026-03-28 11:35:16 [bca.uk] INFO: Scrape type for LN24%20RHE: 0
2026-03-28 11:35:16 [bca.uk] INFO: Found listing with ID: AX72%20JHK
2026-03-28 11:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JHK%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for AX72%20JHK: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: VX24%20WMP
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WMP%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for VX24%20WMP: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YE72%20CKG
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520CKG%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YE72%20CKG: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: LM72%20XNW
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520XNW%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for LM72%20XNW: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YH23%20CMY
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520CMY%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YH23%20CMY: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BN25%20RHA
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHA%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BN25%20RHA: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BN25%20RHF
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHF%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BN25%20RHF: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BT23%20KAX
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KAX%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BT23%20KAX: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: KN24%20BNV
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN24%2520BNV%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for KN24%20BNV: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: MW74%20DVX
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVX%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for MW74%20DVX: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: MW74%20NRE
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NRE%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for MW74%20NRE: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BP74%20DXT
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520DXT%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BP74%20DXT: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BJ25%20XSZ
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520XSZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BJ25%20XSZ: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: VO24%20OOV
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OOV%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for VO24%20OOV: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: FB19%20ABX
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520ABX%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for FB19%20ABX: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: FM67%20FFV
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520FFV%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for FM67%20FFV: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: KY17%20MBX
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520MBX%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for KY17%20MBX: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YL67%20YBR
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520YBR%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YL67%20YBR: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: CU11%20FXP
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU11%2520FXP%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for CU11%20FXP: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: HJ70%20WBF
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520WBF%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for HJ70%20WBF: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: WF70%20UUZ
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520UUZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for WF70%20UUZ: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: LP15%20JMU
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520JMU%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for LP15%20JMU: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: WP23%20RVN
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520RVN%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for WP23%20RVN: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: E8%20LCL
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E8%2520LCL%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for E8%20LCL: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: FT73%20MXW
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT73%2520MXW%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for FT73%20MXW: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: RJ69%20LVN
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LVN%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for RJ69%20LVN: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: VX72%20GWK
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520GWK%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for VX72%20GWK: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: NX69%20SXL
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520SXL%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for NX69%20SXL: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: EA67%20WLP
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520WLP%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for EA67%20WLP: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: FL71%20EKN
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520EKN%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for FL71%20EKN: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: FN66%20PKK
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520PKK%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for FN66%20PKK: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: GJ68%20KUY
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520KUY%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for GJ68%20KUY: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: KW21%20WFB
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520WFB%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for KW21%20WFB: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: MW68%20AUV
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520AUV%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for MW68%20AUV: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: NJ67%20FZX
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ67%2520FZX%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for NJ67%20FZX: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: SY21%20WBK
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520WBK%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for SY21%20WBK: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: WF74%20FKV
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF74%2520FKV%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for WF74%20FKV: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: WJ73%20RYC
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ73%2520RYC%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for WJ73%20RYC: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: WK72%20XPS
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520XPS%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for WK72%20XPS: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YY17%20YYH
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YYH%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YY17%20YYH: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: SP22%20ZVJ
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for SP22%20ZVJ: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BL74%20UMS
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520UMS%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BL74%20UMS: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: BT74%20NGF
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520NGF%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for BT74%20NGF: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: RX74%20CCN
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CCN%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for RX74%20CCN: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: WT25%20UGC
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGC%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for WT25%20UGC: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YM74%20KJY
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KJY%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YM74%20KJY: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YM74%20KKS
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKS%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YM74%20KKS: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YM74%20KLC
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLC%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YM74%20KLC: 0
2026-03-28 11:35:17 [bca.uk] INFO: Found listing with ID: YM74%20KLP
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLP%27 HTTP/1.1" 200 None
2026-03-28 11:35:17 [bca.uk] INFO: Scrape type for YM74%20KLP: 0
2026-03-28 11:35:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:19 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:19 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded
2026-03-28 11:35:19 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: YM74%20KLU
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLU%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for YM74%20KLU: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: YP74%20VLO
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLO%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for YP74%20VLO: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: YM17%20LFO
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520LFO%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for YM17%20LFO: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: DC72%20MDK
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC72%2520MDK%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for DC72%20MDK: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: EF68%20NYN
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF68%2520NYN%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for EF68%20NYN: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: GX20%20UMK
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520UMK%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for GX20%20UMK: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: GY14%20NPF
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NPF%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for GY14%20NPF: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: GY64%20NJV
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520NJV%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for GY64%20NJV: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: LB68%20CAV
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520CAV%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for LB68%20CAV: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: MV59%20XBC
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520XBC%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for MV59%20XBC: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: SB69%20UXK
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520UXK%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for SB69%20UXK: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: SL15%20VMP
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520VMP%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for SL15%20VMP: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: HJ74%20VSC
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ74%2520VSC%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for HJ74%20VSC: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: KR70%20YJP
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520YJP%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for KR70%20YJP: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: VU21%20WPR
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520WPR%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for VU21%20WPR: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: BU68%20VHV
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520VHV%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for BU68%20VHV: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: CN72%20XPC
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN72%2520XPC%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for CN72%20XPC: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: CU67%20XHE
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520XHE%27 HTTP/1.1" 200 None
2026-03-28 11:35:19 [bca.uk] INFO: Scrape type for CU67%20XHE: 0
2026-03-28 11:35:19 [bca.uk] INFO: Found listing with ID: CU71%20KKR
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520KKR%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CU71%20KKR: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: CU71%20MJJ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520MJJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CU71%20MJJ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: CV74%20NFE
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV74%2520NFE%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CV74%20NFE: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: MA20%20BKJ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520BKJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for MA20%20BKJ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: YK22%20LPZ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for YK22%20LPZ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: NL62%20UCG
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL62%2520UCG%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for NL62%20UCG: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: SP21%20EKK
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP21%2520EKK%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for SP21%20EKK: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: CE22%20FFH
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520FFH%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CE22%20FFH: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: CF71%20VNY
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520VNY%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CF71%20VNY: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: DX71%20FVV
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520FVV%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for DX71%20FVV: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: DX72%20XDH
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX72%2520XDH%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for DX72%20XDH: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: GJ71%20VJZ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VJZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for GJ71%20VJZ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: GM21%20MXU
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520MXU%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for GM21%20MXU: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: KN23%20UGL
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UGL%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for KN23%20UGL: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: MM19%20WRX
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRX%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for MM19%20WRX: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: OV71%20YGZ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520YGZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for OV71%20YGZ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: WN22%20HMC
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HMC%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for WN22%20HMC: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: SA73%20BZJ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520BZJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for SA73%20BZJ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: NM08%20UTX
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NM08%2520UTX%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for NM08%20UTX: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: LC66%20BWN
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520BWN%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for LC66%20BWN: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: HT68%20HFO
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT68%2520HFO%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for HT68%20HFO: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: GF71%20TYU
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for GF71%20TYU: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: GJ70%20VZF
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520VZF%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for GJ70%20VZF: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: LV23%20WOH
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520WOH%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for LV23%20WOH: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: WV70%20XUT
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for WV70%20XUT: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: MT71%20NLD
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520NLD%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for MT71%20NLD: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: OW24%20UHX
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for OW24%20UHX: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: SC69%20FVG
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520FVG%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for SC69%20FVG: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: DS23%20OED
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for DS23%20OED: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: DS72%20PZK
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for DS72%20PZK: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: DV56%20JXP
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV56%2520JXP%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for DV56%20JXP: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: KS62%20AHO
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS62%2520AHO%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for KS62%20AHO: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: MA75%20FOJ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for MA75%20FOJ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: MJ72%20HRU
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for MJ72%20HRU: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: NL22%20GOJ
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for NL22%20GOJ: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: BN67%20YZR
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520YZR%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for BN67%20YZR: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: YD65%20WLG
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for YD65%20WLG: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: NA20%20NSK
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for NA20%20NSK: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: YR15%20UCP
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520UCP%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for YR15%20UCP: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: CU72%20NHH
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CU72%20NHH: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: CU22%20NHB
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for CU22%20NHB: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: BX13%20TGK
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for BX13%20TGK: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: DN69%20AEV
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520AEV%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for DN69%20AEV: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: YP20%20HNW
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP20%2520HNW%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for YP20%20HNW: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: YN15%20RPU
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520RPU%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for YN15%20RPU: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: LD65%20XMX
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520XMX%27 HTTP/1.1" 200 None
2026-03-28 11:35:20 [bca.uk] INFO: Scrape type for LD65%20XMX: 0
2026-03-28 11:35:20 [bca.uk] INFO: Found listing with ID: FN66%20BWA
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520BWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for FN66%20BWA: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: YX19%20FWF
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for YX19%20FWF: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: HV73%20PZA
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for HV73%20PZA: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: BG71%20OLJ
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for BG71%20OLJ: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: LA72%20ZKL
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for LA72%20ZKL: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: MJ71%20HZT
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for MJ71%20HZT: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: OV25%20VXC
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for OV25%20VXC: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: OV74%20CVH
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for OV74%20CVH: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: KP20%20WJK
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for KP20%20WJK: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: KS72%20GPE
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520GPE%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for KS72%20GPE: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: PO21%20XJG
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for PO21%20XJG: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: WG71%20AZO
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for WG71%20AZO: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: WX73%20VAV
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for WX73%20VAV: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KOV
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KOV: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KTF
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KTF: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KUR
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KUR: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KXJ
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KXJ: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KZW
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KZW: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20LFM
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20LFM: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20LFW
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20LFW: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20LGO
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20LGO: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20LTA
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20LTA: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20ULU
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20ULU: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DY71%20OAA
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DY71%20OAA: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KOA
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KOA: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20KPZ
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20KPZ: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: DL73%20UHR
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for DL73%20UHR: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: GX15%20AOW
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for GX15%20AOW: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: SG23%20VHH
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:21 [bca.uk] INFO: Scrape type for SG23%20VHH: 0
2026-03-28 11:35:21 [bca.uk] INFO: Found listing with ID: CK17%20NPX
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for CK17%20NPX: 0
2026-03-28 11:35:22 [bca.uk] INFO: Found listing with ID: DY69%20SYR
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for DY69%20SYR: 0
2026-03-28 11:35:22 [bca.uk] INFO: Found listing with ID: KT17%20OAW
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for KT17%20OAW: 0
2026-03-28 11:35:22 [bca.uk] INFO: Found listing with ID: LO19%20APU
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for LO19%20APU: 0
2026-03-28 11:35:22 [bca.uk] INFO: Found listing with ID: NU68%20MFY
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520MFY%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for NU68%20MFY: 0
2026-03-28 11:35:22 [bca.uk] INFO: Found listing with ID: NX70%20VVE
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for NX70%20VVE: 0
2026-03-28 11:35:22 [bca.uk] INFO: Found listing with ID: YY69%20FEJ
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:22 [bca.uk] INFO: Scrape type for YY69%20FEJ: 0
2026-03-28 11:35:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=126&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:24 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded
2026-03-28 11:35:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:24 [bca.uk] INFO: Found listing with ID: DA12%20RCV
2026-03-28 11:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for DA12%20RCV: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FE53%20KTN
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE53%2520KTN%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FE53%20KTN: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FV57%20MYX
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FV57%20MYX: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: LR67%20UVK
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for LR67%20UVK: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: MW68%20CLN
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for MW68%20CLN: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: NC06%20MUP
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for NC06%20MUP: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: PE11%20XTH
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for PE11%20XTH: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: PX66%20XYP
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX66%2520XYP%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for PX66%20XYP: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WA64%20EWR
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520EWR%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WA64%20EWR: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WD13%20EZZ
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WD13%20EZZ: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: YT19%20GNW
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520GNW%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for YT19%20GNW: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: BD20%20FSX
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for BD20%20FSX: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FL70%20SUA
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SUA%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FL70%20SUA: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: LV65%20GGO
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for LV65%20GGO: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: VE15%20EKR
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for VE15%20EKR: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: AD19%20BYV
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520BYV%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for AD19%20BYV: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WM65%20NGY
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520NGY%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WM65%20NGY: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: YH61%20CKP
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520CKP%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for YH61%20CKP: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: EX70%20PYS
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX70%2520PYS%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for EX70%20PYS: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FV21%20KFD
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520KFD%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FV21%20KFD: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: GL66%20DZX
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL66%2520DZX%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for GL66%20DZX: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: KS17%20VUM
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520VUM%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for KS17%20VUM: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: KU67%20OWA
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for KU67%20OWA: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: MM64%20CCZ
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520CCZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for MM64%20CCZ: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: NGZ%201668
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25201668%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for NGZ%201668: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WD64%20TRX
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520TRX%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WD64%20TRX: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WF69%20GXA
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520GXA%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WF69%20GXA: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WG16%20OFV
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520OFV%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WG16%20OFV: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WG65%20CFK
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520CFK%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WG65%20CFK: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WJ66%20FHR
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FHR%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WJ66%20FHR: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WK69%20PXF
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520PXF%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WK69%20PXF: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: YD17%20MTC
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD17%2520MTC%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for YD17%20MTC: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: YJ65%20YRV
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YRV%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for YJ65%20YRV: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: AF63%20PHX
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520PHX%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for AF63%20PHX: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: BD58%20DZK
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520DZK%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for BD58%20DZK: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: BN57%20NXY
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520NXY%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for BN57%20NXY: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: BP11%20DJP
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520DJP%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for BP11%20DJP: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: CP10%20FWA
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP10%2520FWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for CP10%20FWA: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: CV15%20YZR
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YZR%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for CV15%20YZR: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FN67%20FRL
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520FRL%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FN67%20FRL: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: GC15%20SNZ
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520SNZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for GC15%20SNZ: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: HG16%20FMK
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FMK%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for HG16%20FMK: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: HG61%20GZK
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG61%2520GZK%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for HG61%20GZK: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: LR62%20FFH
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FFH%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for LR62%20FFH: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WG08%20KYB
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520KYB%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WG08%20KYB: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WG11%20AMV
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520AMV%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WG11%20AMV: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WG14%20MKX
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520MKX%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WG14%20MKX: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: WX64%20BSZ
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX64%2520BSZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for WX64%20BSZ: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: BN09%20FJU
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520FJU%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for BN09%20FJU: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: EJ52%20FWV
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ52%2520FWV%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for EJ52%20FWV: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: LT13%20TVF
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for LT13%20TVF: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: PF15%20TXD
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for PF15%20TXD: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FP62%20BPO
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FP62%20BPO: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: KF07%20UOW
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for KF07%20UOW: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: KY62%20XWE
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for KY62%20XWE: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: LG18%20ETA
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for LG18%20ETA: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: OE65%20LXT
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for OE65%20LXT: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: SM67%20SNF
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for SM67%20SNF: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: YP15%20JHF
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for YP15%20JHF: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: FV08%20DVP
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for FV08%20DVP: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: HW63%20CYA
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for HW63%20CYA: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: PL63%20ABF
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-28 11:35:25 [bca.uk] INFO: Scrape type for PL63%20ABF: 0
2026-03-28 11:35:25 [bca.uk] INFO: Found listing with ID: DY16%20LZS
2026-03-28 11:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for DY16%20LZS: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: WN14%20NWW
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for WN14%20NWW: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: YG61%20RVP
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for YG61%20RVP: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: BN65%20OAW
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for BN65%20OAW: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: ND61%20FXY
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520FXY%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for ND61%20FXY: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: NV13%20UCS
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for NV13%20UCS: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: NY60%20FRX
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for NY60%20FRX: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: VX65%20LMY
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for VX65%20LMY: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: BD11%20UYV
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for BD11%20UYV: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: RO11%20CRF
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for RO11%20CRF: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: VK04%20TUA
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for VK04%20TUA: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: BV71%20OTX
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for BV71%20OTX: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: KV67%20KHA
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for KV67%20KHA: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: OV70%20HLC
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for OV70%20HLC: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: HK19%20PCZ
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for HK19%20PCZ: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: SD12%20EHL
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for SD12%20EHL: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: WU63%20VWS
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for WU63%20VWS: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: VK71%20FYB
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for VK71%20FYB: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: VU17%20TSX
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for VU17%20TSX: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: WO66%20PUY
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for WO66%20PUY: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: WV16%20KMY
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for WV16%20KMY: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: YY23%20OMA
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for YY23%20OMA: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: YY72%20OHG
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for YY72%20OHG: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: BG23%20YSW
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for BG23%20YSW: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: BW17%20BYB
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520BYB%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for BW17%20BYB: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: DV62%20RWO
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520RWO%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for DV62%20RWO: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: FJ68%20NRO
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520NRO%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for FJ68%20NRO: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: HN59%20OAH
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520OAH%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for HN59%20OAH: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: LS69%20FWL
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520FWL%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for LS69%20FWL: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: LS72%20ZVO
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for LS72%20ZVO: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: MM15%20KJZ
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520KJZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for MM15%20KJZ: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: NV65%20RVM
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for NV65%20RVM: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: OW69%20CEO
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for OW69%20CEO: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: YA69%20BZC
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for YA69%20BZC: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: BU19%20KKE
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for BU19%20KKE: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: VK66%20AEX
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for VK66%20AEX: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: GU18%20LFN
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520LFN%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for GU18%20LFN: 0
2026-03-28 11:35:26 [bca.uk] INFO: Found listing with ID: SW18%20VAU
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-28 11:35:26 [bca.uk] INFO: Scrape type for SW18%20VAU: 0
2026-03-28 11:35:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=127&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:28 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:28 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded
2026-03-28 11:35:28 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:28 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: NJ18%20FYE
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for NJ18%20FYE: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: YC16%20WHU
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for YC16%20WHU: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: WX69%20UXG
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for WX69%20UXG: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: CA68%20NBN
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for CA68%20NBN: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: GU68%20EZO
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for GU68%20EZO: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: MC17%20KHM
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for MC17%20KHM: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: NA69%20AOL
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520AOL%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for NA69%20AOL: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: MD69%20TWV
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for MD69%20TWV: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: MW68%20WAU
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for MW68%20WAU: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: PE18%20UHL
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for PE18%20UHL: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: KR23%20GYS
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for KR23%20GYS: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: FL67%20MFP
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for FL67%20MFP: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: YE23%20FBN
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for YE23%20FBN: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: MW67%20AZF
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for MW67%20AZF: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: NU20%20NLC
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for NU20%20NLC: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: YB67%20HVG
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for YB67%20HVG: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: CA16%20FPG
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for CA16%20FPG: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: DSZ%204629
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for DSZ%204629: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: LJ18%20VEY
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for LJ18%20VEY: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: BP19%20JJK
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for BP19%20JJK: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: KJ17%20LNG
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for KJ17%20LNG: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: LO66%20CTV
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for LO66%20CTV: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: EY19%20WBO
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for EY19%20WBO: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: GN67%20WMT
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for GN67%20WMT: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: LS18%20MOV
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520MOV%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for LS18%20MOV: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: LF17%20GDU
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for LF17%20GDU: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: BK68%20AUA
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for BK68%20AUA: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: BN19%20XDB
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for BN19%20XDB: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: YO68%20DXB
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for YO68%20DXB: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: YV68%20JVT
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV68%2520JVT%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for YV68%20JVT: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: DS21%20HWB
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520HWB%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for DS21%20HWB: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: EX20%20WBE
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520WBE%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for EX20%20WBE: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: HF23%20YHR
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520YHR%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for HF23%20YHR: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: HV22%20OAB
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OAB%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for HV22%20OAB: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: HY21%20EYL
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520EYL%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for HY21%20EYL: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: LC66%20XZW
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520XZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for LC66%20XZW: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: LF17%20OTK
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520OTK%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for LF17%20OTK: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: BP66%20MZY
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520MZY%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for BP66%20MZY: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: DL72%20PFN
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PFN%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for DL72%20PFN: 0
2026-03-28 11:35:28 [bca.uk] INFO: Found listing with ID: EK72%20FTE
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520FTE%27 HTTP/1.1" 200 None
2026-03-28 11:35:28 [bca.uk] INFO: Scrape type for EK72%20FTE: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: FV21%20WKN
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520WKN%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for FV21%20WKN: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: VO23%20NRZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NRZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for VO23%20NRZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YT68%20VBB
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VBB%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YT68%20VBB: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YV19%20ZVO
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520ZVO%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YV19%20ZVO: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: AV71%20CFP
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520CFP%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for AV71%20CFP: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: BP72%20RCZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RCZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for BP72%20RCZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: BW70%20KKT
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KKT%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for BW70%20KKT: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: DU23%20OGN
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OGN%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for DU23%20OGN: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: DV19%20RMU
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520RMU%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for DV19%20RMU: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: NL21%20OVA
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520OVA%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for NL21%20OVA: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YK72%20USO
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520USO%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YK72%20USO: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: CX71%20BVB
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for CX71%20BVB: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YM18%20PKV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM18%2520PKV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YM18%20PKV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: CA72%20FPZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520FPZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for CA72%20FPZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: CX71%20BUW
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BUW%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for CX71%20BUW: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YM23%20NFL
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520NFL%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YM23%20NFL: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: SJ21%20AZP
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520AZP%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for SJ21%20AZP: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: BG72%20FXX
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520FXX%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for BG72%20FXX: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: DL72%20TYU
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520TYU%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for DL72%20TYU: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: ML23%20OXU
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OXU%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for ML23%20OXU: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: MF70%20UMB
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520UMB%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for MF70%20UMB: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: NA69%20KUG
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for NA69%20KUG: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YHZ%207217
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YHZ%207217: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: DU70%20TNX
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for DU70%20TNX: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: EO20%20HXG
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for EO20%20HXG: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: LB22%20JGZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for LB22%20JGZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: LG72%20RFE
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for LG72%20RFE: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: MA21%20ZPP
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for MA21%20ZPP: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: HT71%20UDN
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for HT71%20UDN: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: HV72%20XWP
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for HV72%20XWP: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: MX21%20XUK
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for MX21%20XUK: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YT68%20VAV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YT68%20VAV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: AF71%20VKZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for AF71%20VKZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YS69%20PBU
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PBU%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YS69%20PBU: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: YT19%20ERL
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for YT19%20ERL: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: HN25%20VNT
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for HN25%20VNT: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WA21%20OKE
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WA21%20OKE: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: BU18%20NKA
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for BU18%20NKA: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: KD16%20UTF
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for KD16%20UTF: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: VK23%20GOJ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for VK23%20GOJ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WU11%20YEF
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WU11%20YEF: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WP07%20XKZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WP07%20XKZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WL64%20CXC
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WL64%20CXC: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WM25%20EUZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WM25%20EUZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: RO62%20YXR
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for RO62%20YXR: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: CJ25%20GZF
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520GZF%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for CJ25%20GZF: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WN75%20CVV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CVV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WN75%20CVV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WN24%20KZZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520KZZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WN24%20KZZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: NU60%20DNX
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for NU60%20DNX: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: HY60%20OHT
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for HY60%20OHT: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: BT21%20EOV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520EOV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for BT21%20EOV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: DP65%20CAV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520CAV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for DP65%20CAV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: FE23%20YCO
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520YCO%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for FE23%20YCO: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: GK08%20XXH
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK08%2520XXH%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for GK08%20XXH: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: VU23%20MZL
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MZL%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for VU23%20MZL: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WO74%20DTV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DTV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for WO74%20DTV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: DS21%20JCV
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520JCV%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for DS21%20JCV: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: NG64%20WKZ
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520WKZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:29 [bca.uk] INFO: Scrape type for NG64%20WKZ: 0
2026-03-28 11:35:29 [bca.uk] INFO: Found listing with ID: WG73%20RWY
2026-03-28 11:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520RWY%27 HTTP/1.1" 200 None
2026-03-28 11:35:30 [bca.uk] INFO: Scrape type for WG73%20RWY: 0
2026-03-28 11:35:30 [bca.uk] INFO: Found listing with ID: WO18%20WNN
2026-03-28 11:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO18%2520WNN%27 HTTP/1.1" 200 None
2026-03-28 11:35:30 [bca.uk] INFO: Scrape type for WO18%20WNN: 0
2026-03-28 11:35:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=128&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:32 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded
2026-03-28 11:35:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:32 [bca.uk] INFO: Found listing with ID: BF19%20RCY
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF19%2520RCY%27 HTTP/1.1" 200 None
2026-03-28 11:35:32 [bca.uk] INFO: Scrape type for BF19%20RCY: 0
2026-03-28 11:35:32 [bca.uk] INFO: Found listing with ID: FJ68%20YFR
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:35:32 [bca.uk] INFO: Scrape type for FJ68%20YFR: 0
2026-03-28 11:35:32 [bca.uk] INFO: Found listing with ID: SY14%20UJA
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520UJA%27 HTTP/1.1" 200 None
2026-03-28 11:35:32 [bca.uk] INFO: Scrape type for SY14%20UJA: 0
2026-03-28 11:35:32 [bca.uk] INFO: Found listing with ID: FE73%20ZRF
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE73%2520ZRF%27 HTTP/1.1" 200 None
2026-03-28 11:35:32 [bca.uk] INFO: Scrape type for FE73%20ZRF: 0
2026-03-28 11:35:32 [bca.uk] INFO: Found listing with ID: BN08%20AHA
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-28 11:35:32 [bca.uk] INFO: Scrape type for BN08%20AHA: 0
2026-03-28 11:35:32 [bca.uk] INFO: Found listing with ID: SA17%20MXE
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520MXE%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for SA17%20MXE: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: WL16%20HVN
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL16%2520HVN%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for WL16%20HVN: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: HG71%20KFD
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG71%2520KFD%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for HG71%20KFD: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: BN21%20WMM
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520WMM%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for BN21%20WMM: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: WT16%20AYX
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520AYX%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for WT16%20AYX: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: WF23%20UAE
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF23%2520UAE%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for WF23%20UAE: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: FD17%20UVM
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520UVM%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for FD17%20UVM: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: HG65%20ULP
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG65%2520ULP%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for HG65%20ULP: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: MJ69%20VDN
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520VDN%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for MJ69%20VDN: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: EJ21%20PBX
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ21%2520PBX%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for EJ21%20PBX: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: EJ68%20NRL
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520NRL%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for EJ68%20NRL: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: WP70%20UBF
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBF%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for WP70%20UBF: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: CV64%20WNG
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for CV64%20WNG: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: WL65%20DVH
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for WL65%20DVH: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: PY65%20CZP
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for PY65%20CZP: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: ET59%20FKE
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for ET59%20FKE: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: WH21%20CTV
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for WH21%20CTV: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: RK14%20KJE
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK14%2520KJE%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for RK14%20KJE: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: SM73%20UHL
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for SM73%20UHL: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: VN72%20UVR
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for VN72%20UVR: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: LN65%20LZL
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for LN65%20LZL: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: BF12%20TTX
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for BF12%20TTX: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: HN61%20HZX
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for HN61%20HZX: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: FB03%20FKM
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for FB03%20FKM: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: YJ15%20ENE
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for YJ15%20ENE: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: MM72%20NMV
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for MM72%20NMV: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: MD72%20VXG
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for MD72%20VXG: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: LD23%20DHM
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for LD23%20DHM: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: EF18%20HGN
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for EF18%20HGN: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: FY71%20ZHF
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for FY71%20ZHF: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: FX71%20UJZ
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for FX71%20UJZ: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: AV71%20OEW
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for AV71%20OEW: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: AO68%20MVY
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for AO68%20MVY: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: AX15%20YTV
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for AX15%20YTV: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: SL61%20OZC
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL61%2520OZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for SL61%20OZC: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: DV11%20XXS
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV11%2520XXS%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for DV11%20XXS: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: LV68%20SRZ
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for LV68%20SRZ: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: LP16%20UPS
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520UPS%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for LP16%20UPS: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: CU16%20HXE
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520HXE%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for CU16%20HXE: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: DV14%20JJY
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for DV14%20JJY: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: YB71%20RKN
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for YB71%20RKN: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: HK21%20NMJ
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for HK21%20NMJ: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: BK23%20XZX
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for BK23%20XZX: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: LB23%20GYM
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for LB23%20GYM: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: EO74%20KJN
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for EO74%20KJN: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: EK20%20XGG
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for EK20%20XGG: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: BJ17%20FKT
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FKT%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for BJ17%20FKT: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: AJ68%20WHV
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520WHV%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for AJ68%20WHV: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: FP10%20YEK
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520YEK%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for FP10%20YEK: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: LT70%20AUR
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520AUR%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for LT70%20AUR: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: VX67%20KZW
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520KZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:33 [bca.uk] INFO: Scrape type for VX67%20KZW: 0
2026-03-28 11:35:33 [bca.uk] INFO: Found listing with ID: YF69%20KXX
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520KXX%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for YF69%20KXX: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: MV10%20UHJ
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UHJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for MV10%20UHJ: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: GF70%20OVT
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520OVT%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for GF70%20OVT: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: YL71%20HYC
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520HYC%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for YL71%20HYC: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: EO21%20HZT
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520HZT%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for EO21%20HZT: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: NV19%20HTN
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV19%2520HTN%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for NV19%20HTN: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: TG03%20MMM
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TG03%2520MMM%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for TG03%20MMM: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: GU67%20ZFW
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for GU67%20ZFW: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: BD13%20XHZ
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD13%2520XHZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for BD13%20XHZ: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: DA71%20FBV
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520FBV%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for DA71%20FBV: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: FN18%20KKS
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN18%2520KKS%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for FN18%20KKS: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: NL07%20KFK
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL07%2520KFK%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for NL07%20KFK: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: MF03%20FOY
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF03%2520FOY%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for MF03%20FOY: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: MW72%20VBF
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW72%2520VBF%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for MW72%20VBF: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: SM16%20KFW
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520KFW%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for SM16%20KFW: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: NX25%20UWF
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX25%2520UWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for NX25%20UWF: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: MK69%20OVL
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520OVL%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for MK69%20OVL: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: RO72%20HSZ
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520HSZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for RO72%20HSZ: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: RK69%20UJT
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520UJT%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for RK69%20UJT: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: HV74%20BWD
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for HV74%20BWD: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: LC71%20HKG
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HKG%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for LC71%20HKG: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: OV69%20LYY
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520LYY%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for OV69%20LYY: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: YP15%20UEA
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520UEA%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for YP15%20UEA: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: DV16%20WYW
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for DV16%20WYW: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: AO63%20RYV
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for AO63%20RYV: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: WF12%20BZC
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for WF12%20BZC: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: DK62%20SJX
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for DK62%20SJX: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: SB68%20VUP
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for SB68%20VUP: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: AA72%20JAY
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA72%2520JAY%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for AA72%20JAY: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: DA72%20VFB
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VFB%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for DA72%20VFB: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: HX22%20OTG
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OTG%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for HX22%20OTG: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: LM70%20HNG
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520HNG%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for LM70%20HNG: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: VO22%20WBD
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WBD%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for VO22%20WBD: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: VO67%20NPA
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NPA%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for VO67%20NPA: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: FY19%20CPE
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for FY19%20CPE: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: AJ73%20OMM
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520OMM%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for AJ73%20OMM: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: AK22%20EPD
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520EPD%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for AK22%20EPD: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: DG70%20XGV
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG70%2520XGV%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for DG70%20XGV: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: DU70%20VGF
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520VGF%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for DU70%20VGF: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: EF71%20AVB
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF71%2520AVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for EF71%20AVB: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: EU73%20FFR
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520FFR%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for EU73%20FFR: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: FJ22%20TVW
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520TVW%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for FJ22%20TVW: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: FT71%20CZW
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT71%2520CZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for FT71%20CZW: 0
2026-03-28 11:35:34 [bca.uk] INFO: Found listing with ID: HT71%20NLN
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520NLN%27 HTTP/1.1" 200 None
2026-03-28 11:35:34 [bca.uk] INFO: Scrape type for HT71%20NLN: 0
2026-03-28 11:35:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=129&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:37 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded
2026-03-28 11:35:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: RJ22%20VVK
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520VVK%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for RJ22%20VVK: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: SW69%20HWF
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for SW69%20HWF: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YK21%20BBD
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520BBD%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YK21%20BBD: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YE19%20YMV
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YMV%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YE19%20YMV: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: DC66%20KXZ
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520KXZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for DC66%20KXZ: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: FL23%20XLO
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520XLO%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for FL23%20XLO: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: FL23%20ZHB
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520ZHB%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for FL23%20ZHB: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: VGZ%202125
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25202125%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for VGZ%202125: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: SD22%20FBN
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520FBN%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for SD22%20FBN: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: BYZ%207625
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BYZ%25207625%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for BYZ%207625: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: EJ72%20WPF
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WPF%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for EJ72%20WPF: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: NU72%20GXJ
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU72%2520GXJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for NU72%20GXJ: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: ST73%20FJO
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520FJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for ST73%20FJO: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YE23%20RFL
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520RFL%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YE23%20RFL: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: AO15%20WKS
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for AO15%20WKS: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: CMZ%205390
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25205390%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for CMZ%205390: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WN17%20ZHH
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520ZHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WN17%20ZHH: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: RJ15%20OBV
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for RJ15%20OBV: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: HT21%20WCA
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520WCA%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for HT21%20WCA: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: KN23%20VCG
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520VCG%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for KN23%20VCG: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: MT72%20VOO
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520VOO%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for MT72%20VOO: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: PK17%20VPG
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for PK17%20VPG: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: PX70%20XUH
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX70%2520XUH%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for PX70%20XUH: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: SF72%20RXK
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF72%2520RXK%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for SF72%20RXK: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: VN21%20SFX
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520SFX%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for VN21%20SFX: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: CV66%20EES
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV66%2520EES%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for CV66%20EES: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: DV71%20FFL
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520FFL%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for DV71%20FFL: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: LB69%20KHC
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520KHC%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for LB69%20KHC: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: LD65%20VGJ
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520VGJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for LD65%20VGJ: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: LK20%20HUZ
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK20%2520HUZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for LK20%20HUZ: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: LW19%20LHT
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW19%2520LHT%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for LW19%20LHT: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: OY22%20WNU
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520WNU%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for OY22%20WNU: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: RO18%20YSH
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520YSH%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for RO18%20YSH: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: SP19%20DVR
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520DVR%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for SP19%20DVR: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WF72%20GHX
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GHX%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WF72%20GHX: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: Y14%20MRT
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y14%2520MRT%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for Y14%20MRT: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YC21%20HHF
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520HHF%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YC21%20HHF: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YF19%20JKM
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520JKM%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YF19%20JKM: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YP67%20CXV
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520CXV%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YP67%20CXV: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: AY18%20WXU
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520WXU%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for AY18%20WXU: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: EG17%20OYH
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG17%2520OYH%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for EG17%20OYH: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: EK72%20HYO
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520HYO%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for EK72%20HYO: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: GL21%20YDO
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520YDO%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for GL21%20YDO: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: KM71%20BWL
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520BWL%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for KM71%20BWL: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: KS20%20SDY
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for KS20%20SDY: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: LS23%20TMZ
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for LS23%20TMZ: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: YL68%20JTV
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520JTV%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for YL68%20JTV: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WP71%20XJO
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WP71%20XJO: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WA66%20PMY
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520PMY%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WA66%20PMY: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: FX63%20KFF
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520KFF%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for FX63%20KFF: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WP71%20XJE
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJE%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WP71%20XJE: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: GV66%20KCE
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520KCE%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for GV66%20KCE: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: CN16%20WVR
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520WVR%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for CN16%20WVR: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WV12%20VMF
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520VMF%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WV12%20VMF: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WP71%20XJD
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJD%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WP71%20XJD: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: BK23%20GNY
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for BK23%20GNY: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WN71%20VUV
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WN71%20VUV: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WV71%20SYZ
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:37 [bca.uk] INFO: Scrape type for WV71%20SYZ: 0
2026-03-28 11:35:37 [bca.uk] INFO: Found listing with ID: WP71%20XJW
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WP71%20XJW: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: KT06%20KZK
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for KT06%20KZK: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WV23%20YEX
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YEX%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WV23%20YEX: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: GK56%20OMR
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK56%2520OMR%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for GK56%20OMR: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WP72%20PHU
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WP72%20PHU: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WM72%20HPA
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520HPA%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WM72%20HPA: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: BK22%20CCF
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for BK22%20CCF: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: OV25%20CLX
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520CLX%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for OV25%20CLX: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: OV71%20NVZ
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520NVZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for OV71%20NVZ: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: YB69%20VVR
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520VVR%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for YB69%20VVR: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: BJ66%20HWE
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520HWE%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for BJ66%20HWE: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WP23%20OEG
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEG%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WP23%20OEG: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: LA72%20AJR
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for LA72%20AJR: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: YS71%20MWW
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for YS71%20MWW: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: NL22%20RXP
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for NL22%20RXP: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: MA23%20DWF
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for MA23%20DWF: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: MA72%20YBB
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520YBB%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for MA72%20YBB: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: GJ19%20VTE
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520VTE%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for GJ19%20VTE: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: KT08%20GPU
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT08%2520GPU%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for KT08%20GPU: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: MV20%20AZA
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV20%2520AZA%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for MV20%20AZA: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: OE74%20YKV
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520YKV%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for OE74%20YKV: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: OV22%20HPU
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520HPU%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for OV22%20HPU: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: OY10%20VGA
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520VGA%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for OY10%20VGA: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: VK63%20AHD
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520AHD%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for VK63%20AHD: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WJ13%20XSM
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520XSM%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WJ13%20XSM: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WV21%20ZXL
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520ZXL%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WV21%20ZXL: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: NA69%20USD
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520USD%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for NA69%20USD: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: SB17%20XVZ
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520XVZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for SB17%20XVZ: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: CJ23%20FFK
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520FFK%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for CJ23%20FFK: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: HN25%20JHY
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520JHY%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for HN25%20JHY: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: HT23%20GDK
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520GDK%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for HT23%20GDK: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: MM74%20YOF
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOF%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for MM74%20YOF: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: AF72%20TYP
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for AF72%20TYP: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: RX24%20CXK
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX24%2520CXK%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for RX24%20CXK: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WN22%20HXL
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WN22%20HXL: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: BK23%20GYH
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for BK23%20GYH: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: AF72%20WDN
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for AF72%20WDN: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: LB23%20EZP
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for LB23%20EZP: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: YS16%20YDY
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520YDY%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for YS16%20YDY: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: YD18%20BJY
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520BJY%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for YD18%20BJY: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: BK23%20GWC
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GWC%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for BK23%20GWC: 0
2026-03-28 11:35:38 [bca.uk] INFO: Found listing with ID: WM67%20OGL
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520OGL%27 HTTP/1.1" 200 None
2026-03-28 11:35:38 [bca.uk] INFO: Scrape type for WM67%20OGL: 0
2026-03-28 11:35:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=130&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:40 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded
2026-03-28 11:35:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: WM57%20GGZ
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520GGZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for WM57%20GGZ: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: PK65%20FWG
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520FWG%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for PK65%20FWG: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: NJ15%20CDU
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520CDU%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for NJ15%20CDU: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: LB59%20AYN
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520AYN%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for LB59%20AYN: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: KS21%20YZO
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520YZO%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for KS21%20YZO: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: KM75%20OLB
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLB%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for KM75%20OLB: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: KM75%20OLC
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLC%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for KM75%20OLC: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: BT73%20NKE
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520NKE%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for BT73%20NKE: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: DF16%20EWJ
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520EWJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for DF16%20EWJ: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: BD74%20SMO
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520SMO%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for BD74%20SMO: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: AF22%20UON
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UON%27 HTTP/1.1" 200 None
2026-03-28 11:35:40 [bca.uk] INFO: Scrape type for AF22%20UON: 0
2026-03-28 11:35:40 [bca.uk] INFO: Found listing with ID: YP15%20RRZ
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520RRZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for YP15%20RRZ: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: GL17%20LUH
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520LUH%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for GL17%20LUH: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: FY63%20ZPE
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY63%2520ZPE%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for FY63%20ZPE: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: FM16%20SJX
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520SJX%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for FM16%20SJX: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: DK14%20XHT
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520XHT%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for DK14%20XHT: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: DF63%20KBE
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520KBE%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for DF63%20KBE: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SG71%20OBV
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520OBV%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SG71%20OBV: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SG22%20NNY
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520NNY%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SG22%20NNY: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: LB69%20SKO
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520SKO%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for LB69%20SKO: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: BJ73%20LGA
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for BJ73%20LGA: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: OE18%20UCD
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520UCD%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for OE18%20UCD: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: KW70%20MDF
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520MDF%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for KW70%20MDF: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: FP65%20HNC
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520HNC%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for FP65%20HNC: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: YC69%20WJU
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC69%2520WJU%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for YC69%20WJU: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: YB18%20JZN
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520JZN%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for YB18%20JZN: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: LC18%20YMG
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520YMG%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for LC18%20YMG: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: DA21%20FXK
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520FXK%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for DA21%20FXK: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SW14%20KSF
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520KSF%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SW14%20KSF: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: KP62%20VHG
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP62%2520VHG%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for KP62%20VHG: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SM19%20EWD
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520EWD%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SM19%20EWD: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: DV13%20JWJ
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV13%2520JWJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for DV13%20JWJ: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SN20%20VNS
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520VNS%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SN20%20VNS: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: FR12%20VKP
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR12%2520VKP%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for FR12%20VKP: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SD15%20GGE
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520GGE%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SD15%20GGE: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: SY16%20LKZ
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY16%2520LKZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for SY16%20LKZ: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: FL15%20TVF
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for FL15%20TVF: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: NJ14%20JFZ
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520JFZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for NJ14%20JFZ: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: FN64%20YUJ
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520YUJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for FN64%20YUJ: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: YJ13%20RHK
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ13%2520RHK%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for YJ13%20RHK: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: LT15%20FGD
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520FGD%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for LT15%20FGD: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: YD61%20LCP
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD61%2520LCP%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for YD61%20LCP: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: YT54%20EZO
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520EZO%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for YT54%20EZO: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: LL68%20GZO
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520GZO%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for LL68%20GZO: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: A25%20LDS
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A25%2520LDS%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for A25%20LDS: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: PY67%20KFD
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520KFD%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for PY67%20KFD: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: LA71%20HLO
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520HLO%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for LA71%20HLO: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: GX68%20YBC
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520YBC%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for GX68%20YBC: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: VE71%20WPF
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-28 11:35:41 [bca.uk] INFO: Scrape type for VE71%20WPF: 0
2026-03-28 11:35:41 [bca.uk] INFO: Found listing with ID: ML23%20RVY
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for ML23%20RVY: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: LG23%20VTF
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VTF%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for LG23%20VTF: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: WP71%20HXE
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520HXE%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for WP71%20HXE: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: YK21%20UXD
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520UXD%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for YK21%20UXD: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: RO72%20SZR
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520SZR%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for RO72%20SZR: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: BD23%20WGM
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520WGM%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for BD23%20WGM: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: VA21%20XUR
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XUR%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for VA21%20XUR: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: SP70%20VDA
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520VDA%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for SP70%20VDA: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: AJ16%20SVA
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520SVA%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for AJ16%20SVA: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: LD63%20SYY
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SYY%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for LD63%20SYY: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: BL71%20FWN
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520FWN%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for BL71%20FWN: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: EK61%20WMF
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WMF%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for EK61%20WMF: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: KR22%20EXJ
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520EXJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for KR22%20EXJ: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: AF57%20ZHA
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF57%2520ZHA%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for AF57%20ZHA: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: OY24%20CWP
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY24%2520CWP%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for OY24%20CWP: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: KE15%20NKJ
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520NKJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for KE15%20NKJ: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: OY12%20PHN
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520PHN%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for OY12%20PHN: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: LX05%20WVB
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX05%2520WVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for LX05%20WVB: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: DE11%20YLA
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE11%2520YLA%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for DE11%20YLA: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: FY24%20XRC
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520XRC%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for FY24%20XRC: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: KE15%20FHM
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520FHM%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for KE15%20FHM: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: VX73%20AWA
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520AWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for VX73%20AWA: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: BC06%20SYD
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC06%2520SYD%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for BC06%20SYD: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: KE70%20SVD
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE70%2520SVD%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for KE70%20SVD: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: YR23%20FSV
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520FSV%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for YR23%20FSV: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: YH24%20AAJ
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH24%2520AAJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for YH24%20AAJ: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: OE24%20CFU
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520CFU%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for OE24%20CFU: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: NL23%20OWE
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OWE%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for NL23%20OWE: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: LS23%20KHJ
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KHJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for LS23%20KHJ: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: GX23%20XTC
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XTC%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for GX23%20XTC: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: GU23%20XZM
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XZM%27 HTTP/1.1" 200 None
2026-03-28 11:35:42 [bca.uk] INFO: Scrape type for GU23%20XZM: 0
2026-03-28 11:35:42 [bca.uk] INFO: Found listing with ID: DG24%20LRZ
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LRZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for DG24%20LRZ: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: DG24%20LDY
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LDY%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for DG24%20LDY: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: DC73%20HND
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520HND%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for DC73%20HND: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: BJ72%20HCK
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520HCK%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for BJ72%20HCK: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: ML23%20GXU
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520GXU%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for ML23%20GXU: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: AD72%20JZK
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520JZK%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for AD72%20JZK: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: OE23%20JJL
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520JJL%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for OE23%20JJL: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: FE14%20YGX
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520YGX%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for FE14%20YGX: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: YT72%20DXY
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520DXY%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for YT72%20DXY: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: FY15%20FDD
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520FDD%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for FY15%20FDD: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: LA19%20EGE
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520EGE%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for LA19%20EGE: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: PY07%20NKM
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY07%2520NKM%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for PY07%20NKM: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: SM19%20UCL
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520UCL%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for SM19%20UCL: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: R77%20MXR
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R77%2520MXR%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for R77%20MXR: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: KU70%20UVS
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520UVS%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for KU70%20UVS: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: VU19%20YRO
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU19%2520YRO%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for VU19%20YRO: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: GC17%20XUO
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC17%2520XUO%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for GC17%20XUO: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: HN14%20YXO
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN14%2520YXO%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for HN14%20YXO: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: EX12%20FZW
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520FZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for EX12%20FZW: 0
2026-03-28 11:35:43 [bca.uk] INFO: Found listing with ID: SF22%20XWM
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF22%2520XWM%27 HTTP/1.1" 200 None
2026-03-28 11:35:43 [bca.uk] INFO: Scrape type for SF22%20XWM: 0
2026-03-28 11:35:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:45 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded
2026-03-28 11:35:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: PO19%20XED
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XED%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for PO19%20XED: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WV59%20VZJ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520VZJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WV59%20VZJ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: YF60%20KBZ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF60%2520KBZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for YF60%20KBZ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: LJ65%20YCW
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ65%2520YCW%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for LJ65%20YCW: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: LG16%20FFX
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520FFX%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for LG16%20FFX: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: CU72%20UFW
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520UFW%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for CU72%20UFW: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: CA20%20SFY
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520SFY%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for CA20%20SFY: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: GU20%20VSD
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520VSD%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for GU20%20VSD: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: BP70%20YFR
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP70%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for BP70%20YFR: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: CS16%20KAS
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CS16%2520KAS%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for CS16%20KAS: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HV73%20OVB
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520OVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HV73%20OVB: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: VK70%20ZYO
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZYO%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for VK70%20ZYO: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: YC59%20RWZ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC59%2520RWZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for YC59%20RWZ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: NL23%20OHY
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OHY%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for NL23%20OHY: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: NL23%20YJG
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for NL23%20YJG: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: GY55%20YSK
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY55%2520YSK%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for GY55%20YSK: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: NRZ%202102
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NRZ%25202102%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for NRZ%202102: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: YG65%20PJO
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520PJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for YG65%20PJO: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: VXZ%204474
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VXZ%25204474%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for VXZ%204474: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: AF70%20UZB
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UZB%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for AF70%20UZB: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: FM21%20NWU
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for FM21%20NWU: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WV21%20RYH
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520RYH%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WV21%20RYH: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WP72%20TJX
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520TJX%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WP72%20TJX: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WN71%20KBZ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520KBZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WN71%20KBZ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: DS25%20OMB
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS25%2520OMB%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for DS25%20OMB: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: YJ15%20HWB
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520HWB%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for YJ15%20HWB: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: YJ68%20WYS
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ68%2520WYS%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for YJ68%20WYS: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: FD69%20ZVU
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520ZVU%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for FD69%20ZVU: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: FL22%20WAJ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520WAJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for FL22%20WAJ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: MD72%20CHF
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520CHF%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for MD72%20CHF: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: KT70%20TVL
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT70%2520TVL%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for KT70%20TVL: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: FV13%20SXU
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520SXU%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for FV13%20SXU: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WIG%207642
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WIG%25207642%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WIG%207642: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WV66%20VTU
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520VTU%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WV66%20VTU: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: CV73%20HLJ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520HLJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for CV73%20HLJ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HN23%20GYS
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GYS%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HN23%20GYS: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HK23%20WLV
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLV%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HK23%20WLV: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HK23%20WLO
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLO%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HK23%20WLO: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HK23%20ESF
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520ESF%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HK23%20ESF: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: NV72%20BKF
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520BKF%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for NV72%20BKF: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: DY70%20WLZ
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520WLZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for DY70%20WLZ: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: AF72%20JFU
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520JFU%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for AF72%20JFU: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: LA72%20HMH
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520HMH%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for LA72%20HMH: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HV22%20UTT
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520UTT%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HV22%20UTT: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: YGZ%204294
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204294%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for YGZ%204294: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: BJ60%20HMF
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520HMF%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for BJ60%20HMF: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: FG12%20SZK
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520SZK%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for FG12%20SZK: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: BP67%20PFD
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520PFD%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for BP67%20PFD: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: BX13%20VFM
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520VFM%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for BX13%20VFM: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: RA65%20JWF
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520JWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for RA65%20JWF: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: PF71%20KXD
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF71%2520KXD%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for PF71%20KXD: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: WF72%20HWT
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520HWT%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for WF72%20HWT: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HV22%20LHN
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520LHN%27 HTTP/1.1" 200 None
2026-03-28 11:35:45 [bca.uk] INFO: Scrape type for HV22%20LHN: 0
2026-03-28 11:35:45 [bca.uk] INFO: Found listing with ID: HK72%20TZU
2026-03-28 11:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520TZU%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for HK72%20TZU: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LO72%20JBU
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520JBU%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LO72%20JBU: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: ND23%20GSO
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND23%2520GSO%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for ND23%20GSO: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LS18%20ZPH
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520ZPH%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LS18%20ZPH: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LF16%20ZVH
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520ZVH%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LF16%20ZVH: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LC12%20MZO
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520MZO%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LC12%20MZO: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: KN17%20ZSJ
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for KN17%20ZSJ: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: SR19%20EJJ
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520EJJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for SR19%20EJJ: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: HK17%20LRL
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK17%2520LRL%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for HK17%20LRL: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: FX70%20VGD
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520VGD%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for FX70%20VGD: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: FG12%20LSD
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520LSD%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for FG12%20LSD: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: CP61%20ZGH
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP61%2520ZGH%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for CP61%20ZGH: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BN22%20GVC
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520GVC%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BN22%20GVC: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: FP10%20UZC
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for FP10%20UZC: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LR22%20VZL
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VZL%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LR22%20VZL: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: MF25%20FMC
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520FMC%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for MF25%20FMC: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BD23%20XDV
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520XDV%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BD23%20XDV: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: OE24%20UCG
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520UCG%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for OE24%20UCG: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BA68%20CSU
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520CSU%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BA68%20CSU: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BC05%20PFG
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC05%2520PFG%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BC05%20PFG: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BL15%20DHA
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520DHA%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BL15%20DHA: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: CV65%20NKL
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520NKL%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for CV65%20NKL: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: FL52%20BCX
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL52%2520BCX%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for FL52%20BCX: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: HY17%20FVP
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY17%2520FVP%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for HY17%20FVP: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: KO73%20FYG
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO73%2520FYG%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for KO73%20FYG: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LM18%20LWD
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM18%2520LWD%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LM18%20LWD: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: WU65%20AVC
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AVC%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for WU65%20AVC: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: HN72%20NRY
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520NRY%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for HN72%20NRY: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BV72%20ZXC
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZXC%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BV72%20ZXC: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: CN71%20LKM
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520LKM%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for CN71%20LKM: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: KE21%20FXM
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE21%2520FXM%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for KE21%20FXM: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: NJ22%20TKA
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TKA%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for NJ22%20TKA: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: SG22%20RPO
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520RPO%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for SG22%20RPO: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: WD70%20SDZ
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520SDZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for WD70%20SDZ: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: YB71%20XPR
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XPR%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for YB71%20XPR: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BG19%20DWJ
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520DWJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BG19%20DWJ: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: SA66%20CFO
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520CFO%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for SA66%20CFO: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: AJ71%20UZA
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520UZA%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for AJ71%20UZA: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: BK24%20PFA
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520PFA%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for BK24%20PFA: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: MV18%20CGO
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520CGO%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for MV18%20CGO: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LN24%20TXE
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TXE%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LN24%20TXE: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: KY22%20TFE
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520TFE%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for KY22%20TFE: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: DE14%20BEO
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520BEO%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for DE14%20BEO: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LG14%20FWW
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520FWW%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LG14%20FWW: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: LV59%20EJU
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520EJU%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for LV59%20EJU: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: OY66%20RKJ
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520RKJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for OY66%20RKJ: 0
2026-03-28 11:35:46 [bca.uk] INFO: Found listing with ID: RO13%20ZWN
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO13%2520ZWN%27 HTTP/1.1" 200 None
2026-03-28 11:35:46 [bca.uk] INFO: Scrape type for RO13%20ZWN: 0
2026-03-28 11:35:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:48 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:48 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded
2026-03-28 11:35:48 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:48 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: WM23%20TUW
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520TUW%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for WM23%20TUW: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: WO23%20FUT
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO23%2520FUT%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for WO23%20FUT: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: CF74%20UJV
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520UJV%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for CF74%20UJV: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: YC25%20OHB
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OHB%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for YC25%20OHB: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: YG74%20OSN
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSN%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for YG74%20OSN: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: YG74%20OCE
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCE%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for YG74%20OCE: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: YG74%20OHH
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for YG74%20OHH: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: YG74%20OCU
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCU%27 HTTP/1.1" 200 None
2026-03-28 11:35:48 [bca.uk] INFO: Scrape type for YG74%20OCU: 0
2026-03-28 11:35:48 [bca.uk] INFO: Found listing with ID: DG68%20UWR
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520UWR%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for DG68%20UWR: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: SL66%20KZN
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520KZN%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for SL66%20KZN: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: FD16%20HPY
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520HPY%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for FD16%20HPY: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: SE65%20DWP
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520DWP%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for SE65%20DWP: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: RO12%20XAC
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO12%2520XAC%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for RO12%20XAC: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LP62%20FSU
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520FSU%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LP62%20FSU: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LK18%20WZY
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520WZY%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LK18%20WZY: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: AJ72%20TPY
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520TPY%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for AJ72%20TPY: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: BG72%20AYB
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520AYB%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for BG72%20AYB: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: BK25%20KKU
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520KKU%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for BK25%20KKU: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: BK72%20XNZ
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520XNZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for BK72%20XNZ: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: CF72%20XTX
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XTX%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for CF72%20XTX: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: GD75%20AGX
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD75%2520AGX%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for GD75%20AGX: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LJ72%20HES
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520HES%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LJ72%20HES: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LL25%20ZVB
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL25%2520ZVB%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LL25%20ZVB: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: ML73%20DLK
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520DLK%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for ML73%20DLK: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: PY72%20JXS
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520JXS%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for PY72%20JXS: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: WD72%20CAA
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520CAA%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for WD72%20CAA: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LL75%20OPD
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL75%2520OPD%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LL75%20OPD: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: YGZ%203701
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25203701%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for YGZ%203701: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: SA73%20FSE
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520FSE%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for SA73%20FSE: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: MH72%20BWP
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520BWP%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for MH72%20BWP: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: HJ72%20MKN
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520MKN%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for HJ72%20MKN: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: FX23%20USP
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520USP%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for FX23%20USP: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: FD73%20EWX
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD73%2520EWX%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for FD73%20EWX: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: BJ23%20KXM
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520KXM%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for BJ23%20KXM: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: BC72%20AXG
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520AXG%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for BC72%20AXG: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LR66%20LHF
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520LHF%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LR66%20LHF: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: YD16%20CVG
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520CVG%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for YD16%20CVG: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: EX67%20PCO
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX67%2520PCO%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for EX67%20PCO: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: YF16%20RWY
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520RWY%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for YF16%20RWY: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LD13%20HXN
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD13%2520HXN%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LD13%20HXN: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: CP18%20NTA
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520NTA%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for CP18%20NTA: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: WV19%20KDU
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV19%2520KDU%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for WV19%20KDU: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: CP67%20BBU
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520BBU%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for CP67%20BBU: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: HY69%20WNN
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY69%2520WNN%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for HY69%20WNN: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: AJ19%20FFD
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520FFD%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for AJ19%20FFD: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: NA68%20LZW
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for NA68%20LZW: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: FA15%20AUK
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA15%2520AUK%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for FA15%20AUK: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: HK16%20ZVT
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520ZVT%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for HK16%20ZVT: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: MK17%20WNM
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK17%2520WNM%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for MK17%20WNM: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: WO68%20ETE
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520ETE%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for WO68%20ETE: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: FB19%20YRT
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520YRT%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for FB19%20YRT: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: RF17%20MWK
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520MWK%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for RF17%20MWK: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: RE67%20DAU
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520DAU%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for RE67%20DAU: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: AV67%20XUZ
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV67%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for AV67%20XUZ: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: AP18%20EUV
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP18%2520EUV%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for AP18%20EUV: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: DP17%20ONN
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP17%2520ONN%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for DP17%20ONN: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: WR70%20ZYC
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520ZYC%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for WR70%20ZYC: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: RO14%20BDZ
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520BDZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for RO14%20BDZ: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: YL17%20PDV
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520PDV%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for YL17%20PDV: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LD66%20TXP
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520TXP%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for LD66%20TXP: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: BG18%20ZCT
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520ZCT%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for BG18%20ZCT: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: HV22%20WSK
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520WSK%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for HV22%20WSK: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: KN18%20MWF
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520MWF%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for KN18%20MWF: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: DG16%20XDM
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520XDM%27 HTTP/1.1" 200 None
2026-03-28 11:35:49 [bca.uk] INFO: Scrape type for DG16%20XDM: 0
2026-03-28 11:35:49 [bca.uk] INFO: Found listing with ID: LA19%20XKJ
2026-03-28 11:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520XKJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LA19%20XKJ: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: VN20%20WMD
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520WMD%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for VN20%20WMD: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: WG17%20VWY
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520VWY%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for WG17%20VWY: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: GN16%20RHU
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520RHU%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for GN16%20RHU: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: BG74%20TDX
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520TDX%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for BG74%20TDX: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: BK74%20ZPG
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPG%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for BK74%20ZPG: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: MM74%20YPO
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YPO%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for MM74%20YPO: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: WT25%20UFU
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFU%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for WT25%20UFU: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: WT25%20UHC
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHC%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for WT25%20UHC: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: YP74%20VUE
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VUE%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for YP74%20VUE: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: GF69%20USW
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520USW%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for GF69%20USW: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: AK17%20BYL
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520BYL%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for AK17%20BYL: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: FG70%20XSO
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520XSO%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for FG70%20XSO: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: SW71%20RHJ
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW71%2520RHJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for SW71%20RHJ: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LL74%20DLF
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DLF%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LL74%20DLF: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: EA59%20BUF
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA59%2520BUF%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for EA59%20BUF: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: EY67%20LHH
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520LHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for EY67%20LHH: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LA69%20ZWT
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520ZWT%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LA69%20ZWT: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LC72%20PNU
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520PNU%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LC72%20PNU: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LE72%20BJO
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520BJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LE72%20BJO: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LS65%20WHH
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520WHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LS65%20WHH: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LV23%20MPF
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520MPF%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LV23%20MPF: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LV23%20SVP
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520SVP%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LV23%20SVP: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LX73%20OAC
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX73%2520OAC%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LX73%20OAC: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: LY73%20HVJ
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520HVJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for LY73%20HVJ: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: NA13%20KJV
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA13%2520KJV%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for NA13%20KJV: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: PN20%20PBZ
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520PBZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for PN20%20PBZ: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: WN69%20RLX
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for WN69%20RLX: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: BW68%20EAO
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520EAO%27 HTTP/1.1" 200 None
2026-03-28 11:35:50 [bca.uk] INFO: Scrape type for BW68%20EAO: 0
2026-03-28 11:35:50 [bca.uk] INFO: Found listing with ID: PX72%20UDD
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520UDD%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for PX72%20UDD: 0
2026-03-28 11:35:51 [bca.uk] INFO: Found listing with ID: VK69%20KBN
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KBN%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for VK69%20KBN: 0
2026-03-28 11:35:51 [bca.uk] INFO: Found listing with ID: KN71%20FFP
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520FFP%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for KN71%20FFP: 0
2026-03-28 11:35:51 [bca.uk] INFO: Found listing with ID: MJ22%20DBO
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520DBO%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for MJ22%20DBO: 0
2026-03-28 11:35:51 [bca.uk] INFO: Found listing with ID: DU67%20FHC
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520FHC%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for DU67%20FHC: 0
2026-03-28 11:35:51 [bca.uk] INFO: Found listing with ID: DL73%20LFA
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFA%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for DL73%20LFA: 0
2026-03-28 11:35:51 [bca.uk] INFO: Found listing with ID: LP23%20GZG
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZG%27 HTTP/1.1" 200 None
2026-03-28 11:35:51 [bca.uk] INFO: Scrape type for LP23%20GZG: 0
2026-03-28 11:35:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=133&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:53 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded
2026-03-28 11:35:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:53 [bca.uk] INFO: Found listing with ID: KF73%20AVC
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AVC%27 HTTP/1.1" 200 None
2026-03-28 11:35:53 [bca.uk] INFO: Scrape type for KF73%20AVC: 0
2026-03-28 11:35:53 [bca.uk] INFO: Found listing with ID: LL74%20BYB
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BYB%27 HTTP/1.1" 200 None
2026-03-28 11:35:53 [bca.uk] INFO: Scrape type for LL74%20BYB: 0
2026-03-28 11:35:53 [bca.uk] INFO: Found listing with ID: LL74%20BYG
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BYG%27 HTTP/1.1" 200 None
2026-03-28 11:35:53 [bca.uk] INFO: Scrape type for LL74%20BYG: 0
2026-03-28 11:35:53 [bca.uk] INFO: Found listing with ID: LL74%20DGX
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGX%27 HTTP/1.1" 200 None
2026-03-28 11:35:53 [bca.uk] INFO: Scrape type for LL74%20DGX: 0
2026-03-28 11:35:53 [bca.uk] INFO: Found listing with ID: DL73%20KVU
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVU%27 HTTP/1.1" 200 None
2026-03-28 11:35:53 [bca.uk] INFO: Scrape type for DL73%20KVU: 0
2026-03-28 11:35:53 [bca.uk] INFO: Found listing with ID: DL73%20KOB
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOB%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for DL73%20KOB: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LR24%20MWK
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWK%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LR24%20MWK: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KE73%20ZNC
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZNC%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KE73%20ZNC: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KE73%20ZJO
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KE73%20ZJO: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KF73%20CFU
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CFU%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KF73%20CFU: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LN24%20PNO
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PNO%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LN24%20PNO: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: WG66%20DZC
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DZC%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for WG66%20DZC: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KY07%20FKE
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY07%2520FKE%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KY07%20FKE: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KF66%20EAA
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF66%2520EAA%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KF66%20EAA: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: HV71%20MVZ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520MVZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for HV71%20MVZ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: HV59%20YKP
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520YKP%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for HV59%20YKP: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: RV72%20XDG
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520XDG%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for RV72%20XDG: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: HD19%20OVR
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520OVR%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for HD19%20OVR: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: GN16%20OGB
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520OGB%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for GN16%20OGB: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: DL66%20LDC
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520LDC%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for DL66%20LDC: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: DK19%20HRO
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520HRO%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for DK19%20HRO: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BF16%20HGP
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HGP%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for BF16%20HGP: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LC22%20BYA
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BYA%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LC22%20BYA: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LL22%20RBY
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520RBY%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LL22%20RBY: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: MX70%20UWD
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX70%2520UWD%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for MX70%20UWD: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: YS72%20BKU
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520BKU%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for YS72%20BKU: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BK21%20YDO
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520YDO%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for BK21%20YDO: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: DG17%20GYY
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520GYY%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for DG17%20GYY: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: AY70%20JCZ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY70%2520JCZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for AY70%20JCZ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BN13%20OUP
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OUP%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for BN13%20OUP: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: VE16%20WBZ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for VE16%20WBZ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: GJ12%20NBD
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520NBD%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for GJ12%20NBD: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: MV68%20EOJ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520EOJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for MV68%20EOJ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: YK67%20JYJ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520JYJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for YK67%20JYJ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: YL67%20HHA
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520HHA%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for YL67%20HHA: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LX15%20HNK
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520HNK%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LX15%20HNK: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: FH57%20CHZ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH57%2520CHZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for FH57%20CHZ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: FX17%20VRV
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX17%2520VRV%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for FX17%20VRV: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BL19%20WLJ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520WLJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for BL19%20WLJ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KV66%20XCL
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520XCL%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KV66%20XCL: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: FN70%20VDR
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520VDR%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for FN70%20VDR: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: FJ23%20NXU
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ23%2520NXU%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for FJ23%20NXU: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: EF22%20AOU
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520AOU%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for EF22%20AOU: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LP16%20BKU
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520BKU%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LP16%20BKU: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BR19%20YNT
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520YNT%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for BR19%20YNT: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: MF67%20LWH
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520LWH%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for MF67%20LWH: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: MJ65%20ZLX
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ65%2520ZLX%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for MJ65%20ZLX: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LL64%20BYU
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL64%2520BYU%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LL64%20BYU: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: DP15%20AZR
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP15%2520AZR%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for DP15%20AZR: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: RA16%20PAO
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520PAO%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for RA16%20PAO: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: SK18%20MYT
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520MYT%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for SK18%20MYT: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: VN17%20MXO
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN17%2520MXO%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for VN17%20MXO: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: NL72%20ZFR
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520ZFR%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for NL72%20ZFR: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: SG08%20HWS
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG08%2520HWS%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for SG08%20HWS: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: SN57%20FBK
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN57%2520FBK%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for SN57%20FBK: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: HN61%20EVJ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520EVJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for HN61%20EVJ: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KUI%20550
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KUI%2520550%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KUI%20550: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: WP72%20UBK
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520UBK%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for WP72%20UBK: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: KY22%20VTN
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520VTN%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for KY22%20VTN: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: NJ22%20KGG
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520KGG%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for NJ22%20KGG: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: WV07%20DPF
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV07%2520DPF%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for WV07%20DPF: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BW73%20SVD
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520SVD%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for BW73%20SVD: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: VU68%20XEH
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520XEH%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for VU68%20XEH: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LY16%20OWA
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520OWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LY16%20OWA: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: LM20%20PDX
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520PDX%27 HTTP/1.1" 200 None
2026-03-28 11:35:54 [bca.uk] INFO: Scrape type for LM20%20PDX: 0
2026-03-28 11:35:54 [bca.uk] INFO: Found listing with ID: BG12%20NBZ
2026-03-28 11:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520NBZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for BG12%20NBZ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: BU15%20ORW
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520ORW%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for BU15%20ORW: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: NJ14%20SZW
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520SZW%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for NJ14%20SZW: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: NU67%20PBX
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520PBX%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for NU67%20PBX: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: OV65%20DZJ
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520DZJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for OV65%20DZJ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: LJ69%20KSE
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520KSE%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for LJ69%20KSE: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: H19%20RGH
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H19%2520RGH%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for H19%20RGH: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: GL69%20XJX
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520XJX%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for GL69%20XJX: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: GD18%20DZZ
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520DZZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for GD18%20DZZ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: AE21%20EOG
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520EOG%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for AE21%20EOG: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: DK65%20YRD
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520YRD%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for DK65%20YRD: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: KW59%20GTY
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW59%2520GTY%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for KW59%20GTY: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: MJ61%20SGU
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520SGU%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for MJ61%20SGU: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: VN03%20DXB
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN03%2520DXB%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for VN03%20DXB: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: WN14%20HNM
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520HNM%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for WN14%20HNM: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: FG65%20FCP
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520FCP%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for FG65%20FCP: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: EK62%20XGV
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520XGV%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for EK62%20XGV: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: FY61%20ZGZ
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY61%2520ZGZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for FY61%20ZGZ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: YN22%20UNJ
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520UNJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for YN22%20UNJ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: CF22%20YZB
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520YZB%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for CF22%20YZB: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: CN22%20TCZ
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520TCZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for CN22%20TCZ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: HK71%20WMZ
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WMZ%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for HK71%20WMZ: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: SO21%20GXG
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXG%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for SO21%20GXG: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: FE71%20UZR
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520UZR%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for FE71%20UZR: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: FD21%20CYL
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CYL%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for FD21%20CYL: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: SM21%20DHV
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DHV%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for SM21%20DHV: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: SO21%20GZM
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZM%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for SO21%20GZM: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: BK73%20LWA
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520LWA%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for BK73%20LWA: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: MT68%20FXH
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for MT68%20FXH: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: HK66%20VOD
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520VOD%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for HK66%20VOD: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: GY14%20NZG
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NZG%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for GY14%20NZG: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: FL57%20GVM
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520GVM%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for FL57%20GVM: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: SL72%20FCA
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520FCA%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for SL72%20FCA: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: AF22%20DHY
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DHY%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for AF22%20DHY: 0
2026-03-28 11:35:55 [bca.uk] INFO: Found listing with ID: LC68%20MVX
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520MVX%27 HTTP/1.1" 200 None
2026-03-28 11:35:55 [bca.uk] INFO: Scrape type for LC68%20MVX: 0
2026-03-28 11:35:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:35:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=134&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:35:58 [bca.uk] INFO: Total items found: 100
2026-03-28 11:35:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded
2026-03-28 11:35:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:35:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:35:58 [bca.uk] INFO: Found listing with ID: GU21%20HZV
2026-03-28 11:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520HZV%27 HTTP/1.1" 200 None
2026-03-28 11:35:58 [bca.uk] INFO: Scrape type for GU21%20HZV: 0
2026-03-28 11:35:58 [bca.uk] INFO: Found listing with ID: LB70%20VFR
2026-03-28 11:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VFR%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for LB70%20VFR: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BD19%20MKJ
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BD19%20MKJ: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BW19%20FZR
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BW19%20FZR: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: FL17%20UDY
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for FL17%20UDY: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: SJ15%20EGS
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520EGS%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for SJ15%20EGS: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: VA63%20EWR
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for VA63%20EWR: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: VE64%20CNA
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for VE64%20CNA: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YF58%20OPU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YF58%20OPU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YT64%20UXH
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YT64%20UXH: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: KO68%20LBU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for KO68%20LBU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: VK69%20RRU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for VK69%20RRU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: KS70%20WBU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for KS70%20WBU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BK22%20VXC
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BK22%20VXC: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: HK12%20PMV
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK12%2520PMV%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for HK12%20PMV: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: GY18%20LZH
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520LZH%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for GY18%20LZH: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BF64%20YBL
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF64%2520YBL%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BF64%20YBL: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: FY17%20OYM
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY17%2520OYM%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for FY17%20OYM: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: LM66%20LVO
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520LVO%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for LM66%20LVO: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BC69%20CYY
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC69%2520CYY%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BC69%20CYY: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: FL12%20VNS
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL12%2520VNS%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for FL12%20VNS: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: LR08%20UEL
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR08%2520UEL%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for LR08%20UEL: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: ML15%20EZS
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520EZS%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for ML15%20EZS: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: FY07%20NVF
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY07%2520NVF%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for FY07%20NVF: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YM67%20GSU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520GSU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YM67%20GSU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: AY17%20WJA
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY17%2520WJA%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for AY17%20WJA: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: MA24%20ZXL
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZXL%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for MA24%20ZXL: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YM67%20EZP
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520EZP%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YM67%20EZP: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BL13%20EEV
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520EEV%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BL13%20EEV: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BK67%20UHT
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520UHT%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BK67%20UHT: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: SG67%20ZFW
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for SG67%20ZFW: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: FL69%20PYA
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520PYA%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for FL69%20PYA: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: RA21%20EXC
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA21%2520EXC%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for RA21%20EXC: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: MT67%20LJO
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520LJO%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for MT67%20LJO: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: OY15%20NVV
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY15%2520NVV%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for OY15%20NVV: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YT14%20EEU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520EEU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YT14%20EEU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: NU64%20XCC
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU64%2520XCC%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for NU64%20XCC: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: SY17%20YFJ
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520YFJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for SY17%20YFJ: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: VA19%20SYJ
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520SYJ%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for VA19%20SYJ: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YR62%20YYU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR62%2520YYU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YR62%20YYU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: DP22%20TKT
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKT%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for DP22%20TKT: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BW11%20RXL
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW11%2520RXL%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BW11%20RXL: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YT14%20WYY
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520WYY%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YT14%20WYY: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: OU63%20WVW
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520WVW%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for OU63%20WVW: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YA69%20MKD
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520MKD%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YA69%20MKD: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: ML08%20EVN
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520EVN%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for ML08%20EVN: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: EO72%20UGE
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520UGE%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for EO72%20UGE: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: LE19%20ODY
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520ODY%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for LE19%20ODY: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: MW13%20GHH
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520GHH%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for MW13%20GHH: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: MD19%20FAO
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520FAO%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for MD19%20FAO: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: NV15%20HWN
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV15%2520HWN%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for NV15%20HWN: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YH16%20SYF
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520SYF%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YH16%20SYF: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: MM13%20KZA
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520KZA%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for MM13%20KZA: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BN09%20DHO
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520DHO%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BN09%20DHO: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YH64%20CGX
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520CGX%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for YH64%20CGX: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: NG59%20FUE
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG59%2520FUE%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for NG59%20FUE: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: BK20%20LEU
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK20%2520LEU%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for BK20%20LEU: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: NJ10%20VAM
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520VAM%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for NJ10%20VAM: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: SM18%20UEA
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520UEA%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for SM18%20UEA: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: ND62%20NNH
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520NNH%27 HTTP/1.1" 200 None
2026-03-28 11:35:59 [bca.uk] INFO: Scrape type for ND62%20NNH: 0
2026-03-28 11:35:59 [bca.uk] INFO: Found listing with ID: YA64%20MXT
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for YA64%20MXT: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: EN68%20XVL
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520XVL%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for EN68%20XVL: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: NA17%20YFK
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520YFK%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for NA17%20YFK: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: KJ17%20PXS
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520PXS%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for KJ17%20PXS: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SK15%20LXB
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK15%2520LXB%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SK15%20LXB: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: ET17%20VUE
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520VUE%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for ET17%20VUE: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: NC71%20FGZ
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520FGZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for NC71%20FGZ: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: EO17%20AEJ
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520AEJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for EO17%20AEJ: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: LF66%20TYH
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520TYH%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for LF66%20TYH: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: NX63%20RJV
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520RJV%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for NX63%20RJV: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: KT17%20YTF
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520YTF%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for KT17%20YTF: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SN67%20OPL
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN67%2520OPL%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SN67%20OPL: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: YJZ%209398
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209398%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for YJZ%209398: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: WJ68%20FYX
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FYX%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for WJ68%20FYX: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: YY71%20LUB
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LUB%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for YY71%20LUB: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: PE58%20MVT
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520MVT%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for PE58%20MVT: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: LG60%20YJF
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520YJF%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for LG60%20YJF: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: MW13%20NCU
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520NCU%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for MW13%20NCU: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: MT18%20HXA
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520HXA%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for MT18%20HXA: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: CX12%20YCN
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520YCN%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for CX12%20YCN: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: YR14%20HTU
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520HTU%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for YR14%20HTU: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: YF20%20LTE
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520LTE%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for YF20%20LTE: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: FA16%20NUY
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520NUY%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for FA16%20NUY: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: PJ63%20KCN
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520KCN%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for PJ63%20KCN: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SA61%20YWS
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA61%2520YWS%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SA61%20YWS: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: KT56%20LVF
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT56%2520LVF%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for KT56%20LVF: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SH67%20GKG
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKG%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SH67%20GKG: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: FG21%20ZGH
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZGH%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for FG21%20ZGH: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: MA18%20ZVU
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for MA18%20ZVU: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SF15%20JKM
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF15%2520JKM%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SF15%20JKM: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: ST66%20HYA
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST66%2520HYA%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for ST66%20HYA: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: DA17%20CUO
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520CUO%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for DA17%20CUO: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SB68%20WFR
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520WFR%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SB68%20WFR: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SF66%20ALZ
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520ALZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SF66%20ALZ: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SN13%20XJC
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520XJC%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SN13%20XJC: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: ST17%20GMG
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520GMG%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for ST17%20GMG: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: LF15%20MFX
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520MFX%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for LF15%20MFX: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SM12%20MXH
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM12%2520MXH%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SM12%20MXH: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: SN16%20NPE
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520NPE%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for SN16%20NPE: 0
2026-03-28 11:36:00 [bca.uk] INFO: Found listing with ID: EN16%20HNP
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520HNP%27 HTTP/1.1" 200 None
2026-03-28 11:36:00 [bca.uk] INFO: Scrape type for EN16%20HNP: 0
2026-03-28 11:36:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:36:10 [scrapy.extensions.logstats] INFO: Crawled 321 pages (at 11 pages/min), scraped 1488 items (at 0 items/min)
2026-03-28 11:36:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:36:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:36:34 [bca.uk] INFO: Total items found: 100
2026-03-28 11:36:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded
2026-03-28 11:36:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:36:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: SN19%20DPH
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN19%2520DPH%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for SN19%20DPH: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: FH68%20SXJ
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520SXJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for FH68%20SXJ: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: WF07%20TTV
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF07%2520TTV%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for WF07%20TTV: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: DE09%20GUC
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520GUC%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for DE09%20GUC: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: OV57%20VLB
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV57%2520VLB%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for OV57%20VLB: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: WM57%20RXB
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520RXB%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for WM57%20RXB: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: HT66%20UZV
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT66%2520UZV%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for HT66%20UZV: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: YR10%20FMA
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520FMA%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for YR10%20FMA: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: DP19%20DYH
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520DYH%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for DP19%20DYH: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: YD66%20OCH
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for YD66%20OCH: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: FN13%20WVD
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520WVD%27 HTTP/1.1" 200 None
2026-03-28 11:36:34 [bca.uk] INFO: Scrape type for FN13%20WVD: 0
2026-03-28 11:36:34 [bca.uk] INFO: Found listing with ID: KO15%20AKX
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO15%2520AKX%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for KO15%20AKX: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YP10%20EOJ
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP10%2520EOJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YP10%20EOJ: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: LP10%20ULA
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP10%2520ULA%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for LP10%20ULA: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: PN61%20OPD
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN61%2520OPD%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for PN61%20OPD: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: PF63%20ZKD
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF63%2520ZKD%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for PF63%20ZKD: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: LK13%20OLA
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520OLA%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for LK13%20OLA: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: P123%20DLG
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520DLG%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for P123%20DLG: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YB22%20PDK
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520PDK%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YB22%20PDK: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YB62%20UTR
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB62%2520UTR%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YB62%20UTR: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: HK16%20UGH
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520UGH%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for HK16%20UGH: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: BL73%20GWN
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520GWN%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for BL73%20GWN: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: BN10%20OCF
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OCF%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for BN10%20OCF: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: FD21%20MBF
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520MBF%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for FD21%20MBF: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YL18%20AYE
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL18%2520AYE%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YL18%20AYE: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YC15%20NJN
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520NJN%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YC15%20NJN: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YG67%20GGY
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG67%2520GGY%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YG67%20GGY: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: PF69%20GRZ
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF69%2520GRZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for PF69%20GRZ: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: LB13%20DCU
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB13%2520DCU%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for LB13%20DCU: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: SP63%20LTO
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520LTO%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for SP63%20LTO: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: GU70%20XTC
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520XTC%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for GU70%20XTC: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YB17%20TYX
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520TYX%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YB17%20TYX: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: YE68%20VRM
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520VRM%27 HTTP/1.1" 200 None
2026-03-28 11:36:35 [bca.uk] INFO: Scrape type for YE68%20VRM: 0
2026-03-28 11:36:35 [bca.uk] INFO: Found listing with ID: MV10%20UAR
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UAR%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for MV10%20UAR: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: GM16%20MWV
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM16%2520MWV%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for GM16%20MWV: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: SP17%20CPX
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520CPX%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for SP17%20CPX: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: FP16%20KXZ
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP16%2520KXZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for FP16%20KXZ: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: SE66%20ZRP
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520ZRP%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for SE66%20ZRP: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: GK61%20OYE
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520OYE%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for GK61%20OYE: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LX58%20VHC
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520VHC%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LX58%20VHC: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: ML67%20TGE
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520TGE%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for ML67%20TGE: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LC14%20OPL
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC14%2520OPL%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LC14%20OPL: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: PK12%20LDY
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LDY%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for PK12%20LDY: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: VU65%20ZVJ
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for VU65%20ZVJ: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: VK18%20EKZ
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520EKZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for VK18%20EKZ: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: VT19%20YCD
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YCD%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for VT19%20YCD: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: VU65%20ZWD
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for VU65%20ZWD: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: N555%20JKE
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N555%2520JKE%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for N555%20JKE: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: EY15%20RNU
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for EY15%20RNU: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: HT70%20HHD
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for HT70%20HHD: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LD22%20AWC
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LD22%20AWC: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: HT21%20XPB
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for HT21%20XPB: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: BD21%20MHX
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for BD21%20MHX: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: BN15%20MMX
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for BN15%20MMX: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: BU70%20KNJ
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for BU70%20KNJ: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: CX19%20KCF
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for CX19%20KCF: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: FP58%20MGX
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for FP58%20MGX: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: FP67%20ZKX
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for FP67%20ZKX: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: FT63%20DVG
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for FT63%20DVG: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: GU12%20LSE
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520LSE%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for GU12%20LSE: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: VK72%20AYP
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for VK72%20AYP: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: RE66%20EHK
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520EHK%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for RE66%20EHK: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: DL73%20KSN
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for DL73%20KSN: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: DL73%20KVH
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for DL73%20KVH: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LN24%20RRU
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LN24%20RRU: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LN24%20RRV
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LN24%20RRV: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LN24%20RRX
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRX%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LN24%20RRX: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LN24%20RVJ
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LN24%20RVJ: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: LP23%20GZY
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZY%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for LP23%20GZY: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: WN25%20UGV
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520UGV%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for WN25%20UGV: 0
2026-03-28 11:36:36 [bca.uk] INFO: Found listing with ID: WP25%20XKT
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:36:36 [bca.uk] INFO: Scrape type for WP25%20XKT: 2
2026-03-28 11:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT
2026-03-28 11:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with scrape type 2
2026-03-28 11:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with scrape type 2
2026-03-28 11:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b, identifier: WP25%20XKT
2026-03-28 11:36:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT
2026-03-28 11:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT
2026-03-28 11:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a380a35b-f1d6-5c08-83ce-57b3b2a8b22b with identifier: WP25%20XKT to the API
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP25%20XKT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a380a35b-f1d6-5c08-83ce-57b3b2a8b22b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP25 XKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP25%20XKT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10328,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25200,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 TRAIL',
 'vin': 'WF0RXXTA7RRT40350',
 'year': 2025}
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Saving data for WP25%20XKT: {'auction_closing_time': 1775026800.0, 'created_time': 1773841344.190849, 'last_price_update_time': 1774697797.101439}
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP25%2520XKT') HTTP/1.1" 204 0
2026-03-28 11:36:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: DS66%20WRG
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS66%2520WRG%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for DS66%20WRG: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: BA69%20NWH
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520NWH%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for BA69%20NWH: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: LE08%20HOL
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE08%2520HOL%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for LE08%20HOL: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: JU63%20NEW
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JU63%2520NEW%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for JU63%20NEW: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: PN66%20WWD
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WWD%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for PN66%20WWD: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: LM19%20WLD
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520WLD%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for LM19%20WLD: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: WT19%20YML
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520YML%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for WT19%20YML: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: RO69%20ZBU
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520ZBU%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for RO69%20ZBU: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: LS70%20NSO
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520NSO%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for LS70%20NSO: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: LV22%20LGZ
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520LGZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for LV22%20LGZ: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: MM71%20ZYA
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520ZYA%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for MM71%20ZYA: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: LO72%20FTF
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520FTF%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for LO72%20FTF: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: HV67%20RYZ
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RYZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for HV67%20RYZ: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: KP71%20XXK
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520XXK%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for KP71%20XXK: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: BJ68%20DCF
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520DCF%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for BJ68%20DCF: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: GU73%20NSJ
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU73%2520NSJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for GU73%20NSJ: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: N27%20JVH
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N27%2520JVH%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for N27%20JVH: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: YE68%20TVF
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520TVF%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for YE68%20TVF: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: KW70%20WTA
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WTA%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for KW70%20WTA: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: SR14%20LFJ
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR14%2520LFJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for SR14%20LFJ: 0
2026-03-28 11:36:37 [bca.uk] INFO: Found listing with ID: BK74%20ZPD
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPD%27 HTTP/1.1" 200 None
2026-03-28 11:36:37 [bca.uk] INFO: Scrape type for BK74%20ZPD: 2
2026-03-28 11:36:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD
2026-03-28 11:36:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1346fc-c274-53d3-83ec-9debad8f4a8b with scrape type 2
2026-03-28 11:36:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1346fc-c274-53d3-83ec-9debad8f4a8b with scrape type 2
2026-03-28 11:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1346fc-c274-53d3-83ec-9debad8f4a8b, identifier: BK74%20ZPD
2026-03-28 11:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD
2026-03-28 11:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD
2026-03-28 11:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f1346fc-c274-53d3-83ec-9debad8f4a8b with identifier: BK74%20ZPD to the API
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK74%20ZPD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f1346fc-c274-53d3-83ec-9debad8f4a8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK74 ZPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK74%20ZPD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19500,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 LIMITED',
 'vin': 'WF0RXXTA9RRG69330',
 'year': 2024}
2026-03-28 11:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPD%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Saving data for BK74%20ZPD: {'auction_closing_time': 1774940400.0, 'created_time': 1773834644.140161, 'last_price_update_time': 1774697798.003688}
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK74%2520ZPD') HTTP/1.1" 204 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: WT25%20SWF
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520SWF%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Scrape type for WT25%20SWF: 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: WT25%20UFS
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFS%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Scrape type for WT25%20UFS: 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: WT25%20UFX
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFX%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Scrape type for WT25%20UFX: 2
2026-03-28 11:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX
2026-03-28 11:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9dbc49d-bd5f-5776-b485-72add1b5b897 with scrape type 2
2026-03-28 11:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9dbc49d-bd5f-5776-b485-72add1b5b897 with scrape type 2
2026-03-28 11:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9dbc49d-bd5f-5776-b485-72add1b5b897, identifier: WT25%20UFX
2026-03-28 11:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX
2026-03-28 11:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX
2026-03-28 11:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9dbc49d-bd5f-5776-b485-72add1b5b897 with identifier: WT25%20UFX to the API
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UFX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9dbc49d-bd5f-5776-b485-72add1b5b897',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UFX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 7835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA2RSU89046',
 'year': 2025}
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFX%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Saving data for WT25%20UFX: {'auction_closing_time': 1774940400.0, 'created_time': 1773842732.17705, 'last_price_update_time': 1774697798.53284}
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UFX') HTTP/1.1" 204 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: WT25%20UHA
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHA%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Scrape type for WT25%20UHA: 2
2026-03-28 11:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA
2026-03-28 11:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2319c990-e0e5-5f06-86e4-c83241a3477c with scrape type 2
2026-03-28 11:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2319c990-e0e5-5f06-86e4-c83241a3477c with scrape type 2
2026-03-28 11:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2319c990-e0e5-5f06-86e4-c83241a3477c, identifier: WT25%20UHA
2026-03-28 11:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA
2026-03-28 11:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA
2026-03-28 11:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2319c990-e0e5-5f06-86e4-c83241a3477c with identifier: WT25%20UHA to the API
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=135&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UHA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2319c990-e0e5-5f06-86e4-c83241a3477c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UHA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 8459,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23750,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA7RSM03617',
 'year': 2025}
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHA%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Saving data for WT25%20UHA: {'auction_closing_time': 1774940400.0, 'created_time': 1773842725.683596, 'last_price_update_time': 1774697798.94582}
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UHA') HTTP/1.1" 204 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: WT25%20UHJ
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Scrape type for WT25%20UHJ: 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: LF69%20KAA
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520KAA%27 HTTP/1.1" 200 None
2026-03-28 11:36:38 [bca.uk] INFO: Scrape type for LF69%20KAA: 0
2026-03-28 11:36:38 [bca.uk] INFO: Found listing with ID: BN68%20DHV
2026-03-28 11:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN68%2520DHV%27 HTTP/1.1" 200 None
2026-03-28 11:36:39 [bca.uk] INFO: Scrape type for BN68%20DHV: 0
2026-03-28 11:36:39 [bca.uk] INFO: Found listing with ID: GL20%20CGG
2026-03-28 11:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520CGG%27 HTTP/1.1" 200 None
2026-03-28 11:36:39 [bca.uk] INFO: Scrape type for GL20%20CGG: 0
2026-03-28 11:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:36:42 [bca.uk] INFO: Total items found: 100
2026-03-28 11:36:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded
2026-03-28 11:36:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:36:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: GU69%20WBK
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520WBK%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for GU69%20WBK: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: KM21%20BWZ
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520BWZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for KM21%20BWZ: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: LV69%20JZG
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520JZG%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for LV69%20JZG: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: OV65%20VFK
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520VFK%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for OV65%20VFK: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: PK68%20GNX
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK68%2520GNX%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for PK68%20GNX: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: RJ17%20GXM
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520GXM%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for RJ17%20GXM: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: RO20%20CNN
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO20%2520CNN%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for RO20%20CNN: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: ST13%20JKV
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520JKV%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for ST13%20JKV: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: WP71%20GDY
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520GDY%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for WP71%20GDY: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: YH18%20TNP
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520TNP%27 HTTP/1.1" 200 None
2026-03-28 11:36:42 [bca.uk] INFO: Scrape type for YH18%20TNP: 0
2026-03-28 11:36:42 [bca.uk] INFO: Found listing with ID: YJ66%20ZUD
2026-03-28 11:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ZUD%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for YJ66%20ZUD: 2
2026-03-28 11:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD
2026-03-28 11:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9960e0c5-6dde-51ae-8e74-ff18208b3eca with scrape type 2
2026-03-28 11:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9960e0c5-6dde-51ae-8e74-ff18208b3eca with scrape type 2
2026-03-28 11:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9960e0c5-6dde-51ae-8e74-ff18208b3eca, identifier: YJ66%20ZUD
2026-03-28 11:36:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD
2026-03-28 11:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD
2026-03-28 11:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9960e0c5-6dde-51ae-8e74-ff18208b3eca with identifier: YJ66%20ZUD to the API
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ66%20ZUD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9960e0c5-6dde-51ae-8e74-ff18208b3eca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ66 ZUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ66%20ZUD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '430I',
 'odometer': 100241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 430I 2.0 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA4N72070K595276',
 'year': 2016}
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ZUD%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Saving data for YJ66%20ZUD: {'auction_closing_time': 1774940400.0, 'created_time': 1773929446.571053, 'last_price_update_time': 1774697803.440648}
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ66%2520ZUD') HTTP/1.1" 204 0
2026-03-28 11:36:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WG69%20UDN
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520UDN%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WG69%20UDN: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: DS24%20SEO
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520SEO%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for DS24%20SEO: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WM71%20JXY
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520JXY%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WM71%20JXY: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WR23%20PBO
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520PBO%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WR23%20PBO: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WA69%20KKG
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520KKG%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WA69%20KKG: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WO67%20LZC
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520LZC%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WO67%20LZC: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: VA22%20FNN
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA22%2520FNN%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for VA22%20FNN: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: PL72%20WSF
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSF%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for PL72%20WSF: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: HJ71%20VMK
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ71%2520VMK%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for HJ71%20VMK: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: RK68%20CCO
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520CCO%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for RK68%20CCO: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: SN71%20GZA
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520GZA%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for SN71%20GZA: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WV67%20WGA
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WGA%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WV67%20WGA: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: L19%20WTE
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L19%2520WTE%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for L19%20WTE: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: RV23%20KUR
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520KUR%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for RV23%20KUR: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: PJ73%20WEV
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520WEV%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for PJ73%20WEV: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: J608%20NKO
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J608%2520NKO%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for J608%20NKO: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: WO75%20BZU
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO75%2520BZU%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for WO75%20BZU: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: OE17%20OCV
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520OCV%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for OE17%20OCV: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: KD23%20GZP
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GZP%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for KD23%20GZP: 0
2026-03-28 11:36:43 [bca.uk] INFO: Found listing with ID: HX20%20OJJ
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520OJJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:43 [bca.uk] INFO: Scrape type for HX20%20OJJ: 2
2026-03-28 11:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ
2026-03-28 11:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14461086-5582-57bc-ae02-fc40d76985af with scrape type 2
2026-03-28 11:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14461086-5582-57bc-ae02-fc40d76985af with scrape type 2
2026-03-28 11:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14461086-5582-57bc-ae02-fc40d76985af, identifier: HX20%20OJJ
2026-03-28 11:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ
2026-03-28 11:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ
2026-03-28 11:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14461086-5582-57bc-ae02-fc40d76985af with identifier: HX20%20OJJ to the API
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX20%20OJJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14461086-5582-57bc-ae02-fc40d76985af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX20 OJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX20%20OJJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'M235I GRANCOUPE',
 'odometer': 49760,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW M235I GRANCOUPE 2.0 XDRIVE STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE STEP',
 'vin': 'WBA12AL0X07F62575',
 'year': 2020}
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520OJJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Saving data for HX20%20OJJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773930303.764224, 'last_price_update_time': 1774697804.311097}
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX20%2520OJJ') HTTP/1.1" 204 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: LA70%20HDN
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520HDN%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for LA70%20HDN: 2
2026-03-28 11:36:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN
2026-03-28 11:36:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ecad819-45a5-530d-a06a-754252a6091c with scrape type 2
2026-03-28 11:36:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ecad819-45a5-530d-a06a-754252a6091c with scrape type 2
2026-03-28 11:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ecad819-45a5-530d-a06a-754252a6091c, identifier: LA70%20HDN
2026-03-28 11:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN
2026-03-28 11:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN
2026-03-28 11:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ecad819-45a5-530d-a06a-754252a6091c with identifier: LA70%20HDN to the API
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=136&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA70%20HDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ecad819-45a5-530d-a06a-754252a6091c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA70 HDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA70%20HDN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 30423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 35 TFSI BLACK ED. Estate',
 'transmission': 'manual',
 'trim': '35 TFSI BLACK ED.',
 'vin': 'WAUZZZF4XMA039915',
 'year': 2021}
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520HDN%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Saving data for LA70%20HDN: {'auction_closing_time': 1774940400.0, 'created_time': 1773930308.584616, 'last_price_update_time': 1774697804.844681}
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA70%2520HDN') HTTP/1.1" 204 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: MF64%20KUH
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520KUH%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for MF64%20KUH: 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: WN24%20ZYL
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZYL%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for WN24%20ZYL: 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: WN75%20SZR
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for WN75%20SZR: 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: WV73%20ZPP
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZPP%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for WV73%20ZPP: 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: KT68%20XTO
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520XTO%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for KT68%20XTO: 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: LX17%20VND
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VND%27 HTTP/1.1" 200 None
2026-03-28 11:36:44 [bca.uk] INFO: Scrape type for LX17%20VND: 0
2026-03-28 11:36:44 [bca.uk] INFO: Found listing with ID: NJ18%20PNY
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520PNY%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for NJ18%20PNY: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SA66%20XTT
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520XTT%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for SA66%20XTT: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: LN67%20KPL
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520KPL%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for LN67%20KPL: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: DP70%20XYZ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XYZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for DP70%20XYZ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: ET21%20MWE
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520MWE%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for ET21%20MWE: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: LT17%20KPV
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520KPV%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for LT17%20KPV: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: FR19%20LDN
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520LDN%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for FR19%20LDN: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: KT67%20TNX
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT67%2520TNX%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for KT67%20TNX: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: OE66%20ONK
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520ONK%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for OE66%20ONK: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: MC16%20ULH
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520ULH%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for MC16%20ULH: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: BJ18%20ANF
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ18%2520ANF%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for BJ18%20ANF: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: HV67%20XJD
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520XJD%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for HV67%20XJD: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: RO17%20JZC
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520JZC%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for RO17%20JZC: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: BT18%20PZB
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520PZB%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for BT18%20PZB: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: DA66%20VHZ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520VHZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for DA66%20VHZ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: ET66%20EHE
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520EHE%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for ET66%20EHE: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: OY67%20SZD
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520SZD%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for OY67%20SZD: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SN16%20YVU
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520YVU%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for SN16%20YVU: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: VK67%20AYX
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520AYX%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for VK67%20AYX: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: KF19%20TMU
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520TMU%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for KF19%20TMU: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: ND66%20XBT
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520XBT%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for ND66%20XBT: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SP67%20XLT
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XLT%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for SP67%20XLT: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: AK16%20PDY
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520PDY%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for AK16%20PDY: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: AV17%20XDO
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520XDO%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for AV17%20XDO: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: AX19%20PZO
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520PZO%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for AX19%20PZO: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: FD20%20POA
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520POA%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for FD20%20POA: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: NX68%20GDO
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520GDO%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for NX68%20GDO: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: YG68%20VCW
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520VCW%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for YG68%20VCW: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: KU16%20MKX
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520MKX%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for KU16%20MKX: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: OE18%20KSZ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520KSZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for OE18%20KSZ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: PGZ%202810
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25202810%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for PGZ%202810: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: OY21%20UFL
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY21%2520UFL%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for OY21%20UFL: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SH69%20GUA
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520GUA%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for SH69%20GUA: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: DG66%20AUN
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520AUN%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for DG66%20AUN: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: LO68%20ZYL
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO68%2520ZYL%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for LO68%20ZYL: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SH68%20GWJ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520GWJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for SH68%20GWJ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: EJ67%20JKZ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ67%2520JKZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for EJ67%20JKZ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: HJ68%20FZS
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ68%2520FZS%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for HJ68%20FZS: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: KX18%20JBV
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520JBV%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for KX18%20JBV: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: PK19%20ZLZ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for PK19%20ZLZ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: PX68%20XXB
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX68%2520XXB%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for PX68%20XXB: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: EF21%20VVB
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF21%2520VVB%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for EF21%20VVB: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SO71%20DRZ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520DRZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for SO71%20DRZ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: LA67%20AZJ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA67%2520AZJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for LA67%20AZJ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: NX17%20YNN
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520YNN%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for NX17%20YNN: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: EX68%20EYK
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520EYK%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for EX68%20EYK: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: LT22%20HZA
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HZA%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for LT22%20HZA: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: OE70%20KBX
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for OE70%20KBX: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: YS70%20VRU
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for YS70%20VRU: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: BV20%20XBO
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for BV20%20XBO: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: CT17%20CXK
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for CT17%20CXK: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: RJ67%20CWL
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for RJ67%20CWL: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: WM67%20YVJ
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for WM67%20YVJ: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: YO69%20JZX
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for YO69%20JZX: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: BF68%20NXT
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for BF68%20NXT: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: KR66%20HEV
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-28 11:36:45 [bca.uk] INFO: Scrape type for KR66%20HEV: 0
2026-03-28 11:36:45 [bca.uk] INFO: Found listing with ID: SR18%20HAA
2026-03-28 11:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-28 11:36:46 [bca.uk] INFO: Scrape type for SR18%20HAA: 0
2026-03-28 11:36:46 [bca.uk] INFO: Found listing with ID: VN71%20GUX
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-28 11:36:46 [bca.uk] INFO: Scrape type for VN71%20GUX: 0
2026-03-28 11:36:46 [bca.uk] INFO: Found listing with ID: KF17%20CZB
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-28 11:36:46 [bca.uk] INFO: Scrape type for KF17%20CZB: 0
2026-03-28 11:36:46 [bca.uk] INFO: Found listing with ID: KP17%20OAH
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-28 11:36:46 [bca.uk] INFO: Scrape type for KP17%20OAH: 0
2026-03-28 11:36:46 [bca.uk] INFO: Found listing with ID: LG68%20OWJ
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:46 [bca.uk] INFO: Scrape type for LG68%20OWJ: 0
2026-03-28 11:36:46 [bca.uk] INFO: Found listing with ID: ML69%20XDA
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-28 11:36:46 [bca.uk] INFO: Scrape type for ML69%20XDA: 0
2026-03-28 11:36:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:36:47 [bca.uk] INFO: Total items found: 100
2026-03-28 11:36:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=138&sort=MostRecentlyAdded
2026-03-28 11:36:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:36:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=138&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: SN68%20WLV
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for SN68%20WLV: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: YG68%20DTD
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for YG68%20DTD: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: YK69%20KNP
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for YK69%20KNP: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: A9%20VVA
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for A9%20VVA: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: HN67%20HBZ
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for HN67%20HBZ: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: LC69%20HNB
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for LC69%20HNB: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: NX69%20KTD
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for NX69%20KTD: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: GV68%20UWS
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for GV68%20UWS: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: K23%20DNJ
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for K23%20DNJ: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: KM17%20YJE
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for KM17%20YJE: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: MT17%20JKE
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for MT17%20JKE: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: PY16%20OZA
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for PY16%20OZA: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: KS18%20YWN
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for KS18%20YWN: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: FG18%20HGX
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for FG18%20HGX: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: ND68%20VPG
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for ND68%20VPG: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: OE68%20KBN
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for OE68%20KBN: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: RX21%20HYT
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for RX21%20HYT: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: WA69%20VKC
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for WA69%20VKC: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: WG17%20MFZ
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for WG17%20MFZ: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: FG19%20OYC
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520OYC%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for FG19%20OYC: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: RK17%20PLX
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520PLX%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for RK17%20PLX: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: YC68%20ADH
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for YC68%20ADH: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: EU18%20OZB
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for EU18%20OZB: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: FD70%20JZT
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for FD70%20JZT: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: GU17%20SDY
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for GU17%20SDY: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: GX17%20LVB
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for GX17%20LVB: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: VN67%20LSE
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-28 11:36:47 [bca.uk] INFO: Scrape type for VN67%20LSE: 0
2026-03-28 11:36:47 [bca.uk] INFO: Found listing with ID: WM17%20XTH
2026-03-28 11:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WM17%20XTH: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: YB19%20POM
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for YB19%20POM: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: FP10%20ONE
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for FP10%20ONE: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: LO70%20WRN
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for LO70%20WRN: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: HG18%20GLJ
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for HG18%20GLJ: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: BN69%20HDG
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for BN69%20HDG: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: KJ19%20YKA
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for KJ19%20YKA: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WD68%20MFP
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WD68%20MFP: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: LM21%20NVC
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520NVC%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for LM21%20NVC: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: VO67%20XWL
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for VO67%20XWL: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: DS21%20KRV
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for DS21%20KRV: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: CP16%20HPU
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for CP16%20HPU: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: FL67%20WXM
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for FL67%20WXM: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: BV67%20UDJ
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for BV67%20UDJ: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: MT20%20CHN
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for MT20%20CHN: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: MV67%20OMT
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for MV67%20OMT: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: YH18%20YUY
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520YUY%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for YH18%20YUY: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: DP67%20AVV
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520AVV%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for DP67%20AVV: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: GK18%20TVW
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK18%2520TVW%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for GK18%20TVW: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: LP19%20HDX
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520HDX%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for LP19%20HDX: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: OU19%20SUV
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520SUV%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for OU19%20SUV: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: FY21%20LHR
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY21%2520LHR%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for FY21%20LHR: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: LL17%20FEX
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520FEX%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for LL17%20FEX: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: YK19%20VJA
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VJA%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for YK19%20VJA: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: EK19%20YVS
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520YVS%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for EK19%20YVS: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: EU68%20VXN
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520VXN%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for EU68%20VXN: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: BV67%20ZJY
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520ZJY%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for BV67%20ZJY: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: MA19%20ZXM
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZXM%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for MA19%20ZXM: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: YY67%20LLJ
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY67%2520LLJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for YY67%20LLJ: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: KN71%20EZW
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520EZW%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for KN71%20EZW: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WM68%20UCG
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520UCG%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WM68%20UCG: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: LJ73%20PHC
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520PHC%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for LJ73%20PHC: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: KR71%20ZFN
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZFN%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for KR71%20ZFN: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: DS16%20DSX
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520DSX%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for DS16%20DSX: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: YY66%20KXD
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520KXD%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for YY66%20KXD: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WU67%20EYO
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU67%2520EYO%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WU67%20EYO: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WO24%20NGV
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NGV%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WO24%20NGV: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WV24%20YBE
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YBE%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WV24%20YBE: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WO24%20NKP
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NKP%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WO24%20NKP: 0
2026-03-28 11:36:48 [bca.uk] INFO: Found listing with ID: WM24%20DLV
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM24%2520DLV%27 HTTP/1.1" 200 None
2026-03-28 11:36:48 [bca.uk] INFO: Scrape type for WM24%20DLV: 2
2026-03-28 11:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV
2026-03-28 11:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with scrape type 2
2026-03-28 11:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with scrape type 2
2026-03-28 11:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a, identifier: WM24%20DLV
2026-03-28 11:36:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=138&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=138&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=carbonised+grey HTTP/1.1" 200 None
2026-03-28 11:36:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV
2026-03-28 11:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e4f5e98-47c8-5b91-81d2-d415ebd1958a with identifier: WM24%20DLV to the API
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM24%20DLV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'carbonised grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e4f5e98-47c8-5b91-81d2-d415ebd1958a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM24 DLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM24%20DLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 22242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRR61145',
 'year': 2024}
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM24%2520DLV%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Saving data for WM24%20DLV: {'auction_closing_time': 1774951200.0, 'created_time': 1773931152.337732, 'last_price_update_time': 1774697809.572819}
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM24%2520DLV') HTTP/1.1" 204 0
2026-03-28 11:36:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WR75%20VSD
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520VSD%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WR75%20VSD: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: LO67%20PYG
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO67%2520PYG%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for LO67%20PYG: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WN75%20AZD
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZD%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WN75%20AZD: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WN25%20TKJ
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TKJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WN25%20TKJ: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: EX14%20RVP
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520RVP%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for EX14%20RVP: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: FY15%20CKV
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520CKV%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for FY15%20CKV: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WV75%20TUH
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TUH%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WV75%20TUH: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WN75%20TGE
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGE%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WN75%20TGE: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: BT66%20ZFG
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT66%2520ZFG%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for BT66%20ZFG: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: BG65%20KWH
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520KWH%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for BG65%20KWH: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WV23%20XMZ
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XMZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WV23%20XMZ: 0
2026-03-28 11:36:49 [bca.uk] INFO: Found listing with ID: WN75%20GBY
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GBY%27 HTTP/1.1" 200 None
2026-03-28 11:36:49 [bca.uk] INFO: Scrape type for WN75%20GBY: 2
2026-03-28 11:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY
2026-03-28 11:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89cd3a20-da82-51e5-8dc1-09a9fce32951 with scrape type 2
2026-03-28 11:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89cd3a20-da82-51e5-8dc1-09a9fce32951 with scrape type 2
2026-03-28 11:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89cd3a20-da82-51e5-8dc1-09a9fce32951, identifier: WN75%20GBY
2026-03-28 11:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey+matter HTTP/1.1" 200 None
2026-03-28 11:36:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY
2026-03-28 11:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89cd3a20-da82-51e5-8dc1-09a9fce32951 with identifier: WN75%20GBY to the API
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=137&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20GBY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89cd3a20-da82-51e5-8dc1-09a9fce32951',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 GBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20GBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 10571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 165 L4 H3 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LIMITED',
 'vin': 'WF0EXXTTRESB00597',
 'year': 2025}
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GBY%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Saving data for WN75%20GBY: {'auction_closing_time': 1774864800.0, 'created_time': 1773841344.146044, 'last_price_update_time': 1774697810.482264}
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520GBY') HTTP/1.1" 204 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: WN25%20HKJ
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520HKJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for WN25%20HKJ: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: HN74%20OVS
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OVS%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for HN74%20OVS: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: EU73%20MMK
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520MMK%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for EU73%20MMK: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: GY19%20WHW
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520WHW%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for GY19%20WHW: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: HN72%20EEU
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520EEU%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for HN72%20EEU: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: FN11%20OHJ
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520OHJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for FN11%20OHJ: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: FN17%20FDM
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520FDM%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for FN17%20FDM: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: GU20%20KOJ
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520KOJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for GU20%20KOJ: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: LN63%20UUK
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN63%2520UUK%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for LN63%20UUK: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: YC16%20UWB
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520UWB%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for YC16%20UWB: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: YPDY03354
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YPDY03354%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for YPDY03354: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: MC1242474
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC1242474%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for MC1242474: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: BX19%20WYL
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520WYL%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for BX19%20WYL: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: VF18%20AUL
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF18%2520AUL%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for VF18%20AUL: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: RX13%20VTO
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520VTO%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for RX13%20VTO: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: GK64%20YBE
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520YBE%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for GK64%20YBE: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: BD20%20HWA
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520HWA%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for BD20%20HWA: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: KY64%20OLK
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520OLK%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for KY64%20OLK: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: KU67%20UDL
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520UDL%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for KU67%20UDL: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: GY67%20ZBR
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520ZBR%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for GY67%20ZBR: 0
2026-03-28 11:36:50 [bca.uk] INFO: Found listing with ID: GL22%20ONW
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL22%2520ONW%27 HTTP/1.1" 200 None
2026-03-28 11:36:50 [bca.uk] INFO: Scrape type for GL22%20ONW: 0
2026-03-28 11:36:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=138&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:36:53 [bca.uk] INFO: Total items found: 100
2026-03-28 11:36:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded
2026-03-28 11:36:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:36:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: GK63%20YPD
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520YPD%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for GK63%20YPD: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: GF21%20KPX
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520KPX%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for GF21%20KPX: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: EK69%20OJC
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520OJC%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for EK69%20OJC: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: PN16%20UWR
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN16%2520UWR%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for PN16%20UWR: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: LG64%20KLL
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KLL%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for LG64%20KLL: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: LS63%20RGO
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520RGO%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for LS63%20RGO: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: LV16%20JVF
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520JVF%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for LV16%20JVF: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: MA62%20CKO
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520CKO%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for MA62%20CKO: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: MT62%20HND
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520HND%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for MT62%20HND: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: MW13%20ABU
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520ABU%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for MW13%20ABU: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: ND21%20YOF
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520YOF%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for ND21%20YOF: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: OE74%20FUG
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520FUG%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for OE74%20FUG: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: OY69%20OMO
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520OMO%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for OY69%20OMO: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: PE14%20YWH
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YWH%27 HTTP/1.1" 200 None
2026-03-28 11:36:53 [bca.uk] INFO: Scrape type for PE14%20YWH: 0
2026-03-28 11:36:53 [bca.uk] INFO: Found listing with ID: PF66%20EAM
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520EAM%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for PF66%20EAM: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: PN67%20XGM
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520XGM%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for PN67%20XGM: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: PX67%20ZSU
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520ZSU%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for PX67%20ZSU: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: RJ66%20VZR
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ66%2520VZR%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for RJ66%20VZR: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: RX54%20WJE
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX54%2520WJE%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for RX54%20WJE: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: SV68%20HRJ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520HRJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for SV68%20HRJ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VE66%20ZPC
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE66%2520ZPC%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VE66%20ZPC: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VK18%20AEP
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520AEP%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VK18%20AEP: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VK19%20FNS
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520FNS%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VK19%20FNS: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VK67%20BYF
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520BYF%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VK67%20BYF: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VK67%20HTY
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520HTY%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VK67%20HTY: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VN19%20JWG
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520JWG%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VN19%20JWG: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VO66%20LFY
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520LFY%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VO66%20LFY: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VO70%20VOU
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520VOU%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VO70%20VOU: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: VX71%20CYA
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520CYA%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for VX71%20CYA: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: WP18%20NGU
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520NGU%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for WP18%20NGU: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: YE19%20YTF
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YTF%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for YE19%20YTF: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: YF17%20ABZ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF17%2520ABZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for YF17%20ABZ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: YG20%20ZZT
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520ZZT%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for YG20%20ZZT: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: YH62%20KLP
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520KLP%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for YH62%20KLP: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: YK16%20OLA
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OLA%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for YK16%20OLA: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: YX18%20OEH
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520OEH%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for YX18%20OEH: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: AU67%20ZMZ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU67%2520ZMZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for AU67%20ZMZ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: BG63%20EOM
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520EOM%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for BG63%20EOM: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: BJ72%20AEB
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520AEB%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for BJ72%20AEB: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: BV18%20ZNA
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZNA%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for BV18%20ZNA: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: BV73%20XSL
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV73%2520XSL%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for BV73%20XSL: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: CF16%20NXL
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520NXL%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for CF16%20NXL: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: DF16%20VHJ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520VHJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for DF16%20VHJ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: DL18%20OTR
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520OTR%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for DL18%20OTR: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FL15%20OFK
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520OFK%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FL15%20OFK: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FL66%20FRU
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520FRU%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FL66%20FRU: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FM17%20GYU
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520GYU%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FM17%20GYU: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FT17%20CYW
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520CYW%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FT17%20CYW: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FV17%20BEY
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520BEY%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FV17%20BEY: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FV61%20VCK
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VCK%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FV61%20VCK: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: FV65%20HVW
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520HVW%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for FV65%20HVW: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: GJ17%20ZWP
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520ZWP%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for GJ17%20ZWP: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: HK68%20VMM
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520VMM%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for HK68%20VMM: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: KL19%20CLJ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520CLJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for KL19%20CLJ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: KV20%20XHJ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520XHJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for KV20%20XHJ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: KV65%20WGM
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520WGM%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for KV65%20WGM: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: KX67%20OKP
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520OKP%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for KX67%20OKP: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: ML11%20BDF
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520BDF%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for ML11%20BDF: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: AJ71%20TNO
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520TNO%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for AJ71%20TNO: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: LD23%20MXG
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520MXG%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for LD23%20MXG: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: AF22%20ZPK
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520ZPK%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for AF22%20ZPK: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: LB73%20GJZ
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB73%2520GJZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for LB73%20GJZ: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: Y777%20TTS
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y777%2520TTS%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for Y777%20TTS: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: ML68%20AMK
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520AMK%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for ML68%20AMK: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: BD16%20CMX
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520CMX%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for BD16%20CMX: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: HV17%20XGG
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520XGG%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for HV17%20XGG: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: LL64%20PGX
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL64%2520PGX%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for LL64%20PGX: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: RJ15%20EFO
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520EFO%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for RJ15%20EFO: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: WJ13%20GZV
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520GZV%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for WJ13%20GZV: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: AE18%20OAD
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE18%2520OAD%27 HTTP/1.1" 200 None
2026-03-28 11:36:54 [bca.uk] INFO: Scrape type for AE18%20OAD: 0
2026-03-28 11:36:54 [bca.uk] INFO: Found listing with ID: AY14%20NHT
2026-03-28 11:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520NHT%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AY14%20NHT: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: DU58%20GWM
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU58%2520GWM%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for DU58%20GWM: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: YB09%20YDY
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YDY%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for YB09%20YDY: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: OY62%20XSC
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for OY62%20XSC: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: EA67%20HVH
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520HVH%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for EA67%20HVH: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: BN64%20YAW
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520YAW%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for BN64%20YAW: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: PF60%20CLY
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520CLY%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for PF60%20CLY: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: MV15%20MWW
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520MWW%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for MV15%20MWW: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: RE68%20XKH
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520XKH%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for RE68%20XKH: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: BL64%20OCA
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520OCA%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for BL64%20OCA: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: RA16%20AZG
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520AZG%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for RA16%20AZG: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: AK61%20KFU
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK61%2520KFU%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AK61%20KFU: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: SH61%20BHK
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520BHK%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for SH61%20BHK: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: YC10%20YGA
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC10%2520YGA%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for YC10%20YGA: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: DN59%20RGY
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN59%2520RGY%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for DN59%20RGY: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: SM64%20NZH
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520NZH%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for SM64%20NZH: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: DL66%20HEJ
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520HEJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for DL66%20HEJ: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: VA64%20MUV
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA64%2520MUV%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for VA64%20MUV: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: NA67%20EOF
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA67%2520EOF%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for NA67%20EOF: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: BK72%20PXC
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520PXC%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for BK72%20PXC: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: AF22%20TLZ
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520TLZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AF22%20TLZ: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: SJ21%20DFZ
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for SJ21%20DFZ: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: LB18%20VTG
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520VTG%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for LB18%20VTG: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: AJ74%20GMG
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ74%2520GMG%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AJ74%20GMG: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: AE66%20MFO
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520MFO%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AE66%20MFO: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: AJ18%20OFN
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OFN%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AJ18%20OFN: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: AF19%20KFX
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520KFX%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for AF19%20KFX: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: YF18%20AZL
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520AZL%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for YF18%20AZL: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: LF23%20SPM
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520SPM%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for LF23%20SPM: 0
2026-03-28 11:36:55 [bca.uk] INFO: Found listing with ID: BG69%20BVF
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520BVF%27 HTTP/1.1" 200 None
2026-03-28 11:36:55 [bca.uk] INFO: Scrape type for BG69%20BVF: 0
2026-03-28 11:36:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:55 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:36:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:36:59 [bca.uk] INFO: Total items found: 100
2026-03-28 11:36:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=140&sort=MostRecentlyAdded
2026-03-28 11:36:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:36:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=140&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: DK16%20OSM
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520OSM%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for DK16%20OSM: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: LG23%20YLR
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YLR%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for LG23%20YLR: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: CN67%20UVV
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN67%2520UVV%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for CN67%20UVV: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: LG20%20YMJ
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520YMJ%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for LG20%20YMJ: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: DG18%20ZBP
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520ZBP%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for DG18%20ZBP: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: BH19%20VDA
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520VDA%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for BH19%20VDA: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: VE73%20NKG
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520NKG%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for VE73%20NKG: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: FY26%20VDK
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY26%2520VDK%27 HTTP/1.1" 200 None
2026-03-28 11:36:59 [bca.uk] INFO: Scrape type for FY26%20VDK: 0
2026-03-28 11:36:59 [bca.uk] INFO: Found listing with ID: EJ08%20CHN
2026-03-28 11:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ08%2520CHN%27 HTTP/1.1" 200 None
2026-03-28 11:37:00 [bca.uk] INFO: Scrape type for EJ08%20CHN: 0
2026-03-28 11:37:00 [bca.uk] INFO: Found listing with ID: PO19%20ZRL
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520ZRL%27 HTTP/1.1" 200 None
2026-03-28 11:37:00 [bca.uk] INFO: Scrape type for PO19%20ZRL: 0
2026-03-28 11:37:00 [bca.uk] INFO: Found listing with ID: KS15%20GCO
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS15%2520GCO%27 HTTP/1.1" 200 None
2026-03-28 11:37:00 [bca.uk] INFO: Scrape type for KS15%20GCO: 0
2026-03-28 11:37:00 [bca.uk] INFO: Found listing with ID: KY09%20LBG
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY09%2520LBG%27 HTTP/1.1" 200 None
2026-03-28 11:37:00 [bca.uk] INFO: Scrape type for KY09%20LBG: 0
2026-03-28 11:37:00 [bca.uk] INFO: Found listing with ID: FD22%20JVR
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520JVR%27 HTTP/1.1" 200 None
2026-03-28 11:37:00 [bca.uk] INFO: Scrape type for FD22%20JVR: 2
2026-03-28 11:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR
2026-03-28 11:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61a8365-8d58-5c55-9301-fc57d7476f45 with scrape type 2
2026-03-28 11:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a61a8365-8d58-5c55-9301-fc57d7476f45 with scrape type 2
2026-03-28 11:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a61a8365-8d58-5c55-9301-fc57d7476f45, identifier: FD22%20JVR
2026-03-28 11:37:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=140&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=140&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR
2026-03-28 11:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR
2026-03-28 11:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a61a8365-8d58-5c55-9301-fc57d7476f45 with identifier: FD22%20JVR to the API
2026-03-28 11:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD22%20JVR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a61a8365-8d58-5c55-9301-fc57d7476f45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FD22 JVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD22%20JVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 56799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI PHEV AWD GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI PHEV AWD GT-LINE',
 'vin': 'U5YPX81HSNL036807',
 'year': 2022}
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520JVR%27 HTTP/1.1" 200 None
2026-03-28 11:37:01 [bca.uk] INFO: Saving data for FD22%20JVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774044905.036846, 'last_price_update_time': 1774697821.627004}
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD22%2520JVR') HTTP/1.1" 204 0
2026-03-28 11:37:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:37:01 [bca.uk] INFO: Found listing with ID: SV21%20OGE
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OGE%27 HTTP/1.1" 200 None
2026-03-28 11:37:01 [bca.uk] INFO: Scrape type for SV21%20OGE: 2
2026-03-28 11:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE
2026-03-28 11:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with scrape type 2
2026-03-28 11:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with scrape type 2
2026-03-28 11:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5, identifier: SV21%20OGE
2026-03-28 11:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE
2026-03-28 11:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE
2026-03-28 11:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 242f60f6-eab5-55d3-a1dc-ddc1b3575ee5 with identifier: SV21%20OGE to the API
2026-03-28 11:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV21%20OGE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '242f60f6-eab5-55d3-a1dc-ddc1b3575ee5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV21 OGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV21%20OGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 30360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON S/B 95KWH 55 Q S LINE Coupe',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q S LINE',
 'vin': 'WAUZZZGE3MB020012',
 'year': 2021}
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OGE%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Saving data for SV21%20OGE: {'auction_closing_time': 1774864800.0, 'created_time': 1773908027.041723, 'last_price_update_time': 1774697822.178365}
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV21%2520OGE') HTTP/1.1" 204 0
2026-03-28 11:37:02 [bca.uk] INFO: Found listing with ID: BK72%20UOJ
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520UOJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Scrape type for BK72%20UOJ: 0
2026-03-28 11:37:02 [bca.uk] INFO: Found listing with ID: X154%20YAK
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X154%2520YAK%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Scrape type for X154%20YAK: 0
2026-03-28 11:37:02 [bca.uk] INFO: Found listing with ID: OV74%20EUZ
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520EUZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Scrape type for OV74%20EUZ: 0
2026-03-28 11:37:02 [bca.uk] INFO: Found listing with ID: MF25%20XLB
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLB%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Scrape type for MF25%20XLB: 2
2026-03-28 11:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB
2026-03-28 11:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with scrape type 2
2026-03-28 11:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with scrape type 2
2026-03-28 11:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a, identifier: MF25%20XLB
2026-03-28 11:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB
2026-03-28 11:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB
2026-03-28 11:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ffcebab-ed0f-5879-be9b-be27e0c2a88a with identifier: MF25%20XLB to the API
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XLB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3ffcebab-ed0f-5879-be9b-be27e0c2a88a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XLB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 21963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS8SC422660',
 'year': 2025}
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLB%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Saving data for MF25%20XLB: {'auction_closing_time': 1774864800.0, 'created_time': 1773908033.873909, 'last_price_update_time': 1774697822.659912}
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XLB') HTTP/1.1" 204 0
2026-03-28 11:37:02 [bca.uk] INFO: Found listing with ID: OY75%20UCW
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520UCW%27 HTTP/1.1" 200 None
2026-03-28 11:37:02 [bca.uk] INFO: Scrape type for OY75%20UCW: 2
2026-03-28 11:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW
2026-03-28 11:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52bb8683-a417-5f04-bd32-191835cf2610 with scrape type 2
2026-03-28 11:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52bb8683-a417-5f04-bd32-191835cf2610 with scrape type 2
2026-03-28 11:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52bb8683-a417-5f04-bd32-191835cf2610, identifier: OY75%20UCW
2026-03-28 11:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW
2026-03-28 11:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW
2026-03-28 11:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52bb8683-a417-5f04-bd32-191835cf2610 with identifier: OY75%20UCW to the API
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY75%20UCW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '52bb8683-a417-5f04-bd32-191835cf2610',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY75 UCW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY75%20UCW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'POLESTAR',
 'model': '4',
 'odometer': 6514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 4 400KW 100KWH DM LR PRIME Coupe',
 'transmission': 'automatic',
 'trim': '400KW 100KWH DM LR PRIME',
 'vin': 'YSM4ZPAA9TF434530',
 'year': 2025}
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520UCW%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Saving data for OY75%20UCW: {'auction_closing_time': 1774864800.0, 'created_time': 1774044887.149177, 'last_price_update_time': 1774697823.061492}
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY75%2520UCW') HTTP/1.1" 204 0
2026-03-28 11:37:03 [bca.uk] INFO: Found listing with ID: MA23%20UZO
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UZO%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Scrape type for MA23%20UZO: 2
2026-03-28 11:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO
2026-03-28 11:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df0f7e30-52c1-5111-b034-189c770bba03 with scrape type 2
2026-03-28 11:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df0f7e30-52c1-5111-b034-189c770bba03 with scrape type 2
2026-03-28 11:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df0f7e30-52c1-5111-b034-189c770bba03, identifier: MA23%20UZO
2026-03-28 11:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO
2026-03-28 11:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO
2026-03-28 11:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df0f7e30-52c1-5111-b034-189c770bba03 with identifier: MA23%20UZO to the API
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 26,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20UZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'df0f7e30-52c1-5111-b034-189c770bba03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 UZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20UZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 42389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY6PA078006',
 'year': 2023}
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UZO%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Saving data for MA23%20UZO: {'auction_closing_time': 1774864800.0, 'created_time': 1774044886.557059, 'last_price_update_time': 1774697823.463603}
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520UZO') HTTP/1.1" 204 0
2026-03-28 11:37:03 [bca.uk] INFO: Found listing with ID: OY20%20UVA
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520UVA%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Scrape type for OY20%20UVA: 2
2026-03-28 11:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA
2026-03-28 11:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with scrape type 2
2026-03-28 11:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with scrape type 2
2026-03-28 11:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79, identifier: OY20%20UVA
2026-03-28 11:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA
2026-03-28 11:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA
2026-03-28 11:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b9b144b-c0d0-5612-9fc3-561a0cf43e79 with identifier: OY20%20UVA to the API
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY20%20UVA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b9b144b-c0d0-5612-9fc3-561a0cf43e79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY20 UVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY20%20UVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 74192,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 216D SE STEP Hatchback',
 'transmission': 'automatic',
 'trim': '216D SE STEP',
 'vin': 'WBA6T520707F89034',
 'year': 2020}
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520UVA%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Saving data for OY20%20UVA: {'auction_closing_time': 1774864800.0, 'created_time': 1773908010.630852, 'last_price_update_time': 1774697823.867583}
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY20%2520UVA') HTTP/1.1" 204 0
2026-03-28 11:37:03 [bca.uk] INFO: Found listing with ID: MM69%20OCA
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520OCA%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Scrape type for MM69%20OCA: 0
2026-03-28 11:37:03 [bca.uk] INFO: Found listing with ID: BU22%20YRT
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YRT%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Scrape type for BU22%20YRT: 0
2026-03-28 11:37:03 [bca.uk] INFO: Found listing with ID: LR71%20OXM
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520OXM%27 HTTP/1.1" 200 None
2026-03-28 11:37:03 [bca.uk] INFO: Scrape type for LR71%20OXM: 2
2026-03-28 11:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM
2026-03-28 11:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66cf0ba1-a317-5130-8550-ce66ed79fa87 with scrape type 2
2026-03-28 11:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66cf0ba1-a317-5130-8550-ce66ed79fa87 with scrape type 2
2026-03-28 11:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66cf0ba1-a317-5130-8550-ce66ed79fa87, identifier: LR71%20OXM
2026-03-28 11:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mineral+grey HTTP/1.1" 200 None
2026-03-28 11:37:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM
2026-03-28 11:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66cf0ba1-a317-5130-8550-ce66ed79fa87 with identifier: LR71%20OXM to the API
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=139&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR71%20OXM-GB',
 'category': 'Car',
 'color': 'mineral grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66cf0ba1-a317-5130-8550-ce66ed79fa87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR71 OXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR71%20OXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320I',
 'odometer': 81999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 T SE PRO STEP Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO STEP',
 'vin': 'WBA6K32030FL65057',
 'year': 2021}
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520OXM%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Saving data for LR71%20OXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774044853.465781, 'last_price_update_time': 1774697824.440224}
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR71%2520OXM') HTTP/1.1" 204 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: WA17%20VHW
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520VHW%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for WA17%20VHW: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: YH23%20RSY
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520RSY%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for YH23%20RSY: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: CGZ%202547
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CGZ%25202547%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for CGZ%202547: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: EF63%20JBE
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF63%2520JBE%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for EF63%20JBE: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: RF63%20FCY
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF63%2520FCY%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for RF63%20FCY: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: RJ04%20ODU
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ04%2520ODU%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for RJ04%20ODU: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: CE17%20ZGG
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE17%2520ZGG%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for CE17%20ZGG: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: YA16%20GDK
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520GDK%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for YA16%20GDK: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: VO69%20HUK
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520HUK%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for VO69%20HUK: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: DG22%20XCA
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XCA%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for DG22%20XCA: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: AK22%20FXF
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520FXF%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for AK22%20FXF: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: VE21%20BRF
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BRF%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for VE21%20BRF: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: GJ24%20UFX
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ24%2520UFX%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for GJ24%20UFX: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: BK22%20WBT
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520WBT%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for BK22%20WBT: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: SD69%20UCR
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520UCR%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for SD69%20UCR: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: FG74%20KDZ
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520KDZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for FG74%20KDZ: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: YS22%20GKA
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520GKA%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for YS22%20GKA: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: NU21%20LXK
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520LXK%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for NU21%20LXK: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: LL22%20FNE
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520FNE%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for LL22%20FNE: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: DY20%20PZH
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520PZH%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for DY20%20PZH: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: YK70%20ZSP
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZSP%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for YK70%20ZSP: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: RF68%20KPP
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KPP%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for RF68%20KPP: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: GV72%20FCO
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520FCO%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for GV72%20FCO: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: LF68%20UJS
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UJS%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for LF68%20UJS: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: HK23%20EZB
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520EZB%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for HK23%20EZB: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: LT23%20EHJ
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520EHJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for LT23%20EHJ: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: LA23%20HSG
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA23%2520HSG%27 HTTP/1.1" 200 None
2026-03-28 11:37:04 [bca.uk] INFO: Scrape type for LA23%20HSG: 0
2026-03-28 11:37:04 [bca.uk] INFO: Found listing with ID: LA22%20VMR
2026-03-28 11:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520VMR%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LA22%20VMR: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: FE22%20URW
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520URW%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for FE22%20URW: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DP73%20YRF
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520YRF%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DP73%20YRF: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LF23%20GTW
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520GTW%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LF23%20GTW: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LD23%20THN
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520THN%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LD23%20THN: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LD23%20RYF
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520RYF%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LD23%20RYF: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DY73%20HZB
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520HZB%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DY73%20HZB: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DT23%20UYJ
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT23%2520UYJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DT23%20UYJ: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SA17%20CNK
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520CNK%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SA17%20CNK: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SB68%20NNT
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520NNT%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SB68%20NNT: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: YL19%20XAC
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL19%2520XAC%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for YL19%20XAC: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: KX19%20WAO
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520WAO%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for KX19%20WAO: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DV68%20SXT
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520SXT%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DV68%20SXT: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: HY68%20NBM
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY68%2520NBM%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for HY68%20NBM: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DX23%20TRZ
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TRZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DX23%20TRZ: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: GD23%20TVP
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520TVP%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for GD23%20TVP: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: KP68%20UZX
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP68%2520UZX%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for KP68%20UZX: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: FE23%20WWJ
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WWJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for FE23%20WWJ: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SG23%20PCX
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520PCX%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SG23%20PCX: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SL22%20FZN
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SL22%20FZN: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DT69%20XNC
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT69%2520XNC%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DT69%20XNC: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: RX23%20KBY
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX23%2520KBY%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for RX23%20KBY: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SE19%20DHC
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520DHC%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SE19%20DHC: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SN20%20WGJ
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520WGJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SN20%20WGJ: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: RF22%20TJU
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF22%2520TJU%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for RF22%20TJU: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DK72%20MGO
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MGO%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DK72%20MGO: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: RY73%20PHF
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520PHF%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for RY73%20PHF: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: YF68%20TOA
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520TOA%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for YF68%20TOA: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LF18%20KPE
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520KPE%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LF18%20KPE: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: VO18%20XCJ
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520XCJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for VO18%20XCJ: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: GF71%20RYH
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520RYH%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for GF71%20RYH: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: AX19%20RXA
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520RXA%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for AX19%20RXA: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: DL73%20OXJ
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for DL73%20OXJ: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LS60%20FTN
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FTN%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LS60%20FTN: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: M666%20MOG
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M666%2520MOG%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for M666%20MOG: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: WO72%20OTD
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520OTD%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for WO72%20OTD: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SW62%20CWT
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW62%2520CWT%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SW62%20CWT: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: WK14%20XXV
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520XXV%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for WK14%20XXV: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: FV15%20ZYO
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520ZYO%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for FV15%20ZYO: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: CLZ%20987
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CLZ%2520987%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for CLZ%20987: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LD61%20KWR
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD61%2520KWR%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LD61%20KWR: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: YH21%20LPO
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LPO%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for YH21%20LPO: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: SH22%20LHV
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH22%2520LHV%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for SH22%20LHV: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: PN24%20UFH
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN24%2520UFH%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for PN24%20UFH: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: NL23%20KYC
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520KYC%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for NL23%20KYC: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: MA23%20DHG
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DHG%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for MA23%20DHG: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LS72%20YXL
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXL%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LS72%20YXL: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LS72%20YXG
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXG%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LS72%20YXG: 0
2026-03-28 11:37:05 [bca.uk] INFO: Found listing with ID: LO72%20ACF
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACF%27 HTTP/1.1" 200 None
2026-03-28 11:37:05 [bca.uk] INFO: Scrape type for LO72%20ACF: 0
2026-03-28 11:37:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=140&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:37:08 [bca.uk] INFO: Total items found: 100
2026-03-28 11:37:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded
2026-03-28 11:37:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:37:08 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BT25%20KMY
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT25%2520KMY%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BT25%20KMY: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BW25%20HZB
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW25%2520HZB%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BW25%20HZB: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: CX21%20WDC
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX21%2520WDC%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for CX21%20WDC: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: DS17%20YLA
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS17%2520YLA%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for DS17%20YLA: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: SN65%20HPB
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520HPB%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for SN65%20HPB: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WM17%20XRD
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XRD%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WM17%20XRD: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: MW74%20VTE
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520VTE%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for MW74%20VTE: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: LG20%20FYR
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520FYR%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for LG20%20FYR: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BF16%20ZYN
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520ZYN%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BF16%20ZYN: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: SD72%20MDZ
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520MDZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for SD72%20MDZ: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WO72%20JYX
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520JYX%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WO72%20JYX: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: ME73%20DVC
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520DVC%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for ME73%20DVC: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: YP72%20JHJ
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520JHJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for YP72%20JHJ: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: DK65%20UKV
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520UKV%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for DK65%20UKV: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: PY16%20UKT
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520UKT%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for PY16%20UKT: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: SE63%20BOV
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE63%2520BOV%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for SE63%20BOV: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: SH67%20OEY
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520OEY%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for SH67%20OEY: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: GK16%20VXP
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520VXP%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for GK16%20VXP: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: KU16%20LSJ
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520LSJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for KU16%20LSJ: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: ML66%20PCO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520PCO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for ML66%20PCO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: YH12%20UTA
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH12%2520UTA%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for YH12%20UTA: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: SJ70%20WZR
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520WZR%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for SJ70%20WZR: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: LL17%20PGF
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520PGF%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for LL17%20PGF: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: AJ15%20URR
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520URR%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for AJ15%20URR: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BJ70%20LWK
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520LWK%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BJ70%20LWK: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: YR17%20KCE
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KCE%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for YR17%20KCE: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BT62%20CNA
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520CNA%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BT62%20CNA: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: AF14%20FOA
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520FOA%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for AF14%20FOA: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BC18%20EJO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EJO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BC18%20EJO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: DG64%20SUY
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SUY%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for DG64%20SUY: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: DK63%20YUC
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520YUC%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for DK63%20YUC: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: KN15%20JAU
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520JAU%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for KN15%20JAU: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: KU13%20XXY
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520XXY%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for KU13%20XXY: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN75%20AZV
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZV%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN75%20AZV: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: FH25%20ZGA
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for FH25%20ZGA: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WV24%20YAO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YAO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WV24%20YAO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WO24%20NHH
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NHH%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WO24%20NHH: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN24%20ZRF
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZRF%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN24%20ZRF: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: DA24%20XFE
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520XFE%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for DA24%20XFE: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: YN25%20NBO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN25%2520NBO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for YN25%20NBO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WR73%20NUC
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUC%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WR73%20NUC: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: BV75%20ONR
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV75%2520ONR%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for BV75%20ONR: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: FG72%20LUZ
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LUZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for FG72%20LUZ: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WP24%20EBU
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EBU%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WP24%20EBU: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN73%20DJO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520DJO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN73%20DJO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN75%20TGO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN75%20TGO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WR75%20UPE
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UPE%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WR75%20UPE: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN75%20CWF
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CWF%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN75%20CWF: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN75%20GVO
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GVO%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN75%20GVO: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: HV74%20XZL
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520XZL%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for HV74%20XZL: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: HV24%20MXB
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520MXB%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for HV24%20MXB: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WN75%20AZT
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZT%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WN75%20AZT: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: WV75%20TVX
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TVX%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for WV75%20TVX: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: YGZ%202961
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for YGZ%202961: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: VO70%20HMG
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for VO70%20HMG: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: SY72%20UYF
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520UYF%27 HTTP/1.1" 200 None
2026-03-28 11:37:08 [bca.uk] INFO: Scrape type for SY72%20UYF: 0
2026-03-28 11:37:08 [bca.uk] INFO: Found listing with ID: PK23%20EKM
2026-03-28 11:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for PK23%20EKM: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: NA23%20MTZ
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for NA23%20MTZ: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: LT74%20PVV
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520PVV%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for LT74%20PVV: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: DG72%20VTM
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for DG72%20VTM: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: BF74%20XYK
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF74%2520XYK%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for BF74%20XYK: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YC25%20EKK
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520EKK%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YC25%20EKK: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YC25%20OMX
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMX%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YC25%20OMX: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YG74%20OHZ
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YG74%20OHZ: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YB25%20FHF
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520FHF%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YB25%20FHF: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YC25%20WFR
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WFR%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YC25%20WFR: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YC25%20OGS
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OGS%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YC25%20OGS: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YB25%20PGX
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520PGX%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YB25%20PGX: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YC25%20OMF
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YC25%20OMF: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YG74%20OTR
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OTR%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YG74%20OTR: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YG74%20OCH
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCH%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YG74%20OCH: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YG74%20OCF
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCF%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YG74%20OCF: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YC25%20VKT
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VKT%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YC25%20VKT: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YG74%20OHX
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHX%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YG74%20OHX: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: YG74%20OSO
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSO%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for YG74%20OSO: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: EF69%20RXB
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520RXB%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for EF69%20RXB: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: DU67%20GCO
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520GCO%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for DU67%20GCO: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: FL70%20WVT
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520WVT%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for FL70%20WVT: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: GM22%20AVJ
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM22%2520AVJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for GM22%20AVJ: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: LG66%20XRN
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520XRN%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for LG66%20XRN: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: LJ67%20XFS
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ67%2520XFS%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for LJ67%20XFS: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: LN64%20FAM
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520FAM%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for LN64%20FAM: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: NG13%20HBL
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520HBL%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for NG13%20HBL: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: RE15%20AUY
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE15%2520AUY%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for RE15%20AUY: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: RF13%20JJO
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF13%2520JJO%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for RF13%20JJO: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: RO17%20XFT
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520XFT%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for RO17%20XFT: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: SB67%20TOU
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB67%2520TOU%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for SB67%20TOU: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: AE18%20NYH
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE18%2520NYH%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for AE18%20NYH: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: CP18%20JVC
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520JVC%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for CP18%20JVC: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: LH16%20CGY
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH16%2520CGY%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for LH16%20CGY: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: MA17%20HXJ
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520HXJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for MA17%20HXJ: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: NX68%20WTA
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520WTA%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for NX68%20WTA: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: SS16%20MFY
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SS16%2520MFY%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for SS16%20MFY: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: VN18%20NPO
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520NPO%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for VN18%20NPO: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: CV11%20YVH
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520YVH%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for CV11%20YVH: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: LO64%20UBA
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520UBA%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for LO64%20UBA: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: OE16%20HTK
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520HTK%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for OE16%20HTK: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: FE69%20YPM
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520YPM%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for FE69%20YPM: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: JO54%20JAV
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JO54%2520JAV%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for JO54%20JAV: 0
2026-03-28 11:37:09 [bca.uk] INFO: Found listing with ID: BF16%20HHD
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HHD%27 HTTP/1.1" 200 None
2026-03-28 11:37:09 [bca.uk] INFO: Scrape type for BF16%20HHD: 0
2026-03-28 11:37:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:37:10 [scrapy.extensions.logstats] INFO: Crawled 327 pages (at 6 pages/min), scraped 1504 items (at 16 items/min)
2026-03-28 11:37:10 [scrapy.extensions.memusage] INFO: Peak memory usage is 205MiB
2026-03-28 11:37:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:37:12 [bca.uk] INFO: Total items found: 100
2026-03-28 11:37:12 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded
2026-03-28 11:37:12 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:37:12 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: K24%20ORD
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K24%2520ORD%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for K24%20ORD: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: SV25%20POF
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV25%2520POF%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for SV25%20POF: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: WN22%20FMA
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520FMA%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for WN22%20FMA: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: FN70%20FYZ
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520FYZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for FN70%20FYZ: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: YH22%20XPW
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XPW%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for YH22%20XPW: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: HG24%20XVW
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG24%2520XVW%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for HG24%20XVW: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: GY20%20AOZ
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520AOZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for GY20%20AOZ: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: KR62%20AOY
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520AOY%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for KR62%20AOY: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: RE23%20UTR
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520UTR%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for RE23%20UTR: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: LA72%20TCV
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520TCV%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for LA72%20TCV: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: LD24%20ZZR
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD24%2520ZZR%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for LD24%20ZZR: 0
2026-03-28 11:37:12 [bca.uk] INFO: Found listing with ID: EJ16%20DFA
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520DFA%27 HTTP/1.1" 200 None
2026-03-28 11:37:12 [bca.uk] INFO: Scrape type for EJ16%20DFA: 2
2026-03-28 11:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA
2026-03-28 11:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30b80dbb-de43-5b6c-a9d1-de2848868a25 with scrape type 2
2026-03-28 11:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30b80dbb-de43-5b6c-a9d1-de2848868a25 with scrape type 2
2026-03-28 11:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30b80dbb-de43-5b6c-a9d1-de2848868a25, identifier: EJ16%20DFA
2026-03-28 11:37:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA
2026-03-28 11:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA
2026-03-28 11:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30b80dbb-de43-5b6c-a9d1-de2848868a25 with identifier: EJ16%20DFA to the API
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ16%20DFA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '30b80dbb-de43-5b6c-a9d1-de2848868a25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ16 DFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ16%20DFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200 D',
 'odometer': 88702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 D 2.1 AMG LINE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDC1569082J266438',
 'year': 2016}
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520DFA%27 HTTP/1.1" 200 None
2026-03-28 11:37:13 [bca.uk] INFO: Saving data for EJ16%20DFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774339318.962015, 'last_price_update_time': 1774697833.542619}
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ16%2520DFA') HTTP/1.1" 204 0
2026-03-28 11:37:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:37:13 [bca.uk] INFO: Found listing with ID: OV69%20JZP
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520JZP%27 HTTP/1.1" 200 None
2026-03-28 11:37:13 [bca.uk] INFO: Scrape type for OV69%20JZP: 2
2026-03-28 11:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP
2026-03-28 11:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1a84b3f-ff10-58b3-8839-be2ef114f96c with scrape type 2
2026-03-28 11:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1a84b3f-ff10-58b3-8839-be2ef114f96c with scrape type 2
2026-03-28 11:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1a84b3f-ff10-58b3-8839-be2ef114f96c, identifier: OV69%20JZP
2026-03-28 11:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP
2026-03-28 11:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP
2026-03-28 11:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1a84b3f-ff10-58b3-8839-be2ef114f96c with identifier: OV69%20JZP to the API
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20JZP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f1a84b3f-ff10-58b3-8839-be2ef114f96c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV69 JZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20JZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': 'RIFTER',
 'odometer': 84002,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT RIFTER 1.5 BLUEHDI 100 ALLURE (7S) MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ALLURE (7S)',
 'vin': 'VR3ECYHYCKJ651029',
 'year': 2019}
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520JZP%27 HTTP/1.1" 200 None
2026-03-28 11:37:14 [bca.uk] INFO: Saving data for OV69%20JZP: {'auction_closing_time': 1774951200.0, 'created_time': 1774339311.264516, 'last_price_update_time': 1774697834.075703}
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520JZP') HTTP/1.1" 204 0
2026-03-28 11:37:14 [bca.uk] INFO: Found listing with ID: RK72%20ONP
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520ONP%27 HTTP/1.1" 200 None
2026-03-28 11:37:14 [bca.uk] INFO: Scrape type for RK72%20ONP: 2
2026-03-28 11:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP
2026-03-28 11:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e47f376e-9d60-5219-ae74-a0fdd1270f1f with scrape type 2
2026-03-28 11:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e47f376e-9d60-5219-ae74-a0fdd1270f1f with scrape type 2
2026-03-28 11:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e47f376e-9d60-5219-ae74-a0fdd1270f1f, identifier: RK72%20ONP
2026-03-28 11:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=decuma+grey HTTP/1.1" 200 None
2026-03-28 11:37:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP
2026-03-28 11:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e47f376e-9d60-5219-ae74-a0fdd1270f1f with identifier: RK72%20ONP to the API
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK72%20ONP-GB',
 'category': 'Car',
 'color': 'decuma grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e47f376e-9d60-5219-ae74-a0fdd1270f1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK72 ONP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK72%20ONP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 18979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID AWD EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID AWD EXCEL',
 'vin': 'JTDKCACB60A028527',
 'year': 2023}
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520ONP%27 HTTP/1.1" 200 None
2026-03-28 11:37:14 [bca.uk] INFO: Saving data for RK72%20ONP: {'auction_closing_time': 1774951200.0, 'created_time': 1774339316.759758, 'last_price_update_time': 1774697834.616704}
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK72%2520ONP') HTTP/1.1" 204 0
2026-03-28 11:37:14 [bca.uk] INFO: Found listing with ID: FM19%20EAC
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520EAC%27 HTTP/1.1" 200 None
2026-03-28 11:37:14 [bca.uk] INFO: Scrape type for FM19%20EAC: 2
2026-03-28 11:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC
2026-03-28 11:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3533073-082d-5f1e-b9e9-db0bd8d18198 with scrape type 2
2026-03-28 11:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3533073-082d-5f1e-b9e9-db0bd8d18198 with scrape type 2
2026-03-28 11:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3533073-082d-5f1e-b9e9-db0bd8d18198, identifier: FM19%20EAC
2026-03-28 11:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC
2026-03-28 11:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC
2026-03-28 11:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3533073-082d-5f1e-b9e9-db0bd8d18198 with identifier: FM19%20EAC to the API
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM19%20EAC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3533073-082d-5f1e-b9e9-db0bd8d18198',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM19 EAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM19%20EAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 72463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 177 2WD PREMIUM SE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 177 2WD PREMIUM SE DCT',
 'vin': 'TMAJ3812VLJ898624',
 'year': 2019}
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520EAC%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Saving data for FM19%20EAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774339310.697272, 'last_price_update_time': 1774697835.008788}
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM19%2520EAC') HTTP/1.1" 204 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: VX68%20WDV
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520WDV%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for VX68%20WDV: 2
2026-03-28 11:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV
2026-03-28 11:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with scrape type 2
2026-03-28 11:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with scrape type 2
2026-03-28 11:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7, identifier: VX68%20WDV
2026-03-28 11:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV
2026-03-28 11:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV
2026-03-28 11:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6014da0e-e1aa-5a71-81ac-5b84381dc9f7 with identifier: VX68%20WDV to the API
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX68%20WDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6014da0e-e1aa-5a71-81ac-5b84381dc9f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX68 WDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX68%20WDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 56513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE',
 'vin': 'SALVA2AN2KH333032',
 'year': 2018}
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520WDV%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Saving data for VX68%20WDV: {'auction_closing_time': 1774951200.0, 'created_time': 1774339318.073214, 'last_price_update_time': 1774697835.43222}
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX68%2520WDV') HTTP/1.1" 204 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: VX56%20NEO
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX56%2520NEO%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for VX56%20NEO: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: LF02%20GMO
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF02%2520GMO%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for LF02%20GMO: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: WK63%20YGM
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK63%2520YGM%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for WK63%20YGM: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: CK16%20TBU
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK16%2520TBU%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for CK16%20TBU: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: HN17%20CUG
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520CUG%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for HN17%20CUG: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: VO15%20MXA
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO15%2520MXA%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for VO15%20MXA: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: FV13%20UUE
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV13%2520UUE%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for FV13%20UUE: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: OY64%20VXD
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520VXD%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for OY64%20VXD: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: AU64%20VXP
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU64%2520VXP%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for AU64%20VXP: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SH53%20EDZ
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH53%2520EDZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SH53%20EDZ: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: MF59%20EPL
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF59%2520EPL%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for MF59%20EPL: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: RS05%20GAL
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RS05%2520GAL%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for RS05%20GAL: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: DL65%20CWY
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520CWY%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for DL65%20CWY: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: MW64%20JVU
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW64%2520JVU%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for MW64%20JVU: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: RE18%20ZRA
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520ZRA%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for RE18%20ZRA: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: A5%20BPN
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520BPN%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for A5%20BPN: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SW69%20JXZ
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520JXZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SW69%20JXZ: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: KX23%20OZT
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX23%2520OZT%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for KX23%20OZT: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: PK21%20KZG
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520KZG%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for PK21%20KZG: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: LV21%20XYO
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520XYO%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for LV21%20XYO: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SM21%20DVC
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DVC%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SM21%20DVC: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SM21%20EBP
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520EBP%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SM21%20EBP: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SO21%20GXX
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SO21%20GXX: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SO21%20GYG
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SO21%20GYG: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SO21%20GZH
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZH%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for SO21%20GZH: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: YA22%20NZR
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520NZR%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for YA22%20NZR: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: DE71%20XWR
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520XWR%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for DE71%20XWR: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: YR22%20LVP
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVP%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for YR22%20LVP: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: MD21%20FME
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520FME%27 HTTP/1.1" 200 None
2026-03-28 11:37:15 [bca.uk] INFO: Scrape type for MD21%20FME: 0
2026-03-28 11:37:15 [bca.uk] INFO: Found listing with ID: SO21%20PVX
2026-03-28 11:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for SO21%20PVX: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: VK21%20YJR
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YJR%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for VK21%20YJR: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: OE23%20WTL
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520WTL%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for OE23%20WTL: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: EF22%20VUA
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520VUA%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for EF22%20VUA: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: LM21%20ZPF
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for LM21%20ZPF: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: GJ67%20PXZ
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520PXZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for GJ67%20PXZ: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: HT21%20ATV
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520ATV%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for HT21%20ATV: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: OY20%20POV
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520POV%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for OY20%20POV: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: WP22%20BHW
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520BHW%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for WP22%20BHW: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: RE70%20FXU
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXU%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for RE70%20FXU: 2
2026-03-28 11:37:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU
2026-03-28 11:37:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with scrape type 2
2026-03-28 11:37:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with scrape type 2
2026-03-28 11:37:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5, identifier: RE70%20FXU
2026-03-28 11:37:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU
2026-03-28 11:37:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU
2026-03-28 11:37:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19f9bbfb-eadc-52eb-9937-2c300d87c6e5 with identifier: RE70%20FXU to the API
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE70%20FXU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19f9bbfb-eadc-52eb-9937-2c300d87c6e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE70 FXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE70%20FXU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 63605,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6600,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 150 LM BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 LM BUSINESS',
 'vin': 'VF1MA000366316298',
 'year': 2021}
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXU%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Saving data for RE70%20FXU: {'auction_closing_time': 1774854000.0, 'created_time': 1773832045.639083, 'last_price_update_time': 1774697836.646883}
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520FXU') HTTP/1.1" 204 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: YS18%20ZFV
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520ZFV%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for YS18%20ZFV: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: LF67%20WRA
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520WRA%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for LF67%20WRA: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: KV73%20WZJ
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for KV73%20WZJ: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: KV73%20WZC
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZC%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for KV73%20WZC: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: KV73%20WYR
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYR%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for KV73%20WYR: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: EA72%20FHZ
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520FHZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for EA72%20FHZ: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: EA18%20HKY
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520HKY%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for EA18%20HKY: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: CN69%20WYF
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN69%2520WYF%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for CN69%20WYF: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: AF73%20LNU
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNU%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for AF73%20LNU: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: AF23%20LDU
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520LDU%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for AF23%20LDU: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: AD72%20CAU
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520CAU%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for AD72%20CAU: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: AJ09%20OHS
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ09%2520OHS%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for AJ09%20OHS: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: EX20%20NLR
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520NLR%27 HTTP/1.1" 200 None
2026-03-28 11:37:16 [bca.uk] INFO: Scrape type for EX20%20NLR: 0
2026-03-28 11:37:16 [bca.uk] INFO: Found listing with ID: VO70%20MEU
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520MEU%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for VO70%20MEU: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: AF73%20LOA
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOA%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for AF73%20LOA: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: KV73%20WYY
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYY%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for KV73%20WYY: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: KV73%20XAB
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAB%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for KV73%20XAB: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: AF73%20LNE
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNE%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for AF73%20LNE: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: AF73%20LOD
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOD%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for AF73%20LOD: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: EX23%20WFG
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520WFG%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for EX23%20WFG: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: KV73%20XAG
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAG%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for KV73%20XAG: 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: FP72%20XLF
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for FP72%20XLF: 2
2026-03-28 11:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF
2026-03-28 11:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f04092c-0df8-5428-b68d-38cc6bf22a6f with scrape type 2
2026-03-28 11:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f04092c-0df8-5428-b68d-38cc6bf22a6f with scrape type 2
2026-03-28 11:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f04092c-0df8-5428-b68d-38cc6bf22a6f, identifier: FP72%20XLF
2026-03-28 11:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF
2026-03-28 11:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF
2026-03-28 11:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f04092c-0df8-5428-b68d-38cc6bf22a6f with identifier: FP72%20XLF to the API
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP72%20XLF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f04092c-0df8-5428-b68d-38cc6bf22a6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP72 XLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP72%20XLF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 36835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 130 SL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL BUSINESS+',
 'vin': 'VF1FL000569423628',
 'year': 2022}
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XLF%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Saving data for FP72%20XLF: {'auction_closing_time': 1774854000.0, 'created_time': 1773832606.355168, 'last_price_update_time': 1774697837.642486}
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP72%2520XLF') HTTP/1.1" 204 0
2026-03-28 11:37:17 [bca.uk] INFO: Found listing with ID: AK71%20VDY
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520VDY%27 HTTP/1.1" 200 None
2026-03-28 11:37:17 [bca.uk] INFO: Scrape type for AK71%20VDY: 2
2026-03-28 11:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY
2026-03-28 11:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with scrape type 2
2026-03-28 11:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with scrape type 2
2026-03-28 11:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67eebf90-b718-5ed2-ba3b-bc858f0466e9, identifier: AK71%20VDY
2026-03-28 11:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY
2026-03-28 11:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY
2026-03-28 11:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67eebf90-b718-5ed2-ba3b-bc858f0466e9 with identifier: AK71%20VDY to the API
2026-03-28 11:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK71%20VDY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '67eebf90-b718-5ed2-ba3b-bc858f0466e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK71 VDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK71%20VDY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 63258,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 PHEV-4 300 GT PREMIUM E-EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV-4 300 GT PREMIUM E-EAT8',
 'vin': 'VF3M45GBUMS224555',
 'year': 2021}
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520VDY%27 HTTP/1.1" 200 None
2026-03-28 11:37:18 [bca.uk] INFO: Saving data for AK71%20VDY: {'auction_closing_time': 1774854000.0, 'created_time': 1773929139.73647, 'last_price_update_time': 1774697838.158369}
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK71%2520VDY') HTTP/1.1" 204 0
2026-03-28 11:37:18 [bca.uk] INFO: Found listing with ID: AY71%20JJV
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520JJV%27 HTTP/1.1" 200 None
2026-03-28 11:37:18 [bca.uk] INFO: Scrape type for AY71%20JJV: 2
2026-03-28 11:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV
2026-03-28 11:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e4b18a-014e-5a50-86b3-3af5a2d779ea with scrape type 2
2026-03-28 11:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e4b18a-014e-5a50-86b3-3af5a2d779ea with scrape type 2
2026-03-28 11:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97e4b18a-014e-5a50-86b3-3af5a2d779ea, identifier: AY71%20JJV
2026-03-28 11:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV
2026-03-28 11:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV
2026-03-28 11:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97e4b18a-014e-5a50-86b3-3af5a2d779ea with identifier: AY71%20JJV to the API
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY71%20JJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '97e4b18a-014e-5a50-86b3-3af5a2d779ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AY71 JJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY71%20JJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 99989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 198KW 68KWH AWD STANDARD RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '198KW 68KWH AWD STANDARD RANGE',
 'vin': 'WF0TR3SS6MMA39418',
 'year': 2021}
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520JJV%27 HTTP/1.1" 200 None
2026-03-28 11:37:18 [bca.uk] INFO: Saving data for AY71%20JJV: {'auction_closing_time': 1774854000.0, 'created_time': 1773841092.843281, 'last_price_update_time': 1774697838.599582}
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY71%2520JJV') HTTP/1.1" 204 0
2026-03-28 11:37:18 [bca.uk] INFO: Found listing with ID: BF23%20AUP
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AUP%27 HTTP/1.1" 200 None
2026-03-28 11:37:18 [bca.uk] INFO: Scrape type for BF23%20AUP: 2
2026-03-28 11:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP
2026-03-28 11:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with scrape type 2
2026-03-28 11:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with scrape type 2
2026-03-28 11:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c26a0ade-4e0e-5dcd-804a-9a45cc690c96, identifier: BF23%20AUP
2026-03-28 11:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP
2026-03-28 11:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP
2026-03-28 11:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c26a0ade-4e0e-5dcd-804a-9a45cc690c96 with identifier: BF23%20AUP to the API
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF23%20AUP-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c26a0ade-4e0e-5dcd-804a-9a45cc690c96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF23 AUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF23%20AUP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 13214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 3 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 3',
 'vin': 'KNACR811UP5033222',
 'year': 2023}
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AUP%27 HTTP/1.1" 200 None
2026-03-28 11:37:19 [bca.uk] INFO: Saving data for BF23%20AUP: {'auction_closing_time': 1774854000.0, 'created_time': 1773929281.890019, 'last_price_update_time': 1774697839.024745}
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF23%2520AUP') HTTP/1.1" 204 0
2026-03-28 11:37:19 [bca.uk] INFO: Found listing with ID: BK22%20EVX
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520EVX%27 HTTP/1.1" 200 None
2026-03-28 11:37:19 [bca.uk] INFO: Scrape type for BK22%20EVX: 2
2026-03-28 11:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX
2026-03-28 11:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with scrape type 2
2026-03-28 11:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with scrape type 2
2026-03-28 11:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698, identifier: BK22%20EVX
2026-03-28 11:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX
2026-03-28 11:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX
2026-03-28 11:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b4f5805-b7cf-58de-bff6-5a9c3eb0d698 with identifier: BK22%20EVX to the API
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20EVX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '1b4f5805-b7cf-58de-bff6-5a9c3eb0d698',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 EVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20EVX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 76744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ1NP026920',
 'year': 2022}
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520EVX%27 HTTP/1.1" 200 None
2026-03-28 11:37:19 [bca.uk] INFO: Saving data for BK22%20EVX: {'auction_closing_time': 1774854000.0, 'created_time': 1773929257.493166, 'last_price_update_time': 1774697839.455076}
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520EVX') HTTP/1.1" 204 0
2026-03-28 11:37:19 [bca.uk] INFO: Found listing with ID: DF73%20YFR
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:37:19 [bca.uk] INFO: Scrape type for DF73%20YFR: 2
2026-03-28 11:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR
2026-03-28 11:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e8f1c54-fc5c-578a-a119-1642ea070d1f with scrape type 2
2026-03-28 11:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e8f1c54-fc5c-578a-a119-1642ea070d1f with scrape type 2
2026-03-28 11:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e8f1c54-fc5c-578a-a119-1642ea070d1f, identifier: DF73%20YFR
2026-03-28 11:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR
2026-03-28 11:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR
2026-03-28 11:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e8f1c54-fc5c-578a-a119-1642ea070d1f with identifier: DF73%20YFR to the API
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF73%20YFR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '0e8f1c54-fc5c-578a-a119-1642ea070d1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF73 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF73%20YFR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 18659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 195KW 82KWH 80X SPORTLINE PLUS Coupe',
 'transmission': 'automatic',
 'trim': '195KW 82KWH 80X SPORTLINE PLUS',
 'vin': 'TMBHE9NY8PF095843',
 'year': 2023}
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:37:19 [bca.uk] INFO: Saving data for DF73%20YFR: {'auction_closing_time': 1774854000.0, 'created_time': 1773909343.298167, 'last_price_update_time': 1774697839.876848}
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF73%2520YFR') HTTP/1.1" 204 0
2026-03-28 11:37:19 [bca.uk] INFO: Found listing with ID: DS21%20VCN
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520VCN%27 HTTP/1.1" 200 None
2026-03-28 11:37:19 [bca.uk] INFO: Scrape type for DS21%20VCN: 2
2026-03-28 11:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN
2026-03-28 11:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with scrape type 2
2026-03-28 11:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with scrape type 2
2026-03-28 11:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42, identifier: DS21%20VCN
2026-03-28 11:37:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN
2026-03-28 11:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN
2026-03-28 11:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42 with identifier: DS21%20VCN to the API
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20VCN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fbc461a5-4ca9-5ddc-b40a-ad6e2d849c42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS21 VCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20VCN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '330E',
 'odometer': 110420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52020FK99884',
 'year': 2021}
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520VCN%27 HTTP/1.1" 200 None
2026-03-28 11:37:20 [bca.uk] INFO: Saving data for DS21%20VCN: {'auction_closing_time': 1774854000.0, 'created_time': 1773929002.974561, 'last_price_update_time': 1774697840.80208}
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520VCN') HTTP/1.1" 204 0
2026-03-28 11:37:20 [bca.uk] INFO: Found listing with ID: DX22%20XUT
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520XUT%27 HTTP/1.1" 200 None
2026-03-28 11:37:20 [bca.uk] INFO: Scrape type for DX22%20XUT: 2
2026-03-28 11:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT
2026-03-28 11:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with scrape type 2
2026-03-28 11:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with scrape type 2
2026-03-28 11:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba79736b-5e5c-5d16-94ea-08d2fd6996c7, identifier: DX22%20XUT
2026-03-28 11:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT
2026-03-28 11:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT
2026-03-28 11:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba79736b-5e5c-5d16-94ea-08d2fd6996c7 with identifier: DX22%20XUT to the API
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX22%20XUT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ba79736b-5e5c-5d16-94ea-08d2fd6996c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX22 XUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX22%20XUT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 17392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7900,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0158142',
 'year': 2022}
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520XUT%27 HTTP/1.1" 200 None
2026-03-28 11:37:21 [bca.uk] INFO: Saving data for DX22%20XUT: {'auction_closing_time': 1774854000.0, 'created_time': 1773929285.125286, 'last_price_update_time': 1774697841.327819}
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX22%2520XUT') HTTP/1.1" 204 0
2026-03-28 11:37:21 [bca.uk] INFO: Found listing with ID: EK73%20YTH
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK73%2520YTH%27 HTTP/1.1" 200 None
2026-03-28 11:37:21 [bca.uk] INFO: Scrape type for EK73%20YTH: 2
2026-03-28 11:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH
2026-03-28 11:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with scrape type 2
2026-03-28 11:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with scrape type 2
2026-03-28 11:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757, identifier: EK73%20YTH
2026-03-28 11:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH
2026-03-28 11:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH
2026-03-28 11:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f6ef3cb-6471-5775-9ca8-772d7e8f4757 with identifier: EK73%20YTH to the API
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK73%20YTH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '9f6ef3cb-6471-5775-9ca8-772d7e8f4757',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EK73 YTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK73%20YTH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 10327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 2',
 'vin': 'KNACP811UR5086002',
 'year': 2023}
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK73%2520YTH%27 HTTP/1.1" 200 None
2026-03-28 11:37:21 [bca.uk] INFO: Saving data for EK73%20YTH: {'auction_closing_time': 1774854000.0, 'created_time': 1773929291.994064, 'last_price_update_time': 1774697841.866137}
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK73%2520YTH') HTTP/1.1" 204 0
2026-03-28 11:37:21 [bca.uk] INFO: Found listing with ID: GL72%20UWA
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:37:21 [bca.uk] INFO: Scrape type for GL72%20UWA: 2
2026-03-28 11:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA
2026-03-28 11:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08982800-a730-52c3-b99b-7bb3bf927b7a with scrape type 2
2026-03-28 11:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08982800-a730-52c3-b99b-7bb3bf927b7a with scrape type 2
2026-03-28 11:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08982800-a730-52c3-b99b-7bb3bf927b7a, identifier: GL72%20UWA
2026-03-28 11:37:22 [bca.uk] INFO: Total items found: 100
2026-03-28 11:37:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=143&sort=MostRecentlyAdded
2026-03-28 11:37:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:37:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=143&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA
2026-03-28 11:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA
2026-03-28 11:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08982800-a730-52c3-b99b-7bb3bf927b7a with identifier: GL72%20UWA to the API
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20UWA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '08982800-a730-52c3-b99b-7bb3bf927b7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 UWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20UWA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 53544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16400,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS3PC587984',
 'year': 2022}
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UWA%27 HTTP/1.1" 200 None
2026-03-28 11:37:22 [bca.uk] INFO: Saving data for GL72%20UWA: {'auction_closing_time': 1774854000.0, 'created_time': 1773928962.171398, 'last_price_update_time': 1774697842.377824}
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520UWA') HTTP/1.1" 204 0
2026-03-28 11:37:22 [bca.uk] INFO: Found listing with ID: LA72%20GSZ
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520GSZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:22 [bca.uk] INFO: Scrape type for LA72%20GSZ: 0
2026-03-28 11:37:22 [bca.uk] INFO: Found listing with ID: LC72%20OBF
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OBF%27 HTTP/1.1" 200 None
2026-03-28 11:37:22 [bca.uk] INFO: Scrape type for LC72%20OBF: 2
2026-03-28 11:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF
2026-03-28 11:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4090f632-b4f4-555a-948f-3b33b126602a with scrape type 2
2026-03-28 11:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4090f632-b4f4-555a-948f-3b33b126602a with scrape type 2
2026-03-28 11:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4090f632-b4f4-555a-948f-3b33b126602a, identifier: LC72%20OBF
2026-03-28 11:37:22 [bca.uk] INFO: Found listing with ID: DG74%20JBV
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG74%2520JBV%27 HTTP/1.1" 200 None
2026-03-28 11:37:22 [bca.uk] INFO: Scrape type for DG74%20JBV: 2
2026-03-28 11:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV
2026-03-28 11:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d922ad90-d564-5fd1-8c22-641d0d6937d0 with scrape type 2
2026-03-28 11:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d922ad90-d564-5fd1-8c22-641d0d6937d0 with scrape type 2
2026-03-28 11:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d922ad90-d564-5fd1-8c22-641d0d6937d0, identifier: DG74%20JBV
2026-03-28 11:37:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=143&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=143&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF
2026-03-28 11:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF
2026-03-28 11:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4090f632-b4f4-555a-948f-3b33b126602a with identifier: LC72%20OBF to the API
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20OBF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4090f632-b4f4-555a-948f-3b33b126602a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LC72 OBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20OBF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 66517,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 132KW 62KWH 60 LOFT(120KC) Hatchback',
 'transmission': 'automatic',
 'trim': '132KW 62KWH 60 LOFT(120KC)',
 'vin': 'TMBKB7NY3PF008983',
 'year': 2022}
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OBF%27 HTTP/1.1" 200 None
2026-03-28 11:37:22 [bca.uk] INFO: Saving data for LC72%20OBF: {'auction_closing_time': 1774854000.0, 'created_time': 1773928977.677771, 'last_price_update_time': 1774697842.945539}
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520OBF') HTTP/1.1" 204 0
2026-03-28 11:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV
2026-03-28 11:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV
2026-03-28 11:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d922ad90-d564-5fd1-8c22-641d0d6937d0 with identifier: DG74%20JBV to the API
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG74%20JBV-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'd922ad90-d564-5fd1-8c22-641d0d6937d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG74 JBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG74%20JBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'ZR',
 'odometer': 72,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KAWASAKI ZR 900 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '900 MOTORBIKE',
 'vin': 'JKAZR900KKA026190',
 'year': 2024}
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG74%2520JBV%27 HTTP/1.1" 200 None
2026-03-28 11:37:23 [bca.uk] INFO: Saving data for DG74%20JBV: {'auction_closing_time': 1775124000.0, 'created_time': 1774339630.930452, 'last_price_update_time': 1774697843.365184}
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG74%2520JBV') HTTP/1.1" 204 0
2026-03-28 11:37:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:37:23 [bca.uk] INFO: Found listing with ID: LN22%20XPX
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN22%2520XPX%27 HTTP/1.1" 200 None
2026-03-28 11:37:23 [bca.uk] INFO: Scrape type for LN22%20XPX: 2
2026-03-28 11:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX
2026-03-28 11:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e35f89de-fc16-5279-be2e-bfe403df6017 with scrape type 2
2026-03-28 11:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e35f89de-fc16-5279-be2e-bfe403df6017 with scrape type 2
2026-03-28 11:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e35f89de-fc16-5279-be2e-bfe403df6017, identifier: LN22%20XPX
2026-03-28 11:37:23 [bca.uk] INFO: Found listing with ID: BN71%20HSK
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520HSK%27 HTTP/1.1" 200 None
2026-03-28 11:37:23 [bca.uk] INFO: Scrape type for BN71%20HSK: 2
2026-03-28 11:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK
2026-03-28 11:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04b0ebc-8c92-50fe-883a-04069e726cbb with scrape type 2
2026-03-28 11:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04b0ebc-8c92-50fe-883a-04069e726cbb with scrape type 2
2026-03-28 11:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a04b0ebc-8c92-50fe-883a-04069e726cbb, identifier: BN71%20HSK
2026-03-28 11:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX
2026-03-28 11:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX
2026-03-28 11:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e35f89de-fc16-5279-be2e-bfe403df6017 with identifier: LN22%20XPX to the API
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN22%20XPX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e35f89de-fc16-5279-be2e-bfe403df6017',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN22 XPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN22%20XPX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 104624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14400,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AT5NH175628',
 'year': 2022}
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN22%2520XPX%27 HTTP/1.1" 200 None
2026-03-28 11:37:23 [bca.uk] INFO: Saving data for LN22%20XPX: {'auction_closing_time': 1774854000.0, 'created_time': 1773841106.737469, 'last_price_update_time': 1774697843.870686}
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN22%2520XPX') HTTP/1.1" 204 0
2026-03-28 11:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK
2026-03-28 11:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK
2026-03-28 11:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a04b0ebc-8c92-50fe-883a-04069e726cbb with identifier: BN71%20HSK to the API
2026-03-28 11:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN71%20HSK-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'a04b0ebc-8c92-50fe-883a-04069e726cbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN71 HSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN71%20HSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 4539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 1200 GT MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1200 GT MOTORBIKE',
 'vin': 'SMTTAP23VUNAX3592',
 'year': 2022}
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520HSK%27 HTTP/1.1" 200 None
2026-03-28 11:37:24 [bca.uk] INFO: Saving data for BN71%20HSK: {'auction_closing_time': 1775124000.0, 'created_time': 1774339561.891649, 'last_price_update_time': 1774697844.177861}
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN71%2520HSK') HTTP/1.1" 204 0
2026-03-28 11:37:24 [bca.uk] INFO: Found listing with ID: LX22%20UBL
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520UBL%27 HTTP/1.1" 200 None
2026-03-28 11:37:24 [bca.uk] INFO: Scrape type for LX22%20UBL: 2
2026-03-28 11:37:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL
2026-03-28 11:37:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with scrape type 2
2026-03-28 11:37:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with scrape type 2
2026-03-28 11:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef, identifier: LX22%20UBL
2026-03-28 11:37:24 [bca.uk] INFO: Found listing with ID: SV22%20OOF
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520OOF%27 HTTP/1.1" 200 None
2026-03-28 11:37:24 [bca.uk] INFO: Scrape type for SV22%20OOF: 2
2026-03-28 11:37:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF
2026-03-28 11:37:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f27d0823-d8b8-5045-9c2a-7c6801c58239 with scrape type 2
2026-03-28 11:37:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f27d0823-d8b8-5045-9c2a-7c6801c58239 with scrape type 2
2026-03-28 11:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f27d0823-d8b8-5045-9c2a-7c6801c58239, identifier: SV22%20OOF
2026-03-28 11:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL
2026-03-28 11:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL
2026-03-28 11:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2b2e331-4ec3-5130-9dbc-6ccde5b43eef with identifier: LX22%20UBL to the API
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX22%20UBL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2b2e331-4ec3-5130-9dbc-6ccde5b43eef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX22 UBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX22%20UBL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 20972,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI 150 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI 150 2 ISG',
 'vin': 'U5YPU81BLNL012854',
 'year': 2022}
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520UBL%27 HTTP/1.1" 200 None
2026-03-28 11:37:24 [bca.uk] INFO: Saving data for LX22%20UBL: {'auction_closing_time': 1774854000.0, 'created_time': 1773928977.07722, 'last_price_update_time': 1774697844.738625}
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX22%2520UBL') HTTP/1.1" 204 0
2026-03-28 11:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver%2Fred HTTP/1.1" 200 None
2026-03-28 11:37:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 11:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF
2026-03-28 11:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f27d0823-d8b8-5045-9c2a-7c6801c58239 with identifier: SV22%20OOF to the API
2026-03-28 11:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV22%20OOF-GB',
 'category': 'Motorcycle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'f27d0823-d8b8-5045-9c2a-7c6801c58239',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV22 OOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV22%20OOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TRIUMPH',
 'model': 'TRIDENT',
 'odometer': 1372,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TRIDENT 660 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 MOTORBIKE',
 'vin': 'SMTLGL10U3NBB6879',
 'year': 2022}
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520OOF%27 HTTP/1.1" 200 None
2026-03-28 11:37:25 [bca.uk] INFO: Saving data for SV22%20OOF: {'auction_closing_time': 1775124000.0, 'created_time': 1774339578.501496, 'last_price_update_time': 1774697845.200603}
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV22%2520OOF') HTTP/1.1" 204 0
2026-03-28 11:37:25 [bca.uk] INFO: Found listing with ID: ME21%20BGO
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520BGO%27 HTTP/1.1" 200 None
2026-03-28 11:37:25 [bca.uk] INFO: Scrape type for ME21%20BGO: 0
2026-03-28 11:37:25 [bca.uk] INFO: Found listing with ID: ML71%20EBM
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520EBM%27 HTTP/1.1" 200 None
2026-03-28 11:37:25 [bca.uk] INFO: Scrape type for ML71%20EBM: 2
2026-03-28 11:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM
2026-03-28 11:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b84be529-1d58-5046-bf8a-0c6c18994d07 with scrape type 2
2026-03-28 11:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b84be529-1d58-5046-bf8a-0c6c18994d07 with scrape type 2
2026-03-28 11:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b84be529-1d58-5046-bf8a-0c6c18994d07, identifier: ML71%20EBM
2026-03-28 11:37:25 [bca.uk] INFO: Found listing with ID: ST22%20UGE
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST22%2520UGE%27 HTTP/1.1" 200 None
2026-03-28 11:37:25 [bca.uk] INFO: Scrape type for ST22%20UGE: 2
2026-03-28 11:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE
2026-03-28 11:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with scrape type 2
2026-03-28 11:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with scrape type 2
2026-03-28 11:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec, identifier: ST22%20UGE
2026-03-28 11:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM
2026-03-28 11:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM
2026-03-28 11:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b84be529-1d58-5046-bf8a-0c6c18994d07 with identifier: ML71%20EBM to the API
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML71%20EBM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b84be529-1d58-5046-bf8a-0c6c18994d07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML71 EBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML71%20EBM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 49517,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK4MC321829',
 'year': 2021}
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520EBM%27 HTTP/1.1" 200 None
2026-03-28 11:37:25 [bca.uk] INFO: Saving data for ML71%20EBM: {'auction_closing_time': 1774854000.0, 'created_time': 1773929241.857883, 'last_price_update_time': 1774697845.798979}
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML71%2520EBM') HTTP/1.1" 204 0
2026-03-28 11:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE
2026-03-28 11:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE
2026-03-28 11:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec with identifier: ST22%20UGE to the API
2026-03-28 11:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST22%20UGE-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e4f6f472-0f0f-52fd-b67b-4ab9e4bc19ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST22 UGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST22%20UGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KAWASAKI',
 'model': 'NINJA H2',
 'odometer': 9617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KAWASAKI NINJA H2 (998) SX SE MOTORBIKE',
 'transmission': 'automatic',
 'trim': '(998) SX SE MOTORBIKE',
 'vin': 'JKBZXT02PRA000266',
 'year': 2022}
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST22%2520UGE%27 HTTP/1.1" 200 None
2026-03-28 11:37:26 [bca.uk] INFO: Saving data for ST22%20UGE: {'auction_closing_time': 1775124000.0, 'created_time': 1774339576.256145, 'last_price_update_time': 1774697846.155615}
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST22%2520UGE') HTTP/1.1" 204 0
2026-03-28 11:37:26 [bca.uk] INFO: Found listing with ID: NJ22%20TZN
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TZN%27 HTTP/1.1" 200 None
2026-03-28 11:37:26 [bca.uk] INFO: Scrape type for NJ22%20TZN: 2
2026-03-28 11:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN
2026-03-28 11:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with scrape type 2
2026-03-28 11:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with scrape type 2
2026-03-28 11:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d, identifier: NJ22%20TZN
2026-03-28 11:37:26 [bca.uk] INFO: Found listing with ID: SP23%20WWH
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520WWH%27 HTTP/1.1" 200 None
2026-03-28 11:37:26 [bca.uk] INFO: Scrape type for SP23%20WWH: 2
2026-03-28 11:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH
2026-03-28 11:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d8b101-6057-5dc5-b28d-e545c8376e1e with scrape type 2
2026-03-28 11:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d8b101-6057-5dc5-b28d-e545c8376e1e with scrape type 2
2026-03-28 11:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4d8b101-6057-5dc5-b28d-e545c8376e1e, identifier: SP23%20WWH
2026-03-28 11:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN
2026-03-28 11:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN
2026-03-28 11:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d with identifier: NJ22%20TZN to the API
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ22%20TZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b7a6d9e4-2198-5e22-84fa-3241ecfe6d2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ22 TZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ22%20TZN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 52252,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS5NC504866',
 'year': 2022}
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TZN%27 HTTP/1.1" 200 None
2026-03-28 11:37:26 [bca.uk] INFO: Saving data for NJ22%20TZN: {'auction_closing_time': 1774854000.0, 'created_time': 1773929317.514197, 'last_price_update_time': 1774697846.748519}
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ22%2520TZN') HTTP/1.1" 204 0
2026-03-28 11:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH
2026-03-28 11:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH
2026-03-28 11:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4d8b101-6057-5dc5-b28d-e545c8376e1e with identifier: SP23%20WWH to the API
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP23%20WWH-GB',
 'category': 'Motorcycle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b4d8b101-6057-5dc5-b28d-e545c8376e1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP23 WWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP23%20WWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KAWASAKI',
 'model': 'VERSYS',
 'odometer': 7887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KAWASAKI VERSYS KLZ1000 SE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'KLZ1000 SE MOTORBIKE',
 'vin': 'JKALZT00CDA023832',
 'year': 2023}
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520WWH%27 HTTP/1.1" 200 None
2026-03-28 11:37:27 [bca.uk] INFO: Saving data for SP23%20WWH: {'auction_closing_time': 1775124000.0, 'created_time': 1774339571.14402, 'last_price_update_time': 1774697847.046927}
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP23%2520WWH') HTTP/1.1" 204 0
2026-03-28 11:37:27 [bca.uk] INFO: Found listing with ID: NJ23%20LLC
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LLC%27 HTTP/1.1" 200 None
2026-03-28 11:37:27 [bca.uk] INFO: Scrape type for NJ23%20LLC: 2
2026-03-28 11:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC
2026-03-28 11:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9ec417-6bd3-53cf-a892-2ebcdcec148b with scrape type 2
2026-03-28 11:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc9ec417-6bd3-53cf-a892-2ebcdcec148b with scrape type 2
2026-03-28 11:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc9ec417-6bd3-53cf-a892-2ebcdcec148b, identifier: NJ23%20LLC
2026-03-28 11:37:27 [bca.uk] INFO: Found listing with ID: HD57%20MCD
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD57%2520MCD%27 HTTP/1.1" 200 None
2026-03-28 11:37:27 [bca.uk] INFO: Scrape type for HD57%20MCD: 2
2026-03-28 11:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD
2026-03-28 11:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with scrape type 2
2026-03-28 11:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with scrape type 2
2026-03-28 11:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f, identifier: HD57%20MCD
2026-03-28 11:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC
2026-03-28 11:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC
2026-03-28 11:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc9ec417-6bd3-53cf-a892-2ebcdcec148b with identifier: NJ23%20LLC to the API
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20LLC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dc9ec417-6bd3-53cf-a892-2ebcdcec148b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ23 LLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20LLC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 7022,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE',
 'vin': 'KNAC481CRP5112373',
 'year': 2023}
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LLC%27 HTTP/1.1" 200 None
2026-03-28 11:37:27 [bca.uk] INFO: Saving data for NJ23%20LLC: {'auction_closing_time': 1774854000.0, 'created_time': 1773841082.486737, 'last_price_update_time': 1774697847.758207}
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520LLC') HTTP/1.1" 204 0
2026-03-28 11:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD
2026-03-28 11:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD
2026-03-28 11:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 960f147f-c04a-5d3c-a68d-24ba7f6f9a4f with identifier: HD57%20MCD to the API
2026-03-28 11:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD57%20MCD-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '960f147f-c04a-5d3c-a68d-24ba7f6f9a4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD57 MCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD57%20MCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'HARLEY-DAVIDSON',
 'model': 'FLHXS TOURING',
 'odometer': 2215,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON FLHXS TOURING 1868 STR.GLIDE SPEC.MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1868 STR.GLIDE SPEC.MOTORBIKE',
 'vin': '5HD1KRP41NS657016',
 'year': 2023}
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD57%2520MCD%27 HTTP/1.1" 200 None
2026-03-28 11:37:28 [bca.uk] INFO: Saving data for HD57%20MCD: {'auction_closing_time': 1775124000.0, 'created_time': 1774339559.484326, 'last_price_update_time': 1774697848.167962}
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD57%2520MCD') HTTP/1.1" 204 0
2026-03-28 11:37:28 [bca.uk] INFO: Found listing with ID: RV22%20XVX
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVX%27 HTTP/1.1" 200 None
2026-03-28 11:37:28 [bca.uk] INFO: Scrape type for RV22%20XVX: 2
2026-03-28 11:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX
2026-03-28 11:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26ee0e62-c68c-586e-a91b-d952af867f5d with scrape type 2
2026-03-28 11:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26ee0e62-c68c-586e-a91b-d952af867f5d with scrape type 2
2026-03-28 11:37:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26ee0e62-c68c-586e-a91b-d952af867f5d, identifier: RV22%20XVX
2026-03-28 11:37:28 [bca.uk] INFO: Found listing with ID: YX73%20UXH
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520UXH%27 HTTP/1.1" 200 None
2026-03-28 11:37:28 [bca.uk] INFO: Scrape type for YX73%20UXH: 2
2026-03-28 11:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH
2026-03-28 11:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with scrape type 2
2026-03-28 11:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with scrape type 2
2026-03-28 11:37:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba, identifier: YX73%20UXH
2026-03-28 11:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX
2026-03-28 11:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX
2026-03-28 11:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26ee0e62-c68c-586e-a91b-d952af867f5d with identifier: RV22%20XVX to the API
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20XVX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '26ee0e62-c68c-586e-a91b-d952af867f5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV22 XVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20XVX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 13461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID GR-SPORT BI-TONE Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID GR-SPORT BI-TONE',
 'vin': 'SB1K93BE70E253364',
 'year': 2022}
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVX%27 HTTP/1.1" 200 None
2026-03-28 11:37:28 [bca.uk] INFO: Saving data for RV22%20XVX: {'auction_closing_time': 1774854000.0, 'created_time': 1773841094.575873, 'last_price_update_time': 1774697848.715481}
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520XVX') HTTP/1.1" 204 0
2026-03-28 11:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH
2026-03-28 11:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH
2026-03-28 11:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba with identifier: YX73%20UXH to the API
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX73%20UXH-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'ee5f918b-6d87-5280-ad56-3a3c8ba8b5ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX73 UXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX73%20UXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KAWASAKI',
 'model': 'NINJA',
 'odometer': 9689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KAWASAKI NINJA BX125 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'BX125 MOTORBIKE',
 'vin': 'MH4BX125BBJP02631',
 'year': 2024}
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520UXH%27 HTTP/1.1" 200 None
2026-03-28 11:37:28 [bca.uk] INFO: Saving data for YX73%20UXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774339621.084725, 'last_price_update_time': 1774697848.998504}
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX73%2520UXH') HTTP/1.1" 204 0
2026-03-28 11:37:29 [bca.uk] INFO: Found listing with ID: VE72%20WHX
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520WHX%27 HTTP/1.1" 200 None
2026-03-28 11:37:29 [bca.uk] INFO: Scrape type for VE72%20WHX: 2
2026-03-28 11:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX
2026-03-28 11:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de0ca873-f8bc-5e64-83e0-01eeed50fec6 with scrape type 2
2026-03-28 11:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de0ca873-f8bc-5e64-83e0-01eeed50fec6 with scrape type 2
2026-03-28 11:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de0ca873-f8bc-5e64-83e0-01eeed50fec6, identifier: VE72%20WHX
2026-03-28 11:37:29 [bca.uk] INFO: Found listing with ID: WF75%20VMR
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF75%2520VMR%27 HTTP/1.1" 200 None
2026-03-28 11:37:29 [bca.uk] INFO: Scrape type for WF75%20VMR: 2
2026-03-28 11:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR
2026-03-28 11:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9a569e4-112b-519a-ad14-35f45de32c5d with scrape type 2
2026-03-28 11:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9a569e4-112b-519a-ad14-35f45de32c5d with scrape type 2
2026-03-28 11:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9a569e4-112b-519a-ad14-35f45de32c5d, identifier: WF75%20VMR
2026-03-28 11:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX
2026-03-28 11:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX
2026-03-28 11:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de0ca873-f8bc-5e64-83e0-01eeed50fec6 with identifier: VE72%20WHX to the API
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20WHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'de0ca873-f8bc-5e64-83e0-01eeed50fec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE72 WHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20WHX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 27782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 125KW 52KWH LIFE PURE PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 52KWH LIFE PURE PERF.',
 'vin': 'WVGZZZE2ZPP004477',
 'year': 2023}
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520WHX%27 HTTP/1.1" 200 None
2026-03-28 11:37:29 [bca.uk] INFO: Saving data for VE72%20WHX: {'auction_closing_time': 1774854000.0, 'created_time': 1773909444.001923, 'last_price_update_time': 1774697849.549463}
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520WHX') HTTP/1.1" 204 0
2026-03-28 11:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR
2026-03-28 11:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR
2026-03-28 11:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9a569e4-112b-519a-ad14-35f45de32c5d with identifier: WF75%20VMR to the API
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=142&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF75%20VMR-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'd9a569e4-112b-519a-ad14-35f45de32c5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF75 VMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF75%20VMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KAWASAKI',
 'model': 'ER',
 'odometer': 328,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'KAWASAKI ER 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'ML5ER650SSDAE8430',
 'year': 2025}
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF75%2520VMR%27 HTTP/1.1" 200 None
2026-03-28 11:37:29 [bca.uk] INFO: Saving data for WF75%20VMR: {'auction_closing_time': 1775124000.0, 'created_time': 1774339545.861029, 'last_price_update_time': 1774697849.837039}
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF75%2520VMR') HTTP/1.1" 204 0
2026-03-28 11:37:29 [bca.uk] INFO: Found listing with ID: VO22%20WMX
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WMX%27 HTTP/1.1" 200 None
2026-03-28 11:37:29 [bca.uk] INFO: Scrape type for VO22%20WMX: 2
2026-03-28 11:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX
2026-03-28 11:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436b2d01-a9f2-539b-b4a3-1f72ffca606a with scrape type 2
2026-03-28 11:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436b2d01-a9f2-539b-b4a3-1f72ffca606a with scrape type 2
2026-03-28 11:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 436b2d01-a9f2-539b-b4a3-1f72ffca606a, identifier: VO22%20WMX
2026-03-28 11:37:29 [bca.uk] INFO: Found listing with ID: KY24%20WZH
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY24%2520WZH%27 HTTP/1.1" 200 None
2026-03-28 11:37:29 [bca.uk] INFO: Scrape type for KY24%20WZH: 0
2026-03-28 11:37:29 [bca.uk] INFO: Found listing with ID: KM21%20LWE
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520LWE%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for KM21%20LWE: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: GL25%20UKC
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL25%2520UKC%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for GL25%20UKC: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: GD73%20PTY
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520PTY%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for GD73%20PTY: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: X23%20JCM
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X23%2520JCM%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for X23%20JCM: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: EX22%20BJV
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520BJV%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for EX22%20BJV: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: DA15%20NYV
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520NYV%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for DA15%20NYV: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: KM15%20VRP
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM15%2520VRP%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for KM15%20VRP: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: OW23%20FCE
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520FCE%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for OW23%20FCE: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: OY72%20WFH
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520WFH%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for OY72%20WFH: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: SV23%20XGR
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XGR%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for SV23%20XGR: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: FM23%20UDW
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UDW%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for FM23%20UDW: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BL15%20VTD
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520VTD%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BL15%20VTD: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: LL16%20OOE
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520OOE%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for LL16%20OOE: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BD75%20OBH
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD75%2520OBH%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BD75%20OBH: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: LP69%20ZNV
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520ZNV%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for LP69%20ZNV: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: CJ25%20EWR
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520EWR%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for CJ25%20EWR: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BP25%20TXN
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP25%2520TXN%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BP25%20TXN: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BT74%20OBJ
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520OBJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BT74%20OBJ: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: CV22%20YMP
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520YMP%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for CV22%20YMP: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: OW72%20WVK
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVK%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for OW72%20WVK: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: OW72%20WVC
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVC%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for OW72%20WVC: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: MM72%20DCF
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520DCF%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for MM72%20DCF: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: AVZ%205811
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25205811%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for AVZ%205811: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: LJ72%20RDE
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520RDE%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for LJ72%20RDE: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: VN16%20XMT
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XMT%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for VN16%20XMT: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: WN16%20BJX
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN16%2520BJX%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for WN16%20BJX: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: YK66%20ZPJ
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK66%2520ZPJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for YK66%20ZPJ: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: OE15%20JUC
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE15%2520JUC%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for OE15%20JUC: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: EX21%20UKD
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UKD%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for EX21%20UKD: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: EF18%20CWK
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520CWK%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for EF18%20CWK: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: YA15%20UTM
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA15%2520UTM%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for YA15%20UTM: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: EG16%20MHA
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520MHA%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for EG16%20MHA: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: PO64%20UBM
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO64%2520UBM%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for PO64%20UBM: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: OV13%20EOG
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV13%2520EOG%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for OV13%20EOG: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: FN15%20NNH
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN15%2520NNH%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for FN15%20NNH: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: MW68%20EFB
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520EFB%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for MW68%20EFB: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: KP18%20LND
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520LND%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for KP18%20LND: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BT14%20XUK
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT14%2520XUK%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BT14%20XUK: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BD18%20ORS
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520ORS%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BD18%20ORS: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: NJ65%20NVU
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520NVU%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for NJ65%20NVU: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: NK14%20VKC
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK14%2520VKC%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for NK14%20VKC: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: SA13%20LSX
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520LSX%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for SA13%20LSX: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: ST15%20XMW
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520XMW%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for ST15%20XMW: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: VN63%20GCZ
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520GCZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for VN63%20GCZ: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: SL64%20OVA
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL64%2520OVA%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for SL64%20OVA: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: EN12%20KUC
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN12%2520KUC%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for EN12%20KUC: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: CK65%20PZT
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK65%2520PZT%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for CK65%20PZT: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: YH21%20RHB
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520RHB%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for YH21%20RHB: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: RV15%20LJE
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV15%2520LJE%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for RV15%20LJE: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: YY65%20HLU
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520HLU%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for YY65%20HLU: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: DN22%20ZZU
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520ZZU%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for DN22%20ZZU: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: BU68%20XUO
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520XUO%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for BU68%20XUO: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: GX68%20WRV
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WRV%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for GX68%20WRV: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: ST73%20UHY
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520UHY%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for ST73%20UHY: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: GV72%20ORU
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520ORU%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for GV72%20ORU: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: YR60%20GXM
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520GXM%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for YR60%20GXM: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: WO15%20OCD
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520OCD%27 HTTP/1.1" 200 None
2026-03-28 11:37:30 [bca.uk] INFO: Scrape type for WO15%20OCD: 0
2026-03-28 11:37:30 [bca.uk] INFO: Found listing with ID: WF63%20EFE
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for WF63%20EFE: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: VE72%20EZL
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520EZL%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for VE72%20EZL: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: VE72%20FTD
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520FTD%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for VE72%20FTD: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: VE72%20RNZ
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520RNZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for VE72%20RNZ: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: VN72%20WXD
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520WXD%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for VN72%20WXD: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: WU23%20LZB
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520LZB%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for WU23%20LZB: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: WR69%20WBV
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520WBV%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for WR69%20WBV: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: GY23%20XLW
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520XLW%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for GY23%20XLW: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: BC23%20PGK
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520PGK%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for BC23%20PGK: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: BC24%20RJY
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520RJY%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for BC24%20RJY: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: BF23%20CVZ
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520CVZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for BF23%20CVZ: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: BG73%20ENC
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520ENC%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for BG73%20ENC: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: BW73%20PHV
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520PHV%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for BW73%20PHV: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: DF73%20VXB
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520VXB%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for DF73%20VXB: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: EF74%20RKJ
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF74%2520RKJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for EF74%20RKJ: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: EJ72%20WNB
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WNB%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for EJ72%20WNB: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: EN72%20WCL
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520WCL%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for EN72%20WCL: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: GF75%20YDS
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520YDS%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for GF75%20YDS: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: HK72%20ZWX
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520ZWX%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for HK72%20ZWX: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: LR24%20UVP
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520UVP%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for LR24%20UVP: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: PF72%20WLX
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520WLX%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for PF72%20WLX: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: VK25%20EYO
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK25%2520EYO%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for VK25%20EYO: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: WD72%20KYO
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520KYO%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for WD72%20KYO: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: YA72%20OPH
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520OPH%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for YA72%20OPH: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: HN23%20GHB
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GHB%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for HN23%20GHB: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: HY65%20MYF
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MYF%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for HY65%20MYF: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: YC68%20OHX
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OHX%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for YC68%20OHX: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: FX64%20OGW
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520OGW%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for FX64%20OGW: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: OY66%20AAK
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AAK%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for OY66%20AAK: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: DF15%20NGO
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520NGO%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for DF15%20NGO: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: VO69%20WZA
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520WZA%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for VO69%20WZA: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: BD18%20KHZ
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for BD18%20KHZ: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: YK12%20WJE
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520WJE%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for YK12%20WJE: 0
2026-03-28 11:37:31 [bca.uk] INFO: Found listing with ID: EK67%20KWJ
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:31 [bca.uk] INFO: Scrape type for EK67%20KWJ: 0
2026-03-28 11:37:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=143&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:37:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX
2026-03-28 11:37:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX
2026-03-28 11:37:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 436b2d01-a9f2-539b-b4a3-1f72ffca606a with identifier: VO22%20WMX to the API
2026-03-28 11:37:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20WMX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '436b2d01-a9f2-539b-b4a3-1f72ffca606a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO22 WMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20WMX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 51062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 107KW 58KWH LIFE PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH LIFE PRO',
 'vin': 'WVWZZZE1ZNP024549',
 'year': 2022}
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WMX%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Saving data for VO22%20WMX: {'auction_closing_time': 1774854000.0, 'created_time': 1773929195.096314, 'last_price_update_time': 1774697852.14169}
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520WMX') HTTP/1.1" 204 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: YA70%20MXH
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520MXH%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for YA70%20MXH: 2
2026-03-28 11:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH
2026-03-28 11:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with scrape type 2
2026-03-28 11:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with scrape type 2
2026-03-28 11:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa, identifier: YA70%20MXH
2026-03-28 11:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH
2026-03-28 11:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH
2026-03-28 11:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa with identifier: YA70%20MXH to the API
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 11:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=141&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA70%20MXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ac0ce5d9-c1e5-533c-bdc4-e2c79bf7c4fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA70 MXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA70%20MXH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 14976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14400,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL',
 'vin': 'VNKKBAC3X0A068452',
 'year': 2021}
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520MXH%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Saving data for YA70%20MXH: {'auction_closing_time': 1774854000.0, 'created_time': 1773909428.988713, 'last_price_update_time': 1774697852.743723}
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA70%2520MXH') HTTP/1.1" 204 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: YN71%20ZKY
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN71%2520ZKY%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for YN71%20ZKY: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: YD71%20WCN
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD71%2520WCN%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for YD71%20WCN: 0
2026-03-28 11:37:32 [bca.uk] INFO: Total items found: 100
2026-03-28 11:37:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=144&sort=MostRecentlyAdded
2026-03-28 11:37:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:37:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=144&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: YF72%20OWX
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520OWX%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for YF72%20OWX: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: SR15%20ENY
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR15%2520ENY%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for SR15%20ENY: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: MF12%20AHU
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520AHU%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for MF12%20AHU: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: WR15%20YUH
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520YUH%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for WR15%20YUH: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: CK18%20VZB
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520VZB%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for CK18%20VZB: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: GM66%20WUK
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520WUK%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for GM66%20WUK: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: MT68%20TMO
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TMO%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for MT68%20TMO: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: AE16%20XUZ
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XUZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for AE16%20XUZ: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: LG18%20TYZ
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for LG18%20TYZ: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: LS15%20ENK
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS15%2520ENK%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for LS15%20ENK: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: DL73%20HNZ
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HNZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for DL73%20HNZ: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: DL73%20LCO
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCO%27 HTTP/1.1" 200 None
2026-03-28 11:37:32 [bca.uk] INFO: Scrape type for DL73%20LCO: 0
2026-03-28 11:37:32 [bca.uk] INFO: Found listing with ID: DL73%20LCU
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCU%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for DL73%20LCU: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: DL73%20LFD
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFD%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for DL73%20LFD: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KE23%20LVT
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LVT%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KE23%20LVT: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KF23%20YDT
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDT%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KF23%20YDT: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KF73%20AOV
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOV%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KF73%20AOV: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LL74%20DHZ
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LL74%20DHZ: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LM73%20VPG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VPG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LM73%20VPG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LR24%20MXA
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MXA%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LR24%20MXA: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: DL73%20LCW
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCW%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for DL73%20LCW: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LL20%20LYC
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL20%2520LYC%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LL20%20LYC: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: YS68%20PXG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520PXG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for YS68%20PXG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: BJ67%20FBG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FBG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for BJ67%20FBG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: BF72%20MYO
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520MYO%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for BF72%20MYO: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LB23%20PXN
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520PXN%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LB23%20PXN: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: MA22%20KWG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KWG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for MA22%20KWG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: WM71%20MPF
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520MPF%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for WM71%20MPF: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LB70%20ZNV
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520ZNV%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LB70%20ZNV: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: YA72%20VYF
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520VYF%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for YA72%20VYF: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KD23%20GPY
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GPY%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KD23%20GPY: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: AJ71%20FFD
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FFD%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for AJ71%20FFD: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KS72%20AAZ
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520AAZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KS72%20AAZ: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: PF19%20UWD
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520UWD%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for PF19%20UWD: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: VK72%20RYR
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520RYR%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for VK72%20RYR: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: YO21%20UJK
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520UJK%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for YO21%20UJK: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: BV67%20GKX
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520GKX%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for BV67%20GKX: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: YY23%20FMM
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520FMM%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for YY23%20FMM: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: BD70%20YPL
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520YPL%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for BD70%20YPL: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: BW18%20CZN
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW18%2520CZN%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for BW18%20CZN: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: FN68%20UUW
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520UUW%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for FN68%20UUW: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: GD14%20WNL
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD14%2520WNL%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for GD14%20WNL: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: GK16%20FYN
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520FYN%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for GK16%20FYN: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: OV65%20YJE
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520YJE%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for OV65%20YJE: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: OY61%20ZXK
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520ZXK%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for OY61%20ZXK: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: AK17%20AOW
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520AOW%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for AK17%20AOW: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: CF71%20MVD
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520MVD%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for CF71%20MVD: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: FD66%20XPY
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520XPY%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for FD66%20XPY: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: VA21%20CFL
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520CFL%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for VA21%20CFL: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: OW72%20WTV
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WTV%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for OW72%20WTV: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: WU23%20NMF
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520NMF%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for WU23%20NMF: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: BA18%20UHB
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520UHB%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for BA18%20UHB: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: RK23%20MBY
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MBY%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for RK23%20MBY: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: GK17%20RMY
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520RMY%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for GK17%20RMY: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: FL73%20NZR
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520NZR%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for FL73%20NZR: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: DC73%20AKG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520AKG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for DC73%20AKG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KN22%20KFE
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520KFE%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KN22%20KFE: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: CK72%20EWM
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520EWM%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for CK72%20EWM: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: YH75%20BYG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH75%2520BYG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for YH75%20BYG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: ML23%20LHP
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520LHP%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for ML23%20LHP: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LS22%20HFG
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520HFG%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LS22%20HFG: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: WO72%20AVT
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520AVT%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for WO72%20AVT: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: HF23%20VMA
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VMA%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for HF23%20VMA: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: HG72%20VGR
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520VGR%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for HG72%20VGR: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: SH23%20HVP
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH23%2520HVP%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for SH23%20HVP: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: VX69%20KVE
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520KVE%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for VX69%20KVE: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: LX67%20OXM
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520OXM%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for LX67%20OXM: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: EA17%20WFV
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520WFV%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for EA17%20WFV: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: GJ15%20OXW
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520OXW%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for GJ15%20OXW: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: AV08%20LEX
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV08%2520LEX%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for AV08%20LEX: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: KM67%20WUT
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520WUT%27 HTTP/1.1" 200 None
2026-03-28 11:37:33 [bca.uk] INFO: Scrape type for KM67%20WUT: 0
2026-03-28 11:37:33 [bca.uk] INFO: Found listing with ID: YC67%20EEF
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520EEF%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for YC67%20EEF: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: BU72%20NHJ
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520NHJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for BU72%20NHJ: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: OY68%20CFZ
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520CFZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for OY68%20CFZ: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: DN73%20ABV
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN73%2520ABV%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for DN73%20ABV: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: YC72%20XDG
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520XDG%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for YC72%20XDG: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: YP22%20UWX
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520UWX%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for YP22%20UWX: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: SL22%20MZN
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520MZN%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for SL22%20MZN: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: DP23%20HRW
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520HRW%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for DP23%20HRW: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: LE73%20KNU
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KNU%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for LE73%20KNU: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: KN73%20WRJ
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520WRJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for KN73%20WRJ: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: WN22%20AGU
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520AGU%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for WN22%20AGU: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: LJ24%20DOY
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520DOY%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for LJ24%20DOY: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: VO72%20WFB
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WFB%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for VO72%20WFB: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: RA72%20HSC
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA72%2520HSC%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for RA72%20HSC: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: FP73%20ECT
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECT%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for FP73%20ECT: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: FM23%20UEK
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UEK%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for FM23%20UEK: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: BT24%20FVC
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520FVC%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for BT24%20FVC: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: VN72%20PPV
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520PPV%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for VN72%20PPV: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: HT72%20OZW
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520OZW%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for HT72%20OZW: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: YM17%20JPJ
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520JPJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for YM17%20JPJ: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: FH19%20LFB
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH19%2520LFB%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for FH19%20LFB: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: OV21%20WHW
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520WHW%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for OV21%20WHW: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: DU19%20VRD
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VRD%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for DU19%20VRD: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: DA68%20NXY
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520NXY%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for DA68%20NXY: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: WD18%20OXV
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520OXV%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for WD18%20OXV: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: MF19%20ZCE
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520ZCE%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for MF19%20ZCE: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: MD68%20YVM
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520YVM%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for MD68%20YVM: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: M123%20CRH
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M123%2520CRH%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for M123%20CRH: 0
2026-03-28 11:37:34 [bca.uk] INFO: Found listing with ID: BD69%20OJK
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520OJK%27 HTTP/1.1" 200 None
2026-03-28 11:37:34 [bca.uk] INFO: Scrape type for BD69%20OJK: 0
2026-03-28 11:37:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=144&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=144&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:37:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=144&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:37:37 [bca.uk] INFO: Total items found: 49
2026-03-28 11:37:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=145&sort=MostRecentlyAdded
2026-03-28 11:37:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-28 11:37:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=145&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: LY69%20MXT
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520MXT%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for LY69%20MXT: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: LX17%20YDM
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520YDM%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for LX17%20YDM: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: LX67%20VGG
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520VGG%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for LX67%20VGG: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: DK16%20FDE
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520FDE%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for DK16%20FDE: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: LR68%20XKT
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520XKT%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for LR68%20XKT: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: R666%20TRC
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R666%2520TRC%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for R666%20TRC: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: BP18%20RUA
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520RUA%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for BP18%20RUA: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: YJZ%209313
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209313%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for YJZ%209313: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: KV70%20LYU
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LYU%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for KV70%20LYU: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: SB69%20LWS
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LWS%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for SB69%20LWS: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: SM18%20KLD
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KLD%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for SM18%20KLD: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: PJ17%20UYP
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520UYP%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for PJ17%20UYP: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: LP67%20XAZ
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520XAZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:37 [bca.uk] INFO: Scrape type for LP67%20XAZ: 0
2026-03-28 11:37:37 [bca.uk] INFO: Found listing with ID: HG19%20YHN
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YHN%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for HG19%20YHN: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: V904%20OKN
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V904%2520OKN%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for V904%20OKN: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: DV72%20RZY
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520RZY%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for DV72%20RZY: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: YE23%20MMF
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520MMF%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for YE23%20MMF: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LB22%20TGJ
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520TGJ%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LB22%20TGJ: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: YL23%20OTB
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520OTB%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for YL23%20OTB: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: VK23%20EVG
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520EVG%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for VK23%20EVG: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: YF72%20FSS
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520FSS%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for YF72%20FSS: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: HX20%20FBL
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520FBL%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for HX20%20FBL: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: HJ72%20LMX
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LMX%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for HJ72%20LMX: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: HG72%20UCL
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520UCL%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for HG72%20UCL: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LO22%20WJU
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520WJU%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LO22%20WJU: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LM70%20WZH
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520WZH%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LM70%20WZH: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: CJ73%20EFL
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520EFL%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for CJ73%20EFL: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: CV72%20GWU
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520GWU%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for CV72%20GWU: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: VE73%20UOU
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520UOU%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for VE73%20UOU: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: PY72%20BVS
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520BVS%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for PY72%20BVS: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: HY23%20UVL
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520UVL%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for HY23%20UVL: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: PJ24%20CNZ
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ24%2520CNZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for PJ24%20CNZ: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LS72%20XDY
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XDY%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LS72%20XDY: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LO72%20ACX
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACX%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LO72%20ACX: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: DA72%20ZYK
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZYK%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for DA72%20ZYK: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: RO24%20HZF
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520HZF%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for RO24%20HZF: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: OV24%20WLZ
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV24%2520WLZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for OV24%20WLZ: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LS72%20XWG
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XWG%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LS72%20XWG: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LS72%20ULL
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ULL%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LS72%20ULL: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LS72%20UGZ
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UGZ%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LS72%20UGZ: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LS72%20UBY
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UBY%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LS72%20UBY: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LO72%20AMK
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AMK%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LO72%20AMK: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LF24%20UPL
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520UPL%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LF24%20UPL: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: KN72%20AVU
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520AVU%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for KN72%20AVU: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: GU72%20YFR
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520YFR%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for GU72%20YFR: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: BJ74%20UYX
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520UYX%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for BJ74%20UYX: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: AO23%20BTU
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520BTU%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for AO23%20BTU: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: AF23%20BZU
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BZU%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for AF23%20BZU: 0
2026-03-28 11:37:38 [bca.uk] INFO: Found listing with ID: LM20%20ZTW
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520ZTW%27 HTTP/1.1" 200 None
2026-03-28 11:37:38 [bca.uk] INFO: Scrape type for LM20%20ZTW: 0
2026-03-28 11:37:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=145&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=145&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-28 11:37:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 11:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=145&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-28 11:37:40 [bca.uk] INFO: Total items found: 0
2026-03-28 11:37:40 [bca.uk] INFO: No more items to scrape after page {self.next_page}
2026-03-28 11:37:40 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-28 11:37:40 [bca.uk] INFO: bca.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 1, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 151, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y856%2520RRD%27 HTTP/1.1" 200 None
2026-03-28 11:37:41 [bca.uk] INFO: Saving data for Y856%20RRD: {'created_time': 1774697861.113422}
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='Y856%2520RRD') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W838%2520AJN%27 HTTP/1.1" 200 None
2026-03-28 11:37:41 [bca.uk] INFO: Saving data for W838%20AJN: {'created_time': 1774697861.148221}
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W838%2520AJN') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201774265861 HTTP/1.1" 200 None
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='6K0024890') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AD17%2520BKE') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE22%2520OYP') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE23%2520HLU') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE63%2520BXP') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE65%2520EKZ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE66%2520YTL') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE67%2520WNS') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE74%2520VJZ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520ETA') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520PYO') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF66%2520FRV') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF68%2520UPL') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520YHJ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520XVN') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ07%2520ZXY') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ14%2520OSL') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ22%2520YGW') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ57%2520UEO') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ62%2520XGG') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ68%2520RHX') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520JKK') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520SXV') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520ZBD') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ73%2520WGD') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK13%2520OXZ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK20%2520EZM') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK20%2520KDO') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK22%2520CVP') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK22%2520XEZ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK23%2520WDJ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK60%2520PAT') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK61%2520AHX') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK70%2520VWR') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK71%2520LRY') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK71%2520LSD') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK72%2520UVW') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AN08%2520KHF') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO11%2520SMX') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO20%2520ONJ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO22%2520ODT') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO23%2520HZE') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO57%2520JWF') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO61%2520XAR') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO70%2520YUU') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO71%2520HGK') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO71%2520NFM') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO71%2520RXG') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO72%2520WUX') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO72%2520YHH') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP17%2520KAA') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP62%2520FKB') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP65%2520HYM') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP70%2520EJY') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU22%2520UNZ') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU66%2520JUF') HTTP/1.1" 204 0
2026-03-28 11:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV16%2520MWJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV21%2520YMH') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV22%2520LWU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV22%2520OMM') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV23%2520JZD') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV72%2520EOX') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AW19%2520DWJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AX15%2520ZVJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AX18%2520KTU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AX66%2520CUJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY20%2520CJU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY21%2520KDX') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY22%2520JRU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY68%2520EJF') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY71%2520FGE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AY71%2520JHX') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='B12B48009') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BA19%2520XRN') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BB03%2520LEY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC22%2520HRJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC24%2520NPZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC68%2520XAX') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD14%2520EER') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD17%2520DWC') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD17%2520KXB') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD17%2520RZT') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD19%2520SYP') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD60%2520KAE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD61%2520UBV') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD66%2520NLP') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD67%2520YZL') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD69%2520PZM') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD70%2520PYY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD71%2520JHJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD72%2520GMO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD72%2520VGZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF13%2520WGE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF19%2520EOA') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF19%2520UYN') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF20%2520WKE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF21%2520GKL') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF62%2520RZZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF67%2520VLK') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF69%2520SSK') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF70%2520JJE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF70%2520LJJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF75%2520AYY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG12%2520VLM') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG13%2520OSJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520XWD') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG20%2520YGP') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG22%2520HNX') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG23%2520OCE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG65%2520ZZO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG69%2520TCU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520VHM') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG75%2520SXF') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ12%2520DJU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ15%2520GYA') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ15%2520TVV') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ16%2520NBB') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ18%2520WDX') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ19%2520EYU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ20%2520LWF') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ21%2520RPZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520KXY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520WZB') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520LSD') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ24%2520PHV') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ25%2520HWC') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520VDA') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ69%2520YJH') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ70%2520BFN') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ70%2520WKK') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ72%2520NVS') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ73%2520UHL') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK06%2520WKB') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK11%2520TWE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK11%2520XMJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK12%2520ZVR') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK16%2520NZH') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK17%2520ZZO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK20%2520LHM') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520DJE') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520GHY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520UVN') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520XDH') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520XPR') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520HWR') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK64%2520RZW') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520ATV') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK69%2520RXJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520KXO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520RJU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520ZTD') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK73%2520UUR') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL08%2520OGO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL16%2520CWO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL17%2520UFG') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL18%2520VVJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL22%2520JUW') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL23%2520CJF') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL64%2520NNR') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL67%2520UTJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL68%2520CNU') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL68%2520FNZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520KLZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520VXA') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL73%2520ZSF') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BM68%2520CXY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN19%2520ZHY') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN20%2520YXJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN20%2520ZMO') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN21%2520UUW') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN21%2520ZWJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN61%2520FJJ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN69%2520ZNT') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP08%2520JBZ') HTTP/1.1" 204 0
2026-03-28 11:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP16%2520EJZ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP65%2520CDF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP68%2520ZRV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520CPE') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520MYA') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BS19%2520KGN') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT11%2520WNB') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT17%2520SRO') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520MWM') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520YHW') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT21%2520OVA') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT69%2520UBW') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT73%2520VNF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU16%2520HZN') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU18%2520SWK') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU22%2520GBE') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU25%2520EWT') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BU68%2520GRX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV07%2520XPH') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV13%2520YCT') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV16%2520FDK') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV17%2520WYY') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV21%2520YUW') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV22%2520OMJ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520URS') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV24%2520RYT') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV61%2520FOJ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV67%2520YKP') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520LOD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520SXD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BVI%25203046') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW71%2520TTY') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520MZU') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520VUD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520KFV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BX22%2520RWW') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BX71%2520WNT') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BX71%2520WVB') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA15%2520HXR') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA25%2520FNM') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA67%2520HGF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA68%2520ORC') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA70%2520APO') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA70%2520WWM') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA71%2520BXX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520FOF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE16%2520VWU') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE18%2520OTW') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE59%2520WZY') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE61%2520RYU') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE61%2520YKU') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE65%2520HRO') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE67%2520MSV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE68%2520SCV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF13%2520XAB') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF16%2520XRO') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF17%2520ORA') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF19%2520MYP') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF21%2520KVE') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF68%2520ZPZ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520GLZ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ72%2520MYH') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK10%2520FCM') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK13%2520LZX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK15%2520ONG') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK63%2520POF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK66%2520XWR') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK68%2520LGY') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK68%2520YOJ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK70%2520YXC') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520UXR') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK73%2520OMD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN10%2520GYV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN64%2520WLD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN65%2520MTX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520UEY') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CP08%2520SGU') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CP12%2520AKN') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CP18%2520MWZ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CP71%2520EXG') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CT19%2520AZR') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CU17%2520YSP') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CU69%2520KYK') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV09%2520WFH') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV17%2520CLX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV18%2520NOF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV22%2520LCN') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV57%2520YRL') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV66%2520VVA') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV69%2520LUW') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV71%2520VAJ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV72%2520GLY') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX18%2520HHT') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX19%2520FBD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520OTV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CY19%2520SSZ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA09%2520JRX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA13%2520MWX') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA14%2520KJE') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA17%2520XUC') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA19%2520XCD') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA23%2520HLF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA63%2520HTF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA65%2520MYJ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520KDF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520XHV') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA70%2520SZZ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DC74%2520HGE') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DC74%2520OOE') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE09%2520VZF') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE12%2520SWJ') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE13%2520XWT') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE15%2520ZGC') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE17%2520OGS') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE20%2520XVL') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE22%2520FHH') HTTP/1.1" 204 0
2026-03-28 11:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520HOJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE64%2520AWP') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE71%2520GGU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE71%2520PXJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE71%2520ZBR') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF18%2520UFG') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF19%2520SDX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF66%2520JUJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF67%2520LNK') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF71%2520KFX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG09%2520AXK') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG17%2520JJL') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG18%2520ELV') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG20%2520KWH') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG20%2520LKD') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520ZKN') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG63%2520YWO') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG64%2520DXB') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG68%2520YMU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG74%2520WWP') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DH16%2520NBL') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK11%2520CZT') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK15%2520JHJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK22%2520VXZ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK63%2520ZFP') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK66%2520MPO') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK67%2520UEA') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK68%2520FWJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL64%2520BVN') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL64%2520OTH') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL66%2520OVY') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520ENC') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520TUH') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DM19%2520RVZ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN13%2520GCV') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN16%2520MMA') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN18%2520MMJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN19%2520RKU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN23%2520LFX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520HJZ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN67%2520HND') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520VNH') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN73%2520YEX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP11%2520AGE') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP15%2520UMA') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP67%2520MWD') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP73%2520ZBT') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS14%2520HGM') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS18%2520NKX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS19%2520BFL') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS19%2520BJY') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS22%2520UAW') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS69%2520CXE') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS70%2520DFL') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520JHE') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520YLH') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DSZ%25202273') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT16%2520KVF') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT17%2520ODP') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT19%2520UWD') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT21%2520XUC') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DT69%2520UWL') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU16%2520CLF') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU24%2520BFJ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU24%2520ZLE') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU64%2520YJH') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU67%2520OKN') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU68%2520XZY') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU68%2520ZRK') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV13%2520CKU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV14%2520GPU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV22%2520UWM') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520VMX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV71%2520EFR') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV71%2520SNY') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV71%2520XHY') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV72%2520AXD') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV72%2520UTM') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DW16%2520AXK') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DW17%2520EWD') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX13%2520ZWR') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX16%2520BEY') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX18%2520ONL') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX63%2520RZD') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX69%2520YNO') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY09%2520HDV') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY15%2520XME') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY18%2520GDX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY21%2520XXO') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520FMV') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY24%2520EXB') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY24%2520PFU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY66%2520AMX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY66%2520YKW') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520PSZ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY69%2520LLR') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520XTP') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520FLZ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520HGE') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='E90%2520JAN') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA13%2520UAR') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA15%2520EPU') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA69%2520KTN') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520RFX') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA74%2520YGZ') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF15%2520RPV') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF16%2520PVK') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF18%2520FWC') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF25%2520BXN') HTTP/1.1" 204 0
2026-03-28 11:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF63%2520ONX') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF68%2520ZKA') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EG17%2520OFV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EG19%2520PBZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ10%2520XCN') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ11%2520XDX') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ58%2520ORL') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ60%2520GXA') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ64%2520XXT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ67%2520XOO') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ70%2520GZP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520AOD') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520ZVW') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ73%2520OGF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK12%2520SDV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK13%2520KHV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK14%2520RZG') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK18%2520LDE') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK18%2520ULF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK24%2520NBM') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK59%2520CTE') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520BWW') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN24%2520ZVD') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO11%2520VYV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520ODT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520HMH') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO60%2520BNF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO62%2520KXZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO64%2520FWP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO65%2520EBG') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO66%2520NKA') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO68%2520TYT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO69%2520XUJ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO71%2520WNU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EP19%2520ZYU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU16%2520ZSZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU20%2520WNO') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU64%2520OKR') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU64%2520OTC') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU68%2520YHT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EW19%2520ZTC') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX10%2520CVP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX12%2520FHO') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX13%2520AAY') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX14%2520VDD') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX16%2520HXU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX24%2520UFZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX24%2520YYU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX62%2520CZR') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX64%2520LVE') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX66%2520WXF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX69%2520OKF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX70%2520GRK') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX72%2520UGG') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY19%2520YKP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY23%2520FFO') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY62%2520KUW') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY68%2520WOM') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520NVG') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520RFO') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FB19%2520EJZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FC16%2520FRF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520BNL') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD61%2520WYG') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD63%2520XWF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD69%2520UCA') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD70%2520VUT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD72%2520YXP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE18%2520BZU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE18%2520WCV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520EWT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520JPF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520OBB') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520TXD') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520XRH') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE67%2520VFJ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE70%2520ONA') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE72%2520ZDP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG13%2520CKP') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG14%2520VYJ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG21%2520OZJ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG65%2520GYS') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG67%2520YUC') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH18%2520LFD') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH23%2520UFM') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH62%2520DZF') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH69%2520HYT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ21%2520ZVW') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ23%2520VVH') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ64%2520XRN') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ67%2520PKX') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ68%2520KHE') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ69%2520XYR') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL12%2520FRX') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520GDX') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520LYZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520OCD') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL24%2520NOU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL64%2520WCY') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL65%2520ATU') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL67%2520HPZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM16%2520PVT') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM17%2520LRK') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM52%2520LXW') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM65%2520KNY') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN16%2520WJM') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN18%2520VCK') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN63%2520YEV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN66%2520WMY') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN68%2520BCZ') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN70%2520UTO') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN72%2520OTV') HTTP/1.1" 204 0
2026-03-28 11:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520KXU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP11%2520ZBG') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP16%2520OPF') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP17%2520GNJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP20%2520CTE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520YJJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP72%2520ZST') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FR13%2520VAX') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT12%2520ADX') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT16%2520CVL') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT18%2520TKF') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT19%2520VNN') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT21%2520DBX') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT61%2520UNF') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT72%2520OEN') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV05%2520AOR') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV13%2520XEE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV18%2520ORY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520USH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV63%2520PYZ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX13%2520KUH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX66%2520ZZE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX67%2520VJV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX68%2520KKF') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX69%2520VGU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX69%2520VHL') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY07%2520OHA') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY11%2520VYH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY13%2520MYV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY14%2520CWW') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY19%2520EDR') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY19%2520GGJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY21%2520XWV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY21%2520YUB') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY22%2520MHM') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY62%2520ZHM') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY65%2520JWM') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY65%2520RBX') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY66%2520ZFW') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY68%2520OBH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY69%2520VTC') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY70%2520TXU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='G3%2520GVR') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD24%2520WXC') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD66%2520BZK') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD66%2520KFJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD68%2520FFX') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD70%2520MVY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD71%2520BYP') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD72%2520EAO') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF12%2520ZPJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF17%2520XWH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF18%2520XZE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF19%2520YHY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF61%2520RSY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF61%2520WKO') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF62%2520KGV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF66%2520ZYM') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF69%2520YGH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF70%2520BKN') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF70%2520GVK') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520OAH') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF73%2520RVU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GH15%2520FBV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GH19%2520UJC') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GHFK86781') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GHGY85490') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ16%2520LFO') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ17%2520DWU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ20%2520MVD') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ20%2520UEK') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520XWB') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ56%2520GWL') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ63%2520OBU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ64%2520UTK') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ69%2520FYE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ69%2520XFM') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK16%2520YTJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK19%2520CMO') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK65%2520WGA') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK68%2520OUB') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL14%2520CBX') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL24%2520HWW') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL64%2520WFP') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL69%2520AUV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM16%2520FNJ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM65%2520VYT') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520WGZ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520YKA') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM68%2520AXY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM68%2520PXY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN65%2520OYD') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU08%2520ODY') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU14%2520LBN') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU15%2520XYE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU21%2520VMW') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU22%2520VKB') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU56%2520OCV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU61%2520PCV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU64%2520NXF') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520ZPP') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU70%2520OWA') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU72%2520FFV') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV18%2520KZE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV20%2520OTR') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV66%2520ECW') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV67%2520WKE') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV68%2520JJU') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV70%2520GHB') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV70%2520HLF') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520UFZ') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520VKW') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX22%2520WGA') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX63%2520LLC') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX70%2520SOC') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY20%2520DKN') HTTP/1.1" 204 0
2026-03-28 11:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY22%2520TYF') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520NHZ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520OKB') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY65%2520WNO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY67%2520JPV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY68%2520HHB') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY70%2520DYO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520BYU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520KVC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520VJG') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520YBW') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GYHD14086') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD18%2520FTE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD19%2520GMX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD19%2520LXJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF17%2520RCU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF18%2520HFJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF22%2520XLA') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG18%2520JYX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG24%2520RJX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG56%2520XZK') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG62%2520YTC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG68%2520NLJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG72%2520GPJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ22%2520FBX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ23%2520VGN') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ69%2520XTB') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ71%2520ZTO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ72%2520LKV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520XNE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK20%2520EOJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520XTD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520ZFH') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520NMM') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK70%2520ZVE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HL19%2520VEX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HL21%2520YYZ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN22%2520HKV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN22%2520TZS') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN24%2520MXS') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN68%2520PBV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN71%2520AVX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520MJY') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN73%2520OSK') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN75%2520AUF') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HS68%2520YWU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HS71%2520CAO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT66%2520XHF') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520USU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV14%2520HFT') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV17%2520NKH') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV20%2520TVW') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV21%2520PMU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520YTZ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520MRU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520NYO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV65%2520XWC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV68%2520KXE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HW20%2520WMG') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX19%2520FHT') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX24%2520WGO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX63%2520WDF') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX66%2520TNE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX66%2520TWA') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX69%2520VNC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX71%2520LMO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY11%2520TWW') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY67%2520CWU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY70%2520REU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY72%2520LGD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='IMZ%25209746') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='IXZ%25206640') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='J14%2520BLT') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='J22%2520EDK') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='J66%2520ABN') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='K100%2520WHE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KC16%2520MKU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KC19%2520JHJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KC21%2520RZD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KC55%2520OKT') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD15%2520TUV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD16%2520OJR') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD19%2520KPU') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD19%2520WTY') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD19%2520XSX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD68%2520FWV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE03%2520KOO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE14%2520RJV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE17%2520KUP') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE64%2520LGG') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE71%2520TCO') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF18%2520GXC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF18%2520NCC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF24%2520OBX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF68%2520SDV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF68%2520WTV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF72%2520VMV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KG06%2520UFE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KH60%2520OWL') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ21%2520HZD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KK68%2520OLA') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KL19%2520NNB') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM61%2520WUJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM68%2520XRX') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM74%2520LKD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN11%2520VKV') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN13%2520HLP') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN17%2520XYD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN18%2520EUD') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN18%2520UMW') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN22%2520BZF') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN22%2520FOP') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN61%2520DCE') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN67%2520LZC') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520FFY') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN72%2520EDJ') HTTP/1.1" 204 0
2026-03-28 11:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO18%2520KSV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO66%2520FMY') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO68%2520XCZ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP15%2520MWL') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP17%2520OHU') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP17%2520URO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP20%2520TSU') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP20%2520ZYV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP24%2520ZJJ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP70%2520NXM') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP72%2520WSL') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP72%2520YFN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR13%2520XDD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR14%2520FUD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR19%2520TYH') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR21%2520EMX') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR67%2520BZA') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR70%2520TPV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR74%2520HLE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS14%2520YDA') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS18%2520UHK') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS57%2520HMO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS65%2520XMW') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS67%2520XJK') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520OGE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT21%2520TXO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT64%2520GJX') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT67%2520WHR') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT69%2520CNZ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU16%2520DMO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU20%2520HWV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU65%2520YWT') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU67%2520LKY') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU68%2520LWY') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU68%2520ZZG') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KUI%25208338') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV12%2520WGX') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV20%2520ZFD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV22%2520YCR') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV69%2520KNL') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW10%2520XWH') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW15%2520PYG') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520BBN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW19%2520NYB') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW65%2520KPR') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW65%2520ZXF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW66%2520DMZ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW67%2520GTZ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX17%2520ZWD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX19%2520FLS') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY15%2520USB') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY15%2520ZFB') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY16%2520TKZ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY21%2520AJH') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520YZE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY61%2520WWF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY65%2520YZX') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY67%2520FYS') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY67%2520OAN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY69%2520FVO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='L15%2520MMD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='L555%2520LDB') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA24%2520JXN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA68%2520AXJ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA68%2520SFO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA69%2520FJD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA69%2520LXN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB11%2520FMA') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB11%2520RXU') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB17%2520YDO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB20%2520OTZ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB21%2520HXE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB21%2520OHG') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520XUF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB68%2520BFN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520FNW') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520YLU') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB73%2520JDX') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC10%2520HJD') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC18%2520JNF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC21%2520PZR') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC66%2520LNN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520VWG') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC75%2520UHO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520LSX') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD19%2520CDV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD19%2520UPV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD20%2520YSF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD21%2520FPE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520FFT') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520NAE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD63%2520LGG') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD64%2520VVW') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD69%2520UUN') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD70%2520NEF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD73%2520RXR') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LE21%2520BKJ') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LE23%2520WPA') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LE60%2520AJF') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF17%2520OLT') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF20%2520NZP') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF21%2520YMV') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF22%2520GUO') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF65%2520OTS') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF69%2520FRR') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG15%2520VMA') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG16%2520CUY') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG16%2520GFA') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG19%2520WRL') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520VWE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520FCY') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG66%2520GZW') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520PZM') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LGZ%25208681') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LH71%2520AEE') HTTP/1.1" 204 0
2026-03-28 11:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ07%2520CXB') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ14%2520OCS') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ22%2520YNV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ58%2520LKP') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ70%2520XAX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LK21%2520HXP') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LK24%2520RHE') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LK66%2520UMU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520AZT') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520DZV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520PZR') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL16%2520XKP') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL17%2520NDV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL19%2520JFJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL20%2520WNN') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL21%2520UWB') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL21%2520YCF') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL21%2520YTF') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL22%2520UTN') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL63%2520HNN') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL66%2520OHV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520BZU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520XRJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM15%2520BXL') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM18%2520LJO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM19%2520OZO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520UUW') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM24%2520BHP') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM62%2520XGF') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM63%2520GZZ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM65%2520YVV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM70%2520KPU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520JYW') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520FOD') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN14%2520GJU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN14%2520SMO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN22%2520KJF') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520BEU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN64%2520WUP') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO16%2520OGE') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO19%2520FYH') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO22%2520EXC') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO70%2520SNX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO71%2520XDG') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO71%2520ZKR') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ADU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AMU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AMV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AMX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AOG') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP60%2520HLF') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP65%2520XWL') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP67%2520WXM') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520KNS') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520VVM') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520WMY') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520WSV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR13%2520TCY') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR14%2520LHO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR15%2520EZA') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR18%2520WMC') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR20%2520XBL') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520NFN') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520ODA') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520TEY') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR53%2520FPJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR58%2520PYO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR62%2520OWX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR69%2520FTA') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR69%2520LFN') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR72%2520WNY') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS10%2520WJE') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS12%2520LCK') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520CEU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS56%2520FJK') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS61%2520RWS') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS68%2520RSV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520CRK') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520BUO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520CZU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520EKD') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520UGT') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520XEB') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YBU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YBX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YDZ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YEC') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YWX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXN') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT13%2520HXK') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT16%2520XXJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT60%2520DPX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT66%2520FVW') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520DWX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV14%2520NXT') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV15%2520CWE') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV15%2520FVC') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV20%2520ACJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520EGY') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520HTJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520JTU') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV23%2520PUO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV66%2520XHZ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV67%2520SHJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV68%2520NDX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV72%2520MXJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LW16%2520CHV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LW19%2520GAX') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX05%2520VCK') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX09%2520WKE') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX19%2520RKJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LY21%2520CDV') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LY22%2520FLF') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA17%2520EZB') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA20%2520MYO') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520VSE') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520USW') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520XOZ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520XYH') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520ZXJ') HTTP/1.1" 204 0
2026-03-28 11:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520LYP') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520VDV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520VFP') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520VPD') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520ZKN') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520ZKV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA63%2520LSN') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA64%2520MHE') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA66%2520XFV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA67%2520UAT') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520KCX') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MB19%2520OSM') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC15%2520EWL') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC16%2520XBH') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC21%2520XOV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC65%2520VJM') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC65%2520WTV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC68%2520ZDW') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC72%2520KPU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520VBJ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD21%2520ZDU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD69%2520CXW') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201774265861&NextPartitionKey=1%218%21YmNhLnVr&NextRowKey=1%2116%21TUQ2OSUyME5PVQ-- HTTP/1.1" 200 None
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD71%2520VZU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VRR') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ME23%2520PJV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ME23%2520XWJ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ME72%2520DBV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF12%2520ZZB') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF20%2520OBD') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF20%2520RWN') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF69%2520BPK') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH16%2520YZF') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH22%2520KDV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520ABZ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520LYG') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ13%2520LWA') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520WFF') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520WFZ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ19%2520EOT') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520YXV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ21%2520SVN') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ21%2520TVU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ23%2520KZG') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ23%2520OLB') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ61%2520FXX') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ61%2520GHH') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ67%2520JUX') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK07%2520DWE') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK15%2520VNR') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK20%2520JWG') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK21%2520YWT') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK64%2520NWZ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK66%2520CDE') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML09%2520JZV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML18%2520KXY') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML18%2520NXH') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML22%2520ARO') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML22%2520BMO') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520XKY') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML64%2520NGV') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM15%2520UJL') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM16%2520TYU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM19%2520XMF') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM21%2520JLU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM23%2520SUH') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520WLF') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YMX') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MP65%2520KNH') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT16%2520VVP') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT17%2520RBO') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT17%2520WSO') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT19%2520TSZ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT23%2520FWY') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520SFN') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT69%2520WUW') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520LXN') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520VOF') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT74%2520YTA') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV13%2520UEB') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV14%2520HVK') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV16%2520MKJ') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV18%2520WWA') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV19%2520MUW') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV22%2520UAE') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV23%2520OVU') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV61%2520YKH') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV64%2520EHT') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV64%2520SKD') HTTP/1.1" 204 0
2026-03-28 11:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV65%2520KFZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW18%2520TFV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW64%2520ZVT') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW71%2520JBV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW71%2520YLT') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW72%2520CTV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MX19%2520NWG') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='N20%2520SEO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA11%2520DXB') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA11%2520KWP') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA13%2520DBZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA17%2520SDV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA18%2520EWD') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA23%2520VZF') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA66%2520UAR') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520XUX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520VGF') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA73%2520YKM') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC23%2520XHP') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC72%2520JMX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND16%2520BFF') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND16%2520XKT') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND17%2520CVS') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND18%2520PFX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND21%2520OJR') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND23%2520EZZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520NHK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND68%2520VMK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND70%2520TXT') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520YAU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND74%2520VCT') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG19%2520ENY') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG64%2520MWO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG65%2520BXM') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG71%2520KVH') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG72%2520GKU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NGZ%25205715') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NH19%2520JZG') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NH57%2520MHM') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520UVX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ19%2520KZS') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ20%2520ZZC') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ21%2520KZE') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ67%2520HSZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK14%2520RRV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK16%2520WDU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL15%2520KPK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL18%2520UHK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OTA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL24%2520URU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL59%2520AJV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL67%2520VKZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL70%2520XLX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NM57%2520FVA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU16%2520YGO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU19%2520DGX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520TGZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520TVX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520VTX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU23%2520YJE') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU65%2520FFK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU66%2520PJO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU69%2520SUV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV15%2520OAO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV16%2520EYX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV16%2520KUR') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV16%2520YPE') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV68%2520HFN') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV69%2520LWC') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV71%2520BXC') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV73%2520GLY') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX14%2520WYD') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX18%2520RVC') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX68%2520UUC') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NY19%2520ABN') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NY19%2520DHD') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NY68%2520UTH') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE17%2520GCU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE19%2520OKR') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE22%2520JCZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE65%2520HLR') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE65%2520LKA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE69%2520EFK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE70%2520EPZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE70%2520HHD') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE71%2520AUL') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE72%2520PNU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE73%2520LNG') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU13%2520OCV') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU19%2520TKY') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU66%2520RXZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU66%2520SWY') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU67%2520YYJ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV12%2520FXC') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV13%2520RNA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV17%2520UMK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV18%2520XVY') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520BPK') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV68%2520FSX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520NPN') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV70%2520WFR') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV72%2520LXU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV73%2520EZZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW17%2520XMA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW19%2520AOO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW19%2520BJE') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW67%2520AAF') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520VLD') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520YEX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520ZRA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW73%2520LCU') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OX72%2520LFF') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY66%2520MZZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY66%2520NWG') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY67%2520FHZ') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY68%2520OCB') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY68%2520TKO') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520OML') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='P500%2520GTX') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='P888%2520EES') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE11%2520OSA') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE15%2520YVB') HTTP/1.1" 204 0
2026-03-28 11:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE20%2520RFX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE22%2520VUF') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE61%2520JFU') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF10%2520YMH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF13%2520TGE') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF13%2520VBB') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF65%2520GSY') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF70%2520OJW') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PG17%2520HSA') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PG18%2520EXA') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PG18%2520NHU') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PG19%2520TNJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PG73%2520APK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ11%2520AWP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ59%2520LUB') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ65%2520KPP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ68%2520KLX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK15%2520YLG') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK19%2520PKC') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK23%2520BNU') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK24%2520DZF') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK24%2520FTX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK55%2520HBH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK71%2520XYJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL17%2520AFO') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL19%2520RKY') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL21%2520VNX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL68%2520TZS') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN24%2520SVU') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN60%2520HGP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN61%2520NJE') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN72%2520EVK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO22%2520WWJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO65%2520YTC') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX10%2520UMJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX12%2520WFK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX65%2520XOF') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX72%2520VUK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX72%2520ZFA') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY07%2520FBO') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY67%2520EUX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY69%2520ESV') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PY71%2520AZA') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R333%2520LEL') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R600%2520RGD') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R8%2520OUP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R90%2520RFF') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA22%2520FXL') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA22%2520XXJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA24%2520NXU') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA65%2520UDY') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA72%2520MPX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE13%2520PJV') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE14%2520YYZ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE21%2520LNP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE62%2520AVL') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE69%2520RVL') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520OJS') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520CJJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE72%2520BKO') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE73%2520KKH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE73%2520TVL') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF18%2520HKX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF22%2520KMX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF22%2520NYA') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF23%2520GWK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF55%2520WFK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF63%2520JYH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF72%2520PGZ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF72%2520VHR') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF72%2520ZVT') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520YYC') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ13%2520BZT') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ15%2520UVS') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ16%2520AVW') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ19%2520GOH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ19%2520ONM') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ21%2520PXX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520OTM') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520BCO') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520FUE') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ58%2520CUK') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ60%2520FYP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ61%2520JZH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ64%2520LDZ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ65%2520ORY') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ67%2520AHE') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ67%2520JSY') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ67%2520YTP') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ68%2520PYD') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520LRA') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ73%2520LZD') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK13%2520JYX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK18%2520UFR') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520BKN') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520OAN') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520ZCZ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK23%2520NGF') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK64%2520GUJ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK65%2520UEM') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK67%2520BZS') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO09%2520NUB') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO09%2520PUX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO10%2520CWX') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO16%2520DSU') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO20%2520HCG') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520UBG') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520BXZ') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO69%2520FVH') HTTP/1.1" 204 0
2026-03-28 11:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO70%2520XKA') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO71%2520TBV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520GHJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV10%2520UNM') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV19%2520NWW') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV20%2520WSD') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV20%2520XPN') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520RYP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520URP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV64%2520NUJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV66%2520ZVH') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV69%2520FWK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV69%2520JTX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV70%2520AUK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX18%2520YLB') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX67%2520PVN') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RY18%2520BVC') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='S333%2520PPL') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA16%2520KKJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520BZR') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520RXJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA19%2520FTY') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA20%2520PLV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA21%2520MDG') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA22%2520FVO') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA22%2520GBV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA63%2520XMX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA67%2520FYP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520YHC') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB64%2520NOU') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB65%2520AZP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC11%2520DKK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC16%2520ZBT') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC21%2520VSK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC72%2520HWY') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD14%2520DXL') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD17%2520CZY') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD21%2520KPG') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD21%2520OYZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD54%2520NZT') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD59%2520DVV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD64%2520LCT') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD67%2520TZY') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD67%2520UZT') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD72%2520USY') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE65%2520KVY') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF16%2520CNR') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF19%2520CBP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF20%2520ZSD') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF65%2520LPJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF69%2520ZVB') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG12%2520PUJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG20%2520WWC') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520XUX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520ZDT') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG63%2520EYZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG65%2520SDZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG68%2520YUO') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH14%2520ZJJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH19%2520RNU') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH61%2520BNE') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520KRE') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520PFA') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ07%2520RHJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ14%2520NWV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ17%2520XSZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ20%2520OVO') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ63%2520LKO') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ67%2520CCV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ68%2520BWL') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ68%2520GWP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ69%2520HNC') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ73%2520FRU') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK18%2520LLV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK23%2520XRZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK66%2520LWJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK71%2520ZRP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL09%2520DTK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL17%2520XWH') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520BCX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL23%2520YLX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL63%2520UJP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL67%2520OWJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520KBK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520VRW') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM17%2520PDZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520WBP') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM20%2520EYJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520HNZ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM68%2520PLX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM70%2520OJF') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM73%2520RUR') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN13%2520JVG') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN16%2520VKU') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN19%2520NCJ') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN23%2520UKU') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN25%2520BRM') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN68%2520VGE') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO11%2520BVD') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO14%2520BJK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO19%2520KVG') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO62%2520UXM') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO64%2520BTU') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO71%2520HFA') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP10%2520VVO') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP18%2520KFX') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP18%2520YJM') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP62%2520XUK') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP63%2520LAA') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP64%2520MKL') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP67%2520WLV') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP67%2520YCN') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP68%2520VHG') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR59%2520LAN') HTTP/1.1" 204 0
2026-03-28 11:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR68%2520JWA') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST14%2520TPZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520ZTS') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST23%2520FOD') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST66%2520JPO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST73%2520PXP') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV15%2520KFL') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV19%2520BNC') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520ZVS') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV63%2520FTT') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SV71%2520ULH') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW11%2520GWU') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW15%2520WFY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW66%2520UZG') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW69%2520SAM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW72%2520CCO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SX70%2520BXJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY59%2520OGZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY60%2520VCE') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY66%2520VUT') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY70%2520TKK') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='T28%2520AFG') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='T4%2520XSN') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA15%2520EDR') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA15%2520VHN') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA15%2520VOP') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA18%2520NEY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA18%2520TYG') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520SWY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE15%2520WBG') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520SKJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520VGJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE17%2520HVP') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE18%2520WXA') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE61%2520HNJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE63%2520AEW') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE63%2520BVF') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE67%2520VOK') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE68%2520UKJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520FFJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520VYR') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520BFP') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520BGU') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520BZM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520WZR') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VF17%2520BHZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VF17%2520PVV') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VF21%2520AZL') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VF21%2520LBK') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK13%2520TVV') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK15%2520OHG') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK18%2520HVM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK19%2520MBY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK20%2520UCW') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK23%2520PGO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK25%2520ZHD') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK64%2520HTO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK65%2520AUA') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520BHZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520LSO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520XYS') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN13%2520WUC') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN14%2520TXP') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN20%2520HWA') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN20%2520RZV') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN22%2520KLL') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN22%2520VAY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN62%2520ZRY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN65%2520YPR') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN71%2520DNY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520ONS') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO17%2520FLD') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO19%2520NWM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO20%2520ZTG') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO20%2520ZTZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO25%2520OBC') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO61%2520VGT') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO65%2520YFV') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO67%2520VJE') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU11%2520UMY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU15%2520OBT') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU15%2520WSF') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520MTE') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520RZN') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU22%2520CMK') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU23%2520CVF') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU62%2520MVS') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU66%2520YWJ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU68%2520ZPB') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU73%2520JXW') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX13%2520ZFA') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX63%2520RYZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX69%2520DTZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX72%2520TDV') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA20%2520UKX') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA21%2520OOD') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA23%2520XWX') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA24%2520TSZ') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD23%2520DZX') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD69%2520CWW') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD71%2520LCN') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD74%2520EFW') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF13%2520CDU') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF17%2520DPO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF17%2520XDM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF18%2520NKM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF67%2520EKW') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF70%2520HNU') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF70%2520PXM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF70%2520WZR') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF72%2520MXC') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG15%2520UJO') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520HHX') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520SRX') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG20%2520BCE') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG21%2520NDN') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG24%2520TVM') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG69%2520HKA') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG69%2520VCK') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG70%2520XAU') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520ERK') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG72%2520BZY') HTTP/1.1" 204 0
2026-03-28 11:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520UTR') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520VSA') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ15%2520KDN') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ22%2520RWU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ24%2520FVU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ69%2520WNW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK09%2520SYZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK59%2520HBD') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK69%2520YAJ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK71%2520YVA') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WL64%2520CJV') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WL72%2520DTK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM10%2520VCJ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM12%2520CVO') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM19%2520UYB') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM23%2520UKN') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM23%2520ZVR') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM25%2520ETF') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM67%2520ZGY') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM71%2520LVZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM72%2520FHX') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM72%2520OHK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN12%2520KZA') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN12%2520WUW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN13%2520RKZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN20%2520MRV') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN20%2520VNL') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520OYH') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520EKU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520GJY') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520JUU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520ZPE') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN68%2520YGM') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520TCX') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520AYV') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO15%2520EXC') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520DXT') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO73%2520KWD') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP15%2520EWW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP15%2520RKN') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP16%2520YXK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP21%2520HNW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520JZV') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP24%2520ECW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP63%2520KAA') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP63%2520UDW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP65%2520TXN') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520PXT') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520YWY') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520TEY') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520TPZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR12%2520MZO') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR17%2520VYP') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR21%2520CVG') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR21%2520OZT') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR22%2520EOY') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR61%2520LWF') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR64%2520YGC') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR65%2520EXV') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR66%2520WKZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR67%2520DYN') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR68%2520ONU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR68%2520VWU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR72%2520NFK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520CUC') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520VTO') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT16%2520GGF') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT63%2520DJV') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU15%2520BCF') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU18%2520WMD') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU62%2520PYH') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU65%2520FGM') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU68%2520EHP') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU68%2520HSG') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV24%2520AVT') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV56%2520HFT') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV65%2520AAO') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV65%2520TCZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV66%2520VWU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV69%2520GJG') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV70%2520XND') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520XOY') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV75%2520TYA') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WX14%2520VYE') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WX14%2520XSB') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WX19%2520PHK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WX22%2520UBF') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='XFZ%25204469') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='XG11%2520RJG') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='XK0029591') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA10%2520OMP') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA64%2520FLK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA65%2520VJK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520LJO') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA68%2520FCJ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA73%2520EPZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA73%2520NYO') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB13%2520OAS') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB17%2520SYF') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB18%2520LNW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB25%2520PJU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB61%2520LHK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB62%2520NYW') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB67%2520SKK') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB69%2520TKJ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB70%2520CXN') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB70%2520UBA') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB73%2520NXZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB73%2520OAU') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB73%2520OBD') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB73%2520XKZ') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520YDS') HTTP/1.1" 204 0
2026-03-28 11:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520JFK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520OGA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC64%2520KOA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520FJG') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520VCK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC72%2520AUL') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD12%2520VGK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD24%2520MPZ') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD55%2520WNJ') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD66%2520VXK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD66%2520YFV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD72%2520HCG') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD72%2520NUX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE14%2520XDK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE16%2520NPG') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE17%2520CWP') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE17%2520VNB') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520JWX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE22%2520VDD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE25%2520VDM') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE59%2520NVF') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE68%2520AZN') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE69%2520XVV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE70%2520ETA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE70%2520RVM') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE70%2520UMX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE71%2520BKU') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520TFK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE74%2520EVR') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE74%2520EVW') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF11%2520ZBU') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF12%2520AUC') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF13%2520EAE') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF19%2520OUX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520LRJ') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF21%2520FGO') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF22%2520VSD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF25%2520UFE') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF64%2520OTV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF67%2520AUM') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520HKH') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520UCZ') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520AYW') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520FPL') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG18%2520DUH') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG18%2520HKD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520EPX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520FWS') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520GWA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520XCT') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG23%2520KHX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG23%2520MXY') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG24%2520XVP') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG67%2520GJE') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG68%2520OYN') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG71%2520XSB') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OJE') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH12%2520OGG') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH15%2520UXO') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520UZD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH19%2520GGC') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH19%2520VUC') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520HCO') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520AFZ') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520XSO') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH66%2520ODU') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH66%2520UVR') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH67%2520LFO') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH68%2520ENK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH72%2520NMZ') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH72%2520XVK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ12%2520WUV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ18%2520VHP') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ19%2520XKB') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK15%2520EHX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK16%2520TDD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK16%2520TKG') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK18%2520YGN') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520XNL') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK66%2520XAV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK69%2520VDX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK73%2520RGL') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK74%2520XGH') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL17%2520NLF') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL18%2520OEY') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL18%2520PYD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL65%2520FFP') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL65%2520FGK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520FEP') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM24%2520NZX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM62%2520DWA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM65%2520CLV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM65%2520DVR') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM65%2520EWN') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM69%2520LAO') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520EKD') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520JYB') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520KFN') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN19%2520OWV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN63%2520KFV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN68%2520GHV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN68%2520PHV') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO15%2520ZXA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO23%2520OXP') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO69%2520GYG') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO73%2520VKE') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP11%2520YZS') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP17%2520MZX') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP17%2520YWB') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP20%2520KJA') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP20%2520NYR') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520XRK') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP24%2520TVN') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP64%2520ZPE') HTTP/1.1" 204 0
2026-03-28 11:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP69%2520HJA') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP69%2520XJN') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP71%2520MXY') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520BDF') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP75%2520UEY') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR11%2520FNN') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR12%2520FZF') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR12%2520XUA') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR13%2520KKW') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR13%2520UBB') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR15%2520SJX') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520BVT') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520FSN') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520YZL') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR65%2520GYD') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR68%2520RKJ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520FMZ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520MZL') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS16%2520PZT') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS16%2520XFD') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520UJA') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS20%2520FHZ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS22%2520HMO') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS62%2520LOJ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS62%2520YJL') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS66%2520OOB') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS67%2520AWW') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520EVP') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520FPZ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520XUH') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS70%2520ZHX') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS71%2520ENW') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS71%2520UFB') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT17%2520FNS') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT20%2520DUJ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT23%2520HSL') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT23%2520ZZP') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT63%2520PNF') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520USN') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT69%2520RXY') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YW14%2520JVJ') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YW15%2520MXF') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YW16%2520LJA') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX10%2520YZG') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX15%2520UBE') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX21%2520MXO') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX68%2520HRC') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX72%2520ZFK') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY18%2520NLR') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY21%2520GJX') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY22%2520EPE') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY66%2520CDX') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520KZP') HTTP/1.1" 204 0
2026-03-28 11:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520NCU') HTTP/1.1" 204 0
2026-03-28 11:37:57 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (1538 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_51_2026-03-28T11_00_00.jl
2026-03-28 11:37:57 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 252,
 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 252,
 'downloader/request_bytes': 3823066,
 'downloader/request_count': 4214,
 'downloader/request_method_count/GET': 4214,
 'downloader/response_bytes': 292293031,
 'downloader/response_count': 3962,
 'downloader/response_status_count/200': 1928,
 'downloader/response_status_count/302': 2034,
 'elapsed_time_seconds': 2267.116183,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 3, 28, 11, 37, 57, 507217, tzinfo=datetime.timezone.utc),
 'item_dropped_count': 90,
 'item_dropped_reasons_count/DropItem': 90,
 'item_scraped_count': 1538,
 'log_count/DEBUG': 59810,
 'log_count/ERROR': 16,
 'log_count/INFO': 54803,
 'log_count/WARNING': 435,
 'memusage/max': 215752704,
 'memusage/startup': 148111360,
 'photo_download_count': 1596,
 'pipeline/dropped_expired': 90,
 'playwright/context_count': 2,
 'playwright/context_count/max_concurrent': 1,
 'playwright/context_count/persistent/False': 2,
 'playwright/context_count/remote/False': 2,
 'playwright/page_count': 0,
 'request_depth_max': 145,
 'response_received_count': 332,
 'scheduler/dequeued': 4214,
 'scheduler/dequeued/memory': 4214,
 'scheduler/enqueued': 4214,
 'scheduler/enqueued/memory': 4214,
 'scrape_type/new': 188,
 'scrape_type/price_update': 1442,
 'scrape_type/skipped': 12691,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 148,
 'scrapy-zyte-api/error_ratio': 0.013513513513513514,
 'scrapy-zyte-api/errors': 2,
 "scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 2,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 9.482388516224614,
 'scrapy-zyte-api/mean_response_seconds': 9.973815716624463,
 'scrapy-zyte-api/processed': 146,
 'scrapy-zyte-api/request_args/actions': 1,
 'scrapy-zyte-api/request_args/browserHtml': 1,
 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 145,
 'scrapy-zyte-api/request_args/experimental.requestCookies': 145,
 'scrapy-zyte-api/request_args/experimental.responseCookies': 146,
 'scrapy-zyte-api/request_args/httpResponseBody': 145,
 'scrapy-zyte-api/request_args/httpResponseHeaders': 145,
 'scrapy-zyte-api/request_args/sessionContext': 1,
 'scrapy-zyte-api/request_args/url': 146,
 'scrapy-zyte-api/status_codes/0': 2,
 'scrapy-zyte-api/status_codes/200': 146,
 'scrapy-zyte-api/success': 146,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'source/items_encountered': 14349,
 'spider_exceptions/ValueError': 2,
 'start_time': datetime.datetime(2026, 3, 28, 11, 0, 10, 391034, tzinfo=datetime.timezone.utc)}
2026-03-28 11:37:57 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (sourcing_v2), SPIDER (bca.uk)